/* Assignment tooltip START */
[data-toggle="tooltip"] {
    cursor: pointer;
}
.tooltip {
    white-space: pre-line;
    text-align: left;
}
.tooltip .tooltip-inner {
    text-align: left;
    min-width: 210px;
}

.tooltip-menu {
    margin-left: auto;
    margin-right: 20px;
    color: #5076FF;
    font-weight: 400;
    font-size: 12px;
}
.tooltip-menu.red {
    color: #FF4E59;
}
.tooltip-menu.blue {
    color: #5076FF;
}
.tooltip-menu > .ico-ex-mark {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #888888;
    border-radius: 50%;
    font-style: normal;
    color: #888888;
    margin-left: 2px;
}
/* Assignment tooltip END */

/* Assignment Loading bar START */
.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
}

.loader > .loader-img {
    position: fixed;
    left: calc(50vw - 24px);
    top: calc(50vh - 24px);
}

.loader > .loader-img > img {
    width: 48px;
    height: 48px;
}

#assignment_filter{
    position: fixed;
    right: 30px;
    bottom: 133px;
    background-color: #5991ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}

#assignment_filter > img {
    margin-top: 15px;
    width: 20px;
    height: 20px;
}

/* Assignment Loading bar END */

/* Assignment 페이지네이션 Component START */
 .pagination {
 }

 .pagination > li > a,
 .pagination > li > span{
     width: auto;
     position: relative;
     padding : 14px 7px;
     margin: 0 5px;
     font-size: 14px;
     line-height: 28px;
     color: #333;
     cursor: pointer;
     text-align: center;
     border-radius: 4px;
 }

 .pagination > .active > a,
 .pagination > .active > span,
 .pagination > .active > a:hover,
 .pagination > .active > span:hover,
 .pagination > .active > a:focus,
 .pagination > .active > span:focus {
     z-index: 2;
     color: #376dd5;
     font-weight: 600;
     cursor: pointer;
     background-color: #f0f4fc;
 }

 .pagination>li:first-child>a,
 .pagination>li:last-child>a{
     padding: 14px 0px;
 }

 .pagination>li:first-child>a img,
 .pagination>li:last-child>a img {
     padding: initial ;
     width: 30px;
 }

 @media screen and (max-width: 767px) {
     .tooltip-menu {
         margin-right: 0;
     }

     .pagination > li > a,
     .pagination > li > span{
         font-size : 12px;
         padding : 10px 7px;
         line-height: 24px;
         margin: 0 5px;
     }

     .pagination>li:first-child>a,
     .pagination>li:last-child>a{
         padding: 10px 0px;
         line-height: 24px;
     }

     .pagination>li:first-child>a img,
     .pagination>li:last-child>a img {
         width: 24px;
     }
 }
 /* Assignment 페이지네이션 Component END */

 /* Assignment 과제프리뷰 Component START */
 .assignment {
     display: flex;
     flex-direction: column;
     row-gap: 4px;
     position: relative;
 }

 .assignment.notice {
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
 }

 .assignment > .course {
     width: 100%;
     max-width: calc(100% - 80px);
     font-size: 14px;
     font-weight: 500;
     line-height: 1.5;
     letter-spacing: -0.28px;
     color: #5991ff;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .assignment.notice > .course {
    width: initial;
    flex: none;
    font-weight : 600;
 }

 .assignment > .title {
     width : 100%;
     max-width: calc(100% - 65px);
     font-size: 18px;
     font-weight: 700;
     line-height: 1.5;
     color: #333;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .assignment > .date {
     position: absolute;
     right : 0px;
     bottom : 0px;
     font-size: 14px;
     font-weight: 400;
     color: #888;
 }

 .assignment > .info {
     display: flex;
     flex-wrap : wrap;
     align-items: center;
     vertical-align: middle;
     column-gap : 20px;
     width: 100%;
     max-width: calc(100% - 80px);
 }

 .assignment > .info > .item:first-child:after{
     content: "";
     position: absolute;
     right: -10px;
     top: 0px;
     width: 2px;
     height: 16px;
     background-color: #e0e0e0;
 }

 .assignment > .info > .username{
     position: relative;
     font-size: 14px;
     font-weight: 400;
     color: #888;
     letter-spacing: -0.28px;
 }
