.main_board__content_03 {
    padding: 4rem 2rem 4rem;
    background: var(--main_board_01_wrap_bg);
  }
  
  .main_board__content_03 .main_board {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 4rem;
  }
  
  
  .main_board__content_03 .main_board__items {
    position: relative;
    width: 100%;
    height: 38rem;
    border-radius: 0 0 var(--border_radius_left) var(--border_radius_right);
    overflow: hidden;
  }
  
  .mySwiper3 {
    pointer-events: none;
  }
  
  .borad_row {
    display: grid;
    grid-template-columns: 4rem 2.5fr 1fr 8rem;
    grid-gap: .5rem;
    align-items: center;
    border-bottom: 1px dashed #eee;
    line-height: 1;
  }
  
  
  .more_arrow_btn {
    position: absolute;
    right: 0;
    font-size: 2rem;
  }
  
  .more_arrow_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #555;
    background: #f9f9f9;
    border-radius: 1rem;
  }
  
  
  .item_order__sort {
    height: 3.8rem;
  }
  .item_order__sort img {
    height: 100%;
  }
  
  .item_order__title {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .item_order__title img {
    height: 1.3rem;
    vertical-align: middle;
    padding-left: .3rem;
  }
  
  .item_order__name {
    text-align: center;
    color: var(--color_desc);
  }
  
  .item_order__name img {
    height: 1.3rem;
  }
  
  .item_order__state {
    text-align: right;
  }
  
  .item_order__state span {
    padding: .5rem 1.2rem;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 2em;
  }
  
  
  .mobile_author {
    font-size: 1.2rem;
    padding-top: .5rem;
    color: var(--color_desc);
  }
  
  .mobile_author img {
    padding-left: 0;
  }
  
  
  .state01 { background: var(--state01) }
  .state02 { background: var(--state02) }
  .state03 { background: var(--state03) }
  .state04 { background: var(--state04) }
  .state05 { background: var(--state05) }
  .state06 { background: var(--state06) }
  .state07 { background: var(--state07) }
  
  
  
  
  
  
  .notice_row {
    border-bottom: 1px dashed #eee
  }
  
  .notice_row img {
    height: 1.3rem;
    padding-left: .3rem;
    vertical-align: middle;
  }
  
  .notice_row:hover svg {
    animation: Swing .6s;
  }
  
  .notice_row svg {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    fill: var(--color_pmy) !important;
    padding-right: .5rem;
  }
  
  .notice_row a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5.325rem;
    color: var(--color_text);
    transition: .2s;
  }
  
  
  
  .main_board_pinset a {
    width: 100%;
    padding: 1.67rem 0;
    color: var(--color_pmy) !important;
    font-family: var(--font_family_bold);
  }
  
  .notice_title {
    position: absolute;
    left: 0;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-x: hidden;
    transition: .3s;
  }
  
  .notice_row a:hover .notice_title {
    transform: translateX(.7rem);
    color: var(--color_pmy) !important;
  }
  
  .notice_date {
    position: absolute;
    right: 0;
    font-size: 1.3rem;
    color: var(--color_desc);
  }
  
  
  
  
  .v480 {
    display: none;
  }
  
  
  
  @media all and (max-width: 768px) {
    .main_board__content_03 .main_board {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 4rem;
    }
  
    .board_notice__box {
      grid-row: 1;
      height: auto;
    }
  
    .board_notice__box .main_board__items {
      height: auto;
    }
  
    .notice_row a {
      height: 4rem;
    }
  }
  
  
  
  
  
  @media all and (max-width: 480px) {
    .main_board__content_03 {
      padding: 2rem 1.5rem 4rem;
    }
  
    .borad_row {
      grid-template-columns: 4rem 2.5fr 8rem;
    }
  
    .item_order__state span {
      padding: .3rem 1rem;
      font-size: 1rem;
      color: #fff;
      border-radius: 2em;
    }
  
    .main_board_pinset a {
      padding: 1.4rem 0 1rem;
    }
  
    .notice_row a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.3rem 0;
      color: var(--color_text);
      transition: .2s;
    }
  
    .notice_row svg {
      width: 1.6rem;
      height: 1.6rem;
      vertical-align: middle;
      fill: var(--color_pmy) !important;
      padding-right: .2rem;
    }
  
    .v480 {
      display: inherit;
    }
  
    .h480 {
      display: none;
    }
  }
  
  
  
  @media all and (max-width: 380px) {
    .main_board__content_03 ul li,
    .main_board__content_03 ul a {
      font-size: 1.3rem;
    }
  
    .notice_date {
      font-size: 1.2rem;
    }
  }