/*
 * SUPERGIRL Help pages
 * Version: 20260724-515
 * Scope: body.sg-help-page only
 */

body.sg-help-page {
    --sg-help-bg: #070707;
    --sg-help-panel: #111111;
    --sg-help-panel-2: #171717;
    --sg-help-line: rgba(255,255,255,.12);
    --sg-help-line-strong: rgba(255,255,255,.22);
    --sg-help-text: #f7f7f7;
    --sg-help-muted: #b7b7b7;
    --sg-help-orange: #ff6a00;
    --sg-help-orange-2: #ff8a32;
    --sg-help-danger: #ff5858;
}

/*
 * Help 页面样式只作用于 main 内容区域。
 * Header / 分类导航 / Footer 不继承 Help 页面的字体、颜色和链接样式。
 */
body.sg-help-page .ec-layoutRole__main {
    color: var(--sg-help-text);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

body.sg-help-page .ec-layoutRole__main {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 54px 0 110px;
    overflow: hidden;
    color: var(--sg-help-text);
    background:
        radial-gradient(circle at 88% 5%, rgba(255,106,0,.13), transparent 28%),
        radial-gradient(circle at 10% 35%, rgba(255,255,255,.035), transparent 30%),
        #070707;
}

body.sg-help-page .ec-layoutRole__main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 34px 34px;
}body.sg-help-page .ec-layoutRole__main .ec-role,body.sg-help-page .ec-layoutRole__main .ec-off1Grid,body.sg-help-page .ec-layoutRole__main .ec-pageHeader,body.sg-help-page .ec-layoutRole__main .about-page-box,body.sg-help-page .ec-layoutRole__main .member-page-box,body.sg-help-page .ec-layoutRole__main .guide-page-box,body.sg-help-page .ec-layoutRole__main .button_solid013{
    position: relative;
    z-index: 1;
}body.sg-help-page .ec-layoutRole__main .ec-role{
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin: 0 auto;
}body.sg-help-page .ec-layoutRole__main .ec-off1Grid,body.sg-help-page .ec-layoutRole__main .ec-off1Grid__cell{
    width: 100%;
    max-width: none;
    margin: 0;
}body.sg-help-page .ec-layoutRole__main .ec-pageHeader{
    margin: 0 auto 34px;
    padding: 0;
    text-align: center;
}body.sg-help-page .ec-layoutRole__main .ec-pageHeader h1,body.sg-help-page .ec-layoutRole__main .about-page-box > h2,body.sg-help-page .ec-layoutRole__main .member-page-box > h2,body.sg-help-page .ec-layoutRole__main .guide-page-box > h1{
    position: relative;
    margin: 0;
    padding: 0 0 22px;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: clamp(30px, 4.3vw, 52px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .04em;
    text-align: center;
}body.sg-help-page .ec-layoutRole__main .ec-pageHeader h1::after,body.sg-help-page .ec-layoutRole__main .about-page-box > h2::after,body.sg-help-page .ec-layoutRole__main .member-page-box > h2::after,body.sg-help-page .ec-layoutRole__main .guide-page-box > h1::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 74px;
    height: 4px;
    border-radius: 99px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--sg-help-orange), var(--sg-help-orange-2));
    box-shadow: 0 0 20px rgba(255,106,0,.35);
}body.sg-help-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-page .ec-layoutRole__main .about-page-box,body.sg-help-page .ec-layoutRole__main .member-page-box,body.sg-help-page .ec-layoutRole__main .guide-page-box{
    color: var(--sg-help-text);
}body.sg-help-page .ec-layoutRole__main .ec-pageHeader + .ec-off1Grid .ec-off1Grid__cell,body.sg-help-page.sg-help-agreement-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-page.sg-help-privacy-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-page.sg-help-pro-agreement-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-page.sg-help-tradelaw-page .ec-layoutRole__main .ec-off1Grid__cell{
    padding: clamp(24px, 4vw, 54px);
    border: 1px solid var(--sg-help-line);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(25,25,25,.98), rgba(13,13,13,.98));
    box-shadow: 0 24px 70px rgba(0,0,0,.32);
}body.sg-help-page .ec-layoutRole__main p,body.sg-help-page .ec-layoutRole__main li,body.sg-help-page .ec-layoutRole__main dd,body.sg-help-page .ec-layoutRole__main td,body.sg-help-page .ec-layoutRole__main font{
    color: var(--sg-help-text) !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
}body.sg-help-page .ec-layoutRole__main p{
    margin: 0 0 22px;
}body.sg-help-page .ec-layoutRole__main ul,body.sg-help-page .ec-layoutRole__main ol{
    margin: 14px 0 28px;
    padding-left: 1.5em;
}body.sg-help-page .ec-layoutRole__main li::marker{
    color: var(--sg-help-orange);
}body.sg-help-page .ec-layoutRole__main a{
    color: var(--sg-help-orange-2);
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}body.sg-help-page .ec-layoutRole__main a:hover{
    color: #fff;
    text-decoration: none;
}body.sg-help-page .ec-layoutRole__main hr{
    height: 1px;
    margin: 28px 0;
    border: 0;
    background: linear-gradient(90deg, transparent, var(--sg-help-line-strong), transparent);
}body.sg-help-page .ec-layoutRole__main .ec-heading-bold{
    margin: 0 0 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
}body.sg-help-page .ec-layoutRole__main h2,body.sg-help-page .ec-layoutRole__main h3,body.sg-help-page .ec-layoutRole__main h4{
    color: #fff;
    font-family: inherit;
}body.sg-help-page .ec-layoutRole__main h2{
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 900;
    line-height: 1.35;
}body.sg-help-page .ec-layoutRole__main h3{
    margin: 48px 0 20px;
    padding-left: 18px;
    border-left: 4px solid var(--sg-help-orange);
    color: #fff;
    font-size: clamp(21px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.5;
    scroll-margin-top: 120px;
}body.sg-help-page .ec-layoutRole__main h4{
    margin: 24px 0 12px;
    color: #e7e7e7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
}

/* Definition lists: About / trade law / data sheets */body.sg-help-page .ec-layoutRole__main .ec-borderedDefs{
    overflow: hidden;
    border: 1px solid var(--sg-help-line);
    border-radius: 16px;
    background: rgba(8,8,8,.48);
}body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dl{
    display: grid;
    grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--sg-help-line);
}body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dl:last-child{
    border-bottom: 0;
}body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dt,body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dd{
    min-width: 0;
    margin: 0;
    padding: 20px 24px;
    border: 0;
}body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dt{
    display: flex;
    align-items: flex-start;
    color: #fff;
    background: rgba(255,255,255,.045);
}body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dd{
    overflow-wrap: anywhere;
    background: rgba(255,255,255,.012);
}body.sg-help-page .ec-layoutRole__main .ec-borderedDefs .ec-label{
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
}