.assignment > .info > .username .userlevel.blue {
    color: #5991FF;
}
.assignment > .info > .username .userlevel.red {
    color: #FF4E59;
}

 .assignment > .info > .lecture {
     position: relative;
     flex : 1;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: -0.28px;
     color: #888;

     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 @media screen and (max-width: 767px) {
     .assignment > .course {
         max-width: calc(100% - 65px);
         font-size : 12px;
     }

     .assignment.notice > .course {
        max-width: initial;
    }

     .assignment > .title {
        max-width: calc(100% - 65px);
        font-size : 16px;
     }

     .assignment.notice > .title{
        max-width: 100%;
        font-size : 16px;
     }

     .assignment > .date {
         top : 5.5px;
         right : 0px;
         bottom: initial;
         font-size : 11px;
     }

     .assignment.notice > .date{
        top : 1.5px;
        right : 0px;
        bottom: initial;
        font-size : 11px;
     }

     .assignment > .info {
         max-width: calc(100% - 20px);
     }
     .assignment > .info > .username {
         font-size : 11px;
     }
     .assignment > .info > .lecture {
         font-size: 11px;
     }
 }
 /* Assignment 과제프리뷰 Component END */
 /* Assignment 정렬 Component START */
 .option_wrap {
     position: relative;
 }

 .option_wrap > ul.option_list {
     display: inline-flex;
     gap : 10px;
 }

 .option_wrap > ul.option_list > li {
     display: inline-block;
     cursor: pointer;
 }

 .option_wrap > ul.option_list > li > a{
     display: block;
     min-width: 100px;
     height: 40px;
     border-radius: 20px;
     font-size: 14px;
     font-weight: 700;
     line-height: 38px;
     color: #333;
     text-align: center;
     background-color: #fff;
     border : 1px solid #ddd;
 }

 .option_wrap > ul.option_list > li > a.on{
     background-color: #ddd;
     border-color: transparent;
     color: #333;
 }

.option_wrap .board_tot_row {
    line-height: 1.5;
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
}

 @media screen and (max-width: 767px) {
     .option_wrap > ul.option_list > li > a{
         min-width: 62px;
         height: 28px;
         padding: 0 20px;
         border: solid 1px #f0f4fc;
         background-color: #fff;
         font-size: 13px;
         line-height: 26px;
         color: #333;
     }
     .option_wrap .board_tot_row {
         margin-top: 0;
         font-size: 12px;
     }

     .main_content .option_wrap .board_tot_row+.button_wrap {
         display: block;
     }
 }
 /* Assignment 정렬 Component END */
 /* Assignment SELECT Component START */
 .select_wrap {
     flex : 1;
     width: 100%;
     max-width:  300px;
     margin-bottom: 0px;
 }

 .select_wrap > .title {
    font-size : 16px;
    font-weight: 700;
    margin-bottom: 10px;
 }

 .select_wrap > .select {
     padding: 0 20px;
     height: 50px;
     -webkit-appearance: none;
     background: #fff url("../images/icon_arrow_select.svg") no-repeat calc(100% - 8px) center;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 @media screen and (max-width: 767px) {
     .select_wrap {
         max-width: initial;
     }

     .select_wrap > .title {
         font-size : 14px;
     }

     .select_wrap > .select {
         height: 40px;
         font-size : 13px;
     }
     .sub_filter {
         gap : 6px;
     }

     .sub_filter .mobile_filter{
         background-color: transparent;
         width : 24px;
         border: 0;
         cursor: pointer;
     }

     .sub_filter .mobile_filter > img {
         height: 100%;
         object-fit: cover;
         border-radius: 4px;
     }
 }

 /* Assignment SELECT Component END */

 /* Assignment Button Component START */
 .button_wrap .btn_assignment  {
     position: relative;
     width: auto;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding : 4px 47px;
     background: #5991ff;
     border: 1px solid #5991ff;
     line-height: 29px;
     border-radius: 3px;
     box-shadow: 0 3px 6px 0 rgba(55, 109, 213, 0.15);
     background-color: #5991ff !important;
     border-color: transparent !important;
     font-size: 14px;
 }

.button_wrap .btn_assignment > img {
    margin-right : 10px;
}

 .button_wrap > .btn_white{
     border-width: 2px;
     background-color: #fff !important;
     border-color: #5991ff !important;
     box-shadow: 0 3px 6px 0 rgb(55 109 213 / 15%);
     color: #5991ff !important;
 }

 /* Assignment Button Component END */

 /* Assignment 필터 공통파트 Group Component START */
 .filter_group {
 }

 .filter_group > .title {
     margin-bottom: 10px;
     font-size: 14px;
     font-weight: 700;
     color: #1b2a46;
 }

 .filter_group > .sub_title{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #5991FF;
 }

 .filter_group > .option_area {
     display: inline-flex;
     flex-direction: column;
     width: 100%;
     gap : 16px;
     padding : 16px 0px;
 }

 .filter_group > .option_area > .option {
     display: inline-block;
     width: 100%;
 }
 .filter_group > .option_area > .option > input {
     display: none;
 }
 .filter_group > .option_area > .option > .title {
     width: 90%;
     display: inline-block;
     padding: 7px 20px;
     border: 1px solid #e0e0e0;
     border-radius: 16px;
     font-size: 12px;
     color: #666;
     cursor: pointer;
 }

 .filter_group > .option_area > .option > input:checked + .title{
     font-weight: 700;
     color: #fff;
     background-color: #5991ff;
     border-color: #5991ff;
 }
 /* Assignment 필터 Radio Group Component */


 /* Assignment 필터 리스트 Group Component */
 .filter_group.search_group > .btn_entire,
 .filter_group.list_group > .btn_entire{
     margin-top : 10px;
     width: 90%;
     display: inline-block;
     padding: 5px 20px;
     border-radius: 16px;
     font-size: 12px;
     font-weight: 700;
     color: #fff;
     background-color: #5991ff;
     border-color: #5991ff;
     cursor: pointer;
     line-height: initial;
 }

.filter_group.list_group > .option_area > .option > .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
}

 /* Assignment 필터 검색 Group Component */
 .filter_group.search_group > input.search {
     width: 90%;
     height: 30px;
     font-size : 12px;
     padding-right: 15px;
     padding-left: 15px;
     color: #666;
     font-weight: 500;
     margin-bottom: 10px;
 }
 .filter_group.search_group > .option_area > .option > .title_wrap {
     position: relative;
     display: inline-flex;
     flex-direction: column;
     width: 90%;
     padding : 8px 8px;
     border-radius: 8px;
     cursor: pointer;
     row-gap: 8px;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap:before {
    position : absolute;
    content: "";
    top : -9px;
    left : 0px;
    width: 100%;
    height: 1px;
    background-color: #8C8C8C;
 }

 .filter_group.search_group > .option_area > .option:last-child> .title_wrap:after {
    position : absolute;
    content: "";
    bottom : -9px;
    left : 0px;
    width: 100%;
    height: 1px;
    background-color: #8C8C8C;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap > .title {
     width: 100%;
     display: inline-block;
     flex : 1;
     border: none;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 13px;
     color: #666;
     font-weight: bold;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap > .desc {
    display: inline-flex;
    gap : 16px;
    font-size: 11px;
    font-weight: 500;
    color: #666;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap > .desc > div {
    position: relative;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap > .desc > div:before {
    position: absolute;
    content: "";
    top: 2px;
    height: 10px;
    width: 1px;
    right: -9px;
    background-color: #666;
    opacity: 0.8;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap > .desc > div:last-child:before {
    display: none;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap > .desc > .number {
    display : inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
 }

 .filter_group.search_group > .option_area > .option > .title_wrap > .desc > .number > img {
    width: 12px;
    height: 12px;
 }

.filter_group.select_assignment > .title_wrap {
    display: inline-flex;
    width: 90%;
    padding : 7px 20px;
    border-radius: 16px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    column-gap: 4px;
}

.filter_group.select_assignment > .title_wrap > .title {
    width: 100%;
    display: inline-block;
    flex : 1;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #000;
}

.filter_group.select_assignment > .title_wrap  > .number {
    display: inline-block;
    padding : 1px 5px;
    border-radius: 10px;
    background-color : #FFE7E7;
    font-weight: 700;
}

 @media screen and (max-width: 767px) {
     .filter_group.radio_group > .option_area {
         flex-direction: row;
     }

     .filter_group.select_assignment > .title_wrap{
         width: 100%;
     }

     .filter_group > .option_area > .option > .title{
         width: 100%;
     }

     .filter_group.search_group > input.search{
         width: 100%;
     }

     .filter_group.search_group > .option_area > .option > .title_wrap {
         width: 100%;
     }

     .filter_group.search_group > .btn_entire,
     .filter_group.list_group > .btn_entire {
         width: 100%;
     }
 }

 /* Assignment 필터 공통파트 Group Component END */


/* Assignment 콘텐츠 존재하지 않음 Component START */
.content_none {
    padding: 30px 0 55px;
    text-align: center;
}

.content_none > .ico {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 12px 0 11px;
    background-color: #f0f4fc;
    border-radius: 50%;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    color: #5991ff;
    text-align: center;
}

.content_none > .title {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.content_none > .desc {
    margin-top: 11px;
    font-size: 12px;
    color: #666;
}

.content_none > .btn_move {
    display: block;
    margin: 19px auto 0;
    width: 200px;
    font-size: 14px;
    line-height: 38px;
    border-width: 2px;
    color: #fff;
    background-color: #5991ff;
    border-color: transparent;
}

@media screen and (max-width: 767px) {
    .content_none {
        padding: 30px 0 20px;
    }
}
/* Assignment 콘텐츠 존재하지 않음 Component END */

/* Assignment Manage 현재 위치 Component START */
.location {
    position: relative;
    padding: 21px 0 20px;
    background-color: #f0f4fc;
}

.location > .container > .title {
    font-size: 16px;
    font-weight: 700;
    color: #1b2a46;
}

.location #home_btn {
    position: absolute;
    top : -10px;
    right : 0px;
    width: 210px;
    border-width: 2px;
    background-color: #fff;
    border-color: #5991ff;
    box-shadow: 0 3px 6px 0 rgb(55 109 213 / 15%);
    color: #5991ff;
    border-radius: 4px;
    line-height: 36px;
}

@media screen and (max-width: 767px) {
    .location {
        padding: 16px 0 15px;
    }

    .location > .container > .title {
        font-size: 13px;
    }

    .location #home_btn {
        width: 190px;
        font-size: 14px;
        top : -5px;
        right : 15px;
        line-height: 26px;
    }
}

/* Assignment Manage 현재 위치 Component END */

/* Assignment Manage 서브 네비게이션 Component START */
.manage_menu {
    border-bottom: 1px solid #e5e5e5;
    /*overflow-y: scroll;*/
}

.manage_menu > .container > ul {
    display: flex;
    justify-content: space-between;
}
.manage_menu > .container > ul > li{
}
.manage_menu > .container > ul > li > a{
    display: block;
    padding : 20px 5px;
    color: #888;
}
.manage_menu > .container > ul > li > a.on{
    position : relative;
    padding: 20px 10px;
    font-weight: 700;
    color: #5991ff;
}
.manage_menu > .container > ul > li > a.on::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #5991ff;
}

@media screen and (max-width: 767px) {
    .manage_menu > .container > ul{
        overflow-y: auto;
        justify-content: initial;
        column-gap : 15px;
    }
    /* 스크롤바의 기본 스타일 설정 (모든 브라우저에서 동작) */
    .manage_menu > .container > ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .manage_menu > .container > ul > li{
        padding: 11px 0px;
        min-width: 140px;
        text-align: center;
    }
    .manage_menu > .container > ul > li > a{
        padding: 6px 18px;
        border: 1px solid #f0f4fc;
        border-radius: 15.5px;
        font-size: 13px;
    }

    .manage_menu > .container > ul > li > a.on{
        padding: 6px 18px;
        background-color: #f0f4fc;
    }

    .manage_menu > .container > ul > li > a.on::after {
        content: none;
    }
}
/* Assignment Manage 서브 네비게이션 Component END */

/* Assignment Manage 글쓰기 영역 Component START */
.writer_section {
    margin: 30px 0 50px 0;
    padding: 41px 36px 36px 36px;
    background-color: #f0f4fc;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.writer_section .select_wrap {
    max-width: initial;
}

.writer_section .form-group {
    font-size : 14px;
    margin-bottom: 0px;
}
.writer_section .form-group > .form-control {
    height: 50px;
}
.writer_section .form-group > .title {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.63;
    color: #333;
    font-weight: bold;
}

.writer_section > .form-group > .file_box {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #000;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 20px;
}

.writer_section > .form-group > .file_box > .upload_name {
    flex : 1;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 100%;
    color: #999999;
    border : none;
}

.writer_section > .form-group > .file_box > label {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #999999;
    cursor: pointer;
    height: 40px;
}

.writer_section > .form-group > .file_box > input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.writer_section > .form-group > .image_preview {
    margin : 10px auto 0 auto;
    display: none;
    width: 300px;
    height: 300px;
}

.writer_section > .form-group > .assignment_explanation{
    background : #5991FF;
    padding: 20px 20px 80px 20px;
    color : #ffffff;
    font-size : 17px;
    font-weight: 600;
}

.writer_section > .form-group > .assignment_move {
    position: absolute;
    display : flex;
    right: 20px;
    bottom : 20px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    gap : 10px;
    cursor: pointer;
    font-size : 14px;
    color : #5991FF;
    font-weight: 600;
}

.writer_section > .wide {
    display: flex;
    justify-content: space-between;
    gap : 20px;
}

@media screen and (max-width: 767px) {
    .writer_section {
        margin: 0 -20px;
        padding: 34px 20px 20px;
        row-gap : 10px;
    }

    .writer_section .form-group > .title {
        margin-bottom: 10px;
    }

    .writer_section .form-group > .form-control {
        height: 44px;
    }

    .writer_section > .form-group > .assignment_explanation{
        font-size : 14px;
    }
}
/* Assignment Manage 글쓰기 영역 Component END */

/* Assignment Manage 글쓰기 버튼 영역 Component START */
.writer_button_wrap {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.writer_button_wrap > .btn_white {
    width: 200px;
    border-width: 2px;
    background-color: #fff;
    border-color: #5991ff;
    box-shadow: 0 3px 6px 0 rgb(55 109 213 / 15%);
    color: #5991ff;
    border-radius: 4px;
    line-height: 46px;
}

.writer_button_wrap > .btn_blue {
    width: 200px;
    border-width: 2px;
    box-shadow: 0 3px 6px 0 rgb(55 109 213 / 15%);
    background-color: #5991ff !important;
    border-color: transparent !important;
    border-radius: 4px;
    line-height: 46px;
}
@media screen and (max-width: 767px) {
    .writer_button_wrap {
    }

    .writer_button_wrap > .btn_white {
        width: 45%;
        font-size : 14px;
    }

    .writer_button_wrap > .btn_blue {
        width: 45%;
        font-size : 14px;
    }
}
/* Assignment Manage 글쓰기 버튼 영역 Component END */

/* Assignment Manage 과제 manage item Component START */
.assignment_manage {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    position: relative;
}

.assignment_manage > .info {
    display: flex;
    flex-wrap : wrap;
    align-items: center;
    vertical-align: middle;
    column-gap : 20px;
    width: 100%;
    max-width: calc(100% - 80px);
}

.assignment_manage > .info > .item:first-child:after{
    content: "";
    position: absolute;
    right: -10px;
    top: 2px;
    width: 2px;
    height: 16px;
    background-color: #e0e0e0;
}

.assignment_manage > .info > .course {
    position :relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #5991ff;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.assignment_manage > .info > .section {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assignment_manage > .lecture {
    position: relative;
    flex : 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.28px;
    color: #888;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assignment_manage > .title {
    width : 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assignment_manage > .date {
    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .assignment_manage > .lecture {
        font-size : 12px;
    }

    .assignment_manage > .title {
        font-size : 16px;
    }

    .assignment_manage > .date {
        font-size : 12px;
    }

    .assignment_manage > .info {
        max-width: calc(100% - 40px);
        align-items: flex-start;
        flex-direction: column;
        row-gap: 4px;
    }
    .assignment_manage > .info > .course {
        font-size : 12px;
    }
    .assignment_manage > .info > .section {
        font-size: 12px;
    }
    .assignment_manage > .info > .item:first-child:after{
        content : none;
    }
}
/* Assignment 과제프리뷰 Component END */

/* Assignment settings Component START */
.setting {
    position: absolute;
    right : 10px;
    top: 50%;
    transform: translatey(-50%);
}

.setting > button {
    background: none;
    border: none;
    width: 25px;
    height: 25px;
}

.setting > button > img{
    width : 100%;
    height: 100%;
}

.setting > .menu {
    position: absolute;
    display: none;
    z-index: 100;
    right : 12px;
    top : 12px;
    width: 100px;
    background: #ffffff;
    border : 1px solid #888;
}

.setting > .menu > li {
    width: 100%;
    padding : 10px 0;
    text-align: center;
    font-size : 14px;
    font-width: 500;
}

.setting > .menu > li:hover{
    background: #888;
}

.setting > .menu > li+li {
    border-top : 1px solid #888;
}

@media screen and (max-width: 767px) {
    .setting {
        top : 0px;
    }

    .setting > button {
        width: 20px;
        height: 20px;
    }

    .setting > .menu {
        width: 70px;
        top : 10px;
        right : 10px;
    }

    .setting > .menu > li {
        font-size : 12px;
        padding : 8px 0;
    }
}
/* Assignment settings Component END */

/* Assignment Board Info Wrap Component END */
.board_info_wrap {
    padding-bottom: 30px;
    border-bottom : 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    row-gap : 10px;
}

.board_info_wrap > .info {
    display: flex;
    flex-wrap : wrap;
    align-items: center;
    vertical-align: middle;
    column-gap : 20px;
    width: 100%;
}

.board_info_wrap > .info > .item:first-child:after{
    content: "";
    position: absolute;
    right: -10px;
    top: 5px;
    width: 2px;
    height: 16px;
    background-color: #e0e0e0;
}

.board_info_wrap > .info > .course {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #5991ff;
}

.board_info_wrap > .info > .section {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_info_wrap > .lecture {
    position: relative;
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.28px;
    color: #888;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_info_wrap > .title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.board_info_wrap > .info > .date {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    letter-spacing: -0.28px;
}

.board_info_wrap > .info > .writer {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .board_info_wrap {
        padding-bottom: 20px;
        row-gap : 6px;
    }

    .board_info_wrap > .info {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 4px;
    }

    .board_info_wrap > .info > .item:first-child:after{
        content : none;
    }

    .board_info_wrap > .info > .course {
        font-size : 12px;
    }

    .board_info_wrap > .info > .section {
        font-size : 12px;
    }

    .board_info_wrap > .info > .writer {
        font-size : 12px;
    }

    .board_info_wrap > .info > .date {
        font-size : 12px;
    }

    .board_info_wrap > .lecture {
        font-size : 12px;
    }

    .board_info_wrap > .title {
        font-size: 20px;
    }
}
/* Assignment Board Info Wrap Component END */

/* Assignment Comment Register Wrap Component START */
.comment_register_wrap {
    margin: 22px 35px 0;
    padding: 20px 32px 17px 30px;
    border-radius: 8px;
    border: solid 2px #f0f4fc;
}

.comment_register_wrap > .user_info {
    display: flex;
    align-items: center;
    padding : 10px 0px;
}

.comment_register_wrap > .user_info > .thumb {
    width: 40px;
    height: 40px;
    background-color: #f0f4fc;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.comment_register_wrap > .user_info > .username {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.comment_register_wrap > .comment_content {
    margin-top: 14px;
    width: 100%;
    background-color: transparent;
    border: 0;
    height: 124px;
    font-size: 14px;
    line-height: 1.5;
}

.comment_register_wrap > .utils {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    column-gap: 16px;
    padding : 10px 0;
}

.comment_register_wrap > .utils > .count {
    font-size : 14px;
    color : #9c9c9c;
}

.comment_register_wrap > .utils > .btn_submit {
    font-size : 14px;
    background-color: transparent;
    border: 0;
    font-weight: 700;
    color: #5991ff;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .comment_register_wrap {
        margin: 20px 20px;
        padding: 0px 20px;
    }

    .comment_register_wrap > .user_info > .thumb {
        width: 20px;
        height: 20px;
    }

    .comment_register_wrap > .user_info > .username {
        font-size : 12px;
    }

    .comment_register_wrap > .comment_content {
        height: 120px;
        margin-top: 0px;
        font-size: 12px;
        padding: 10px;
        border: 1px dotted #f0f4fc;
        border-radius: 6px;
    }

    .comment_register_wrap > .utils > .count {
        font-size : 12px;
        color : #9c9c9c;
    }

    .comment_register_wrap > .utils > .btn_submit {
        font-size : 12px;
    }
}
/* Assignment Comment Register Wrap Component END */


/* Assignment Comment Wrap Component START */
.comment_wrap {
    position: relative;
}

.comment_wrap > .info {
    display: flex;
    align-items: flex-end;
    column-gap : 10px;
}

.comment_wrap > .info > .username{
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.comment_wrap > .info > .date{
    font-size: 12px;
    color: #9c9c9c;
}

.comment_wrap > .content {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.comment_wrap > .utils {
    position: absolute;
    top : 0;
    right : 0;
    display: flex;
    column-gap: 10px;
}

.comment_wrap > .utils > .btn_blue{
    font-size: 12px;
    color: #071ff5;
    height: 16px;
    line-height: 16px;
}
.comment_wrap > .utils > .btn_gray{
    font-size: 12px;
    color: #9c9c9c;
    height: 16px;
    line-height: 16px;
}

.comment_wrap > .reply_list > li{
    position: relative;
    margin-top: 24px;
    padding-left: 30px;
    padding-top : 10px;
    padding-bottom : 10px;
    background: url(../images/ico_reply_bg.svg) no-repeat 0 -2px;
}

.comment_wrap > .reply_list > li > .comment_register_wrap {
    margin : 0;
}

.comment_wrap > .reply_list > li > .comment_register_wrap > .user_info > .thumb{
    width: 20px;
    height: 20px;
}

.comment_wrap > .reply_list > li > .comment_register_wrap > .comment_content{
    height: 65px;
}

@media screen and (max-width: 767px) {
    .comment_wrap > .info > .username{
        font-size: 12px;
    }

    .comment_wrap > .info > .date{
        font-size: 10px;
    }

    .comment_wrap > .content {
        margin-top: 8px;
        font-size: 12px;
    }

    .comment_wrap > .utils > .btn_blue{
        font-size: 10px;
        height: 14px;
        line-height: 14px;
    }
    .comment_wrap > .utils > .btn_gray{
        font-size: 10px;
        height: 14px;
        line-height: 14px;
    }
}
/* Assignment Comment Wrap Component END */



/* Assignment Comment Manage Info Wrap Component START */
.comment_manage_info {
    display: flex;
    flex-direction: column;
    row-gap : 4px;
    margin-bottom: 10px;
}

.comment_manage_info > .info {
    display: flex;
    flex-wrap : wrap;
    align-items: center;
    vertical-align: middle;
    column-gap : 20px;
    width: 100%;
}

.comment_manage_info > .info > .course {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #5991ff;
}

.comment_manage_info > .info > .section {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment_manage_info > .info > .item:first-child:after{
    content: "";
    position: absolute;
    right: -12px;
    top: 3px;
    width: 2px;
    height: 15px;
    background-color: #e0e0e0;
}

.comment_manage_info > .lecture {
    position: relative;
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.28px;
    color: #888;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment_manage_info > .title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

@media screen and (max-width: 767px) {
    .comment_manage_info > .info {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 4px;
    }

    .comment_manage_info > .info > .item:first-child:after{
        content : none;
    }

    .comment_manage_info > .info > .course {
        font-size : 12px;
    }

    .comment_manage_info > .info > .section {
        font-size : 12px;
    }

    .comment_manage_info > .lecture {
        font-size : 12px;
    }

    .comment_manage_info > .title {
        font-size : 14px;
    }
}
/* Assignment Comment Manage Info Wrap Component END */

/* Assignment Comment Quick Menu Wrap Component START */
#quickMenu {
    z-index: 9999;
    position: fixed;
    right: -200px;
    top: 40%;
    transition: 0.5s;
}

#quickMenu:hover{
     right: -128px;
}

#quickMenu > li {
    position: relative;
    right: 70px;
    transition: right 0.2s ease-in-out;
}

#quickMenu > li > .menu {
    position: relative;
    display: block;
    width: 192px;
    padding: 19px 0 19px 64px;
    background-color: #5991ff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

#quickMenu > li + li {
    margin-top: 6px;
}

#quickMenu > li > .menu:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    width: 24px;
    height: 24px;
    background-size: contain;
}

#quickMenu > li > .menu.menu-setting:before {
    background-image: url(../images/ico_quick_settings.svg);
}

#quickMenu > li > .menu.menu-edit:before {
    background-image: url(../images/ico_quick_edit.svg);
}

#up-arrow {
    position: fixed;
    right: 30px;
    bottom: 17px;
    background-color: #5991ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}

#up-arrow > img {
    margin-top: 7px;
    width: 30px;
    height: 30px;
}

#home {
    position: fixed;
    right: 30px;
    bottom: 75px;
    background-color: #5991ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}

#home > img {
    margin-top: 15px;
    width: 20px;
    height: 20px;
}

