@keyframes fade {
  from {
    opacity: .1; }
  to {
    opacity: 1; } }

.ldp-member .main-table-member {
  margin: 45px 0 60px 0; }
  .ldp-member .main-table-member .table-style .inner-table {
    display: flex; }
    .ldp-member .main-table-member .table-style .inner-table .left-column {
      background: #011e60;
      color: #FFFFFF;
      width: 30%;
      border-radius: 10px 0 0 10px;
      position: relative;
      overflow: hidden; }
      .ldp-member .main-table-member .table-style .inner-table .left-column .line-column {
        min-height: 62px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        font-weight: bold;
        border-bottom: 2px solid; }
        @media (max-width: 991px) {
          .ldp-member .main-table-member .table-style .inner-table .left-column .line-column {
            padding-left: 0;
            padding: 10px;
            font-size: 12px;
            min-height: 70px; } }
        .ldp-member .main-table-member .table-style .inner-table .left-column .line-column:last-child {
          border-bottom: none; }
    .ldp-member .main-table-member .table-style .inner-table .right-column {
      width: 70%;
      position: relative; }
      .ldp-member .main-table-member .table-style .inner-table .right-column .mobile-tab {
        background: #ffcd00;
        padding: 20px;
        border-radius: 0 10px 0 0;
        text-align: center;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px; }
        @media (min-width: 992px) {
          .ldp-member .main-table-member .table-style .inner-table .right-column .mobile-tab {
            display: none; } }
        .ldp-member .main-table-member .table-style .inner-table .right-column .mobile-tab .text-tab {
          color: #011e60;
          font-size: 16px;
          line-height: 1.2;
          margin: 0; }
        .ldp-member .main-table-member .table-style .inner-table .right-column .mobile-tab img {
          width: 15px; }
      .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1px;
        border-bottom: 1px solid #ffcd00; }
        @media (max-width: 991px) {
          .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
            z-index: 9; } }
        .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member {
          width: 25%;
          text-align: center;
          height: 62px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          background: #FFFFFF;
          border: 1px solid #ffcd00;
          border-bottom: none;
          font-weight: bold;
          font-size: 16px;
          position: relative; }
          @media (max-width: 991px) {
            .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member {
              width: 100%; } }
          .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member h2 {
            position: relative;
            color: #011e60;
            font-size: 16px;
            line-height: 1.2;
            margin: 0; }
          .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member:nth-child(1) {
            border-radius: 10px 0 0 0; }
            @media (max-width: 991px) {
              .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member:nth-child(1) {
                border-radius: 0; } }
          .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member:nth-child(4) {
            border-radius: 0 10px 0 0; }
            @media (max-width: 991px) {
              .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member:nth-child(4) {
                border-radius: 0; } }
          @media (max-width: 991px) {
            .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member.active {
              background: #ffcd00; } }
          .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member.active:before {
            position: absolute;
            content: '';
            bottom: 0;
            right: 0;
            left: -2px;
            z-index: 0;
            display: block;
            height: calc(100% + 16px);
            background: #ffcd00;
            border-radius: 10px 10px 0 0;
            border: 1px solid #ffcd00;
            width: calc(100% + 4px); }
            @media (max-width: 991px) {
              .ldp-member .main-table-member .table-style .inner-table .right-column .tab-column .item-tab-member.active:before {
                display: none; } }
      .ldp-member .main-table-member .table-style .inner-table .right-column .main-tab-content .item-content-tab {
        display: none;
        opacity: 0;
        transition: opacity .15s linear;
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.2s;
        animation-name: fade;
        animation-duration: 1.2s; }
        .ldp-member .main-table-member .table-style .inner-table .right-column .main-tab-content .item-content-tab.active {
          display: block;
          opacity: 1; }
        .ldp-member .main-table-member .table-style .inner-table .right-column .main-tab-content .item-content-tab .line-item-content-tab {
          height: 62px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          padding: 20px;
          border-bottom: 1px solid #ffcd00;
          border-right: 1px solid #ffcd00;
          font-size: 20px;
          line-height: 24px; }
          @media (max-width: 991px) {
            .ldp-member .main-table-member .table-style .inner-table .right-column .main-tab-content .item-content-tab .line-item-content-tab {
              font-size: 14px;
              line-height: 18px;
              min-height: 70px; } }
          .ldp-member .main-table-member .table-style .inner-table .right-column .main-tab-content .item-content-tab .line-item-content-tab:last-child {
            height: auto;
            min-height: 92px;
            border-radius: 0 0 10px 0; }
          .ldp-member .main-table-member .table-style .inner-table .right-column .main-tab-content .item-content-tab .line-item-content-tab ul {
            list-style-type: inherit;
            padding: 0 0 0 20px;
            display: flex;
            flex-direction: column;
            gap: 5px; }

.ldp-member .main-policy .head-member {
  text-align: center;
  margin: unset;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (max-width: 991px) {
    .ldp-member .main-policy .head-member {
      margin-bottom: 35px; } }
  .ldp-member .main-policy .head-member h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #2E2E2E;
    margin: 0; }
    @media (max-width: 991px) {
      .ldp-member .main-policy .head-member h2 {
        font-size: 24px; } }
  .ldp-member .main-policy .head-member:after {
    content: "";
    height: 4px;
    width: 180px;
    background: #011e60;
    display: block;
    margin-top: 20px; }

.ldp-member .main-policy .content-policy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: justify; }
  .ldp-member .main-policy .content-policy h2 {
    font-size: 18px;
    line-height: 1.2;
    color: #2E2E2E; }
  .ldp-member .main-policy .content-policy b {
    font-size: 18px; }
  .ldp-member .main-policy .content-policy ul {
    list-style-type: inherit;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .ldp-member .main-policy .content-policy ul a {
      font-weight: bold; }
  .ldp-member .main-policy .content-policy.less .item-policy:nth-child(2), .ldp-member .main-policy .content-policy.less .item-policy:nth-child(3) {
    display: none; }

.ldp-member .main-policy .action-policy {
  margin: 15px 0 30px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ldp-member .main-policy .action-policy button {
    background: #011e60;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    border: none;
    outline: none;
    box-shadow: none; }

.ldp-member .main-fq {
  margin: 60px 0; }
  .ldp-member .main-fq .head-fq {
    text-align: center;
    margin: unset;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 65px;
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 991px) {
      .ldp-member .main-fq .head-fq {
        margin-bottom: 35px; } }
    .ldp-member .main-fq .head-fq h2 {
      font-weight: 700;
      font-size: 32px;
      line-height: 1.2;
      color: #2E2E2E;
      margin: 0; }
      @media (max-width: 991px) {
        .ldp-member .main-fq .head-fq h2 {
          font-size: 20px; } }
    .ldp-member .main-fq .head-fq:after {
      content: "";
      height: 4px;
      width: 180px;
      background: #011e60;
      display: block;
      margin-top: 20px; }
  .ldp-member .main-fq .content-fq .item-fq {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    cursor: pointer; }
    .ldp-member .main-fq .content-fq .item-fq .head-item-fq {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative; }
      .ldp-member .main-fq .content-fq .item-fq .head-item-fq h2 {
        margin: 0;
        font-size: 18px;
        line-height: 26px;
        color: #2e2e2e; }
        @media (max-width: 991px) {
          .ldp-member .main-fq .content-fq .item-fq .head-item-fq h2 {
            font-size: 14px;
            line-height: 20px;
            padding-right: 25px; } }
      .ldp-member .main-fq .content-fq .item-fq .head-item-fq .collp {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #72c3d5;
        border-radius: 50%;
        transition: 0.3s ease-in-out; }
        .ldp-member .main-fq .content-fq .item-fq .head-item-fq .collp .inner {
          position: relative;
          width: 100%;
          height: 100%;
          display: inline-block; }
          .ldp-member .main-fq .content-fq .item-fq .head-item-fq .collp .inner::before, .ldp-member .main-fq .content-fq .item-fq .head-item-fq .collp .inner ::after {
            position: absolute;
            content: "";
            height: 3px;
            width: 24px;
            background: white;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.5);
            transition: 0.3s ease-in-out;
            z-index: 10; }
          .ldp-member .main-fq .content-fq .item-fq .head-item-fq .collp .inner::after {
            transform: translate(-50%, -50%) scale(0.5) rotate(90deg); }
      .ldp-member .main-fq .content-fq .item-fq .head-item-fq.active .collp .inner::after {
        transform: translate(-50%, -50%) scale(0.5); }
      .ldp-member .main-fq .content-fq .item-fq .head-item-fq.active ~ .content-item-fq {
        display: block; }
    .ldp-member .main-fq .content-fq .item-fq .content-item-fq {
      background: #fff7f1;
      border-radius: 10px;
      padding: 20px;
      margin: 15px 0 0 0;
      display: none; }
      .ldp-member .main-fq .content-fq .item-fq .content-item-fq ul {
        list-style-type: inherit;
        padding: 0 0 1rem 20px;
        display: flex;
        flex-direction: column;
        gap: 8px; }