/* About */
body.sg-help-about-page .ec-layoutRole__main {
    background:
        linear-gradient(90deg, rgba(7,7,7,.98) 0%, rgba(7,7,7,.91) 55%, rgba(7,7,7,.72) 100%),
        url(/html/user_data/bg-aboutus.svg) top right / cover no-repeat,
        #070707;
}body.sg-help-about-page .ec-layoutRole__main .about-page-box{
    width: min(900px, 100%);
    max-width: 900px;
    margin: 0;
    padding: 10px 0 80px;
}body.sg-help-about-page .ec-layoutRole__main .about-logo{
    width: min(400px, 78%);
    margin: 0 auto 46px;
    padding: 20px 28px;
    border: 1px solid var(--sg-help-line);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
}body.sg-help-about-page .ec-layoutRole__main .about-logo img{
    display: block;
    width: 100%;
    height: auto;
}body.sg-help-about-page .ec-layoutRole__main .about-title-bg{
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin: 24px 0 20px;
    padding: 10px 20px;
    border: 1px solid rgba(255,106,0,.38);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,106,0,.12);
    font-size: 17px;
    font-weight: 800;
}body.sg-help-about-page .ec-layoutRole__main .about-lead{
    margin-top: 46px;
    color: #fff !important;
    font-size: clamp(22px, 3vw, 32px) !important;
    font-weight: 800;
    line-height: 1.65 !important;
}body.sg-help-about-page .ec-layoutRole__main .about-feature-wrap{
    display: grid;
    gap: 18px;
    margin: 34px 0 42px;
}body.sg-help-about-page .ec-layoutRole__main .about-feature{
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--sg-help-line);
    border-radius: 16px;
    background: var(--sg-help-panel);
}body.sg-help-about-page .ec-layoutRole__main .about-feature__header{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 26px;
    text-align: center;
    background: linear-gradient(145deg, #ff7900, #d94d00);
}body.sg-help-about-page .ec-layoutRole__main .about-feature__title{
    margin: 0 !important;
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
}body.sg-help-about-page .ec-layoutRole__main .about-feature__body{
    display: flex;
    align-items: center;
    padding: 28px 36px;
    background: linear-gradient(145deg, #181818, #101010);
}body.sg-help-about-page .ec-layoutRole__main .about-feature__list{
    margin: 0;
}

/* Common guide/member navigation */body.sg-help-page .ec-layoutRole__main .member-page-nav{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 42px;
    padding: 0;
    list-style: none;
}body.sg-help-page .ec-layoutRole__main .member-page-nav li{
    margin: 0;
}body.sg-help-page .ec-layoutRole__main .member-page-nav a{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    margin: 0;
    padding: 10px 17px;
    border: 1px solid rgba(255,106,0,.36);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,106,0,.1);
    font-size: 14px;
    font-weight: 700;
}body.sg-help-page .ec-layoutRole__main .member-page-nav a:hover{
    border-color: var(--sg-help-orange);
    background: var(--sg-help-orange);
    transform: translateY(-2px);
}

/* FAQ */body.sg-help-faq-page .ec-layoutRole__main .member-page-box{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 60px;
}body.sg-help-faq-page .ec-layoutRole__main .member-page-box > p{
    margin: 0;
}body.sg-help-faq-page .ec-layoutRole__main .member-page-box h3{
    margin: 18px 0 0;
    padding: 20px 24px 20px 58px;
    border: 1px solid var(--sg-help-line);
    border-left: 4px solid var(--sg-help-orange);
    border-radius: 14px 14px 0 0;
    background: #181818;
    font-size: 18px;
    line-height: 1.65;
}body.sg-help-faq-page .ec-layoutRole__main .member-page-box h3::before{
    content: "Q";
    position: absolute;
    margin-left: -38px;
    color: var(--sg-help-orange);
    font-size: 20px;
    font-weight: 900;
}body.sg-help-faq-page .ec-layoutRole__main .member-page-box h4{
    margin: 0 0 20px;
    padding: 20px 24px 22px 58px;
    border: 1px solid var(--sg-help-line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    color: #d7d7d7;
    background: #101010;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}body.sg-help-faq-page .ec-layoutRole__main .member-page-box h4::before{
    content: "A";
    position: absolute;
    margin-left: -38px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}body.sg-help-faq-page .ec-layoutRole__main .member-page-box hr{
    display: none;
}body.sg-help-faq-page .ec-layoutRole__main a.btn,body.sg-help-page .ec-layoutRole__main a.btn--orange,body.sg-help-page .ec-layoutRole__main a.btn-c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px;
    border: 1px solid var(--sg-help-orange);
    border-radius: 999px;
    color: #fff;
    background: var(--sg-help-orange);
    font-size: 16px;
    font-weight: 800;
}

/* Guide */body.sg-help-guide-page .ec-layoutRole__main .guide-page-box{
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 70px;
}body.sg-help-guide-page .ec-layoutRole__main .guide-page-box > h1{
    margin-bottom: 30px;
}body.sg-help-guide-page .ec-layoutRole__main .guide-page-box > h2,body.sg-help-guide-page .ec-layoutRole__main .guide-page-box section > h2{
    margin: 58px 0 24px;
    padding: 18px 22px;
    border: 1px solid var(--sg-help-line);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255,106,0,.16), rgba(255,255,255,.025));
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
}body.sg-help-guide-page .ec-layoutRole__main .guide-page-box h3{
    margin-top: 44px;
}body.sg-help-guide-page .ec-layoutRole__main .guide-page-box img,body.sg-help-guide-page .ec-layoutRole__main .guide-sm img{
    display: block;
    width: min(760px, 100%);
    height: auto;
    margin: 24px auto 34px;
    border: 1px solid var(--sg-help-line-strong);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.34);
}body.sg-help-guide-page .ec-layoutRole__main .guide-page-box section{
    margin: 30px 0;
    padding: 4px 0;
}