#writer {
    position: fixed;
    right: 30px;
    bottom: 17px;
    background-color: #5991ff;
    border-radius: 25px;
    width: 130px;
    height: 50px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#writer > img {
    width: 20px;
    height: 20px;
}

#writer > span {
    color : #fff;
    font-size : 18px;
    font-weight: 600;
}
/* Assignment Comment Quick Menu Wrap Component END */

/* Assignment Comment Button Component END */
.btn_white.btn_assignment_list {
    width: 180px;
    border-width: 2px;
    background-color: #fff;
    border-color: #5991ff;
    box-shadow: 0 3px 6px 0 rgb(55 109 213 / 15%);
    color: #5991ff;
    font-size : 14px;
    border-radius: 4px;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .btn_white.btn_assignment_list {
        width: 100%;
    }
}
/* Assignment Comment Button Component END */

/* Assignment Search Component START */
.search_wrap{
    flex: 1;
    margin-top : 0px;
    margin-bottom : 0px;
    width: 100%;
    position: relative;
}

.search_wrap > input {
    width: 100%;
    padding-right: 60px;
    padding-left: 15px;
    font-weight: 500;
    height: 50px;
}

.search_wrap > button {
    position: absolute;
    width: 50px;
    top: 0px;
    right: 0px;
    border: 0;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .search_wrap > input {
        height: 40px;
        font-size : 13px;
    }

    .search_wrap > button {
        width: 40px;
    }
}
/* Assignment Search Component End */

