.team_inner .team_cm {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }
  @media screen and (max-width: 1000px) {
    .team_inner .team_cm {
      display: none; } }

@media screen and (max-width: 480px) {
  .rec_sec2 {
    padding: 0; } }
.rec_sec2 .team_rec_col {
  padding: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  flex-direction: column; }
  .rec_sec2 .team_rec_col .item_wrap {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    row-gap: 25px;
    width: 100%; }
    .rec_sec2 .team_rec_col .item_wrap li {
      width: 50%;
      font-size: 20px;
      background: rgba(0, 0, 0, 0.1);
      line-height: 1;
      padding: 15px 0;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .rec_sec2 .team_rec_col .item_wrap li {
          font-size: 14px; } }
      .rec_sec2 .team_rec_col .item_wrap li.active {
        color: #fff;
        background: #000; }
  .rec_sec2 .team_rec_col .input_wrap {
    display: flex;
    align-items: center;
    column-gap: 20px; }
    @media screen and (max-width: 480px) {
      .rec_sec2 .team_rec_col .input_wrap {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px; } }
    .rec_sec2 .team_rec_col .input_wrap .txt01 {
      font-weight: bold;
      color: #000;
      font-size: 16px;
      line-height: 1;
      flex-shrink: 0; }
    .rec_sec2 .team_rec_col .input_wrap .input_item select {
      display: block;
      cursor: pointer;
      max-width: 100%;
      padding: 0.71em;
      border: 1px solid #cccccc;
      border-radius: 5px;
      border-radius: 20px;
      width: 16.5em; }
      @media screen and (max-width: 480px) {
        .rec_sec2 .team_rec_col .input_wrap .input_item select {
          width: 14em; } }
    .rec_sec2 .team_rec_col .input_wrap a {
      display: block;
      font-size: 14px;
      background: #009f42;
      color: #fff;
      line-height: 1;
      padding: 8px 15px;
      border-radius: 5px; }
  .rec_sec2 .team_rec_col .red_txt {
    color: #ff0000;
    line-height: 1;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .rec_sec2 .team_rec_col .red_txt {
        text-align: center; } }
.rec_sec2 .team_rec_col_wra {
  margin-bottom: 45px; }

.sec3 {
  position: relative; }
  .sec3 > div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none; }
    .sec3 > div.active {
      position: relative;
      pointer-events: all;
      opacity: 1; }
  .sec3 .txt01 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .sec3 .txt01 {
        font-size: 24px;
        text-align: center; } }
  .sec3 .sec03_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .sec3 .sec03_wrap {
        justify-content: center; } }
    .sec3 .sec03_wrap .txt01 {
      font-size: 20px;
      font-weight: 36px;
      font-weight: bold;
      margin-bottom: 20px; }
    .sec3 .sec03_wrap .in_box {
      display: flex;
      column-gap: 35px;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .sec3 .sec03_wrap .in_box {
          column-gap: 10px;
          transform: translateX(20%); } }
      .sec3 .sec03_wrap .in_box .txt {
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .sec3 .sec03_wrap .in_box .txt {
            font-size: 14px; } }
      .sec3 .sec03_wrap .in_box .icon {
        max-width: 31px; }
    @media screen and (max-width: 480px) {
      .sec3 .sec03_wrap .txt02 {
        display: none; } }
  .sec3 .graph_wrap {
    position: relative; }
    .sec3 .graph_wrap figure {
      width: 100%;
      overflow-x: scroll;
      overflow-y: hidden; }
      .sec3 .graph_wrap figure img {
        width: 1413px;
        max-width: 1413px; }
        @media screen and (max-width: 480px) {
          .sec3 .graph_wrap figure img {
            width: 1300px;
            max-width: 1300px; } }

/*# sourceMappingURL=member_record.css.map */