/* Member and Pro Member */body.sg-help-member-page .ec-layoutRole__main .member-page-box,body.sg-help-pro-member-page .ec-layoutRole__main .member-page-box{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 76px;
}body.sg-help-member-page .ec-layoutRole__main .member-feature,body.sg-help-pro-member-page .ec-layoutRole__main .member-feature{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0 54px;
}body.sg-help-member-page .ec-layoutRole__main .member-feature__col,body.sg-help-pro-member-page .ec-layoutRole__main .member-feature__col{
    min-width: 0;
    padding: 25px 20px;
    border: 1px solid var(--sg-help-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #181818, #101010);
}body.sg-help-page .ec-layoutRole__main .member-feature__icon{
    height: auto;
    margin-bottom: 16px;
    color: var(--sg-help-orange);
    text-align: center;
}body.sg-help-page .ec-layoutRole__main .member-feature__icon i{
    font-size: 38px;
}body.sg-help-page .ec-layoutRole__main .member-feature__title{
    min-height: 50px;
    margin: 0 0 12px !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-align: center;
}body.sg-help-page .ec-layoutRole__main .member-feature__text{
    margin: 0 !important;
    color: var(--sg-help-muted) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}body.sg-help-page .ec-layoutRole__main .member-table-wrap{
    max-width: 100%;
    margin: 24px 0 10px;
    overflow-x: auto;
    border: 1px solid var(--sg-help-line);
    border-radius: 14px;
    background: #101010;
    scrollbar-color: var(--sg-help-orange) #171717;
}body.sg-help-page .ec-layoutRole__main table{
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    border-spacing: 0;
}body.sg-help-page .ec-layoutRole__main table th,body.sg-help-page .ec-layoutRole__main table td{
    padding: 16px 15px !important;
    border: 1px solid var(--sg-help-line) !important;
    color: #eee !important;
    background: #111 !important;
    font-size: 14px !important;
    vertical-align: middle;
}body.sg-help-page .ec-layoutRole__main table thead th{
    color: #fff !important;
    background: #202020 !important;
    font-weight: 800;
    text-align: center;
}body.sg-help-page .ec-layoutRole__main table tbody th{
    color: #fff !important;
    background: #1b1b1b !important;
    font-weight: 800;
}body.sg-help-page .ec-layoutRole__main table th[style*="background-color"]{
    color: #fff !important;
    filter: saturate(.75) brightness(.78);
}body.sg-help-page .ec-layoutRole__main table td i.fa-check-circle{
    color: var(--sg-help-orange) !important;
}body.sg-help-page .ec-layoutRole__main table td i.fa-times-circle{
    color: #666 !important;
}body.sg-help-page .ec-layoutRole__main .display-sm{
    display: none;
    color: var(--sg-help-muted);
    font-size: 12px;
}body.sg-help-page .ec-layoutRole__main .attention-text{
    margin: 42px 0 16px !important;
    padding: 15px 18px;
    border-left: 4px solid var(--sg-help-orange);
    color: #fff !important;
    background: rgba(255,106,0,.09);
    font-weight: 800 !important;
}body.sg-help-page .ec-layoutRole__main .text-small{
    color: #c9c9c9 !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
}body.sg-help-page .ec-layoutRole__main .color-red{
    color: var(--sg-help-orange-2) !important;
}body.sg-help-page .ec-layoutRole__main .member-flow{
    max-width: 820px;
    margin: 28px auto 42px;
}body.sg-help-page .ec-layoutRole__main .member-flow__box{
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--sg-help-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #191919, #0f0f0f);
}body.sg-help-page .ec-layoutRole__main .member-flow__num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--sg-help-orange);
    font-size: 20px;
    font-weight: 900;
}body.sg-help-page .ec-layoutRole__main .member-flow__body{
    margin: 0;
}body.sg-help-page .ec-layoutRole__main .member-flow__title{
    margin: 0 0 6px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}body.sg-help-page .ec-layoutRole__main .member-flow__text{
    margin: 0 !important;
    color: var(--sg-help-muted) !important;
    font-size: 14px !important;
}body.sg-help-page .ec-layoutRole__main .member-flow .arrow-down{
    width: 0;
    height: 0;
    margin: 12px auto;
    border-top: 13px solid var(--sg-help-orange);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}body.sg-help-page .ec-layoutRole__main .button_solid013{
    width: min(1080px, calc(100% - 48px));
    margin: 14px auto;
}body.sg-help-page .ec-layoutRole__main .button_solid013 a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(360px, 100%);
    min-height: 54px;
    margin: 0 auto;
    padding: 13px 28px;
    overflow: hidden;
    border: 1px solid var(--sg-help-orange);
    border-radius: 999px;
    color: #fff;
    background: var(--sg-help-orange);
    font-size: 16px;
    font-weight: 800;
}body.sg-help-page .ec-layoutRole__main .button_solid013 a:hover{
    background: #ff7e20;
    transform: translateY(-2px);
}

