:root {
    --select-arrow-blue-color: brightness(0) saturate(100%) invert(3%) sepia(3%) saturate(104%) hue-rotate(314deg) brightness(89%) contrast(92%);
    --select-arrow-black-color: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(3782%) hue-rotate(22deg) brightness(114%) contrast(87%);
}


/* 과제01 css */

.menu-select-box {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
}

.menu-select-box img {
    position: absolute;
    width: 6px;
    height: 3px;
    right: 15px;
    top: 45%;
    filter: brightness(0) saturate(100%) invert(9%) sepia(36%) saturate(6689%) hue-rotate(242deg) brightness(106%) contrast(100%);
}

.menu-select-box.sub-select img {
    right: 30px;
}


.menu-select-box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    color: #e25f70;
    background-color: #d8d8d8;
}

.form-box.first .movement-area .sequence-box .sequence-upload-image {
    position: relative;
}

.form-box.first .movement-area .sequence-box .sequence-upload-image .img-delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #b9b9b9;
    padding: 8px;
}

.form-box.first .movement-area .sequence-box .sequence-upload-image .img-delete-btn img {
    vertical-align: top;
    width: 14.5px;
    height: 14.5px;
}

.background-fog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 70%;
    z-index: 10011;
}

.gallery-board-list-wrapper .video-play-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 10012;
    width: 100%;
}

.gallery-board-list-wrapper .video-play-wrapper .video-play-close-btn {
    position: absolute;
    top: -65px;
    right: 0;
    width: 44px;
    height: 44px;
    background: url("/images/btn-popup-close-white.png") no-repeat center center;
    z-index: 10012;
}

.video-playing {
    width: 1000px;
}

.course-divide-bar {
    width: 100%;
    border-bottom: 2px solid #262626;
    margin: 20px 0;
    padding: 0 15px;
}

.course-list-container {
    margin-bottom: 20px;
}

.course-list-container:nth-last-child(2) {
    margin-bottom: 40px;
}

.course-list-container .course-content-wrap{
    border: 1px solid #d8d8d8;
    border-radius: 15px;


}

.course-list-container .course-content-box {
    position: relative;
}

.course-list-container .course-content-box .course-content-buttons {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #ededed;
    border-radius: 30px;
}

.course-list-container .course-content-box .course-content-buttons::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
}

.course-list-container .course-content-box .course-content-buttons img {
    width: 10px;
    height: 6px;
    border-radius: 30px;
}

.course-list-container .course-content-box {
    padding: 30px 15px 25px;

    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.course-content-box .course-detail {
    display: none;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.course-content-box .course-detail.active {
    display: flex;
}

.course-content-box .course-detail span:first-child {
    font-weight: 600;
    font-size: 15px;
}

.course-content-box .course-detail span:last-child {
    margin-left: 10px;
}

.course-list-container .course-content-box .course-date, .course-list-container .course-content-box .course-class {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.course-list-container .course-content-box .course-date span:first-child, .course-list-container .course-content-box .course-class span:first-child {
    font-weight: 600;
    font-size: 15px;
}

.course-list-container .course-content-box .course-date span:last-child, .course-list-container .course-content-box .course-class span:last-child {
    margin-left: 10px;
}

.course-list-container .course-content-bottom {
    padding: 13px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #f9f9f9;
    color: #1351ec;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0 0 15px 15px;
}
/*.course-content-bottom .item{
    width: calc(100%/3 - 30px);
    max-width: 70px;
    min-height: 1px;
}*/

.course-list-container .course-content-bottom .complete {
    color: #000;
}

.course-list-container .course-content-bottom .cancle {
    color: #7b7b7b;
}


.course-list-container .course-content-bottom .course-content-cancle-btn {
    font-size: 10px;
    background-color: #e25f70;
    border-radius: 5px;
    padding: 8px 11px;
    color: #fff;
}

.course-list-container .course-content-box .course-detail .receipt-detail {
    display: flex;
}

.course-list-container .course-content-box .course-detail .receipt-detail div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.course-list-container .course-content-box .course-detail .receipt-detail div:first-child {
    width: 50%;
}

.course-list-container .course-content-box .course-detail:last-child .receipt-detail div:last-child span:last-child {
    color: #9d9d9d;
}

.course-list-container .receipt-content-box {
    /*border-bottom: 1px solid #d8d8d8;
    border-radius: 15px;*/
}

.empty-data{
    text-align: center;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.empty-data>*{
    margin: 0!important;
}

/* 메인 배너 타이틀 */
#main-visual-slide-pc .swiper-slide {
    position: relative !important;
}

#main-visual-slide-pc .banner-title-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 38%;
    left: 50%;
}

#main-visual-slide-pc .banner-title-container .sub-content {
    font-size: 30px;
    color: #6c6c6c;
    letter-spacing: -1.2px;
}

#main-visual-slide-pc .banner-title-container .main-content {
    font-size: 46px;
    font-weight: 600;
    color: #000;
    letter-spacing: -2.4px;
}

.button-align {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.board-view-wrapper .comment-pop-container {
    display: none;
}

#seminar-form-wrap .input-form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    transform: translate(21%, 0);
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list li a {
    line-height: 40px;
    color: #000;
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list li.active a {
    color: #FFF;
}

.board-view-wrapper .comment-write-section .input-row .captcha-row .captcha-btn {
    display: flex;
}

#search_form {
    display: flex;
    gap: 10px;
}

#search_form > div {
    position: relative;
}

#search_form > div > img {
    position: absolute;
    top: 44%;
    right: 13px;
    filter: var(--select-arrow-black-color);
}

.search-date-wrapper {
    position: relative;
}

.search-date-wrapper > img {
    position: absolute;
    top: 43%;
    right: 10px;
    filter: var(--select-arrow-black-color);
}



