/*
 * PE-Class v1.16.34
 * Galaxy Fold7 펼침 화면 전용: 반별 진도표 하단 버튼 3개와 날짜/활동 열 실폭 보정.
 * 다른 모바일·아이패드·PC 환경에는 적용하지 않는다.
 */
@media (min-width:769px) and (max-width:1200px){
  html.pe87FoldWide body.classProgressApp #progressTableBox .progressActions.progressActionsSpaced{
    display:grid!important;
    grid-template-columns:minmax(190px,1fr) auto auto!important;
    grid-template-rows:40px!important;
    width:calc(100% - 20px)!important;
    min-width:0!important;
    max-width:calc(100% - 20px)!important;
    min-height:60px!important;
    height:60px!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:8px!important;
    margin:10px!important;
    padding:10px!important;
    border:1px solid #dce8f1!important;
    border-radius:12px!important;
    background:#f9fcff!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox .progressSelectionActions{
    display:contents!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox #addProgressRow,
  html.pe87FoldWide body.classProgressApp #progressTableBox #restoreSelectedProgressPlans,
  html.pe87FoldWide body.classProgressApp #progressTableBox #deleteProgressRows{
    position:relative!important;
    z-index:2!important;
    width:auto!important;
    max-width:none!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0 11px!important;
    border-radius:10px!important;
    font-size:11.5px!important;
    line-height:1!important;
    white-space:nowrap!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:center!important;
    box-sizing:border-box!important;
    pointer-events:auto!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox #deleteProgressRows{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    min-width:190px!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox #restoreSelectedProgressPlans{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    min-width:178px!important;
    color:#177bb9!important;
    border:1px solid #b8d9ec!important;
    background:#fff!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox #addProgressRow{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    min-width:106px!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox #restoreSelectedProgressPlans:disabled,
  html.pe87FoldWide body.classProgressApp #progressTableBox #deleteProgressRows:disabled{
    cursor:not-allowed!important;
    opacity:.46!important;
    box-shadow:none!important;
  }

  html.pe87FoldWide #progressTableBox .progressActionCount{
    display:inline-flex!important;
    min-width:18px!important;
    height:18px!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:4px!important;
    padding:0 4px!important;
    border-radius:999px!important;
    font-size:10.5px!important;
    font-weight:800!important;
    line-height:18px!important;
    box-sizing:border-box!important;
  }

  html.pe87FoldWide #progressTableBox table.pe87ClassProgress col.progressColDate{
    width:calc(18% + 18px)!important;
  }

  html.pe87FoldWide #progressTableBox table.pe87ClassProgress col.progressColActivity{
    width:calc(26% - 18px)!important;
  }

  html.pe87FoldWide #progressTableBox table.pe87ClassProgress col.progressColPeriod{
    width:8.5%!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox
  table.pe87ClassProgress select.progressInput[data-k="period"]{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:38px!important;
    padding:0!important;
    font-size:9.5px!important;
    line-height:normal!important;
    letter-spacing:-.2px!important;
    text-align:center!important;
    text-align-last:center!important;
    vertical-align:middle!important;
    -webkit-appearance:none!important;
    appearance:none!important;
    background-color:#f8fbff!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' fill='none' stroke='%23556b7c' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:right 3px center!important;
    background-size:8px 5px!important;
    box-sizing:border-box!important;
  }

  html.pe87FoldWide #progressTableBox .dateLine.dateLineInline{
    width:100%!important;
    margin-right:0!important;
  }
}
