.member_points_rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-bottom: 1px solid #dedede;
  padding: 0 80px 40px; }
  @media screen and (max-width: 1440px) {
    .member_points_rule {
      padding: 0 60px 40px; } }
  @media screen and (max-width: 1199px) {
    .member_points_rule {
      padding: 0 50px 40px; } }
  @media screen and (max-width: 992px) {
    .member_points_rule {
      padding: 0 25px 40px; } }
  .member_points_rule ul, .member_points_rule ol {
    padding-left: 20px; }
    .member_points_rule ul li, .member_points_rule ol li {
      padding-left: 5px; }
  .member_points_rule ul {
    list-style-type: disc; }
  .member_points_rule .highlight {
    color: #9cbe1f;
    font-weight: bold; }
  .member_points_rule .rule-nav {
    width: 220px; }
    @media screen and (max-width: 1440px) {
      .member_points_rule .rule-nav {
        width: 190px; } }
    @media screen and (max-width: 1199px) {
      .member_points_rule .rule-nav {
        width: 180px; } }
    @media screen and (max-width: 992px) {
      .member_points_rule .rule-nav {
        display: none; } }
    .member_points_rule .rule-nav.-fixed ul {
      width: 220px;
      position: fixed;
      top: 50px;
      padding-bottom: 40px; }
      @media screen and (max-width: 1440px) {
        .member_points_rule .rule-nav.-fixed ul {
          width: 190px; } }
      @media screen and (max-width: 1199px) {
        .member_points_rule .rule-nav.-fixed ul {
          width: 180px; } }
    .member_points_rule .rule-nav.-fixed-bottom {
      position: relative; }
      .member_points_rule .rule-nav.-fixed-bottom ul {
        position: absolute;
        bottom: -40px;
        top: auto; }
    .member_points_rule .rule-nav ul {
      list-style: none;
      padding-top: 40px;
      padding-left: 0; }
      .member_points_rule .rule-nav ul li {
        padding: 10px 0 10px 20px;
        border-right: 1px solid #dedede;
        position: relative;
        cursor: pointer; }
        .member_points_rule .rule-nav ul li:hover {
          background-color: #f8f8f8; }
        .member_points_rule .rule-nav ul li::before {
          content: "";
          width: 2px;
          height: 100%;
          background-color: #11acf0;
          position: absolute;
          top: 0;
          right: -1px;
          opacity: 0;
          -webkit-transition: 200ms;
          -o-transition: 200ms;
          transition: 200ms; }
        .member_points_rule .rule-nav ul li.-active {
          color: #11acf0;
          font-weight: bold;
          -webkit-transition: 200ms;
          -o-transition: 200ms;
          transition: 200ms; }
          .member_points_rule .rule-nav ul li.-active::before {
            opacity: 1; }
  .member_points_rule .rule-content {
    width: calc(100% - 220px);
    padding-left: 80px; }
    @media screen and (max-width: 1440px) {
      .member_points_rule .rule-content {
        width: calc(100% - 190px); } }
    @media screen and (max-width: 1199px) {
      .member_points_rule .rule-content {
        width: calc(100% - 180px); } }
    @media screen and (max-width: 992px) {
      .member_points_rule .rule-content {
        width: 100%; } }
    @media screen and (max-width: 1440px) {
      .member_points_rule .rule-content {
        padding-left: 60px; } }
    @media screen and (max-width: 1199px) {
      .member_points_rule .rule-content {
        padding-left: 50px; } }
    @media screen and (max-width: 992px) {
      .member_points_rule .rule-content {
        padding-left: 0; } }
    .member_points_rule .rule-content .rule-item {
      padding: 40px 0; }
      .member_points_rule .rule-content .rule-item__title {
        color: #11acf0;
        font-size: 20px;
        font-weight: bold; }
      .member_points_rule .rule-content .rule-item__txt {
        margin-top: 16px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .member_points_rule .rule-content .rule-item__txt {
            font-size: 14px; } }
      .member_points_rule .rule-content .rule-item + .rule-item {
        border-top: 1px solid #dedede; }
      .member_points_rule .rule-content .rule-item.-item-howto {
        counter-reset: num 0; }
        .member_points_rule .rule-content .rule-item.-item-howto ul {
          list-style: none; }
          @media screen and (min-width: 1200px) {
            .member_points_rule .rule-content .rule-item.-item-howto ul {
              padding: 16px 0 0 16px; }
              .member_points_rule .rule-content .rule-item.-item-howto ul.grid {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
                .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item {
                  margin-right: 60px; }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n-2) {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(33.33333% - 40px);
                    flex: 0 0 calc(33.33333% - 40px);
                    max-width: calc(33.33333% - 40px); }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n-1) {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(33.33333% - 40px);
                    flex: 0 0 calc(33.33333% - 40px);
                    max-width: calc(33.33333% - 40px); }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n-0) {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(33.33333% - 40px);
                    flex: 0 0 calc(33.33333% - 40px);
                    max-width: calc(33.33333% - 40px); }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n) {
                    margin-right: 0; } }
          @media screen and (min-width: 769px) and (max-width: 1199px) {
            .member_points_rule .rule-content .rule-item.-item-howto ul {
              padding: 12px 0 0 12px; }
              .member_points_rule .rule-content .rule-item.-item-howto ul.grid {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
                .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item {
                  margin-right: 30px; }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n-2) {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(33.33333% - 20px);
                    flex: 0 0 calc(33.33333% - 20px);
                    max-width: calc(33.33333% - 20px); }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n-1) {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(33.33333% - 20px);
                    flex: 0 0 calc(33.33333% - 20px);
                    max-width: calc(33.33333% - 20px); }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n-0) {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(33.33333% - 20px);
                    flex: 0 0 calc(33.33333% - 20px);
                    max-width: calc(33.33333% - 20px); }
                  .member_points_rule .rule-content .rule-item.-item-howto ul.grid > .grid-item:nth-child(3n) {
                    margin-right: 0; } }
          @media screen and (max-width: 768px) {
            .member_points_rule .rule-content .rule-item.-item-howto ul {
              padding: 12px 0 0 12px;
              width: 100%;
              max-width: 360px;
              margin: 0 auto; } }
        .member_points_rule .rule-content .rule-item.-item-howto .rule-step {
          position: relative;
          padding: 15px;
          border: 1px solid #9cbe1f;
          border-radius: 5px; }
          @media screen and (max-width: 1199px) {
            .member_points_rule .rule-content .rule-item.-item-howto .rule-step {
              padding: 12px; } }
          @media screen and (max-width: 768px) {
            .member_points_rule .rule-content .rule-item.-item-howto .rule-step + .rule-step {
              margin-top: 30px; } }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step + .rule-step::before {
            content: '';
            width: 30px;
            height: 30px;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' preserveAspectRatio='none' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20'%3E %3Cdefs%3E %3Cg id='Layer0_0_FILL'%3E %3Cpath fill='%239cbe20' stroke='none' d=' M 726.1 185.2 L 717.5 176.6 716.1 178 726.1 188 736.1 178 734.7 176.6 726.1 185.2 Z'/%3E %3C/g%3E %3C/defs%3E %3Cg transform='matrix( 0.899993896484375, 0, 0, 0.8991241455078125, -643.5,-152.9) '%3E %3Cuse xlink:href='%23Layer0_0_FILL'/%3E %3C/g%3E %3C/svg%3E");
            position: absolute;
            top: 50%;
            right: calc(100% + 16px);
            -webkit-transform: translate(0, -50%) rotate(270deg);
            -ms-transform: translate(0, -50%) rotate(270deg);
            transform: translate(0, -50%) rotate(270deg); }
            @media screen and (max-width: 1199px) {
              .member_points_rule .rule-content .rule-item.-item-howto .rule-step + .rule-step::before {
                width: 24px;
                height: 24px;
                right: calc(100% + 4px); } }
            @media screen and (max-width: 768px) {
              .member_points_rule .rule-content .rule-item.-item-howto .rule-step + .rule-step::before {
                right: 50%;
                top: auto;
                bottom: calc(100% + 4px);
                -webkit-transform: translate(50%, 0) rotate(0deg);
                -ms-transform: translate(50%, 0) rotate(0deg);
                transform: translate(50%, 0) rotate(0deg); } }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step__icon {
            width: 80px;
            height: 80px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            margin: 0 auto;
            border-radius: 99em; }
            @media screen and (max-width: 1199px) {
              .member_points_rule .rule-content .rule-item.-item-howto .rule-step__icon {
                width: 75px;
                height: 75px; } }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step__title {
            color: #9cbe1f;
            text-align: center;
            font-size: 18px;
            font-weight: bold; }
            @media screen and (max-width: 1199px) {
              .member_points_rule .rule-content .rule-item.-item-howto .rule-step__title {
                font-size: 14px; } }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step__txt {
            margin-top: 5px;
            line-height: 1.5;
            text-align: center; }
            @media screen and (max-width: 1199px) {
              .member_points_rule .rule-content .rule-item.-item-howto .rule-step__txt {
                font-size: 12px; } }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step__num {
            width: 32px;
            height: 32px;
            background-color: #9cbe1f;
            position: absolute;
            top: -16px;
            left: -16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 99em;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media screen and (max-width: 1199px) {
              .member_points_rule .rule-content .rule-item.-item-howto .rule-step__num {
                width: 24px;
                height: 24px;
                position: absolute;
                top: -12px;
                left: -12px; } }
            .member_points_rule .rule-content .rule-item.-item-howto .rule-step__num::before {
              counter-increment: num;
              content: counter(num);
              color: #ffffff; }
              @media screen and (max-width: 1199px) {
                .member_points_rule .rule-content .rule-item.-item-howto .rule-step__num::before {
                  font-size: 12px; } }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step:nth-child(1) .rule-step__icon {
            background-image: url("../images/rule_step_1.svg"); }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step:nth-child(2) .rule-step__icon {
            background-image: url("../images/rule_step_2.svg"); }
          .member_points_rule .rule-content .rule-item.-item-howto .rule-step:nth-child(3) .rule-step__icon {
            background-image: url("../images/rule_step_3.svg"); }
      @media screen and (max-width: 768px) {
        .member_points_rule .rule-content .rule-item .pic-step__txt {
          font-size: 14px; } }
      .member_points_rule .rule-content .rule-item .pic-step__pic {
        width: 100%;
        max-width: 875px;
        border-radius: 3px;
        border: 1px solid #dedede;
        margin-top: 16px;
        overflow: hidden; }
        .member_points_rule .rule-content .rule-item .pic-step__pic img {
          width: 100%;
          height: auto;
          display: block; }
      .member_points_rule .rule-content .rule-item .pic-step + .pic-step {
        margin-top: 40px; }

.lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }
  .lightbox.-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .lightbox-img {
    width: 100%;
    height: auto;
    overflow: auto; }
    .lightbox-img img {
      width: 875px;
      display: block; }
  .lightbox-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px; }
    .lightbox-close .close-btn {
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-radius: 99em;
      overflow: hidden; }
      .lightbox-close .close-btn:hover span:first-child {
        opacity: 1; }
      .lightbox-close .close-btn span:first-child {
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        border-radius: 99em;
        opacity: 0; }
      .lightbox-close .close-btn span:nth-child(2) {
        width: 54%;
        height: 54%;
        position: absolute;
        top: 23%;
        left: 23%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .lightbox-close .close-btn span:nth-child(2)::before, .lightbox-close .close-btn span:nth-child(2)::after {
          content: '';
          width: 100%;
          height: 2px;
          background-color: #ffffff;
          position: absolute;
          border-radius: 99em; }
        .lightbox-close .close-btn span:nth-child(2)::after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
