.act-banner-wrap {
    width: 100%;
}
.act-banner-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}
.member-referrer-block {
    padding: 40px 18.75%;
    background: linear-gradient(#ffffff, #dfdfdf);
}
.mr-label-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.mr-btn {
    font-size: 18px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    text-shadow: 0 0 0;
    align-items: center;
    padding: 6px 20px;
    border-radius: 20px;
    margin: 10px 0 14px 0;
    color: #fff;
    background: #e05151;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    transition: 0.3s;
}
.mr-btn:hover {
    box-shadow: 0 2px 10px rgba(224,81,81,0.7);
}
.mr-btn::after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    display: inline-flex;
    content: '\f0a5';
    font-size: 18px;
    margin-left: 6px;
    transition: 0.3s;
}
.mr-btn:hover::after {
    color: #FFD80A;
}
.legend-title {
    width: 360px;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.5));
}
.legend-alert {
    font-weight: normal;
    font-size: 20px;
    color: #2D394B;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.legend-alert::before, .legend-alert::after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 1px;
    background: #2D394B;
}
.legend-alert::before {
    margin-right: 6px;
}
.legend-alert::after {
    margin-left: 6px;
}
.mr-title {
    color: #2D394B;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    display: inline-block;
    text-align: center;
    padding: 10px 18px;
    background: linear-gradient(#FFFAA1, #FEBB14);
    box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    margin: 0 0 28px 0;
}
.mr-title.large {
    font-size: 24px;
    padding: 10px 28px;
}
.mr-title.middle {
    font-size: 18px;
}
.mr-intro-parag {
    font-size: 20px;
    color: #666;
    margin: 0 12.5%;
}
.mr-intro-parag > span {
    color: #e05151;
}
.rule-legend-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 0;
    margin: 0 0 60px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.rule-legend-title {
    font-size: 24px;
    margin-bottom: 18px;
}
.rule-legend-title.light {
    color: #2D394B;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}
.rule-legend-title.dark {
    color: #fff;
    text-shadow: 1px 1px 0 #999;
}
.rule-legend-table-wrap {
    width: 100%;
    position: relative;
    padding: 0 10%;
}
.rule-legend-table-header, .rule-legend-table-item {
    display: flex;
    width: 100%;
    border-radius: 6px;
    margin: 0 0 6px 0;
}
.rule-legend-table-header-column, .rule-legend-table-item-column {
    list-style: none;
    border-radius: 6px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rule-legend-table-header-column.rule-rate {
    background: #222;
    color: #fff;
    margin: 0 6px 0 0;
}
.rule-legend-table-header-column.rule-rate:nth-child(1) {
    width: 60%;
}
.rule-legend-table-header-column.rule-rate:nth-last-child(1) {
    width: 40%;
    margin: 0;
}
.rule-legend-wrap.dark-blue {
    background: #00182E;
}
.rule-legend-table-item-column.rule-rate {
    background: rgba(255,255,255,0.5);
    margin: 0 6px 0 0;
    flex-grow: 1;
    color: #222;
    display: flex;
    justify-content: flex-start;
    width: 60%;
}
.rule-legend-table-item-column.rule-rate:nth-last-child(1) {
    width: 40%;
    margin: 0;
    color: #e05151;
    justify-content: center;
}
.rule-legend-table-wrap.example {
    margin: 0 0 36px 0;
}
.rule-legend-time {
    font-size: 14px;
    color: #ebebeb;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.rule-legend-table-header-column.example {
    background: #00344D;
    color: #fff;
    margin: 0 6px 0 0;
    width: 20%;
    font-size: 14px;
}
.rule-legend-table-header-column.example:nth-last-child(1) {
    margin: 0;
}
.rule-legend-table-item-column.example {
    background: rgba(0,52,77,0.4);
    font-size: 14px;
    margin: 0 6px 0 0;
    color: #FFD80A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20%;
}
.rule-legend-table-item-column.example > span {
    display: block;
    color: #cccccc;
}
.rule-legend-table-item-column.example:nth-last-child(1) {
    margin: 0;
}
.example-point-title {
    font-size: 16px;
    color: #35AD79;
}
.example-point-title {
    width: 100%;
    padding: 0 10%;
    display: flex;
    justify-content: flex-start;
    font-weight: normal;
    font-size: 16px;
}
.example-illust {
    width: 100%;
    padding: 0 10%;
    display: block;
    font-size: 14px;
    color: #fff;
}
.example-illust > span {
    color: #FFD80A;
    display: inline-block;
}
.example-illust.last {
    margin: 0 0 16px 0;
}
.mr-notice-list {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}
.mr-notice-list.red {
    color: #e05151;
}
.mr-license-list {
    font-size: 14px;
    margin-bottom: 8px;
    color: #666;
}
.mr-license-list > a {
    display: inline-block;
    color: #e05151;
}
.mr-license-list > a:hover {
    text-decoration: underline;
}
@media (max-width: 919.98px){
    .member-referrer-block {
        padding: 40px 8%;
    }
}
@media (max-width: 767.98px){
    .rule-legend-table-wrap.example .rule-legend-table-header {
        display: none;
    }
    .rule-legend-table-wrap.example .rule-legend-table-item {
        flex-direction: column;
        width: 100%;
    }
    .rule-legend-table-item-column.example {
        width: 100%;
        margin-bottom: 8px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    .rule-legend-table-item-column.example > span {
        margin-left: 8px;
    }
    .rule-legend-table-item-column.example::before {
        display: inline-flex;
        content: attr(data-column);
        width: 80px;
        justify-content: flex-start;
        color: #fff;
    }
}
@media (max-width: 539.98px){
    .rule-legend-table-header-column.rule-rate {
        font-size: 14px;
    }
    .rule-legend-table-item-column.rule-rate {
        font-size: 14px;
    }
    .legend-title {
        width: 300px;
    }
}
@media (max-width: 421.98px){
    
}