.guide_top {
    position: relative;
    padding: 24px 0;
    margin: 30px 0;
    overflow: visible;
}

.guide_top .title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    padding: 6px 65px 4px 30px;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    background: var(--primaryColor);
    ;
    color: #fff word-break:break-all;
    line-height: 1.4;
    z-index: 1;
}

.guide_top .con {
    position: relative;
    padding: 8px 10px 0;
    z-index: 1;
}

.guide_top ul li {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 2px 20px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.guide_top ul li.btn_bo_safety_wrap {
    padding-top: 6px;
    padding-bottom: 12px;
}

.guide_top ul li.btn_bo_safety_wrap::after {
    content: '';
}

.guide_top ul li span:first-child {
    color: var(--primaryColor);
    ;
}

.guide_top ul li span:last-child {
    padding-left: 3px;
}

.guide_top ul li span:last-child b {
    color: var(--primaryColor);
    text-decoration: underline;
}

.index_ad_block.point_guide_block {
    background: #f7f8fa;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 10px;
    position: relative;
    padding: 40px 0 2px;
}

.point_guide_block .title_style>p {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.point_guide_block .title_style>p>span {
    font-size: 27px;
    color: var(--primaryColor);
}

.point_guide_block .content_wrap .title_style {
    width: 35%;
    height: 61px;
    padding: 15px 20px;
    background: #fdbe57;
    border-radius: 0;
    position: relative;
}

.point_guide_block .content_wrap .title_style::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%) rotate(135deg);
    width: 44px;
    height: 44px;
    background: #fdbe57;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.point_guide_block .ul_list_style {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}

.point_guide_block .ul_list_style p>span {
    color: var(--primaryColor);
}

.guide_content {
    text-align: center;
    margin-top: 40px;
}

.guide_content .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -0.08rem;
}

.guide_content .title img {
    display: inline-block;
    vertical-align: top;
}

.guide_point .title img {
    margin: 0 12px 0 0;
}

.bg_gray_boxshadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.guide_content .point_guide_table_wrap {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.guide_content .point_guide_table_wrap table {
    width: 100%;
    border-spacing: 0;
    padding: 0;
}

.guide_content .point_guide_table_wrap table tr th {
    background: #8f8f8f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.02rem;
    padding: 15px 0;
}

.guide_content .point_guide_table_wrap table tr td {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #e8e9eb;
    letter-spacing: -0.02rem;
    padding: 10px 0;
}

.guide_content .point_guide_table_wrap table tr:last-child td {
    border-bottom: 0;
}

.guide_point .point_guide_table_wrap table tr td:nth-child(1),
.guide_point .point_guide_table_wrap table tr td:nth-child(3),
.guide_point .point_guide_table_wrap table tr td:nth-child(4) {
    font-weight: bold;
}

.guide_point .point_guide_table_wrap table tr td:nth-child(1) {
    color: var(--primaryColor);
    ;
}

.guide_point .point_guide_table_wra
p table tr td:nth-child(2) {
    text-align: left;
}

.guide_point .point_guide_table_wrap table tr.start_line {
    border-top: 2px solid var(--primaryColor);
    ;
}

.point_guide_block .empiric_ul li::before {
    background-color: var(--primaryColor);
}

.level_up_table .list_table thead th,
.level_up_table .list_table tbody td {
    width: 50%;
}

.guide_content > .title > img {
    width: 35px;
}

.level_up_table > .title > img {
    width: 40px;
}

.level_up_table > .title.member_level > img {
    width: 28px;
}


@media only screen and (max-width: 992px) {
    .guide_content .title {
        font-size: 28px;
    }

    .guide_content .title img {
        width: 40px;
    }

    .guide_point .title img {
        margin-top: 1px;
    }

    .point_guide_block .content_wrap .title_style {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .guide_top {
        padding-top: 16px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .guide_top .title {
        font-size: 18px;
        padding: 8px 15px 6px 15px;
        margin-bottom: 5px;
    }

    .guide_top .con {
        padding: 4px 10px 0;
    }

    .guide_top ul li {
        font-size: 14px;
        padding: 2px 5px;
    }

    .guide_content {
        margin-top: 30px;
    }

    .guide_content .title {
        font-size: 20px;
    }

    .guide_content .title img {
        width: 28px;
    }

    .guide_point .title img {
        margin: -1px 5px 0 0;
    }

    .guide_content .point_guide_table_wrap {
        margin-top: 10px;
    }

    .guide_content .point_guide_table_wrap table tr th,
    .guide_content .point_guide_table_wrap table tr td {
        font-size: 14px;
    }
}