/* Assignment Reset Component Start */
.reset_wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border : 1px solid #CCCCCC;
    border-radius: 8px;
    padding : 2px 10px;
    cursor: pointer;
}

.reset_wrap.pc {
    margin-top : auto;
    margin-bottom: 0px;
    height: 27px;
}

.reset_wrap.mobile {
    display: none;
}

.reset_wrap > img {
    width : 20px;
    height : 20px;
}

.reset_wrap > span {
    font-size : 15px;
    font-weight: normal;
    color : #787878;
}

@media screen and (max-width: 767px) {
    .reset_wrap.pc {
        display: none;
    }
    .reset_wrap.mobile {
        position: absolute;
        display: inline-flex;
        right: 0px;
        bottom: 0px;
    }

    .reset_wrap > img {
        width : 14px;
        height : 14px;
    }

    .reset_wrap > span {
        font-size : 10px;
    }
}
/* Assignment Reset Component End */


/* Assignment Challenge Button Start */
.challenge_button {
    position: absolute;
    display : flex;
    align-items: center;
    justify-content: center;
    gap : 4px;
    width : 180px;
    background : #5991FF;
    padding : 6px 12px 6px 6px;
    border-radius: 8px;
    left : 30px;
    bottom : 30px;
    cursor: pointer;
}


