@font-face {
    font-family: GmarketSansM;
    src: url('src/static/font/GmarketSansTTFMedium.woff');
}

@font-face {
    font-family: GmarketSansB;
    src: url('src/static/font/GmarketSansTTFBold.woff');
}
  
.Progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #111;
    font-family: "GmarketSansM", sans-serif;
    font-size: 12px;
    z-index: 30
}

.Progress.On {
    display: block
}

.Progress__Background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6
}

.Progress__Inner {
    position: absolute;
    top: 87.5px;
    left: 357.5px;
    width: 565px;
    height: 545px;
    border-radius: 4px;
    background-color: #fff
}

.Progress__Line {
    width: 515px;
    height: 1px;
    margin: 0 auto;
    background-color: #000;
    opacity: 1
}

.Progress__Line.Light {
    opacity: .05
}

.Progress__Line.Thick {
    height: 2px;
}

.Progress__Title {
    height: 68px;
    margin: 0 auto;
    line-height: 80px;
    font-family: "GmarketSansB", sans-serif;
    font-size: 21px;
    text-align: center
}

.Progress__Table {
    width: 515px;
    margin: 0 auto
}

.Progress__Table__Row {
    height: 36px;
    display: flex;
    align-items: stretch
}

.Progress__Table__Row.Head {
    background-color: #f5f5f5;
    font-size: 13px;
    color: #666666;
}

.Progress__Table__Cell {
    display: flex;
    align-items: center;
    justify-content: center
}

.Progress__Table__Cell.Checkbox {
    flex: 0 0 50px
}

.Progress__Table__Cell.Class {
    flex: 0 0 100px
}

.Progress__Table__Cell.Page {
    flex: 0 0 200px
}

.Progress__Table__Cell.Page>* {
    cursor: pointer
}

.Progress__Table__Cell.Date {
    flex: 0 0 165px
}

.Progress__Table__Body {
    height: 356px;
    overflow: auto
}

.Progress__Ordering {
    width: 22px;
    height: 22px;
    background: url(src/static/image/progress/ordering.png) center/13px auto no-repeat;
    cursor: pointer
}

.Progress__Ordering.Reversed {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.Progress__Textbook {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 19px;
    margin-top: 0;
    border-radius: 8.5px;
    color: #fff;
    font-family: "NotoSansM", sans-serif;
    font-size: 11px;
    text-align: center;
    line-height: 1;
}

.Progress__Textbook::before {
    content: '';
    width: 13px;
    height: 13px;
    margin-right: 4px;
    background: center / 100% auto no-repeat;
}

.Progress__Textbook.Main {
    background-color: #3379e0
}

.Progress__Textbook.Main::before {
    background-image: url(src/static/image/progress/textbook_main_icon.png);
}

.Progress__Textbook.Main::after {
    content: "교과서"
}

.Progress__Textbook.Sub {
    background-color: #19c4e3
}

.Progress__Textbook.Sub::before {
    background-image: url(src/static/image/progress/textbook_sub_icon.png);
}

.Progress__Textbook.Sub::after {
    content: "수학익힘"
}

.Progress__Checkbox {
    position: relative;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #ccd6e7;
    background-color: #f3f6f9;
    cursor: pointer
}

.Progress__Checkbox::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: none;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 8px;
    border-right: 1px solid #5971a8;
    border-bottom: 1px solid #5971a8
}

.Progress__Checkbox.Selected::before {
    display: block
}

.Progress__Page {
    width: 38px;
    padding-left: 8px
}

.Progress__Bottom {
    position: relative
}

.Progress__Button {
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    right: 24px;
    width: 70px;
    height: 29px;
    border: 1px solid #ccd6e7;
    border-radius: 4px;
    background-color: #f3f6f9;
    color: #6e7b8e;
    font-family: "NanumSquareRoundB", sans-serif;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    cursor: pointer
}

.Progress__Button.Big {
    right: auto;
    left: 24px;
    width: 120px
}

.Progress__Close {
    position: absolute;
    top: 30px;
    left: 523px;
    width: 16px;
    height: 16px;
    background: url(src/static/image/progress/close.png) center/contain no-repeat;
    cursor: pointer
}