/* Legal / policy long-text pages */body.sg-help-agreement-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-privacy-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-pro-agreement-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-tradelaw-page .ec-layoutRole__main .ec-off1Grid__cell{
    max-width: 1040px;
    margin: 0 auto;
    overflow-wrap: anywhere;
}body.sg-help-agreement-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-privacy-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-pro-agreement-page .ec-layoutRole__main .ec-off1Grid__cell{
    color: #d8d8d8;
    line-height: 1.95;
}body.sg-help-tradelaw-page .ec-layoutRole__main .ec-borderedDefs{
    margin: 0;
}

@media (max-width: 960px) {body.sg-help-member-page .ec-layoutRole__main .member-feature,body.sg-help-pro-member-page .ec-layoutRole__main .member-feature{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }body.sg-help-about-page .ec-layoutRole__main .about-feature{
        grid-template-columns: 210px minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    body.sg-help-page .ec-layoutRole__main {
        padding: 34px 0 76px;
    }body.sg-help-page .ec-layoutRole__main .ec-role{
        width: min(100% - 28px, 1180px);
    }body.sg-help-page .ec-layoutRole__main .ec-pageHeader{
        margin-bottom: 24px;
    }body.sg-help-page .ec-layoutRole__main .ec-pageHeader h1,body.sg-help-page .ec-layoutRole__main .about-page-box > h2,body.sg-help-page .ec-layoutRole__main .member-page-box > h2,body.sg-help-page .ec-layoutRole__main .guide-page-box > h1{
        font-size: 30px;
    }body.sg-help-page .ec-layoutRole__main .ec-pageHeader + .ec-off1Grid .ec-off1Grid__cell,body.sg-help-page.sg-help-agreement-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-page.sg-help-privacy-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-page.sg-help-pro-agreement-page .ec-layoutRole__main .ec-off1Grid__cell,body.sg-help-page.sg-help-tradelaw-page .ec-layoutRole__main .ec-off1Grid__cell{
        padding: 22px 18px;
        border-radius: 15px;
    }body.sg-help-page .ec-layoutRole__main p,body.sg-help-page .ec-layoutRole__main li,body.sg-help-page .ec-layoutRole__main dd,body.sg-help-page .ec-layoutRole__main td,body.sg-help-page .ec-layoutRole__main font{
        font-size: 14px !important;
        line-height: 1.85 !important;
    }body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dl{
        display: block;
    }body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dt,body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dd{
        padding: 15px 16px;
    }body.sg-help-page .ec-layoutRole__main .ec-borderedDefs dt{
        border-bottom: 1px solid rgba(255,255,255,.07);
    }

    body.sg-help-about-page .ec-layoutRole__main {
        background: #070707;
    }body.sg-help-about-page .ec-layoutRole__main .about-page-box{
        padding-bottom: 40px;
    }body.sg-help-about-page .ec-layoutRole__main .about-logo{
        margin-bottom: 34px;
    }body.sg-help-about-page .ec-layoutRole__main .about-feature{
        grid-template-columns: 1fr;
    }body.sg-help-about-page .ec-layoutRole__main .about-feature__header{
        min-height: auto;
        padding: 20px;
    }body.sg-help-about-page .ec-layoutRole__main .about-feature__body{
        padding: 22px 20px;
    }body.sg-help-page .ec-layoutRole__main .member-page-nav{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 26px 0 34px;
    }body.sg-help-page .ec-layoutRole__main .member-page-nav a{
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 9px 11px;
        font-size: 12px;
        text-align: center;
    }body.sg-help-faq-page .ec-layoutRole__main .member-page-box h3,body.sg-help-faq-page .ec-layoutRole__main .member-page-box h4{
        padding-right: 17px;
        padding-left: 50px;
    }body.sg-help-guide-page .ec-layoutRole__main .guide-page-box > h2,body.sg-help-guide-page .ec-layoutRole__main .guide-page-box section > h2{
        margin-top: 40px;
        padding: 15px 16px;
        font-size: 24px;
    }body.sg-help-page .ec-layoutRole__main h3{
        margin-top: 36px;
        padding-left: 13px;
        font-size: 20px;
    }body.sg-help-member-page .ec-layoutRole__main .member-feature,body.sg-help-pro-member-page .ec-layoutRole__main .member-feature{
        grid-template-columns: 1fr;
        gap: 12px;
    }body.sg-help-page .ec-layoutRole__main .display-sm{
        display: block;
        margin-top: 8px;
    }body.sg-help-page .ec-layoutRole__main .member-flow__box{
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 16px;
    }body.sg-help-page .ec-layoutRole__main .member-flow__num{
        width: 42px;
        height: 42px;
        font-size: 17px;
    }
}

@media (max-width: 430px) {body.sg-help-page .ec-layoutRole__main .member-page-nav{
        grid-template-columns: 1fr;
    }
}