.challenge_button > span {
    font-size : 14px;
    font-weight: 500;
    color : #ffffff;
}

@media screen and (max-width: 767px) {
    .challenge_button {
        bottom : 20px;
        left : 20px;
        width : 160px;
        padding : 4px 10px 4px 4px;
    }

    .challenge_button > img {
        width : 30px;
    }


    .challenge_button > span {
        font-size : 12px;
    }
}
/* Assignment Challenge Button End */


/* Assignment Modal Start */
#assignment_modal .modal-content {
    padding : 0;
}

#assignment_modal .modal-content .modal-header {
    display: inline-flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

#assignment_modal .modal-content .modal-header .btn-modal-close {
    background: #fff;
    margin-left: auto;
    margin-right: 0px;
    font-size: 20px;
    color : #757575;
}

#assignment_modal .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding : 0px 40px 0px 40px; 
} 

#assignment_modal .modal-content .modal-body .sub-title {
    color: #5991FF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom : 16px;
}

#assignment_modal .modal-content .modal-body .title {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

#assignment_modal .modal-content .modal-body img.stamp{ 
    width : 300px;
    height : auto;
}

#assignment_modal .modal-content .modal-body .progress-wrap {
    position : relative;
    padding-top: 25px;
    width : 100%;
    max-width: 100%;
}

#assignment_modal .modal-content .modal-body .progress-wrap .progress{ 
    width : 100%;
    height : 20px;
}

#assignment_modal .modal-content .modal-body .progress-wrap .progress .progress-bar{ 
    background-color : #5991FF;
}

#assignment_modal .modal-content .modal-body .progress-wrap .progress-tag{ 
    position : absolute;
    top : 0px;
    font-size : 14px;
    font-weight: 700;
    color : #000;
}

#assignment_modal .modal-content .modal-body .progress-wrap .progress-tag.final{ 
    right : 0px;
    color : #757575;
}

#assignment_modal .modal-content .modal-footer .btn-modal-confirm {
    width: 100%;
    background-color: #5991FF;
    color: #fff;
    font-size : 24px;
    height: 60px;
    border-radius: 0px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #assignment_modal.in {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #assignment_modal .modal-content .modal-header {
        padding: 0 10px;
    }

    #assignment_modal .modal-content .modal-body {
        padding : 20px; 
        padding-top : 0px;
    } 
    
    #assignment_modal .modal-content .modal-body .sub-title {
        font-size: 16px;
        margin-bottom : 12px;
    }
    
    #assignment_modal .modal-content .modal-body .title {
        font-size: 20px;
    }

    #assignment_modal .modal-content .modal-body img.stamp{ 
        width : 250px;
    }
    
    #assignment_modal .modal-content .modal-body .progress-wrap {
        padding-top: 20px;
    }
    
    #assignment_modal .modal-content .modal-body .progress-wrap .progress{ 
        height : 10px;
    }
    
    #assignment_modal .modal-content .modal-body .progress-wrap .progress-tag{ 
        font-size : 12px;
    }
    
    #assignment_modal .modal-content .modal-footer .btn-modal-confirm {
        font-size : 16px;
        height: initial;
    }
}
/* Assignment Modal End */