@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://db.onlinewebfonts.com/c/643121b5d2cc9943eff9b59054cc29ba?family=DIN+Next+Rounded+LT+W01+Light");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined');

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: "Pretendard Variable";
    font-weight: 400;
    color: #1e2022;
    position: relative
}

a {
    transition: color .2s ease-in-out;
    text-decoration: none;
    color: #1e2022;
}

a:focus {
    outline: none
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

label:focus,
input:focus {
    box-shadow: none;
    border-color: #dfdfdf;
}

.wikirun-dashboard {
    background: #ffffff;
}

.flex {
    display: flex !important
}

.align-center {
    align-items: center !important
}

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

.flex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.align-center {
    align-items: center;
}

body.menuopen {
    overflow: hidden;
    touch-action: none;
}

.main.chat {
    background: #fff
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    height: 56px;
    padding: 0px 30px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

@media (max-width:1200px) {
    .header {
        padding: 0px 18px;
    }
}

.profile-footer {
    position: absolute;
    background: #fff;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: .0625rem solid rgba(231, 234, 243, .7);
}

.profile-footer.classroom {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: none;
    background-color: #004580;
}

.profile-mobile {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 1.5rem;
}

.profile-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;

    /* 아래는 새로 추가할 부분 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.profile-img.inbox {
    width: 40px;
    height: 40px;
}

.profile-img.mobile {
    width: 30px;
    height: 30px;
}

.profile-img.size42px {
    width: 42px;
    height: 42px;
}

.profile-img.big {
    width: 50px;
    height: 50px;
}

.dropdown-menu {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin-top: 8px;
    border-top-width: 0;
    border-radius: 4px;
    width: 14.1rem;
    border: none;
    padding: 8px 4px
}

@media (min-width:1199.98px) {
    .dropdown-menu {
        margin-top: 0.5rem !important
    }
}

.dropdown-menu.dropdown-sm {
    margin-top: 8px;
    border-radius: 4px;
    width: 140px !important;
    border: none;
    min-width: unset !important;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.dropdown-menu.dropdown-xs {
    margin-top: 8px;
    border-radius: 4px;
    width: 110px !important;
    border: none;
    min-width: unset !important;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.dropdown-sm .dropdown-item, .dropdown-xs .dropdown-item {
    font-size:15px;
} 

.dropdown-menu.mobile {
    width: 170px;
    margin-bottom: 0.75rem !important
}

.dropdown-box {
    display: block;
    padding: 0.25rem 1rem;
    display: flex;
    align-items: center;
}

.profile-info {
    margin-left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
}

.profile-nm {
    font-weight: 600;
}

.divider {
    height: 0;
    margin: 0.5rem 0rem;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
    opacity: 1;
}

.dropdown-item {
    padding: 6px 16px;
    border-radius: 4px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(231, 234, 243, .5);
    color: #020202
}

.btn-outline-secondary {
    color: #2c2c2c
}
/*
.mobile-opener {
    opacity: 1;
    z-index: 100;
    width: 2.40625rem;
    height: 2.40625rem;
    color: #677788;
    background-color: #fff;
    border: .0625rem solid rgba(231, 234, 243, .7) !important;
    border-radius: 50%;
    transition: .4s;

}
*/
/* ================= 세로 메뉴바 ==================*/
.menubar {
    background: #fff;
    border-right: 1px solid #efefef;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 270px;
    margin-left: 0;
}

@media (max-width:1200px) {
    .menubar {
        width: 260px;
    }
}


.menubar-container {
    position: relative;
    height: 100%;
    min-height: 100%
}


/*pc 오픈 버튼 사이즈 위치 
.pc-opener {
    opacity: 1;
    z-index: 1000;
    width: 2.1rem;
    height: 2.1rem;
    font-size: .875rem;
    color: #677788;
    background-color: #fff;
    border: .0625rem solid rgba(231, 234, 243, .7) !important;
    border-radius: 50%;
    transition: .4s;
    position: absolute;
    top: .85rem;
    right: -1.125rem
}

.pc-opener i{
    margin:auto;
}*/

.menubar-content {
    height: 100%;
    overflow-y: auto; /* 스크롤 허용 */
    -webkit-overflow-scrolling: touch; /* 모바일 스무스 스크롤 */
}

/* 데스크톱용 스크롤바 커스텀 (1200px 이상) */
@media (min-width: 1198.98px) {
    /* 스크롤바 전체 영역 */
    .menubar-content::-webkit-scrollbar {
        width: 8px; /* 스크롤바 너비 */
    }

    /* 스크롤바 트랙 (배경) */
    .menubar-content::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 4px;
    }

    /* 스크롤바 막대 (움직이는 부분) */
    .menubar-content::-webkit-scrollbar-thumb {
        background-color: #E0E0E0;
        border-radius: 4px;
    }

    /* 막대 hover 시 색상 변화 */
    .menubar-content::-webkit-scrollbar-thumb:hover {
        background-color: #858585;
    }

    /* IE/Edge 스크롤 숨김 해제 */
    .menubar-content {
        -ms-overflow-style: auto;
    }
}

/* 모바일용 스크롤 숨기기 (1200px 이하) */
@media (max-width: 1198.98px) {
    .menubar-content::-webkit-scrollbar {
        display: none; /* 웹킷 계열 스크롤 숨김 */
    }
    .menubar-content {
        -ms-overflow-style: none; /* IE/Edge 스크롤 숨김 */
    }
}

.menubar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 60px;
}

.menu-wrapper {
    padding: 16px 0px !important;
}

.menu-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 30px 4px 30px;
    margin-bottom: 6px;
    color: #677788
}

.menu {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.menu-wrapper .menu:nth-of-type(2) {
    border-top: 1px solid #efefef;
}

.menu-link {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #132144;
    white-space: nowrap;
    padding: 9px 16px 9px 30px;
}

.menu-link2 {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #132144;
    white-space: nowrap;
    padding: 12px 16px 12px 30px;
}

.submenu-link {
    font-size: 16px;
    font-weight: 500;
    color: #132144;
    display: -ms-flexbox;
    display: flex;
    white-space: wrap;
    padding: 7px 0px;
}

.link-box {
    background-color: #F9F9F9;
    position: relative;
    transition: 0.2s ease-in-out;
}

@media (max-width: 1200px) {
    .link-box {
        transition: 0.15s ease-in-out;
    }
}

.menu-name:hover,
.submenu-link:hover {
    color: #0076dd;
}

.link-box-inner {
    padding: 9px 16px 9px 30px;
    margin: 0 !important;
}

/*드롭다운 메뉴 열리고 맨위 리스트
.menu-link:hover,
.menu-link[aria-expanded]:hover {
    color: #fff;
}
*/
/*드롭다운 메뉴 열리고 나서 리스트 전부
.menubar-wrapper .menu-link.active,
.menubar-wrapper .show>.menu-link {
    color: #2c2c2c;
    background-color: transparent;
}
*/
/*드롭다운 메뉴 열리고 나서 리스트 각각
.menubar-wrapper .link-box .menu .menu-link[aria-expanded]:hover,
.menubar-wrapper .link-box .menu-link:hover {
    color: #2c2c2c;
    border-radius:4px;
    background-color: rgba(189, 197, 209, .2)
}*/

/*드롭다운 메뉴 열리고 나서 리스트 각각
.menubar-wrapper .link-box .menu .submenu-link[aria-expanded]:hover,
.menubar-wrapper .link-box .submenu-link:hover {
    color: #377ddf;
    font-weight: 500;
    border-radius:4px;
    background-color: rgba(189, 197, 209, .2)
}
*/

/*
.link-box::before {
    position: absolute;
    top: 0;
    left: 1.3125rem;
    width: .125rem;
    height: calc(100%);
    content: "";
    background-color: rgba(231, 234, 243, .7)
}*/

.menu>.menu-link[aria-expanded=true]::after,
.show>.menu-link.dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: none;
}

/*
.menu i {
    opacity: .7;
    -ms-flex: 0 0 1.9375rem;
    flex: 0 0 1.9375rem
}
    */

.dropdown-toggle {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px;
    content: "";
    transition: none;
    border-top: 0.3rem;
}

.dropdown-toggle:not(.dropdown-toggle-empty)::after {
    padding-left: 20px;
    margin-left: auto
}

.menu-link.dropdown-toggle {
    -ms-flex-align: center;
    align-items: center;
}

.menubar .menu-link.dropdown-toggle {
    position: relative;
}

/* ========== 메인컨텐츠 ========= */

.main {
    padding: 0;
    background: #fff;
    position: relative;
    min-height: 100vh;
}


.main-container {
    padding: 90px 24px 90px 24px;
}

@media (max-width:575.98px) {
    .main-container {
        padding: 90px 16px 100px 16px;
    }
}

@media (min-width:1400px) {
    .main-container {
        padding: 90px 38px 90px 38px;
    }
}

@media (min-width:1921px) {
    .main-container {
        padding: 100px 90px 100px 90px;
    }
}


.page-title {
    font-size: 26px;
    font-weight: 600
}

@media (max-width:1199.98px) {
    .page-title {
        font-size: 24px;
    }
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}

@media (max-width:1199.98px) {
    .page-header {
        margin-bottom: 36px;
    }
}

.page-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.semi-title {
    font-size:22px;
    font-weight:600;
}

@media (max-width:1199.98px) {
    .semi-title {
        font-size: 20px;
    }
}

.sub-title {
    font-size:20px;
    font-weight:600;
}

@media (max-width:1199.98px) {
    .sub-title {
        font-size: 18px;
    }
}

.doc-settig-title {
    font-size:18px;
    font-weight:600;
    margin-bottom: 6px;
}

@media (max-width:1199.98px) {
    .doc-settig-title {
        font-size: 16px;
    }
}


.doc-setting:first-child {
    margin-top: 12px;
}

.doc-setting {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 17px;
    font-weight:600;
}

.doc-setting:last-child {
    margin-bottom: 0;
}

.doc-setting:last-child .info-item:last-child {
    padding-bottom: 0;
}

.doc-setting .info-item i {
    margin-right: 4px;
}

.doc-badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-size: 17px;
    font-weight:500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #195082; 
    /* Bootstrap bg-secondary */
    border-radius: 10rem;
    /* rounded-pill */
}

.table-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0rem 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
    border: 1px solid rgba(231, 234, 243, 0.7);
    border-radius: 0.5rem;
    padding: 1rem;
    color: #020202;
    min-height: 90vh
}

@media (max-width:575.98px) {
    .table-wrapper {
        margin: 0rem 0.375rem;
        padding: 0rem 0rem 0rem 0rem
    }
}

.table-header {
    margin-top: 1rem;
}

@media (max-width:575.98px) {
    .table-header {
        margin-top: 1rem;
    }
}

.table-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
}

@media (min-width:1200px) {
    .table-title {
        font-size: 26px;
    }
}

@media (max-width:575.98px) {
    .table-title {
        margin-bottom: 1rem
    }
}

.form-floating .form-control {
    padding-top:34px !important;
}

.table-noscroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    margin-bottom: 1.5rem;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.table-noscroll::-webkit-scrollbar {
    display: none;
}

.xy-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: auto;
}

.table-withscroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: auto;
}

@media (max-width:575.98px) {
    .table-noscroll {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

.xy-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

@media all and (min-width:575.98px) and (max-width:1199.98px) {
    .xy-scroll::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width:575.98px) {
    .xy-scroll::-webkit-scrollbar {
        display: none;
    }
}

.xy-scroll::-webkit-scrollbar-thumb {
    height: 30%;
    background: #d5d5d5;
    border-radius: 10px;
}

.xy-scroll::-webkit-scrollbar-track {
    background: #d5d5d5;
    border-radius: 10px;
}

@media (max-width:575.98px) {
    .xy-scroll {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

.xy-scroll .form-select {
    border-radius: 0px;
    width: auto;
    min-width: 180px;
}

.xy-scroll .form-select:focus {
    border-color: #cdcdcd
} 

.search-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 16px;
}

.search-filter .form-select {
    border-radius: 0px;
    min-width: 160px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-filter .form-select:focus {
    border-color: #cdcdcd
}

@media (max-width:575.98px) {
    .search-filter {
        margin-bottom: 20px;
    }
}

@media (max-width:575.98px) {
    .search-filter .form-select {
        width:160px;
    }
}

@media (max-width:360.98px) {
    .search-filter .form-select {
        width:150px;
        min-width: unset
    }
}

.icon-btn {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding: .375rem .75rem .375rem .75rem;
    border-radius: 0px;
}

.icon-btn:focus {
    border: 1px solid #a4a4a4;
}

.icon-btn img {
    width: 20px;
    margin-right: 8px;
}

.table-titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.table-title-button {
    display: inline-block;
    border-radius: 0.3125rem;
    padding: 0.5125rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background-color: #0d6efd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 1rem;
    margin-bottom: 1rem;
    z-index: 9
}

@media (max-width:575.98px) {
    .table-title-button {
        padding: 0.3125rem 0.9rem;
        font-size: 1rem;
        margin-bottom: .5rem
    }
}

.table-title-button:hover {
    box-shadow: 0rem 0rem 0.5rem rgba(55, 125, 255, 0.5);
}

.blue-btn {
    display: inline-block;
    border-radius: 5px;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0d6efd;
    background-color: #0d6efd;
    z-index: 9;
    min-width: 100px;
}

@media (max-width:575.98px) {
    .blue-btn {
        border-radius: 5px;
        padding: 6px 10px;
        font-size: 15px;
        font-weight: 400;
        min-width: 100px
    }
}

.blue-btn-sm {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0d6efd;
    background-color: #0d6efd;
    z-index: 9;
    width: 80px;
}

.blue-btn-rounded {
    display: inline-block;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0d6efd;
    background-color: #0d6efd;
    z-index: 9;
    min-width: 60px;
}

.blue-btn:focus, .blue-btn-sm:focus .blue-btn-rounded:focus {
    border: 1px solid #0d6efd;
}

.white-btn-sm {
    display: inline-block;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400;
    color: inherit;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid gray;
    background-color: #fff;
    z-index: 9;
    min-width: 100px;
}

.white-btn-rounded {
    display: inline-block;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid gray;
    background-color: #fff;
    z-index: 9;
    width: 80px;
}

.navy-btn {
    display: inline-block;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #195082; 
    background-color: #195082; 
    z-index: 9;
    min-width: 100px;
}

.navy-btn:focus {
    border: 1px solid #195082; 
}

@media (max-width:575.98px) {
    .mobile-w100 {
        width: 100% !important
    }
}

.btn-soft-primary {
    color: #377dff;
    background-color: rgba(55, 125, 255, .1);
    border-color: transparent;
}

.blue-btn-hover {
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #1a73e8;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    min-width:112px;
    text-align: center;
}

.blue-btn-hover:hover {
    background-color: #1669c1;
}

.blue-btn-hover:active, .blue-btn-hover:focus {
    background-color: #1669c1;
}

.softblue-btn-hover {
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #1a73e8;
    background-color: #E8F0FE;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    min-width:112px;
    text-align: center;
}

.softblue-btn-hover:hover {
    background-color: #DEEAFF;
}

.softblue-btn-hover:active, .white-btn-noborder:focus {
    background-color: #DEEAFF;
}

.login-btn {
    display: inline-block;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #00457E;
    background-color: #00457E;
    z-index: 9;
    width: 100%;
}

.white-btn-sm:focus .white-btn-rounded:focus {
    border: 1px solid gray;
}

.blue-btn-lg {
    display: inline-block;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background-color: #0d6efd;
    z-index: 9;
    min-width: 100px;
}

.white-btn {
    display: inline-block;
    border-radius: 5px;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #2c2c2c;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #989898;
    background-color: #fff;
    z-index: 9;
    min-width: 100px;
}

.white-btn:focus {
    border: 1px solid #737373;
}

@media (max-width:575.98px) {
    .white-btn {
        border-radius: 5px;
        padding: 6px 10px;
        font-size: 15px;
        font-weight: 400;
        min-width: 100px
    }
}

.gray-line-btn {
    display: inline-block;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background-color: #fff;
    border: 1px solid #333333;
    z-index: 9
}

.gray-line-btn:focus {
    border: 1px solid #333333;
}

.gray-lightline-btn {
    display: inline-block;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background-color: #fff;
    border: 1px solid #747474;
    z-index: 9
}

.gray-lightline-btn:focus {
    border: 1px solid #747474;
}

/* 데이터 데이블이 포함된 모달 */
.modal-body.dtable {
    padding-right: 2rem;
    padding-left: 2rem
}

@media (max-width:575.98px) {
    .modal-body.dtable {
        padding-right: 0rem;
        padding-left: 0rem
    }
}

@media (max-width:575.98px) {
    .modal-body-header {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

@media (max-width:575.98px) {
    .modal-body-text.dtable {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.modal-table-container {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #454545;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.375rem;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-top: 1rem;
}

@media (max-width:575.98px) {
    .modal-table-container {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.table-height-modal {
    max-height: 38vh;
}

.table-noscroll.dtable {
    padding: 0;
    margin-bottom: 0;
}

.modal-footer.dtable {
    padding: 1rem 1.5rem 2rem 1.5rem;
    justify-content: space-between;
}

@media (max-width:575.98px) {
    .modal-footer.dtable {
        padding: 0.5rem 1.5rem 2rem 1.5rem;
    }
}

.left-button {
    flex: 0.5
}

.left-button .modal-cancel {
    width: 50%
}

.right-button {
    flex: 0.5;
    display: flex;
}

.right-button .modal-cancel {
    margin-right: 0.5rem;
}

.modal .form-check {
    display: inline-block;
    min-height: 1.5rem;
    padding: 0;
    margin: 0;
    transform: translate(40px, 3px);
    margin-right: 0.75rem;
}

.form-check-input {
    border: 1px solid #b1b1b1;
}

.form-check-input:focus {
    border-color: #b1b1b1;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #0D99FF;
    border-color: #0D99FF;
    box-shadow: none;
    ;
}

/* 학생조회 */
@media (max-width:575.98px) {
    .noshow-mobile {
        display: none;
    }
}



/* =============== 반응형 ================= */

.opener .left {
    display: block
}

.opener .right {
    display: none
}

.menuopen .opener .left {
    display: none
}

.menuopen .opener .right {
    display: block
}

@media (min-width:1199.98px) {

    .main {
        padding-left: 270px;
        transition: all 0.17s ease-in-out;
    }

    .class-main {
        margin-left: 290px !important;
        transition: all 0.17s ease-in-out;
    }
                
    .profile-footer {
        display: none
    }

    .menuopen .profile-footer .profile-nm {
        display: none
    }

    .menuopen .profile-footer .profile-img {
        margin-left: 0.5rem
    }

    /*
    .menuopen .link-box {
        position: absolute !important;
        top: auto;
        left: calc(100% + .5rem);
        z-index: 2;
        min-width: 12rem;
        background-color: #fff;
        box-shadow: 0 0 1.25rem rgba(208, 196, 196, 0.8);
        border-radius: .3125rem;
        padding: .5rem .5rem;
        white-space: nowrap;
        transition: none;
        transform:translate(0px, -1.6rem)
    }


    .menuopen .link-box::before {
        position: absolute;
        top: 0;
        left: -1.0625rem;
        width: 1.125rem;
        height: calc(100% - .25rem);
        content: "";
        background: 0 0
    }
    /*
    .menuopen .menubar .menu-link.dropdown-toggle::before {
        position: absolute;
        top: 50%;
        content: "";
        width: 5px;
        height: 5px;
        background-color: #bdc5d1;
        opacity: 0;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: opacity .3s;
        left: 5px;
        opacity:1
    }
    
    .menuopen .menubar .menu.show>.menu-link.dropdown-toggle::before,
    .menuopen .menubar .menu-link.dropdown-toggle.active::before,
    .menuopen .menubar .menu-link.dropdown-toggle:hover::before {
        background-color: #0D99FF;
    }
            */
    .menuopen .menu-wrapper {
        padding: 0;
    }
}


@media (max-width:1199.98px) {
    .menubar {
        margin-left: -260px;
        transition: all 0.2s ease-in-out;
    }

    .menuopen .menubar {
        margin-left: 0rem;
        padding-left: 0;
        transition: all 0.2s ease-in-out;
    }

    .link-box::before {
        display: block;
    }

    .menuopen .menubar .menu-link.dropdown-toggle::before {
        display: none;
    }

    .menuopen .menu-name {
        display: block
    }

    .menuopen .menu-link.dropdown-toggle::after {
        display: block;
    }

    .menuopen .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(19, 33, 68, 0.1);
        z-index: 10;
        transition: all 0.2s ease-in-out;
    }
}

/* =============== 반응형 끝 ================= */


/* ================ 데이터 테이블 시작 =============== */

/* 디폴트 데이터테이블에서 필요없는 부분 수정*/

/* 왼쪽 아래 총 몇개중 몇개를 보여준다 정보 */
.dataTables_info {
    display: none;
}

/* 왼쪽 위 총 몇개씩 보여줄까 창*/
.dataTables_length {
    display: none
}

/* 기본 검색창*/
.dataTables_filter {
    display: none
}

/* 페이지 넘기기*/
.dataTables_paginate {
    display: block
}

/* ===== 디폴트 데이터테이블에서 필요없는 부분 수정 끝 ===== */

.wr-datatable {
    width: 100% !important;
    margin-bottom: 1rem;
    vertical-align: top;
    white-space: nowrap;
    vertical-align: middle
}

.table-wrapper .wr-datatable>:not(caption)>*>* {
    padding-right: 2.6rem;
    padding-left: 2.6rem
}

@media (max-width:991.98px) {
    .table-wrapper .wr-datatable>:not(caption)>*>* {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.wr-datatable thead th {
    white-space: nowrap;
    color: #555555;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    border: 1px solid rgb(230, 230, 230);
    border-bottom: 2px solid rgb(230, 230, 230);
    cursor: pointer;
}

.wr-datatable td {
    border: 1px solid rgb(230, 230, 230);
}

.wr-datatable td img {
    width: 20px;
}

/* 
  @media (min-width:575.98px) {
    .wr-datatable thead th {
        position:sticky;
        top:0
    }
  }
  */

.wr-datatable tbody td {
    white-space: nowrap;
    color: #555555;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 16px;
    height:60px;
}

@media (max-width:575.98px) {
    .wr-datatable tbody td {
        padding: 8px 16px;
    }
}

/* 티바비 tr 마우스오버 */
.wr-datatable.dataTable>tbody>tr:hover>* {
    background-color: #f9fafc;
    cursor: pointer;
}

th.no-sort span {
    background: none !important;
}

/*마지막 tr 보더 바닥에 라인주기*/
.wr-datatable.dataTable.no-footer {
    border-bottom: .0625rem solid rgba(0, 0, 0, 0.1)
}

.wr-datatable .btn {
    white-space: nowrap
}

/*검색창 serach-box*/
.datatable-searchbar {
    width: 200px;
    background: url('../images/datatable/search-glass.png');
    background-position: 0rem 0.18rem;
    background-size: 22px;
    background-repeat: no-repeat;
    outline: none;
    text-indent: 24px;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0, 0.4);
    border-radius: 0px;
    padding: 3px;
    background-color: #fff;
    color: #020202;
    text-decoration: none;
    font-size: 1rem;
}

.datatable-searchbar::placeholder {
    color: #707070;
    font-size: 1rem;
}

.datatable-searchbar:focus {
    outline: none;
    border-bottom: 1px solid rgb(0, 0, 0, 0.9);
}

.datatable-searchbar2 {
    max-width: 600px;
    background: url('../images/datatable/search-glass.png');
    background-position: 18px 9px;
    background-size: 26px;
    background-repeat: no-repeat;
    outline: none;
    text-indent: 40px;
    border: none;
    border-radius: 20px;
    padding: 12px;
    background-color: #F5F9FC;
    color: #020202;
    text-decoration: none;
    font-size: 1rem;
    flex: 1 1 auto;
    min-width: 0;
}


.datatable-searchbar2::placeholder {
    color: #707070;
    font-size: 17px;
}

.datatable-searchbar2:focus {
    outline: none;
    border: none;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.25);
}



@media (min-width:2559.98px) {
    .table-height {
        max-height: 100%
    }
}

@media all and (min-width:1920px) and (max-width:2559.98px) {
    .table-height {
        max-height: 100%
    }
}

@media all and (min-width:1199.98px) and (max-width:1919.98px) {
    .table-height {
        max-height: 60vh
    }
}

@media all and (min-width:767.98px) and (max-width:1199.98px) {
    .table-height {
        max-height: 100%
    }
}

@media all and (min-width:575.98px) and (max-width:767.98px) {
    .table-height {
        max-height: 100%
    }
}

@media (max-width:575.98px) {
    .table-height {
        height: 100%;
    }
}

/*솔팅 세모 아이콘!*/
.wr-datatable.dataTable thead span.sort-icon {
    display: none;
}

/*솔팅 세모 아이콘 옴기기 크기조절*/
.wr-datatable.dataTable thead .sorting span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-both.png');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 2px 0.325rem;
}

.wr-datatable.dataTable thead .sorting_asc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-up.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 0.325rem;
}

.wr-datatable.dataTable thead .sorting_desc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-down.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 0.325rem;
}

.wr-datatable.dataTable thead .sorting_desc_disabled span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-disable.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 0.325rem;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}

.wr-datatable .sorting::after,
.wr-datatable .sorting_asc::after,
.wr-datatable .sorting_desc::after {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 12px;
    height: 12px;
    background-image: url('../images/datatable/sort-both.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 12px;
    content: "";
    margin-left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wr-datatable .sorting_desc::after {
    background-image: url('../images/datatable/sort-down.png');
    content: "";
}

.wr-datatable .sorting_asc::after {
    background-image: url('../images/datatable/sort-up.png');
    content: "";
}

/* 데이터 테이블 페이지 버튼*/
.dataTables_wrapper .dataTables_paginate {
    float: none;
    margin-right: 0rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        margin-right: 0rem;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #454545;
    border: 1px solid transparent;
    border-radius: 0.3125rem;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    background: #454545;
}

/* 데이터 테이블 요소들 모바일 정렬 */
@media (max-width: 575.98px) {
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}


/* ===== 데이터테이블2 ====== */

.wr-datatable2 {
    width: 100%;
    margin-bottom: 24px;
    vertical-align: top;
    white-space: nowrap;
    vertical-align: middle
}

.wr-datatable2 thead {
    border: none;
}

.wr-datatable2 thead th {
    white-space: nowrap;
    color: #7D7C78;
    background: #F8FAFD;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    border:none;
    cursor: pointer;
}

.wr-datatable2 tbody td {
    white-space: nowrap;
    color: #343532;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 16px;
    height: 70px;
    border-bottom: 1px solid #cdcdcd
}

@media (max-width:575.98px) {
    .wr-datatable2 tbody td {
        padding: 12px 16px;
    }
}

/* 티바비 tr 마우스오버 */
.wr-datatable2.dataTable>tbody>tr:hover>* {
    background-color: #fff;
    cursor: default;
}


/*마지막 tr 보더 바닥에 라인주기*/
.wr-datatable2.dataTable.no-footer {
    border-bottom: .0625rem solid rgba(0, 0, 0, 0.1)
}

.wr-datatable2 .btn {
    white-space: nowrap
}

/*솔팅 세모 아이콘!*/
.wr-datatable2.dataTable thead span.sort-icon {
    display:none;
}

/*솔팅 세모 아이콘 옴기기 크기조절*/
.wr-datatable2.dataTable thead .sorting span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-both.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable2.dataTable thead .sorting_asc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-up.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable2.dataTable thead .sorting_desc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-down.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable2.dataTable thead .sorting_desc_disabled span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-disable.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable2 .sorting::after,
.wr-datatable2 .sorting_asc::after,
.wr-datatable2 .sorting_desc::after {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 10px;
    height: 10px;
    background-image: url('../images/datatable/sort-both.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 10px;
    content: "";
    margin-left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wr-datatable2 .sorting_desc::after {
    background-image: url('../images/datatable/sort-down.png');
    content: "";
}

.wr-datatable2 .sorting_asc::after {
    background-image: url('../images/datatable/sort-up.png');
    content: "";
}

.wr-datatable2 td img {
    width:20px;
}

.wr-datatable3 {
    width: 100%;
    margin-bottom: 24px;
    vertical-align: top;
    white-space: nowrap;
    vertical-align: middle
}

.wr-datatable3 thead {
    border: none;
}

.wr-datatable3 thead th {
    white-space: nowrap;
    color: #7D7C78;
    background: #F8FAFD;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 21px;
    border:none;
    cursor: default;
}

.wr-datatable3 tbody td {
    white-space: nowrap;
    color: #202124;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 21px;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

@media (max-width:575.98px) {
    .wr-datatable3 tbody td {
        padding: 12px 21px;
    }
}

/* 티바비 tr 마우스오버 */
.wr-datatable3.dataTable > tbody > tr:hover > * {
    background-color: #fff; /* 원하면 유지 */
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2); /* 아래쪽만 연한 검정 그림자 */
}


/*마지막 tr 보더 바닥에 라인주기*/
.wr-datatable3.dataTable.no-footer {
    border-bottom: .0625rem solid rgba(0, 0, 0, 0.1)
}

.wr-datatable3 .btn {
    white-space: nowrap
}

/*솔팅 세모 아이콘!*/
.wr-datatable3.dataTable thead span.sort-icon {
    display:none;
}

/*솔팅 세모 아이콘 옴기기 크기조절*/
.wr-datatable3.dataTable thead .sorting span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-both.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable3.dataTable thead .sorting_asc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-up.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable3.dataTable thead .sorting_desc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-down.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable3.dataTable thead .sorting_desc_disabled span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-disable.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable3 .sorting::after,
.wr-datatable3 .sorting_asc::after,
.wr-datatable3 .sorting_desc::after {
    display: -ms-inline-flexbox;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 10px;
    height: 10px;
    background-image: url('../images/datatable/sort-both.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 10px;
    content: "";
    margin-left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wr-datatable3 .sorting_desc::after {
    background-image: url('../images/datatable/sort-down.png');
    content: "";
}

.wr-datatable3 .sorting_asc::after {
    background-image: url('../images/datatable/sort-up.png');
    content: "";
}

.wr-datatable3 td:nth-child(2) {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wr-datatable3 td:nth-child(2) span {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wr-datatable4 {
    width: 100%;
    margin-bottom: 0px;
    vertical-align: top;
    white-space: nowrap;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}


.wr-datatable4 thead {
    border: none;
}

.wr-datatable4 thead th {
    white-space: nowrap;
    color: #7D7C78;
    background: #F8FAFD;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 21px;
    border:none;
    cursor: pointer;
}

.wr-datatable4 tbody td {
    white-space: nowrap;
    color: #343532;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 21px;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
}

@media (max-width:575.98px) {
    .wr-datatable4 tbody td {
        padding: 12px 21px;
    }
}

.wr-datatable4 tbody tr:last-child td {
    border-bottom: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}


/* 티바비 tr 마우스오버 */
.wr-datatable4.dataTable>tbody>tr:hover>* {
    background-color: #f9f9f9;
    cursor: pointer;
}

/*마지막 tr 보더 바닥에 라인주기*/
.wr-datatable4.dataTable.no-footer {
    border-bottom: none;
}

.wr-datatable4 .btn {
    white-space: nowrap
}

/*솔팅 세모 아이콘!*/
.wr-datatable4.dataTable thead span.sort-icon {
    display: none;
}

/*솔팅 세모 아이콘 옴기기 크기조절*/
.wr-datatable4.dataTable thead .sorting span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-both.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable4.dataTable thead .sorting_asc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-up.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable4.dataTable thead .sorting_desc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-down.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable4.dataTable thead .sorting_desc_disabled span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-disable.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable4 .sorting::after,
.wr-datatable4 .sorting_asc::after,
.wr-datatable4 .sorting_desc::after {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 10px;
    height: 10px;
    background-image: url('../images/datatable/sort-both.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 10px;
    content: "";
    margin-left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wr-datatable4 .sorting_desc::after {
    background-image: url('../images/datatable/sort-down.png');
    content: "";
}

.wr-datatable4 .sorting_asc::after {
    background-image: url('../images/datatable/sort-up.png');
    content: "";
}

.wr-datatable5 {
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
    white-space: nowrap;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0;
    overflow: visible;
}

.wr-datatable5 thead {
    border: none;
}

.wr-datatable5 thead th {
    white-space: nowrap;
    color: #7D7C78;
    background: #F8FAFD;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 21px;
    border:none;
    cursor: pointer;
}

@media (max-width:575.98px) {
    .wr-datatable5 thead th {
        padding: 16px 21px;
    }
}

.wr-datatable5 tbody td {
    white-space: nowrap;
    color: #343532;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 21px;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
}

@media (max-width:575.98px) {
    .wr-datatable5 tbody td {
        padding: 16px 21px;
    }
}

.wr-datatable5 tbody tr td:nth-child(2) a:hover {
    color: #0d6efd; /* 원하는 파란색 */
}

/* 티바비 tr 마우스오버 */
.wr-datatable5.dataTable>tbody>tr:hover>* {
    background-color: #fff;
    cursor: default;
}

/*마지막 tr 보더 바닥에 라인주기*/
.wr-datatable5.dataTable.no-footer {
    border-bottom: none;
}

.wr-datatable5 .btn {
    white-space: nowrap
}

/*솔팅 세모 아이콘!*/
.wr-datatable5.dataTable thead span.sort-icon {
    display: none;
}

/*솔팅 세모 아이콘 옴기기 크기조절*/
.wr-datatable5.dataTable thead .sorting span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-both.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable5.dataTable thead .sorting_asc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-up.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable5.dataTable thead .sorting_desc span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-down.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable5.dataTable thead .sorting_desc_disabled span {
    transform: translate(3px, 5px);
    padding: 10px;
    background: url('../images/datatable/sort-disable.png');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.wr-datatable5 .sorting::after,
.wr-datatable5 .sorting_asc::after,
.wr-datatable5 .sorting_desc::after {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 10px;
    height: 10px;
    background-image: url('../images/datatable/sort-both.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 10px;
    content: "";
    margin-left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display:none;
}

.wr-datatable5 .sorting_desc::after {
    background-image: url('../images/datatable/sort-down.png');
    content: "";
}

.wr-datatable5 .sorting_asc::after {
    background-image: url('../images/datatable/sort-up.png');
    content: "";
}



/* ================ 데이터 테이블 끝 =============== */

/* ================ 채팅 시작 =============== */

.chat-container {
    padding: 0;
}

.chat-container a {
    text-decoration-line: underline;
    text-decoration-color: #0d6efd;
    color: #0d6efd
}

.dashboard-chat {
    margin-top: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    margin: auto;
    background: #fff;
    position: relative;
    width: 100%;
}

@media all and (min-width:1600.02px) and (max-width:1920px) {
    .dashboard-chat {
        width: 50%
    }
}

@media all and (min-width:1399.98px) and (max-width:1600px) {
    .dashboard-chat {
        width: 68%
    }
}

@media all and (min-width:992.09px) and (max-width:1399.98px) {
    .dashboard-chat {
        width: 80%
    }
}

@media (min-width:1920.08px) {
    .dashboard-chat {
        max-width: 1000px;
    }
}

.dashboard-chatwrap {
    flex: 1;
    overflow-y: scroll;
    margin-bottom: 100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media all and (min-width:767.98px) and (max-width:1199.98px) {
    .dashboard-chatwrap {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.dashboard-chatwrap::-webkit-scrollbar {
    display: none;
}

@media (max-width:575.98px) {
    .dashboard-chatwrap {
        margin-bottom: 60px;
    }
}

.message-wrap {
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (max-width:575.98px) {
    .message-wrap {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem
    }
}

.message-wrap-1 {
    display: flex;
    align-items: start;
    margin: 0;
}

.user-img {
    margin-top: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-right: 1rem;
}

@media all and (min-width:575.98px) and (max-width:1199.98px) {
    .user-img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width:575.98px) {
    .user-img {
        width: 34px;
        height: 34px;
        margin-right: .5rem
    }
}

.message-wrap-2 {
    padding-right: 0.25rem;
    width: 100%;
}

@media all and (min-width:575.98px) and (max-width:1399.98px) {
    .message-wrap-2 {
        padding-right: .9rem;
    }
}

@media (max-width:575.98px) {
    .message-wrap-2 {
        padding-right: .475rem;
        padding-left: .25rem
    }
}

.info-box {
    display: flex;
    align-items: center;
}

.user-id {
    font-weight: 500;
}

@media (max-width:575.98px) {
    .user-id {
        font-size: 17px;
    }
}

@media all and (min-width:575.98px) and (max-width:1199.98px) {
    .user-id {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .user-id {
        font-size: 19px;
    }
}

.message-time {
    font-size: 1rem;
    color: #212529bf;
    margin-left: .5rem
}

@media (max-width:575.98px) {
    .message-time {
        font-size: 0.875rem;
    }
}

.message-box {
    width: 100%;
    background-color: white;
    word-break: break-all;
    margin-left: 0
}

@media (min-width:1200px) {
    .message-box {
        width: 100%;
        font-size: 18px;
        line-height: 1.6;
        margin-top: 2px
    }
}

@media all and (min-width:575.98px) and (max-width:991.97px) {
    .message-box {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media all and (min-width:991.97px) and (max-width:1199.98px) {
    .message-box {
        font-size: 17px;
        line-height: 1.6;
    }
}

@media (max-width:575.98px) {
    .message-box {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
}

.message-box img {
    width: 100%;
    border-radius: 10px;
    margin-top: 0.375rem;
}

.date-divider {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #212529bf;
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.date-divider::after,
.date-divider::before {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-top: .0625rem solid #e6ecf0;
    margin-top: .0625rem;
    content: ""
}

.date-divider::before {
    margin-right: 1rem
}

.date-divider::after {
    margin-left: 1rem
}

/* ===== 텍스트 윈도우! ===== */

.text-window {
    z-index: 3;
    box-shadow: none;
    background: transparent;
    margin: auto;
    position: absolute;
    bottom: 0px;
    border-top-right-radius: 1.125rem;
    border-top-left-radius: 1.125rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    width: 100%;
}

@media all and (min-width:767.98px) and (max-width:1199.98px) {
    .text-window {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.text-window .text-box {
    border: 2px solid #dedede;
    background: #fff;
    border-radius: 1.125rem;
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width:575.98px) {
    .text-window .text-box {
        margin-bottom: 10px;
    }
}

/* 텍스트에리아 */
.text-window textarea {
    font-family: "Pretendard Variable";
    resize: none;
    padding: 10px;
    margin: 0px;
    font-size: 18px;
    height: 82px;
    overflow-y: hidden;
}

@media (max-width:575.98px) {
    .text-window textarea {
        height: 48px;
        font-size: 16px;
        padding: 12px;
    }
}

.text-window .text-box .form-control {
    border: 0 !important;
    border-radius: 1rem;
}

.text-window .text-box .form-control:focus {
    box-shadow: unset;
}


/* 텍스트 윈도우 - 드랍메뉴/아이템들 */

.text-window .dropup-center .dropdown-toggle::after {
    display: none;
}

.text-window .text-box-btn {
    display: flex;
    align-items: start;
    margin-top: .5rem
}

@media(max-width: 575.98px) {
    .text-window .text-box-btn {
        margin-top: .35rem
    }
}

.text-window .menu-btn {
    margin-left: .5rem
}

.text-window .btn {
    display: inline-block;
    padding: 0.5rem 0.775rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    border-radius: 10px;
    background-color: #E7E7E7;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.text-window .btn:focus {
    background-color: #E7E7E7;
}

@media(max-width: 575.98px) {
    .text-window .btn {
        padding: 0.3rem 0.475rem;
    }
}

.text-window .bi {
    font-size: 20px;
    color: #888888
}

@media(max-width: 575.98px) {
    .text-window .bi {
        font-size: 18px;
    }
}

.text-window .bi::before {
    -webkit-text-stroke: 0.02rem;
}

.text-window .dropdown-menu {
    position: absolute;
    overflow: hidden;
    color: #020202;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    z-index: 1000;
    padding: 0.75rem 0rem;
    margin: 0;
    font-size: 18px;
    border-radius: 20px;
    width: 300px;
    box-shadow: 0 .4375rem 1.25rem rgba(208, 208, 196, .32);
    margin-bottom: 1rem !important;
}

@media all and (min-width:575.98px) and (max-width:991.98px) {
    .text-window .dropdown-menu {
        transform: translate(-194px, -50px) !important;
    }
}

@media (max-width: 575.98px) {
    .text-window .dropdown-menu {
        width: 200px;
        font-size: 18px;
        transform: translate(-120px, -35px) !important;
    }
}

.text-window .dropdown-menu.show {
    animation: fade-in .2s ease-in-out
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.text-window .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.375rem 1.25rem;
    ;
    clear: both;
    font-weight: 400;
    color: #020202;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    margin-bottom: .25rem
}

.text-window .dropdown-item:focus,
.text-window .dropdown-item:hover {
    color: #454545;
    background-color: rgb(234, 234, 234);
    border: none;
}

.text-window .dropdown-item.active,
.text-window .dropdown-item:active {
    color: #454545;
    text-decoration: none;
    background-color: rgb(234, 234, 234);
    border: none;
}

.text-window .dropdown-item .bi {
    font-size: 20px;
    color: #454545;
    margin-right: 1rem;
}

@media (max-width: 575.98px) {
    .text-window .dropdown-item .bi {
        margin-right: 0.75rem;
    }
}

.text-window .dropdown-item .bi-paperclip::before {
    transform: rotate(45deg)
}

.text-window .dropdown-divider {
    height: 0;
    margin: 0.375rem 0;
    overflow: hidden;
    border-top: 1px solid #e6ecf0;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

.text-window .send-btn {
    margin-left: .5rem;
    margin-right: .5rem
}



/* ================ 채팅 끝 =============== */


/* ========== 디렉트 메세지 윈도우 =============*/
.direct-message {
    margin-top: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width:575.98px) {
    .direct-message {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.direct-message-wrapper {
    flex: 1;
    overflow-y: scroll;
    margin-bottom: 100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.direct-message-wrapper::-webkit-scrollbar {
    display: none;
}

@media (max-width:575.98px) {
    .direct-message-wrapper {
        margin-bottom: 60px;
    }
}

.dm-wrap-left {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin: 0
}

@media (max-width:575.98px) {
    .dm-wrap-left {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.dm-left {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-top: 0.125rem;
    margin-left: 0rem;
    width: 100%;
}

.dm-message-box {
    display: flex;
    align-items: end;
    max-width: 500px;
    width: 100%;
    transition: all 0.17s ease-in-out;
}

@media (min-width:991.98px) {
    .menuopen .dm-message-box {
        max-width: 592px
    }
}

.dm-message-box.left {
    justify-content: start;
}

.dm-message-box.right {
    justify-content: end;
}

.dm-message {
    border-radius: 0.85rem;
    padding: 0.375rem 0.875rem;
    word-break: break-all;
    max-width: 500px;
    margin-top: .25rem;
    margin-bottom: .25rem;
    transition: all 0.17s ease-in-out;
}

@media (min-width:991.98px) {
    .menuopen .dm-message {
        max-width: 592px
    }
}

.dm-message.left {
    background: rgba(216, 216, 216, 0.4);
}

@media (min-width:1200px) {
    .dm-message {
        font-size: 18px;
        line-height: 1.6;
    }
}

@media all and (min-width:991.97px) and (max-width:1199.98px) {
    .dm-message {
        font-size: 17px;
        line-height: 1.6;
    }
}

@media all and (min-width:575.98px) and (max-width:991.97px) {
    .dm-message {
        font-size: 16px;
        line-height: 1.5;
    }
}

.direct-message .user-img {
    margin: 0;
    flex-shrink: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

@media all and (min-width:575.98px) and (max-width:1199.98px) {
    .direct-message .user-img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:575.98px) {
    .direct-message .user-img {
        width: 30px;
        height: 30px;
    }
}

.direct-message .user-id {
    font-weight: 500;
}

@media (max-width:575.98px) {
    .direct-message .user-id {
        font-size: 1.1rem;
    }
}

@media all and (min-width:575.98px) and (max-width:1199.98px) {
    .direct-message .user-id {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .direct-message .user-id {
        font-size: 1.2rem
    }
}

.dm-time {
    font-size: 1rem;
    color: #212529bf;
    white-space: nowrap;
    margin-bottom: .25rem
}

.dm-time.left {
    margin-left: .5rem;
}

.dm-time.right {
    margin-right: .5rem;
}

@media (max-width:575.98px) {
    .dm-time {
        font-size: 0.775rem;
    }
}

.dm-wrap-right {
    display: flex;
    align-items: start;
    justify-content: end;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin: 0
}

@media (max-width:575.98px) {
    .dm-wrap-right {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.dm-right {
    display: flex;
    align-items: end;
    flex-direction: column;
    margin-top: 0.125rem;
    margin-right: 0rem;
    width: 100%;
}

.dm-message.right {
    background: #EBF2FA;
}

.dm-img-message {
    display: flex;
    padding: 0.375rem 0rem;
    width: 100%;
    max-width: 500px;
    transition: all 0.17s ease-in-out;
}

@media (min-width:991.98px) {
    .menuopen .dm-img-message {
        max-width: 592px
    }
}

.dm-img-message img {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 10px;
}

@media (min-width:991.98px) {
    .dm-img-message img {
        max-width: 592px
    }
}

/*------------------------------------*/
.dm-notice {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--ar-card-height);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.85rem;
    max-width: 500px;
    margin-top: 0.375rem;
    width: 100%;
}

.dm-notice.alarm {
    border: 0.1rem solid #447DC3;
    background: rgba(68, 125, 195, 0.03);
}

.dm-notice.test {
    border: 0.1rem solid #198754;
    background: rgba(25, 135, 84, 0.03)
}

.dm-notice.attend {
    border: 0.1rem solid #ff4400;
    background: rgba(255, 68, 0, 0.03);
}

.dm-notice.homework {
    border: 0.1rem solid #ffc107;
    background: rgba(255, 193, 7, 0.03)
}

.dm-notice-header {
    margin: 0rem 2.25rem;
    padding: 1rem 0rem;
    color: #454545;
    font-size: 19px;
    font-weight: 500
}

@media (max-width:575.98px) {
    .dm-notice-header {
        margin: 0rem 1.25rem;
        padding: 1rem 0rem 0.75rem 0rem;
    }
}

.dm-notice-header.alarm {
    border-bottom: 0.1rem solid #447DC3;
}

.dm-notice-header.test {
    border-bottom: 0.1rem solid #198754;
    ;
}

.dm-notice-header.attend {
    border-bottom: 0.1rem solid #ff4400;
}

.dm-notice-header.homework {
    border-bottom: 0.1rem solid #ffc107;
}

.dm-notice .bi-bell-fill {
    color: #0d6efd;
    margin-right: 0.5rem
}

.dm-notice .bi-calendar-check-fill {
    color: #ff4400;
    margin-right: 0.5rem
}

.dm-notice .bi-file-earmark-text-fill {
    color: #198754;
    margin-right: 0.5rem
}

.dm-notice .bi-check-circle-fill {
    color: #ffc107;
    margin-right: 0.5rem
}

/*------------------------------------*/

.dm-notice-body {
    flex: 1 1 auto;
    padding: 1rem 2.25rem 1rem 2.25rem;
    color: #454545
}

@media (max-width:575.98px) {
    .dm-notice-body {
        padding: 1rem 1.25rem 1.125rem 1.25rem;
    }
}

.dm-notice-title {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
}

@media (max-width:1199.98px) {
    .dm-notice-title {
        font-size: calc(1.275rem + .3vw);
        line-height: 1.5;
    }
}

.dm-notice-text {
    font-size: 18px;
    line-height: 1.6;
    word-break: break-all;
}

@media all and (min-width:575.98px) and (max-width:1199.98px) {
    .dm-notice-text {
        font-size: 17px;
        line-height: 1.5;
    }
}

@media (max-width:575.98px) {
    .dm-notice-text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.dm-time.notice {
    margin-top: .5rem
}

;

.bi-reply-fill::before {
    color: #fff;
    font-size: 1rem;
    padding-left: 1rem;
    margin-right: .5rem !important;
}

/*------------------------------------*/
.to-who {
    display: inline-block;
    padding: 0.25rem 0.5rem 0.3rem 0.45rem;
    font-size: 0.875rem;
    font-weight: 500;
    background: #0d6efd;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50rem;
    transform: translate(0rem, -0.075rem);
    margin-right: 0.25rem;
}

/*------------------------------------*/

@media (max-width:575.98px) {
    .to-who {
        font-size: 0.75rem;
        padding: 0.1rem 0.5rem 0.3rem 0.45rem;
        transform: translate(0rem, -0.09rem);
    }
}

.to-who i {
    color: #fff;
    font-size: 1rem;
    margin-right: .125rem !important;
}

.to-who.inbox {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.dashboard-chatwrap .dm-wrap-right .user-img {
    margin-left: 1rem;
    margin-right: 0;
}

.dashboard-chatwrap .dm-wrap-right .user-img,
.dashboard-chatwrap .dm-wrap-left .user-img {
    transform: translate(0px, 0px);
}

@media (max-width:575.98px) {

    .dashboard-chatwrap .dm-wrap-right .user-img,
    .dashboard-chatwrap .dm-wrap-left .user-img {
        transform: translate(0px, 2px);
    }
}

.choice-to {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.choice-mb {
    display: flex;
    align-items: center;
}

.modal-btn.choice {
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    background-color: #ffffff;
    border: 1px solid #454545;
    color: #454545;
    box-shadow: unset;
    font-size: 1.05rem;
    font-weight: 400;
}

/* ========== 디렉트 메세지 윈도우 끝 =============*/

/*===== 시험 =====*/

.exam {
    height: 100vh
}

@media (min-width:575.98px) {
    .exam {
        overflow: hidden;
    }
}

.exam-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
}

.exam .offcanvas-backdrop {
    display: none;
}

.exam .offcanvas {
    border: none;
    padding: 16px;
    background: #F8FAFD;
    max-width:100%;
    width:500px;
}

.exam .gray-line {
    width: 92%;
    margin: auto;
}

.ans-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgb(213, 213, 213);
}

.ans-quest {
    background: #E8EDF3;
    font-size: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    flex: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0px, -1px);
}

.ans-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ans-number {
    display: flex;
    justify-content: space-between;
    flex: 70%;
    margin-left: 1rem;
    font-size: 20px;
}

.ans-answer {
    display: flex;
    align-items: center;
}

.ans-text {
    flex: 70%;
    margin-left: 1rem;
    transform: translate(0px, -1px);
}

.ans-correct {
    width: 100%;
    flex: 70%;
    margin-left: 1rem;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.exam-form {
    width: 0;
    height: 0;
    position: absolute;
}

.exam-label {
    font-size: 20px;
    text-align: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    text-align: center;
}

.exam-form:checked+label {
    background-color: #0d6efd;
    color: #ffffff;
    font-weight: 400;
    border-color: #d5e6ff;
}

.exam-form[type=radio] {
    border-radius: 50%;
    opacity: 0;
    width: 34px;
    height: 34px;
    transform: translate(0px, -4px);
}

.exam-textbox {
    width: 100%;
    height: 38px;
    font-size: 20px;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 5px;
}

.exam-textbox:focus {
    outline: none;
}

.exam .btn {
    font-size: 18px;
}

.exam .btn:active,
.exam .btn:focus,
.exam .btn-primary:focus,
.exam .btn-primary:active {
    transform: none;
    box-shadow: none;
    outline: unset;
    border: 1px solid #0d6efd
}

.btn-close {
    opacity: 0.8
}

.btn-close:focus {
    box-shadow: none;
    opacity: 0.8
}

hr {
    margin: 0;
    opacity: 1;
    width: 100%;
    color: #cdcdcd
}

.gray-line {
    border-top: 0.15rem solid #838383;
}

.question-container {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 6px;
    background: #F8FAFD
}

.question-number {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.question-answers {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 한 줄 최대 4개 */
    gap: 1rem; /* 보기 간격 */
    /* 옵션이 늘어나면 자동 줄 바꿈 */
}

.answer-option input[type="radio"] {
    display: none; /* 라디오 버튼 숨기기 */
}

.answer-option label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.8rem 0;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
}
.answer-option input[type="radio"]:checked + label {
    background-color: #195082; ; /* 선택된 배경색 */
    color:#fff    /* 선택된 테두리색 */
}

.question-answer textarea {
    width: 100%;
    font-size: 16px;
    padding: 0.5rem;
    resize: vertical; /* 높이 조절 가능 */
    border: 1px solid #cdcdcd;
    border-radius: 6px;
}


/* ====== 학생상세 페이지 ======= */

.profile-detail-header {
    display: flex;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2.5rem;
}

.profile-detail-box {
    margin-left: 1.5rem;
    font-size: 20px;
    transform: translate(0px, 2px);
}

@media (max-width:575.98px) {
    .profile-detail-box {
        font-size: 17px;
    }
}

.status-chk {
    margin-left: .5rem;
    font-size: calc(1.3rem + .5vw);
    color: #0d6efd
}


.profile-change .form-control {
    border-color:#b1b1b1;
}

.profile-change .form-control:focus {
    box-shadow: none;
    border-color:#b1b1b1;
}


.form-select:focus {
    box-shadow: none;
    border-color: #b1b1b1;
}

.detail-box {
    display: flex;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 3rem
}

.detail-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.form-control.detail-name {
    padding: 0;
    border: none;
    font-size: 1.75rem;
    font-weight: 500;
    width: 120px;
}

.form-control.detail-id {
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    width: 120px;
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

@media (max-width:575.98px) {
    .col-form-label {
        padding-top: calc(.2rem + var(--bs-border-width));
        padding-bottom: calc(.2rem + var(--bs-border-width));
    }
}

.profile-detail .form-control,
.profile-detail .col-form-label,
.profile-detail .form-select {
    font-size: 1.125rem;
}

@media (max-width:575.98px) {

    .profile-detail .form-control,
    .profile-detail .col-form-label,
    .profile-detail .form-select {
        font-size: 17px;
    }
}

.form-select option {
    background: #fff;
}

.comment-box {
    padding-bottom: 10px;
    border-bottom: 8px solid #e1e1e1;
}

.comment-input img {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: block;
    object-fit: cover;
}

@media (max-width:575.98px) {
    .comment-input img {
        height: 28px;
        width: 28px;
    }
}

.comment-input {
    display: flex;
    align-items: flex-start;
    background: #fff;
}

.comment-input textarea {
    flex: 1;
    margin-left: 12px;
    font-size: 20px;
    border: none;
    outline: none;
    width: 100%;
    height: auto;
    resize: none;
}

@media (max-width:575.98px) {
    .comment-input textarea {
        margin-left: 0px;
        font-size: 17px;
    }
}

.comment-post {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgb(232, 232, 232);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (max-width:575.98px) {
    .comment-post {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.comment-post img {
    display: block;
    width: 38px;
    border-radius: 50%;
    height: 38px;
}

@media (max-width:575.98px) {
    .comment-post img {
        height: 28px;
        width: 28px;
    }
}

.comment-writer {
    font-size: 18px;
    font-weight: 500
}

@media (max-width:575.98px) {
    .comment-writer {
        font-size: 16px;
    }
}

.comment-date {
    font-size: 16px;
    font-weight: 400;
    padding-top: 1px;
    margin-left: .5rem
}

@media (max-width:575.98px) {
    .comment-date {
        font-size: 14px;
    }
}

.comment-text {
    font-size: 20px;
    margin-top: .25rem;
    margin-bottom: .25rem
}

@media (max-width:575.98px) {
    .comment-text {
        font-size: 17px;
    }
}

.comment-body {
    flex: 1;
    margin-left: 16px;
}

@media (max-width:575.98px) {
    .comment-body {
        margin-left: 10px;
    }
}


/*기출문제 오프캔버스*/

.sat-search.dataTable>tbody>tr:hover>* {
    background: #fff;
    cursor: pointer;
}


.sat-search.dataTable thead .sorting span {
    transform: translate(0px, 3px);
    padding: 10px;
    background: url('../images/datatable/sort-both.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 0px center;
    float: inline-end
}

.sat-search.dataTable thead .sorting_asc span {
    transform: translate(0px, 3px);
    padding: 10px;
    background: url('../images/datatable/sort-up.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 0px center;
    float: inline-end
}

.sat-search.dataTable thead .sorting_desc span {
    transform: translate(0px, 3px);
    padding: 10px;
    background: url('../images/datatable/sort-down.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 0px center;
    float: inline-end
}

.sat-search.dataTable thead .sorting_desc_disabled span {
    transform: translate(0px, 3px);
    padding: 10px;
    background: url('../images/datatable/sort-disable.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 0px center;
    float: inline-end
}

.result-info {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    margin-top: .5rem;
    margin-bottom: 1rem;

}

@media (min-width:1200px) {
    .result-info {
        margin-bottom: 1.5rem;
    }
}

@media (max-width:575.98px) {
    .result-info {
        font-size: 16px;
        flex-direction: column;
    }
}

.result-info .info {
    margin-right: 1.5rem;
}

.indicator {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #bdc5d1;
    border-radius: 50%;
    margin-right: .4375rem;
    margin-bottom: 3px;
}

@media (max-width:575.98px) {
    .indicator {
        transform: translate(0px, 1px)
    }
}

.indicator.blue {
    background-color: #0d6efd;
}

.indicator.green {
    background-color: #198754;
}

.indicator.red {
    background-color: #dc3545;
}

.indicator.yellow {
    background-color: #ffc107;
}

.result-img {
    width: 60%;
    display: block;
    margin-bottom: 1rem;
}

@media all and (min-width:575.98px) and (max-width:1198.98px) {
    .result-img {
        width: 85%;
    }
}

@media (max-width:575.98px) {
    .result-img {
        width: 100%;
        margin-bottom: 0.5rem
    }
}

.btn-answer {
    background: rgba(231, 234, 243, .7);
    color: #020202;
    font-size: 18px;
    font-weight: 400;
    padding: 0.2rem 0.75rem;
    margin-bottom: 1rem;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn.btn-answer:focus,
.btn.btn-answer:hover {
    border: none;
    outline: none;
    box-shadow: none;
    background: rgba(231, 234, 243, .7);
}

@media (max-width:575.98px) {
    .btn.btn-answer {
        font-size: 0.9rem;
        font-weight: 500;
        padding: 0.2rem 0.75rem;
        margin-bottom: 0.5rem;
    }
}

.ps-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-right: .5rem;
    padding-left: .5rem
}

.ps-top-1 {
    font-size: 24px;
    font-weight: 500;
}

.btn.btn-tip {
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.2rem 0.75rem;
    border-color: #000;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn.btn-tip:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


@media (max-width:575.98px) {
    .btn.btn-tip {
        font-size: 0.9rem;
        font-weight: 500;
        padding: 0.2rem 0.75rem;
    }
}

/*기출문제 오프캔버스*/

.answer .offcanvas-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 0rem 1rem;
}

.answer .offcanvas-title .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

@media (max-width:575.98px) {
    .answer .offcanvas-title .title {
        font-size: 20px;
    }
}

.answer .offcanvas-title .btn-close {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.answer .offcanvas .btn-close:focus {
    box-shadow: none;
}

.offcanvas-backdrop {
    display: none;
}

.offcanvas.tip {
    margin-top: 78px;
    margin-bottom: 300px;
    margin-right: 30px;
    ;
    width: 600px;
    border-radius: 30px;
    border: none;
    padding: 0.7rem;
    box-shadow: 0 .4375rem 1.25rem rgba(208, 208, 196, .32);
}

@media (max-width:575.98px) {
    #prime-sat .offcanvas.tip {
        width: 100%;
        margin-right: 0px;
        margin-top: 58px;
        border-radius: 0px;
        margin-bottom: 150px;
    }
}

.offcanvas.answer {
    margin-top: 78px;
    margin-bottom: 0px;
    margin-right: 30px;
    ;
    width: 600px;
    height: auto;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none;
    padding: 0.7rem;
    box-shadow: 0 .4375rem 1.25rem rgba(208, 208, 196, .32);
}

@media (max-width:1200px) {
    .offcanvas.answer {
        width: 100%;
        margin-right: 0px;
        margin-top: 58px;
        border-radius: 0px;
        margin-bottom: 0px;
    }
}

.sat-search th {
    z-index: 100;
}

.answer img {
    width: 100%;
}

.offcanvas .tip-text {
    font-size: 18px;
    margin-bottom: 1rem;
}

@media (max-width:575.98px) {
    .offcanvas .tip-text {
        font-size: 16px;
    }
}

/* 캐러셀 */

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.5;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-next:active,
.carousel-control-prev:active {
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(../images/icon/chevron-left.svg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0d6efd;
}

.carousel-control-next-icon {
    background-image: url(../images/icon/chevron-right.svg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0d6efd;
}

@media (max-width:765.98px) {

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 32px;
        height: 32px;
    }
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #7b7b7b;
    background-clip: padding-box;
    border: 0;
    opacity: .8;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    width: 34px;
    height: 10px;
    background-color: #0d6efd;
}



.editor-input-wrap {
    width: 100%;
}

.editor-title-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2C2C2C;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0px;
    border: 1px solid #c7c7c7;
    text-indent: 10px;
    ;
}

.editor-title-input:focus {
    box-shadow: none;
    outline: none;
}

.editor-title-input::placeholder {
    color: #9c9c9c;
    font-size: 16px;
}



.note-dialog {
    backdrop-filter: none !important;
    /* 기본 backdrop을 없앰 */
}

.note-modal-backdrop {
    display: none !important;
    /* 백드롭을 아예 숨김 */
}

.editor-content p {
    line-height: 28px;
}

.editor-content img {
    border-radius: 0.25rem;
    width: 100%;
}

.editor-input-wrap {
    width: 100%;
}

.editor-title-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0rem;
    font-size: 16px;
    ;
    font-weight: 500;
    line-height: 1.5;
    color: #2C2C2C;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0px;
    border: 1px solid #c7c7c7;
    text-indent: 10px;
    ;
}

.editor-title-input:focus {
    box-shadow: none;
    outline: none;
}

.editor-title-input::placeholder {
    color: #9c9c9c;
    font-size: 16px;
}


/*----- 서머노트 -----*/
.note-modal-footer {
    padding-bottom: 50px !important;
}

.note-frame {
    font-family: "Pretendard Variable" !important;
    color: #15171A !important;
    border-radius: 0px !important;
}

.note-toolbar {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-color: #c7c7c7 !important;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #c7c7c7 !important;
}

.note-btn.dropdown-toggle::after {
    display: none !important;
    /* 중복된 드롭다운 숨기기 */
}

.note-link-dialog .form-check {
    display: none !important;
    /* 체크박스 숨기기 */
}

.sn-checkbox-open-in-new-window {
    display: none !important;
}

.sn-checkbox-use-protocol {
    display: none !important;
}

.note-modal-footer .btn.disabled,
.note-modal-footer .btn:disabled,
.note-modal-footer .note-btn-primary,
.note-modal-footer .note-btn-primary:focus {
    background-color: #212529 !important;
    border-color: #212529 !important;
    border-radius: 0px !important;
}

.note-modal-footer .note-btn.disabled,
.note-modal-footer .note-btn[disabled],
.note-modal-footer .fieldset[disabled] .note-modal-footer .note-btn {
    opacity: 1 !important;
}

.note-modal-title {
    font-size: 16px !important;
    color: #15171A !important;
}

.note-modal .note-modal-body label {
    padding: 2px 0px !important;
}

.note-form-label {
    font-size: 14px !important;
    color: #15171A !important;
    font-weight: 400 !important;
}

.note-modal-header {
    padding: 20px 15px 0px 15px !important;
    border: none !important;
}

@media (min-width:575.98px) {
    .note-modal-header {
        padding: 20px 20px 0px 20px !important;
        border: none !important;
    }
}

.note-modal-body {
    padding: 10px 15px !important;
}

@media (min-width:575.98px) {
    .note-modal-body {
        padding: 20px 30px 20px 30px !important;
    }
}

.note-form-group {
    padding-bottom: 10px !important;
}

.note-group-image-url {
    padding-bottom: 10px !important;
}

.note-video-url {
    margin-bottom: 10px !important;
}

.note-image-input {
    border-radius: 0px !important;
}

.note-modal-body .note-input {
    border: 1px solid #B9B9B9 !important;
}

.note-modal-body .note-input:focus {
    border: 1px solid #B9B9B9 !important;
}

.note-modal-footer {
    padding: 0px 15px 50px 15px !important;
}

.note-editable p {
    color: #15171A !important;
}


.note-editor .note-editing-area .note-editable a {
    color: blue !important;
    text-decoration: underline !important;
}

.note-placeholder {
    color: #9c9c9c !important;
}

.note-modal-header .close {
    color: #2c2c2c !important;
    opacity: 0.8 !important;
}

.note-dropdown-item {
    color: #333333 !important;
    text-decoration: none !important;
}

.dashboard-container {
    padding: 1rem 1rem 1rem 1rem;
}

@media (max-width:575.98px) {
    .dashboard-container {
        padding: 1.375rem 1rem;
    }
}


.content-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0rem 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
    border: 1px solid rgba(231, 234, 243, 0.7);
    border-radius: 0.5rem;
    padding: 1rem;
    color: #2c2c2c;
    min-height: 90vh
}

@media (max-width:575.98px) {
    .content-wrapper {
        margin: 0px 10px;
        padding: 10px;
    }
}


@media (min-width:1200px) {
    .content-wrapper {
        padding: 40px 36px 40px 36px;
    }
}

.about-tab {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}

.about-tab a {
    font-size: 14px;
    padding: 10px 2px;
    cursor: pointer;
    color: #15171A;
    width: 50%;
    /* 각 항목이 1/3씩 차지 */
    text-align: center;
    /* 텍스트를 가운데 정렬 */
    font-weight: 400
}


.about-tab a.active {
    color: #377ddf;
    font-weight: 500;
    border-bottom: 2px solid #377ddf;
}

.about-tab a:hover {
    color: #377ddf;
    font-weight: 500;
}

@media (min-width:919.98px) {
    .about-tab a {
        font-size: 16px;
        padding: 12px 10px;
    }
}

.fs-classtitle {
    font-size: 18px;
    font-weight: 600;
}

@media (min-width:1200px) {
    .fs-classtitle {
        font-size: 24px;
    }
}

.fs-classtitle-sm {
    font-size: 14px;
    color: rgb(82, 82, 82)
}

@media (min-width:1200px) {
    .fs-classtitle-sm {
        font-size: 16px;
    }
}



.profile-cover {
    position: relative;
    height: 7.5rem;
    padding: 1rem 1rem;
    border-radius: .75rem
}


.profile-cover-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7.5rem;
    background-color: #e7eaf3;
    border-radius: .75rem
}

.profile-cover-img {
    width: 100%;
    height: 7.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: .75rem
}

.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: .25rem solid #fff;
    margin: -6.3rem auto .5rem auto
}



@media (min-width:992px) {
    .profile-cover {
        height: 10rem
    }

    .profile-cover-img-wrapper {
        height: 10rem
    }

    .profile-cover-img {
        height: 10rem
    }
}

/* ----- 수업 상세 페이지 ----- */
.classpage-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 11px;
}

/* ----- 대시보드 인덱스 ----- */

.card-badge {
    background-color: #377DFF;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    font-weight: 500;
    padding: 2px 8px;
}

/* ----- 수업상세 커멘트 ----- */

.class-comment {
    padding: 0;
    list-style: none;
}

.class-comment li {
    border-radius: 12px;
    background-color: rgba(55, 125, 255, .08);
    padding: 16px;
    margin-bottom: 16px;
}

.class-comment-header {
    display: flex;
    justify-content: space-between;
    align-items: start
}

.class-comment-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 34px;
    transform: translate(0px, 1px)
}

.class-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.student-badge {
    padding: 8px 16px;
    border-radius: 0.375rem;
    background-color: rgba(55, 125, 255, .1)
}

.student-badge-name {
    color: #333333;
    font-size: 16px;
    background-color: transparent;
    padding: 0;
    border: none;
}

.student-badge-delete {
    border: 0;
    padding: 0;
    background-color: transparent;
}

/* 출석 버튼 */

.btn-outline-attend {
    --bs-btn-color: #3573be;
    --bs-btn-border-color: #3573be;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #3573be;
    --bs-btn-hover-border-color: #3573be;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3573be;
    --bs-btn-active-border-color: #3573be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3573be;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3573be;
    --bs-gradient: none;
    font-size: 15px;
}

.btn-outline-absent {
    --bs-btn-color: #ed4c78;
    --bs-btn-border-color: #ed4c78;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ed4c78;
    --bs-btn-hover-border-color: #ed4c78;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ed4c78;
    --bs-btn-active-border-color: #ed4c78;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ed4c78;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ed4c78;
    --bs-gradient: none;
    font-size: 15px;
}

.student-info-wrapper ul {
    margin-bottom: 24px;
}

.student-info-wrapper ul:last-child {
    margin-bottom: 0;
}

.student-info-wrapper ul span,
.student-info-wrapper ul li i {
    color: #979797;
}

.top-information-ul {
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 18px;
    list-style: none;
    padding: 0px 8px;
}

.top-logo {
    width: 120px;
}

@media (min-width:1200px) {
    .top-logo {
        width: 140px;
    }
}

.status-box {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 0px;
    margin-right: 6px;
    border: 1px solid #ccc;
}

.status-box.pay {
    background-color: #fff4d4;
} 

.status-box.paid {
    background-color: #B1F1FB;
} 


.user-img {
    margin-top:0;
    flex-shrink: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    width:60px;
    height:60px;
    margin-right: 13px;
}

.register-wrapper {
    max-width: 600px;
    margin: auto
}

.register-wrapper-lg {
    max-width: 900px;
    margin: auto
}

.login-wrapper {
    max-width: 500px;
    margin: auto;
    padding: 60px 16px;
}

@media (min-width:575.98px) {
    .login-wrapper {
        padding: 9rem 16px;
    }
}

.login-wrapper .card {
    padding: 4px !important
}

@media (min-width:575.98px) {
    .login-wrapper .card {
        padding: 16px !important
    }
}

.login-wrapper label {
    margin-bottom: 4px
}

.form-control,
.form-select {
    border-color: #cdcdcd;
}

.form-control:focus,
.form-select:focus{
    border-color: #6c6c6c;
    outline: 0;
    box-shadow: none;
}

.form-control:disabled {
    background-color: #f6f6f6
}

.register-wrapper .form-control[type=file]:focus {
    border-color: #cdcdcd;
    outline: 0;
    box-shadow: none;
}

.date-check label {
    margin-bottom: 0px !important;
}


.blue-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    cursor:pointer;
    color: inherit
}

.blue-line:hover {
    text-decoration: underline;
    color: #0d6efd; /* 부트스트랩 기본 파랑 (#0d6efd) */
}

.btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.curriculum-component {
    margin-bottom: 16px;
    font-size: 16px;
    color:#595959;
}

@media (max-width:576px) {
    .curriculum-component {
        font-size: 15px;
    }
}

.component {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 8px;
}

.component-btn {
    padding: 2px 6px;
    color: #2c2c2c;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #d1d1d2;
}

.curriculum-text {
    font-size: 17px;
    font-weight: 400;
    background-color: #F0F4F9;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
}

@media (max-width:576px) {
    .curriculum-text {
        font-size: 16px;
        margin-bottom: 16px
    }
}


.add-btn {
    display: inline-block;
    padding: 6px 10px;
    font-family: inherit;
    font-size: 14px;;
    font-weight: 500;
    color: inherit;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid #d6d5d5;
    transition: none;
    background: #fff;
}

.add-btn:focus {
    border: 1px solid #d6d5d5
}

.add-btn.homework {
    background-color: #EBF2FA;
    border: 1px solid #a1cdff;
}

.add-btn.test {
    background-color: #3580F0;
    border: 1px solid #3580F0;
    color: #fff;
}

.del-btn {
    margin-left: 12px;
    background-color: #fff;
    color: #595959;
    font-size: 13px;
    padding: 0px 8px;
    border: 1px solid #d0d0d0;
    text-wrap: nowrap;
}

.del-btn:focus {
    border: 1px solid #d0d0d0
}

.curriculum-title {
    padding: 36px 24px;
    background-color: #F3F7FE;
    border-radius: 8px;
}

.curriculum-order {
    font-size: 14px;
    color: inherit;
    border-bottom: 1px solid gray
}



/* 어플리케이션 폼 */
.w-200px {
    width: 200px;
}

.bg-application {
    background-color: #EDEFF4;
}



.application-container {
    padding: 40px 24px 40px 24px;
    max-width: 940px;
    margin: auto;
}

@media (max-width:575.98px) {
    .application-container {
        padding: 16px 8px 16px 8px;
    }
}

@media (min-width:1400px) {
    .application-container {
        padding: 60px 38px 60px 38px;
    }
}


.application-form {
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
    .application-form {
        padding: 40px 16px;
        box-shadow: unset;
    }
}

.application-form img {
    width: 200px;
}

@media (max-width: 575.98px) {
    .application-form img {
        width: 160px;
    }
}

.application-form .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .application-form .title {
        font-size: 24px;
        margin-bottom: 30px;
        border-bottom: 1px solid #d0d0d0;
    }
}

.application-form .semititle {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .application-form .semititle {
        font-size: 22px;
    }
}

.application-form label {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500
}

/*
.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 4px rgba(38, 38, 38, 0.068);
}
*/

.application-form .form-control,
.application-form .form-select {
    border: 1px solid #c7cacd
}

.application-form .form-control:focus,
.application-form .form-select:focus {
    box-shadow: 0 0 0 4px rgba(38, 38, 38, 0.068);
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step-indicator .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6c757d;
}

@media (max-width: 575.98px) {
    .step-indicator .circle {
        width: 28px;
        height: 28px;
    }
}

.step-indicator .circle.active {
    background-color: #045184;
    color: white;
    box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.4);
}

@media (max-width: 575.98px) {
    .step-indicator .circle.active {
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.4);
    }
}

.step-indicator .line {
    flex: 1;
    height: 2px;
    background-color: #dee2e6;
    margin: 0 7px;
    align-self: center;
}

.step-indicator .line.active {
    background-color: #045184;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.application-btn {
    display: flex;
    align-items: center;  /* 세로 가운데 */
    justify-content: center; /* 가로 가운데 */
    border-radius: 24px;
    padding: 8px 24px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    user-select: none;
    border: 1px solid #045184;
    background-color: #045184;
    z-index: 9;
    width: 100px;
    box-sizing: border-box;
}

.application-btn:focus {
    border: 1px solid #045184;
}

.application-btn.green {
    border: 1px solid #2EB79F;
    background-color: #2EB79F;
}

.application-btn.green:focus {
    border: 1px solid #2EB79F;
}

.application-btn.white {
    border: 1px solid #2c2c2c;
    background-color: #fff;
    color: #2c2c2c;
}

.application-btn.white:focus {
    border: 1px solid #2c2c2c;
}



.form-select {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

td select {
    min-width: 150px; /* 최소폭 확보 */
}

.form-select.select-crs {
    font-size:16px;
    border: 1px solid #0d6efd;
}
/*
.table thead tr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    text-align: center;
}
.table tbody tr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    text-align: center;
}
    */

.table-responsive th {
    white-space: nowrap;
}     
.form-control.select-crs {
    padding: 6px 36px 6px 12px;
    font-size:16px;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    font-weight:500;
    max-width: 260px;
}

.form-select.inquiry-status {
    padding: 6px 36px 6px 12px;
    font-size:16px;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    font-weight:500;
    max-width: 260px;
}

.form-select.inquiry-status option{
    color: #212529;
}

.two-tab {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    margin:auto;
}

.two-tab a {
    font-size: 16px;
    padding: 10px 2px;
    cursor: pointer;
    color: #9a9a9a;
    width: 50%;  /* 각 항목이 1/3씩 차지 */
    text-align: center;  /* 텍스트를 가운데 정렬 */
    border-bottom: 1px solid #9a9a9a
}


.two-tab a.active {
    color: #161616;
    font-weight:600;
    border-bottom: 2px solid #161616;
    background-color: #fff;
}

.two-tab a:hover {
    color: #161616;
    font-weight:600;
}

@media (min-width:919.98px) {
    .two-tab a {
        font-size: 16px;
        padding: 12px 20px;
    }
}

@media (max-width: 575.98px) {
    .mobile-nogutter{
        padding-right: calc(var(--bs-gutter-x)* 0);
        padding-left: calc(var(--bs-gutter-x)* 0);
    }
    
}

.class-status {
    padding: 4px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
}

.bg-prime {
    background-color: #3580F0;
}



.campus-card span {
    margin-right:4px;
}

.campus-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap:wrap;
    gap: 16px;
}

.campus-card .card {
    margin-bottom: 48px;
    height:100% !important
}

.campus-card .card:last-child {
    margin-bottom: 0;
}

.campus-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start
}

.campus-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: none;
    flex: 0 0 auto;
    width: 100%;
}


@media (min-width: 992px) {
    .campus-list li {
        width: 49%;
    }
}

@media (min-width: 1920px) {
    .campus-list li {
        width: 33%;
    }
}

.campus-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -2px;
    /* 글씨 높이에 맞춰 조정 */
    font-size: 28px;
    line-height: 1;
}

@media (min-width: 768.98px) {
    .campus-list li:nth-last-child(-n+2) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1919.98px) {
    .campus-list li:nth-last-child(-n+3) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .campus-list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.card {
    border: 1px solid #e2e2e2 !important;
    padding: 0px;
    color: #1e2022;
}


.card-header {
    border-bottom: 1px solid #e2e2e2 !important;
}

/* --- 모달 --- */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    width: 100vw;
    height: 100vh;
    background-color: rgba(19, 33, 68, 0.25);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    color:#333333;
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:575.98px) {
    .modal-dialog{
        margin-right:0.5rem;
        margin-left:0.5rem;
    }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #333333;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.75rem;
    outline: none;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 2rem 0rem 2rem;
    border-bottom: none;
}

@media (max-width:575.98px) {
    .modal-header{
        padding: 2rem 1.5rem 0rem 1.5rem;
    }
}

.modal-header .btn-close {
    padding: 1rem 1rem;
}

.modal-header .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.modal-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight:500
}

@media (min-width:1200px) {
    .modal-title {
        font-size: 20px
    }
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px 32px 32px 32px;
    border:none;
}

@media (max-width:575.98px) {
    .modal-body{
        padding: 1.5rem 1.5rem 2rem 1.5rem;
    }
}


.modal-body-text {
    font-size: 18px;
    margin-bottom: .5rem
}

@media (max-width:575.98px) {
    .modal-body-text {
        font-size: 16px;
    }
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.75rem 1.75rem 2rem 1.75rem;
    background-color: #fff;
    border-top: none;
}

@media (max-width:575.98px) {
    .modal-footer{
        padding: 1.75rem 1.25rem 2rem 1.25rem;
    }
}

.modal-cancel {
    padding: .375rem 0rem;
    width:100%;
    background:#fff;
    border-radius:0.375rem;
    border: 1px solid #b1b1b1;
    color:#454545;
    font-size:1rem;
}

.modal-cancel:focus{
    border: 1px solid #b1b1b1;
}

.modal-save {
    padding: .375rem 0rem;
    width:100%;
    border:1px solid #0d6efd;
    background:#0d6efd;
    border-radius:0.375rem;
    color:#fff;
    font-size:1rem;
}


@media (max-width:575.98px) {
    .modal-save, .modal-cancel{
        font-size:15px;
    }
}


.modal-save:focus{
    border:1px solid #0d6efd;
}

/* 폼컨트롤 */
.modal .form-control, .modal .form-select {
    border-color: #cdcdcd;
    border-radius: 0.375rem;
}

.modal .form-control:focus {
    border-color: #cdcdcd;
    outline: 0;
    box-shadow: none;
}

.modal .card {
    border-radius:0.375rem;
}

.color-radio input[type="radio"] {
  display: none;
}

.color-radio span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.1s;
}

.color-radio input[type="radio"]:checked + span {
  border: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
}

/*유틸리티*/
.w-btn-bluebg {
    display: inline-block;
    padding: 4px 8px;
    font-family: inherit;
    font-size: 14px;
    ;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid #0d6efd;
    transition: none;
    background: #0d6efd;
}

.w-btn-bluebg:focus {
    border: 1px solid #0d6efd;
}

.w-btn-graybg {
    display: inline-block;
    padding: 4px 8px;
    font-family: inherit;
    font-size: 14px;
    ;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid #606060;
    transition: none;
    background: #606060;
}

.w-btn-graybg:focus {
    border: 1px solid #606060;
}

.w-btn-grayline {
    display: inline-block;
    padding: 4px 8px;
    font-family: inherit;
    font-size: 14px;
    ;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid gray;
    transition: none;
    background: #fff;
    text-wrap: nowrap;
}

.w-btn-grayline-sm {
    display: inline-block;
    padding: 3px 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid gray;
    transition: none;
    background: #fff;
}

.w-btn-grayline-xs {
    display: inline-block;
    padding: 2px 4px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid gray;
    transition: none;
    background: #fff;
}


.w-btn-grayline:focus,
.w-btn-grayline-sm:focus,
.w-btn-grayline-xs:focus {
    border: 1px solid gray;
}

.navbar-toggler-icon {
    background-image: url("../images/icon/open1.svg");
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.lh-0 {
    line-height: 0 !important;
}

.text-nowrap {
    text-wrap: nowrap
}

.mb-12px {
    margin-bottom: 12px;
}

.me-12px {
    margin-right: 12px;
}

.mb-14px {
    margin-bottom: 14px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-28px {
    margin-bottom: 28px;
}

.mb-32px {
    margin-bottom: 32px;
}

.py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
}

.fs-13px {
    font-size: 13px;
}

.fs-30px-26px {
    font-size: 26px;
}

@media (min-width:1200px) {
    .fs-30px-26px {
        font-size: 30px;
    }
}

.fs-30px-22px {
    font-size: 22px;
}

@media (min-width:1200px) {
    .fs-30px-22px {
        font-size: 30px;
    }
}

.fs-26px-22px {
    font-size: 22px;
}

@media (min-width:1200px) {
    .fs-26px-22px {
        font-size: 26px;
    }
}

.fs-16px {
    font-size: 16px !important;
}

.fs-16px-15px {
    font-size: 15px;
}

@media (min-width:1200px) {
    .fs-16px-15px {
        font-size: 16px;
    }
}

.fs-14px-13px {
    font-size: 14px;
}

@media (max-width:576px) {
    .fs-14px-13px {
        font-size: 13px;
    }
}

.fc-gray {
    color: #5e5e5e
}

.fs-12px {
    font-size: 12px;
}

.fs-14px {
    font-size: 14px;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-17px {
    font-size: 17px;
}


.fs-18px {
    font-size: 18px;
}

.fs-18px-16px {
    font-size: 16px !important;
}

@media (min-width:1200px) {
    .fs-18px-16px {
        font-size: 18px !important;
    }
}

.fs-20px-18px {
    font-size: 18px !important;
}

@media (min-width:1200px) {
    .fs-20px-18px {
        font-size: 20px !important;
    }
}

.fs-19px {
    font-size: 19px;
}

.fs-20px {
    font-size: 20px;
}

.fs-24px {
    font-size: 24px;
}

.calendar-date {
    font-size: 20px;
    line-height: 1
}

@media (max-width:576.98px) {
    .calendar-date {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .calendar-date {
        font-size: 20px;
    }
}

.btn-calendar-next-box {
    width: 69px;
}

.btn-calendar-next {
    color: #333333;
    border: none;
    background-color: rgba(55, 125, 255, .1)
}

.btn-calendar-next:hover,
.btn-calendar-next:focus {
    color: #333333;
    border: none;
    background-color: rgba(55, 125, 255, .1) !important;
}

.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    width: 2.625rem;
    height: 2.625rem;
    padding: 0
}

.flex-end {
    justify-content: end !important
}

.taskcheck-list>div:not(:last-child) {
    margin-bottom: 24px;
}

.fc-333 {
    color: #333333
}

.fc-020202 {
    color: #020202
}

.fc-979797 {
    color: #979797
}

.floating-style-label {
    color: rgba(var(--bs-body-color-rgb), .65);
    font-size: 14px;
    display: block;
    margin-bottom: 3px
}

.card {
    --bs-card-spacer-y: 1.3125rem;
    --bs-card-spacer-x: 1.3125rem;
    --bs-card-title-spacer-y: 0.25rem;
    --bs-card-border-width: 0.0625rem;
    --bs-card-border-color: #efefef;
    --bs-card-border-radius: 0.75rem;
    --bs-card-box-shadow: 0rem 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
    --bs-card-inner-border-radius: 0.6875rem;
    --bs-card-cap-padding-y: 16px;
    --bs-card-cap-padding-x: 21px;
    --bs-card-cap-bg: transparent;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1.3125rem 1.3125rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}


.list-group-no-gutters .list-group-item {
    padding-right: 0;
    padding-left: 0
}

.bg-soft-primary {
    background-color: #acc6f7 !important
}

.bg-soft-gray {
    background-color: #BDC5D1 !important
}

.bg-light-primary {
    background-color: rgba(55, 125, 255, .1) !important
}

.bg-soft-success {
    background-color: rgba(0, 201, 167, 1) !important
}

.bg-soft-danger {
    background-color: rgba(237, 76, 120, .9) !important
}

.bg-soft-info {
    background-color: rgba(9, 165, 190, 1) !important
}

.bg-soft-warning {
    background-color: #F5CA99 !important
}

.bg-secondary-blue {
    background-color: #a7c6ff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-secondary-success {
    background-color: #01a489 !important
}

.bg-soft-yellow {
    background-color: RGBA(245, 202, 153, var(--bs-bg-opacity, 1)) !important
}

.border-gray {
    border: 1px solid #333333 !important;
}

.card-shadow {
    box-shadow: 0 .375rem .75rem rgba(140, 152, 164, .075);
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

/*
.list-group {
    --bs-list-group-item-padding-y: 12px;
    --bs-list-group-item-padding-x: 12px;
}
*/


.list-group-item {
    padding: 12px 0px;
}

.list-group-flush .list-group-item {
    border-bottom: 1px solid #dee2e6 !important
}

.legend-indicator {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #333333;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: 2px;
}

.legend-indicator-sm {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #333333;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: 2px;
}

.status-point {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #333333;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: 2px;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.white-nowrap {
    white-space: nowrap !important;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: .5rem
}

.avatar:not(img) {
    background-color: #fff
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .5rem
}

.avatar-initials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.625rem;
    height: 2.625rem;
    font-size: .875rem;
    font-weight: 600;
    pointer-events: none;
    text-transform: uppercase;
    border-radius: .5rem
}

.avatar-circle {
    border-radius: 50%
}

.avatar-circle .avatar,
.avatar-circle .avatar-img,
.avatar-circle .avatar-initials {
    border-radius: 50%
}

.avatar-centered {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto
}

.avatar-group {
    position: relative;
    z-index: 2;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.avatar-group .avatar:hover {
    z-index: 2
}

.avatar-group .avatar-circle .avatar-initials {
    border-radius: 50%
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar .avatar-initials,
.avatar-group .avatar-sm .avatar-img,
.avatar-group .avatar-sm .avatar-initials,
.avatar-group .avatar-xs .avatar-img,
.avatar-group .avatar-xs .avatar-initials {
    border: 2px solid #fff
}

.avatar-group .avatar-lg .avatar-img,
.avatar-group .avatar-lg .avatar-initials {
    border: 5px solid #fff
}

.avatar-group .avatar-xl .avatar-img,
.avatar-group .avatar-xl .avatar-initials {
    border: 7px solid #fff
}

.avatar-group .avatar+.avatar {
    margin-left: -1rem
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.6125rem
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.875rem
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -1.5rem
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -2rem
}

.avatar-group .avatar,
.avatar-group .avatar-initials {
    width: 2.625rem;
    height: 2.625rem
}

.avatar-group .avatar-initials {
    font-size: .875rem
}

.avatar-group .avatar+.avatar {
    margin-left: -1rem
}

.avatar-group-xs .avatar,
.avatar-group-xs .avatar-initials {
    width: 1.53125rem;
    height: 1.53125rem
}

.avatar-group-xs .avatar-initials {
    font-size: .65625rem
}

.avatar-group-xs .avatar+.avatar {
    margin-left: -.6125rem
}

.avatar-group-sm .avatar,
.avatar-group-sm .avatar-initials {
    width: 2.40625rem;
    height: 2.40625rem
}

.avatar-group-sm .avatar-initials {
    font-size: .875rem
}

.avatar-group-sm .avatar+.avatar {
    margin-left: -.875rem
}

.avatar-group-lg .avatar,
.avatar-group-lg .avatar-initials {
    width: 3.36875rem;
    height: 3.36875rem
}

.avatar-group-lg .avatar-initials {
    font-size: 1rem
}

.avatar-group-lg .avatar+.avatar {
    margin-left: -1.5rem
}

.avatar-group-xl .avatar,
.avatar-group-xl .avatar-initials {
    width: 4.921875rem;
    height: 4.921875rem
}

.avatar-group-xl .avatar-initials {
    font-size: 1.75rem
}

.avatar-group-xl .avatar+.avatar {
    margin-left: -1.5rem
}

.avatar-group-xxl .avatar,
.avatar-group-xxl .avatar-initials {
    width: 7.875rem;
    height: 7.875rem
}

.avatar-group-xxl .avatar-initials {
    font-size: 2.625rem
}

.avatar-group-xxl .avatar+.avatar {
    margin-left: -2rem
}

.avatar.avatar-circle .avatar-status {
    bottom: -.19140625rem;
    right: -.19140625rem
}

.avatar.avatar-circle .avatar-sm-status {
    bottom: 0;
    right: 0
}

.avatar.avatar-circle .avatar-lg-status {
    bottom: -.284375rem;
    right: -.284375rem
}

.avatar-xss,
.avatar-xss .avatar-initials {
    width: 1rem;
    height: 1rem
}

.avatar-xss .avatar-img {
    width: 1rem
}

.avatar-xss .avatar-initials {
    font-size: .65625rem
}

.avatar-xs,
.avatar-xs .avatar-initials {
    width: 1.53125rem;
    height: 1.53125rem
}

.avatar-xs .avatar-img {
    width: 1.53125rem
}

.avatar-xs .avatar-initials {
    font-size: .65625rem
}

.avatar-xs.avatar-circle .avatar-status {
    bottom: -.19140625rem;
    right: -.19140625rem
}

.avatar-xs.avatar-circle .avatar-sm-status {
    bottom: -.1025390625rem;
    right: -.1025390625rem
}

.avatar-xs.avatar-circle .avatar-lg-status {
    bottom: -.284375rem;
    right: -.284375rem
}

.avatar-sm,
.avatar-sm .avatar-initials {
    width: 2.40625rem;
    height: 2.40625rem
}

.avatar-sm .avatar-img {
    width: 2.40625rem
}

.avatar-postit,
.avatar-postit .avatar-initials {
    width: 30px;
    height: 30px;
}

.avatar-postit .avatar-img {
    width: 30px;
}

.avatar-comment,
.avatar-comment .avatar-initials {
    width: 44px;
    height: 44px;
}

.avatar-comment .avatar-img {
    width: 44px;
}

.avatar-sm .avatar-initials {
    font-size: .875rem
}

.avatar-sm.avatar-circle .avatar-status {
    bottom: -.19140625rem;
    right: -.19140625rem
}

.avatar-sm.avatar-circle .avatar-sm-status {
    bottom: -.08203125rem;
    right: -.08203125rem
}

.avatar-sm.avatar-circle .avatar-lg-status {
    bottom: -.35546875rem;
    right: -.35546875rem
}

.avatar-lg,
.avatar-lg .avatar-initials {
    width: 3.36875rem;
    height: 3.36875rem
}

.avatar-lg .avatar-img {
    width: 3.36875rem
}

.avatar-lg .avatar-initials {
    font-size: 1rem
}

.avatar-lg.avatar-circle .avatar-status {
    bottom: -.11484375rem;
    right: -.11484375rem
}

.avatar-lg.avatar-circle .avatar-sm-status {
    bottom: .08203125rem;
    right: .08203125rem
}

.avatar-lg.avatar-circle .avatar-lg-status {
    bottom: -.177734375rem;
    right: -.177734375rem
}

.avatar-xl,
.avatar-xl .avatar-initials {
    width: 4.921875rem;
    height: 4.921875rem
}

.avatar-xl .avatar-img {
    width: 4.921875rem
}

.avatar-xl .avatar-initials {
    font-size: 1.75rem
}

.avatar-xl.avatar-circle .avatar-status {
    bottom: .1435546875rem;
    right: .1435546875rem
}

.avatar-xl.avatar-circle .avatar-sm-status {
    bottom: .205078125rem;
    right: .205078125rem
}

.avatar-xl.avatar-circle .avatar-lg-status {
    bottom: .1184895833rem;
    right: .1184895833rem
}

.avatar-xxl,
.avatar-xxl .avatar-initials {
    width: 7.875rem;
    height: 7.875rem
}

.avatar-xxl .avatar-img {
    width: 7.875rem
}

.avatar-xxl .avatar-initials {
    font-size: 2.625rem
}

.avatar-xxl.avatar-circle .avatar-status {
    bottom: .65625rem;
    right: .65625rem
}

.avatar-xxl.avatar-circle .avatar-sm-status {
    bottom: .765625rem;
    right: .765625rem
}

.avatar-xxl.avatar-circle .avatar-lg-status {
    bottom: .56875rem;
    right: .56875rem
}

.avatar-status {
    position: absolute;
    bottom: -.459375rem;
    right: -.459375rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    vertical-align: baseline;
    border: .125rem solid #fff;
    width: 1.1484375rem;
    height: 1.1484375rem;
    line-height: 1;
    font-size: .65625rem;
    border-radius: 50%
}

.avatar-sm-status {
    bottom: -.2296875rem;
    right: -.2296875rem;
    width: .8203125rem;
    height: .8203125rem;
    font-size: .4375rem
}

.avatar-lg-status {
    width: 1.421875rem;
    height: 1.421875rem;
    font-size: .65625rem
}

.avatar-primary .avatar-initials {
    color: #fff;
    background-color: #377dff
}

.avatar-status-primary {
    color: #fff;
    background-color: #377dff
}

.avatar-secondary .avatar-initials {
    color: #fff;
    background-color: #71869d
}

.avatar-status-secondary {
    color: #fff;
    background-color: #71869d
}

.avatar-success .avatar-initials {
    color: #fff;
    background-color: #00c9a7
}

.avatar-status-success {
    color: #fff;
    background-color: #00c9a7
}

.avatar-info .avatar-initials {
    color: #fff;
    background-color: #09a5be
}

.avatar-status-info {
    color: #fff;
    background-color: #09a5be
}

.avatar-warning .avatar-initials {
    color: #000;
    background-color: #f5ca99
}

.avatar-status-warning {
    color: #000;
    background-color: #f5ca99
}

.avatar-danger .avatar-initials {
    color: #fff;
    background-color: #ed4c78
}

.avatar-status-danger {
    color: #fff;
    background-color: #ed4c78
}

.avatar-light .avatar-initials {
    color: #000;
    background-color: #f9fafc
}

.avatar-status-light {
    color: #000;
    background-color: #f9fafc
}

.avatar-dark .avatar-initials {
    color: #fff;
    background-color: #132144
}

.avatar-status-dark {
    color: #fff;
    background-color: #132144
}

.avatar-soft-primary .avatar-initials {
    color: #377dff;
    background-color: rgba(55, 125, 255, .1)
}

.avatar-status-soft-primary {
    color: #377dff;
    background-color: rgba(55, 125, 255, .1)
}

.avatar-soft-secondary .avatar-initials {
    color: #71869d;
    background-color: rgba(113, 134, 157, .1)
}

.avatar-status-soft-secondary {
    color: #71869d;
    background-color: rgba(113, 134, 157, .1)
}

.avatar-soft-success .avatar-initials {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1)
}

.avatar-status-soft-success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1)
}

.avatar-soft-info .avatar-initials {
    color: #09a5be;
    background-color: rgba(9, 165, 190, .1)
}

.avatar-status-soft-info {
    color: #09a5be;
    background-color: rgba(9, 165, 190, .1)
}

.avatar-soft-warning .avatar-initials {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, .1)
}

.avatar-status-soft-warning {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, .1)
}

.avatar-soft-danger .avatar-initials {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, .1)
}

.avatar-status-soft-danger {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, .1)
}

.avatar-soft-light .avatar-initials {
    color: #f9fafc;
    background-color: rgba(249, 250, 252, .1)
}

.avatar-status-soft-light {
    color: #f9fafc;
    background-color: rgba(249, 250, 252, .1)
}

.avatar-soft-dark .avatar-initials {
    color: #132144;
    background-color: rgba(19, 33, 68, .1)
}

.avatar-status-soft-dark {
    color: #132144;
    background-color: rgba(19, 33, 68, .1)
}

.avatar.avatar-4x3 {
    width: 3.5rem;
    height: auto;
    border-radius: 0
}

.avatar.avatar-4x3 .avatar-img {
    width: 3.5rem;
    height: inherit
}

.avatar-xss.avatar-4x3 {
    width: 1.3333333333rem;
    height: auto;
    border-radius: 0
}

.avatar-xss.avatar-4x3 .avatar-img {
    width: 1.3333333333rem;
    height: inherit
}

.avatar-xs.avatar-4x3 {
    width: 2.0416666667rem;
    height: auto;
    border-radius: 0
}

.avatar-xs.avatar-4x3 .avatar-img {
    width: 2.0416666667rem;
    height: inherit
}

.avatar-sm.avatar-4x3 {
    width: 3.2083333333rem;
    height: auto;
    border-radius: 0
}

.avatar-sm.avatar-4x3 .avatar-img {
    width: 3.2083333333rem;
    height: inherit
}

.avatar-lg.avatar-4x3 {
    width: 4.4916666667rem;
    height: auto;
    border-radius: 0
}

.avatar-lg.avatar-4x3 .avatar-img {
    width: 4.4916666667rem;
    height: inherit
}

.avatar-xl.avatar-4x3 {
    width: 6.5625rem;
    height: auto;
    border-radius: 0
}

.avatar-xl.avatar-4x3 .avatar-img {
    width: 6.5625rem;
    height: inherit
}

.avatar-xxl.avatar-4x3 {
    width: 10.5rem;
    height: auto;
    border-radius: 0
}

.avatar-xxl.avatar-4x3 .avatar-img {
    width: 10.5rem;
    height: inherit
}

.avatar-uploader {
    cursor: pointer;
    display: inline-block;
    transition: .2s;
    margin-bottom: 0
}

.avatar-uploader-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 33, 68, .25);
    border-radius: 50%;
    transition: .2s
}

.avatar-uploader-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%
}

.avatar-uploader-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677788;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s
}

.avatar-uploader:hover .avatar-uploader-icon {
    color: #fff;
    background-color: #377dff
}

.avatar-lg .avatar-uploader-icon {
    font-size: .65625rem;
    width: 1.3125rem;
    height: 1.3125rem
}

.avatar-xl .avatar-uploader-icon {
    font-size: .8125rem;
    width: 1.53125rem;
    height: 1.53125rem
}

.avatar-xxl .avatar-uploader-icon {
    width: 2.40625rem;
    height: 2.40625rem
}

.avatar-postit,
.avatar-postit .avatar-initials {
    width: 32px;
    height: 32px;
}

.avatar-postit .avatar-img {
    width: 32px;
}

.profile-cover {
    position: relative;
    height: 7.5rem;
    padding: 1rem;
    border-radius: 0.75rem;
}

.profile-cover-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #a9befb;
    border-radius: 0.75rem;
}


.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: .25rem solid #fff;
    margin: -6.3rem auto .5rem auto
}



@media (min-width:992px) {
    .profile-cover {
        height: 10rem
    }

    .profile-cover-img-wrapper {
        height: 10rem
    }

    .profile-cover-img {
        height: 10rem
    }
}

.w-100px {
    width: 100px !important;
}

@media (min-width:1921px) {
    .g-custom-5 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }
}

@media (min-width:1921px) {
    .g-custom-6 {
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 0.5rem;
    }
}

.mb-28px {
    margin-bottom: 28px;
}

.mb-36px {
    margin-bottom: 36px;
}

.register-wrapper label {
    margin-bottom: 4px
}

.campus-name {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width:1199.98px) {
    .campus-name {
        font-size: 20px;
    }
}

.campus-edit {
    display: inline-block;
    padding: 2px 5px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    transition: none;
    background: #fff;
    margin-left: 8px;
}

.campus-edit i {color: gray}

.satellite-name {
    font-size:18px;
    font-weight:600;
    margin-bottom: 8px;
    display:flex; 
    align-items: start
}

.satellite-name a:first-of-type:hover {
  color: #0076dd;
}

.satellite-name .campus-edit {
    transform: translate(0px, 1.5px);
}

.inquiry-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .inquiry-info {
        flex-direction: row;
    }
}

.inquiry-badge {
    font-size: 17px;
    background-color: #f0f4f8;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
}

.inquiry-badge i {
    margin-right:8px;
}

.comment-box {
    background-color: #ffff; border: 1px solid #cdcdcd; padding: 16px;
    border-radius: 6px;
    font-size:17px;
}

.registration-info {
    font-size: 17px;
    font-weight:600;
}

.registration-info .info-item:last-child {
    padding-bottom: 0;
}

.registration-info .info-item:first-child {
    padding-top: 0;
}

.info-item {
    padding: 12px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item i {
    margin-right: 8px;
}

.info-item .campus-edit {
    margin-right: 0px;
    transform: translate(0, -1px);
}

.info-item .campus-edit i {
    margin-right: 0px;
}

.info-item span {
    margin-right: 4px;
    font-weight: 400;
}

.schedules-card {
    display: block;
    padding: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    font-size:20px;
    font-weight: 600;
    background-color: #fff
}

/* ----- 홈페이지 폼  ----- */
.or-wrapper {
    max-width: 740px;
    margin: auto;
    padding: 60px 0px;
    font-family: "Nunito Sans", sans-serif;    
}

.or-card {
    padding: 24px 16px;
    background-color: rgba(223, 223, 223, 0.2);
}

@media (min-width: 1199.98px) {
    .or-card {
        padding: 40px;
    }
}

.or-wrapper label {
    margin-bottom: 2px;
}

.or-wrapper .form-control,
.or-wrapper .form-select {
    border-color: #020202;
    border-radius: 0px
}

.or-btn {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #ffff;
    background-color: #2B6CA3;
    padding: 8px 0px;
    border: none;
}

.or-btn:focus {
    border: none;
}

.or-btn:hover {
    background-color: #646261;
}

.or-wrapper .form-check-input {
    border: 1px solid #020202;
    border-radius: 0px;
}

.or-wrapper .form-check-input:focus {
    border: 1px solid #020202;
    box-shadow: none;
}

.or-wrapper .form-check-input:checked {
    background-color: #2B6CA3;
    border-color: #020202;
    box-shadow: none;
}

.or-wrapper a {
    color: blue;
    text-decoration: underline;
}

.inq-wrapper {
    max-width: 640px;
    margin: auto;
    padding: 60px 16px;
    font-family: "DIN Next Rounded LT W01 Light";  
}

.inq-card {
    padding: 8px;
    background-color: #B9CEDC;
}

.inq-title {
    font-size: 34px;
    font-weight: 600;
    color: #286A95;
    text-align: center;
    margin-bottom: 24px
}

.inq-wrapper .form-select,
.inq-wrapper .form-control {
    border:3px solid #045184;
    border-radius: 0px;
    font-size: 26px;
}

.inq-wrapper label {
    font-size: 34px;
    font-weight: 600;
    color: #073A4F;
    margin-bottom: 4px;
    line-height: 1.2;
}

.inq-wrapper select,
.inq-wrapper select option {
    font-size: 26px !important;
    color: #004f83;
    font-weight: 500 !important;
}

.required-mark-one {
    color: red;
    position: absolute;
    right: 14px;
    top: 0px;
    font-size: 34px;
    font-weight: 600
}

.required-mark-two {
    color: red;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 34px;
    font-weight: 600
}

.fc-red {
    color: red;
}

/* ----- 테스트 디자인 ----- */
.profile-initial {
    width: 40px;
    height: 40px;
    background-color: #00457E; /* 임의 색상 또는 이름 기반 계산 */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}



/* ================= 클래스룸 ==================*/
.mb-30px-60px {
    margin-bottom: 30px;
}

@media (min-width:1199.98px) {
    .mb-30px-60px {
        margin-bottom: 60px;
    }
}

.scroll-tab {
    background-color: #fff;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #cdcdcd;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: auto;
}

.scroll-tab::-webkit-scrollbar {
    display: none;
}

@media (min-width:1199.98px) {
    .scroll-tab {
        position: fixed;
        top: 56px;
        left: 290px;
        right: 0;
        z-index: 50;
        height:60px;
    }
}

@media (min-width: 1199.98px) {
  .scroll-tab a:first-child {
    margin-left: 34px;
  }
}

.scroll-tab a {
    font-size: 16px;
    padding: 0px 16px;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #2c2c2c;
    font-weight: 500;
    text-align: center;
    position: relative; /* ::after 위치 기준 */
}

.scroll-tab a.active {
    color: #0d6efd;
}

.scroll-tab a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px; /* border-bottom 대신 사용 */
    background-color: #0d6efd;
    border-radius: 2px; /* 살짝 둥글게 */
}

.scroll-tab a:hover {
    background-color: #F6F6F6
}

/*----*/
.scroll-tab2 {
    background-color: #fff;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #cdcdcd;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: auto;
}

.scroll-tab2::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1199.98px) {
  .scroll-tab2 a:first-child {
    margin-left: 0px;
  }
}

.scroll-tab2 a {
    font-size: 16px;
    padding: 0px 16px;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #2c2c2c;
    font-weight: 500;
    text-align: center;
    position: relative; /* ::after 위치 기준 */
}

.scroll-tab a.active {
    color: #0d6efd;
}

.scroll-tab2 a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px; /* border-bottom 대신 사용 */
    background-color: #0d6efd;
    border-radius: 2px; /* 살짝 둥글게 */
}

.scroll-tab2 a:hover {
    background-color: #F6F6F6
}




.class-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    height: 56px;
    padding: 0px 30px;
    background-color: #F8FAFD;
}

@media (max-width:1199.98px) {
    .class-header {
        padding: 0px 18px;
    }
}

.menubar2 {
    background-color: #F8FAFD;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 290px;
    margin-left: 0;
}

.menubar2-container {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow-y: auto; /* 스크롤 허용 */
    -webkit-overflow-scrolling: touch; /* 모바일 스무스 스크롤 */
}



/* 데스크톱용 스크롤바 커스텀 (1200px 이상) */
@media (min-width: 1198.98px) {
    /* 스크롤바 전체 영역 */
    .menubar2-container::-webkit-scrollbar {
        width: 8px; /* 스크롤바 너비 */
    }

    /* 스크롤바 트랙 (배경) */
    .menubar2-container::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 4px;
    }

    /* 스크롤바 막대 (움직이는 부분) */
    .menubar2-container::-webkit-scrollbar-thumb {
        background-color: #E0E0E0;
        border-radius: 4px;
    }

    /* 막대 hover 시 색상 변화 */
    .menubar2-container::-webkit-scrollbar-thumb:hover {
        background-color: #858585;
    }

    /* IE/Edge 스크롤 숨김 해제 */
    .menubar2-container {
        -ms-overflow-style: auto;
    }
}

/* 모바일용 스크롤 숨기기 (1200px 이하) */
@media (max-width: 1199.98px) {
    .menubar2-container::-webkit-scrollbar {
        display: none; /* 웹킷 계열 스크롤 숨김 */
    }
    .menubar2-container {
        -ms-overflow-style: none; /* IE/Edge 스크롤 숨김 */
    }
}

.menubar2-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 16px 0px !important;
}


.menubar2-link {
    display: flex;
    align-items: center;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #132144;
    white-space: nowrap;
    padding: 12px 16px 12px 16px;
}

@media (min-width: 1199.98px) {
    .menubar2-link:hover {
        background-color: #E7E8EB
    }
}

.menubar2-link.active {
    background-color: #e8f0fe;
    color: #0d6efd;
    font-weight: 600;
}

.menubar2-link i {
    font-size: 20px;
    margin-right: 16px;
    transform: translate(0px, -1px);
}

.menubar2-link-inner {
    padding: 6px 16px 6px 54px;
    background-color: #F8FAFD;
}

.class-main {
    background: #fff;
    position: relative;
    font-family: Inter, sans-serif;
    margin-top: 56px;
    overflow: hidden;
}

.class-container {
    padding: 10px 30px 40px 30px;
    min-height: calc(100vh - 56px);
}

@media (max-width:575.98px) {
    .class-container {
        padding: 10px 16px 30px 16px;
    }
}

@media (min-width:1400px) {
    .class-container {
        padding: 30px 30px 80px 40px;
    }
}

@media (min-width:1921px) {
    .class-container {
        padding: 30px 30px 100px 40px;
    }
}

@media (max-width:1199.98px) {
    .menubar2 {
        margin-left: -290px;
        transition: all 0.2s ease-in-out;
    }

    .menuopen .menubar2 {
        margin-left: 0rem;
        padding-left: 0;
        transition: all 0.2s ease-in-out;
    }
}

.class-page-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
}

@media (max-width:1199.98px) {
    .class-page-header {
        margin-top: 16px;
        margin-bottom: 24px;
    }
}

.class-page-header2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    margin-top:80px;
}

@media (max-width:1199.98px) {
    .class-page-header2 {
        margin-top: 16px;
        margin-bottom: 24px;
    }
}

.class-wrapper {
    width: 100%;
}

@media (min-width:767.98px) {
    .class-wrapper {
        width: 50%;
    }
}

@media (min-width:1199.98px) {
    .class-wrapper {
        max-width: 440px;
    }
}

.class-wrapper .white-btn {
    border: 1px solid #cdcdcd !important;
}

.class-wrapper .card-header {
    background-color: #566E7A;
    padding: 24px 21px;
    color: #fff;
}

.class-info {
    display: flex;
    height: 220px;
    background-color: #566E7A;
    position: relative;
    border-radius: 18px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 24px;
}

@media (min-width:1199.98px) {
    .class-info {
        font-size: 36px;
    }
}

.class-info-text {
    margin-left: 26px;
    margin-bottom: 26px;
    line-height: 1.1;
    color: #fff
}

.class-info-img {
    position: absolute;
    width: 320px;
    top: 26px;
    left: 26px;
}

@media (max-width:1199.98px) {
    .class-info-img {
        width: 260px;
    }
}

.classname {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

@media (min-width:1199.98px) {
    .classname {
        font-size: 30px;
    }
}

.classdate {
    font-size:22px;
    font-weight:400;
}

@media (max-width:1199.98px) {
    .classdate {
        font-size: 20px;
    }
}

.add-link-btn {
    display: inline-block;
    border-radius: 12px;
    padding: 12px 12px;
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    z-index: 9;
    width: 100%
}

.add-link-btn:focus {
        border: 1px solid #cdcdcd;
}

.comment-avatar {
    position: relative;
    display: inline-block;
    flex-shrink: 0 !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.comment-avatar img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-toggle {
    cursor: pointer;
    padding: 18px 16px;
}

@media (min-width:1199.98px) {
    .comment-toggle {
        padding: 18px 24px;
    }
}

.comment-collapse {
    border: 1px solid #cdcdcd;
    border-radius: 12px;
}

.comment-area {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 16px;
}

@media (min-width:1199.98px) {
    .comment-area {
        padding: 10px 24px
    }
}

.comment-area .form-control {
    border: none;
    padding: 0px;
}

.comment-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 16px;
    gap: 8px;
}

.comment-card {
    border: 1px solid #cdcdcd;
    border-radius: 12px;
    padding: 18px 16px
}

@media (min-width:1199.98px) {
    .comment-card {
        padding: 18px 24px
    }
}

.comment-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 34px;
    transform: translate(0px, 1px)
}

.comment-info .username {
    font-size: 15px;
    font-weight:600;
    line-height: 1;
}

.comment-info .date {
    font-size: 13px;
    line-height: 1;
    color: rgba(33, 37, 41, 0.75)
}

.circle-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;     /* 아이콘 터치 영역 */
    height: 36px;
    border-radius: 50%; 
    transition: background-color 0.2s ease;
    user-select: none;       /* 텍스트 선택 방지 */
    -webkit-user-drag: none; /* 이미지 드래그 방지 (웹킷) */
    -moz-user-select: none;
    -ms-user-select: none;
}

.circle-hover:hover {
    background-color: #f1f1f1 /* 은은한 회색 */
}

.mb-18px {
    margin-bottom: 18px;
}

.attendance thead th:not(:first-child) {
    text-align: center;
}

.attendance tbody td:not(:first-child) {
    text-align: center;
}

.hw-name {
    font-size: 16px;
    font-weight:500;
}

@media (min-width:1199.98px) {
    .hw-name {
        font-size: 18px;
    }
}
.hw-name:hover {
    color: #0d6efd 
}

.bi-thick {
    text-shadow:
        0.05px 0 currentColor,
        -0.05px 0 currentColor,
        0 0.05px currentColor,
        0 -0.05px currentColor;
}

.corner-fix {
    position: fixed;
    top: 56px;
    left: 290px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M0,0 L40,0 Q0,0 0,40 L0,0 Z" fill="%23F8FAFD"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}

.installment-status {
    font-weight: 600;
    font-size: 14px;
}

.finance-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #F8FAFD;
    padding: 16px;
    border-radius: 12px;
}

.finance-card .item {
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.finance-card .item .item-name {
    font-weight: 500;
    margin-bottom: 4px;
}

.finance-card .item .amount {
    color: #111827;
}

.btn-pay {
    background-color: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    font-weight:500;
}

.btn-pay:hover {
    background-color: #1d4ed8;
}

.btn-paid {
    background-color: #16a34a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    font-weight:500;
}

.mt-12px {
    margin-top: 12px;
}

.installment-item {
    border-top: 1px solid #e2e8f0;
    padding: 12px 0px;
}

.installment-info {
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
    color: gray;
    padding-top: 12px;
}


.required-docs-card {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 16px;
}

.doc-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.doc-info {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.doc-label {
    font-weight: 500;
}

.doc-status {
    font-size: 0.85rem;
    font-weight: 600;
}

.doc-status.uploaded {
    color: #16a34a;
}

.doc-status.pending {
    color: #dc2626;
}

.doc-actions {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: flex-end;
}

.upload-btn {
    background: #2563eb;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
}

.btn-view {
    background: #e5e7eb;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
}

.externship-card {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 16px;
}

.extern-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.extern-info {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.extern-label {
    font-weight: 500;
}

.extern-timestamp {
    font-size: 0.85rem;
    color: #6b7280;
}

.extern-actions {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.upload-btn {
    background: #2563eb;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    border: none;
}

.upload-btn:focus {
    border: none;
}

.image-preview img {
    max-width: 80px;
    max-height: 80px;
    margin-left: 8px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.red-flag-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff8f8;
    border: 1px solid #f3dcdc;
    padding: 12px 16px;
    border-radius: 8px;
}

.btn-resolve {
    background: #4caf50;
    color: white;
    font-size: 14px;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn-resolve:hover {
    background: #45a049;
}


.essential-form {
    margin: 10mm;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items:center;
    background: #f2f2f2;
    flex-direction: column;
    gap:20px;
}

.ef-container {
    width: 215mm;
    height: 279mm;
    padding: 15mm;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-family: Inter, sans-serif;
    font-size: 10.5pt;
    line-height: 1.8;
    font-weight:500;
}

.mb-36px {
    margin-bottom: 36px;
}

.blank {
    display: inline-block;
    min-width: 120px;
    border-bottom: 1px solid #000;
    text-align: center;
    line-height: 1
}

@media (max-width: 575.99px) {
    .blank {
        min-width: 80px;
    }
}

.blank.long {
    display: inline-block;
    min-width: 250px;
    border-bottom: 1px solid #000;
    text-align: center;
    line-height: 1
}

@media (max-width: 575.99px) {
    .blank.long  {
        min-width: 150px;
    }
}

.ef-table .full {
    border: 1px solid #333;
    text-align: center;
    padding: 6px 0px;
    background-color: #EDEBE0
}

.ef-table .left {
    border-left: 1px solid #333;
    width: 80%;
    padding: 6px 12px;
}

.ef-table .right {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    width: 20%;
    padding: 6px 12px;
}

.ef-table .border-b {
    border-bottom: 1px solid #333;
}

.ef-table .border-t {
    border-top: 1px solid #333;
}

.ef-table {
    width: 100%;
    border-collapse: collapse;
    font-size: inherit;
}


.doc-setting .form-control:disabled,
.doc-setting .form-select:disabled  {
    background-color: #fff
}

@media (min-width: 576.98px) {
    .doc-setting .form-control,
    .doc-setting .form-select {
        width: 200px;
    }
}

@media (min-width: 1199.98px) {
    .doc-setting .form-control,
    .doc-setting .form-select {
        width: 220px;
    }
}

@media (max-width: 576.97px) {
    .doc-setting .flex>div {
        width:100%
    }

    .doc-setting .form-control,
    .doc-setting .form-select {
        width: 100%
    }
}

.form-control.status {
    width: 100%;
}

@media (min-width: 576.98px) {
    .form-control.status {
        width: 200px;
    }
}

@media (min-width: 1199.98px) {
    .form-control.status {
        width: 220px;
    }
}

.ef-table th,
.ef-table td {
    border: 1px solid #333;
    padding: 6px 12px;
    height: 36.5px
}

@media (max-width: 575.99px) {
    .ef-table th,
    .ef-table td {
        border: 1px solid #333;
        padding: 6px 12px;
        height: 26px
    }
}

.ef-table th {
    background: #EDEBE0;
    text-align: center;
}

.ef-table td:first-child {
    width: 80%;
}

.ef-table td:last-child {
    width: 20%;
}
.ef-title {
    font-size: 13pt;
    font-weight: 600
}

.ef-title2 {
    font-size: 15pt;
    font-weight: 600
}

.ef-payment-table {
    width: 100%;
    border-collapse: collapse;
    font-size: inherit;
}

.ef-payment-table th,
.ef-payment-table td {
    border: 1px solid #333;
    padding: 6px 12px;
    height: 36.5px
}

@media (max-width: 575.99px) {
    .ef-payment-table th,
    .ef-payment-table td {
        height: 26px
    }
}

.ef-payment-table th {
    background: #EDEBE0;
    text-align: center;
}

.ef-payment-table td:first-child {
    width: 33.3%;
}

.ef-payment-table td:last-child {
    width: 33.3%;
}


.bg-brown {
    background: #EDEBE0 !important;
}

/* 모바일에서는 전체 문서를 축소 */
@media (max-width: 767.99px) {
    .ef-container {
        width:100%;
        height:279mm;
        padding: 40px 30px;
        font-size: 0.9em
    }
    .ef-title {
        font-size: 18px
    }
    .ef-title2 {
        font-size: 20px
    }
    .essential-form {
        margin: 12px;
    }
}

@media (max-width: 575.99px) {
    .ef-container {
        width:100%;
        height:100%;
        min-height: 600px;
        padding: 30px 16px;
        font-size: 0.5em
    }
    .ef-title {
        font-size: 10px;
    }
    .ef-title2 {
        font-size: 12px
    }
    .essential-form {
        margin: 12px;
    }
}


@media print {
    .essential-form {
        margin: 0;
        padding: 0;
    }

    @media print {
        @page {
            size: Letter;
            margin: 15mm 15mm 15mm 15mm;
        }

        .ef-container {
            width: 185mm;
            /* 215.9mm - 15mm*2 */
            height: 249mm;
            /* 279.4mm - 15mm*2 */
            padding: 0;
            margin: 0;
            font-size: 10.5pt;
            box-shadow: none !important;
        }
    }
    .bg-brown {
        background: #EDEBE0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .ef-table th {
        background: #EDEBE0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    button {
        display: none;
        /* 인쇄 시 버튼 숨기기 */
    }

    .print-btn {
        display: none;
        /* 인쇄 시 버튼 숨기기 */
    }

    .ef-btn {
        display: none;
        /* 인쇄 시 버튼 숨기기 */
    }

}

.ef-header-img {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
}

.ef-header-img img {
    width: 180px;
}

@media (max-width: 575.99px) {
    .ef-header-img img {
        width: 140px;
    }
}

.signature-font {
    font-family: "Dancing Script", cursive;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    width: 80%;
}

@media (max-width: 575.99px) {
    .signature-font {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
    }
}

.signature-font2 {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  line-height: 40px; /* 높이를 글자에 맞게 */
      display: inline-block;
    vertical-align: bottom;  /* baseline 맞춤 */
}

@media (max-width: 575.99px) {
  .signature-font2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.signature-date {
  font-size: 16px;
  line-height: 40px; /* blank 높이에 맞춤 */
}

.list-ol {
    margin-left: 20px;
    padding-left: 0;
}

.list-ol .list-item {
    margin-bottom: 12px;
    position: relative;
}

.list-ol .list-item::before {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.list-ul {
    margin-left: 20px;
    padding-left: 0;
}

.list-ul .list-subitem {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0px;
}

.list-ul .list-subitem::before {
    content: "•";
    /* 원형 점 */
    position: absolute;
    left: 0;
}

.signature-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.signature-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.ef-btn {
    width: 100%;
    max-width: 215mm;
    margin: 12px 12px 40px 12px;
}

.submit-btn {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #ffff;
    background-color: #2B6CA3;
    padding: 8px 0px;
    border: none;
}

.submit-btn:focus {
    border: none;
}

@media (max-width: 575.99px) {
    .submit-btn {
        font-size: 18px;
    }
}

.print-btn {
    background: #444;
    /* 진회색 */
    color: #fff;
    /* 흰 글씨 */
    font-size: 14px;
    padding: 8px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.print-btn:hover {
    background: #333;
    /* 살짝 더 진하게 */
}

.print-btn:active {
    background: #222;
    /* 클릭 시 */
}

.ef-form-top {
    width: 215mm;
    flex-direction: column;
    align-items: end;
}

.ef-form-top div {
    font-size: 13px;
    color: #333;
    margin-top: 5px;
}

.students {
    display: flex;
    border-top: 1px solid #333
}

.students>div:first-child {
    width: 80%;
}

.students>div:last-child {
    width: 20%;
}

.teachers {
    display: flex;
    border-top: 1px solid #333
}

.teachers>div:first-child {
    width: 40%;
}

.teachers>div:nth-child(2) {
    width: 40%;
}

.teachers>div:last-child {
    width: 20%;
}

.teacher-sign {
    font-size: 18px;
    line-height:1.5
}

@media (max-width: 575.99px) {
    .teacher-sign {
        font-size: 12px;
    }
}

.total-tuition {
    background-color: #f5f7fa;
    border: 1px solid #d1d7e0;
    border-radius: 8px;
    font-size: 18px;
    font-weight:600;
    padding:16px;
    text-align: center
}


.timeline {
    position: relative;
    padding-left: 0px;
    /* marker 공간 확보 */
}

.timeline-item {
    position: relative;
    padding-bottom: 24px;
    display: flex;
    align-items: flex-start;
}

/* 점 */
.timeline-marker {
    flex: 0 0 24px;
    height: 24px;
    border-radius: 50%;
    background: #f0f0f0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.timeline-marker.active {
    background: #0d6efd;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item:last-child .timeline-marker {
    background: #0d6efd !important;
}

.timeline-item:last-child .timeline-marker::after {
    background: #fff !important;
}

.timeline-marker::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
}

.timeline-marker.active::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

/* 라인 */
.timeline-line {
    position: absolute;
    left: 12px; /* marker 가운데 */
    top: 18px; /* marker 바로 아래 */
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    z-index: 1;
}

.timeline-item:last-child .timeline-line {
    display: none;
}

/* 내용 */
.timeline-content {
    flex: 1;
}

.timeline-content .infomations {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

.timeline-content .status {
    color: #0d6efd;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 2px;
}

.timeline-content .date {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}


.student-dtl th {
    font-weight:400 !important;
}

.program-badge {
    display: inline-block;
    padding: 3px 10px;  
    font-size: 14px;
    font-weight: 600;
    background-color: #f1f3f5;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    color: #333;
}

.inst-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #CFE5FF; /* 밝고 부드러운 하늘색 */
    font-weight: 600;
    font-size: 14px;
}

.inst-badge1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #CFE5FF; /* 밝고 부드러운 하늘색 */
    font-weight: 600;
    font-size: 22px;
}

.satellite-name .bi-star-fill {
    font-size:16px;
    color: #004580;
    margin-left: 4px;
}
.file-btn {
    padding: 6px 12px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    display: inline-flex;
    align-items: center;
}

.file-btn:focus {
    border: 1px solid #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.student-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 12px 18px;
    background: #f3f4f6;
    border-radius: 8px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 8px;
}

.student-col {
    text-align: left;
    font-size: 17px;
}

/* 리스트 본문 */
.student-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.student-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 14px 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.student-name {
    font-weight: 600;
    color: #1f2937;
    font-size: 16px;
}

.student-date {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #374151;
}

.student-date .label {
    display: none;
    font-weight: 500;
    color: #6b7280;
}

/* --- 모바일 반응형 --- */
@media (max-width: 575.98px) {
    .student-header {
        display: none;
        /* 헤더 숨김 */
    }

    .student-item {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 14px;
    }

    .student-date .label {
        display: inline;
        /* 모바일에서는 라벨 보이기 */
    }
}


/* 이메일 */

.email-page-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
    justify-content: space-between;
}

.email-detail-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 30px;
}
.email-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.email-subject {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.email-info {
    font-size: 16px;
    color: #666;
    display: flex;
    flex-direction: row
}

@media (max-width: 768.98px) {
    .email-info {
        flex-direction: column
    }
}

.email-info span {
    margin-right: 15px;
}
.email-body {
    line-height: 1.7;
    color: #333;
    white-space: pre-line;
}
.email-actions {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 15px;
    display: flex;
    gap: 10px;
}
.email-actions button {
    border-radius: 30px;
    padding: 8px 18px;
}

.email-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 6px 0; /* Gmail 비슷한 상하 패딩 */
    font-size: 16px;
    height:38px;
}

.email-msg-row {
    border-bottom: 1px solid #e2e2e2;
    padding: 6px 0;
    font-size: 16px;
}

.email-label {
    color: #8A8A8A;
    font-weight: 600;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 20px; /* 입력창 텍스트와 정확히 맞게 */
    font-size: 17px;
}

.email-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    height: 20px; /* Gmail은 height 고정 대신 line-height로 텍스트 정렬 */
    line-height: 20px; 
    background: transparent;
    font-size: 17px;
    color: #121212;
    font-weight: 600
}

.email-badge-container {
    flex: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.email-badge {
    background: #eaf1fb;
    color: #174ea6;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 15px;
    margin-right:6px;
    display: flex;
    align-items: center;
}

.email-badge .remove {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}

.email-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #dadce0; /* Gmail 스타일 */
    border-radius: 8px;
    margin-top: 3px;
    padding: 4px 0;
    list-style: none;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.12); /* Gmail shadow */
    display: none;
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
}

/* 자동완성 항목 */
.email-suggestions li {
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

/* Hover 효과 */
.email-suggestions li:hover {
    background: #f1f3f4; /* Gmail hover 색 */
}

/* 이름 스타일 */
.email-suggestions .name {
    font-size: 15px;
    font-weight: 500;
    color: #202124;
}

/* 이메일(부제) */
.email-suggestions .email {
    font-size: 13px;
    color: #5f6368;
}

/* 입력 줄 */
.real-input {
    min-width: 120px;
}

/* Message Textarea */
.message-input {
    flex: none;           /* flex 제거 */
    width: 100%;          /* 입력창 전체 너비 */
    padding: 4px 2px;       /* 위/아래 약간의 패딩 */
    font-size: 17px;
    line-height: 1.5;
    border: none;
    outline: none;
    background: transparent;
    resize: vertical;     /* 사용자가 높이 조절 가능 */
}


/* 클래스 상세 */
.info-section {
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.info-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.schedule-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.schedule-item {
    background: #EBF2FA;
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
    flex-grow: 1;
    /* 남는 공간을 비율대로 나눔 */
    flex-shrink: 0;
    /* 줄어들지 않음 */
    flex-basis: auto;
    /* 기본 폭은 컨텐츠 기준 */
}

@media (max-width: 575.98px) {
    .schedule-grid {
        flex-wrap: wrap;
        /* 줄바꿈 허용 */
        flex-direction: column;
        /* 세로 정렬 */
    }

    .schedule-item {
        flex-basis: 100%;
        /* 모바일에서는 한 줄에 하나씩 */
    }
}

.schedule-item .label {
    font-size: 15px;
    color: #4A627A;
    font-weight: 500;
    margin-bottom: 4px;
}

.schedule-item .value {
    font-size: 16px;
    font-weight: 500;
}

.schedule-section {
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.schedule-section .schedule-item {
    flex-basis: 0;
}

.person-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.badge-person {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.attending-student-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.attending-student {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    background: #f3f4f6;
    border-radius: 8px;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 8px;
}

.attending-student-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.attending-student-list .list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 12px 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}

.student-item-1 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 12px 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}

.youtube-card {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    width: 100%
}

.youtube-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.youtube-card-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.youtube-thumb img {
    width: 160px;
    height: 90px;
    object-fit: cover;
}

.youtube-info {
    padding: 10px 14px;
    flex: 1;
}

.youtube-title {
    font-weight: 600;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 1로 바꾸면 한 줄만 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    /* 1.4(line-height) × 2줄 */
    word-break: break-word;
}

.youtube-desc {
    font-size: 13px;
}


/* 톰셀렉트 */

.ts-wrapper.form-control {
    border: 1px solid #cdcdcd
}

.ts-wrapper.form-control.dropdown-active {
    border: none;
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
    cursor: pointer;
}

.ts-wrapper.plugin-drag_drop.multi>.ts-control>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
    margin-right: 0.5rem;
}

.plugin-clear_button .ts-control {
    padding-right: calc(1em + (3 * 5px)) !important;
}

.plugin-clear_button .clear-button {
    opacity: 0;
    position: absolute;
    top: 0.375rem;
    right: calc(0.75rem - 5px);
    margin-right: 0 !important;
    background: transparent !important;
    transition: opacity 0.5s;
    cursor: pointer;
}

.plugin-clear_button.single .clear-button {
    right: calc(0.75rem - 5px + 2rem);
}

.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
    opacity: 1;
}

.ts-wrapper .dropdown-header {
    position: relative;
    padding: 6px 0.75rem;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 0.25rem 0.25rem 0 0;
}

.ts-wrapper .dropdown-header-close {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    color: #212529;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
    color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
    box-shadow: none;
    border: 0.5px solid #6c6c6c !important;
    outline: 0 !important;
}

.plugin-dropdown_input .dropdown-input {
    border: none;
    border-width: 1px;
    display: block;
    padding: 0.375rem 0.75rem;
    box-shadow: none;
    width: 100%;
    background: transparent;
}

.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
    border-color: #6c6c6c !important;
    outline: 0;
    box-shadow: none;
}

.plugin-dropdown_input .items-placeholder {
    border: 0 none !important;
    box-shadow: none !important;
    width: 100%;
    color: #212529;
}

.items-placeholder::placeholder {
    color: #212529;
}

.plugin-dropdown_input.has-items .items-placeholder,
.plugin-dropdown_input.dropdown-active .items-placeholder {
    display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input {
    min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input {
    flex: none;
    min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-webkit-input-placeholder {
    color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder {
    color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder {
    color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
    display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
    padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #dee2e6;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    margin-left: 5px;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button .item.active .remove {
    border-left-color: rgba(0, 0, 0, 0);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
    background: none;
}

.ts-wrapper.plugin-remove_button.disabled .item .remove {
    border-left-color: white;
}

.ts-wrapper.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.ts-wrapper {
    position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
    color: #212529;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    font-smoothing: inherit;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background: #fff;
    cursor: text;
}

.ts-control {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
    padding: calc(0.375rem - 1px - 0px) 0.75rem calc(0.375rem - 1px - 3px - 0px);
}

.full .ts-control {
    background-color: #fff;
}

.disabled .ts-control,
.disabled .ts-control * {
    cursor: default !important;
}

.focus .ts-control {
    box-shadow: none;
}

.ts-control>* {
    vertical-align: baseline;
    display: inline-block;
}

.ts-wrapper.multi .ts-control>div {
    cursor: pointer;
    margin: 0 8px 3px 0;
    padding: 2px 6px;
    background: #efefef;
    color: #212529;
    border: 0px solid #dee2e6;
}

.ts-wrapper.multi .ts-control>div.active {
    background: #0d6efd;
    color: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
}

.ts-wrapper.multi.disabled .ts-control>div,
.ts-wrapper.multi.disabled .ts-control>div.active {
    color: #878787;
    background: white;
    border: 0px solid white;
}

.ts-control>input {
    flex: 1 1 auto;
    min-width: 7rem;
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    box-shadow: none !important;
}

.ts-control>input::-ms-clear {
    display: none;
}

.ts-control>input:focus {
    outline: none !important;
}

.has-items .ts-control>input {
    margin: 0px 4px !important;
}

.ts-control.rtl {
    text-align: right;
}

.ts-control.rtl.single .ts-control:after {
    left: calc(0.75rem + 5px);
    right: auto;
}

.ts-control.rtl .ts-control>input {
    margin: 0px 4px 0px -2px !important;
}

.disabled .ts-control {
    opacity: 0.5;
    background-color: #e9ecef;
}

.input-hidden .ts-control>input {
    opacity: 0;
    position: absolute;
    left: -10000px;
}

.ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0px;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.25rem 0.25rem;
}

.ts-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, 0.4);
    border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
    padding: 3px 0.75rem;
}

.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.ts-dropdown .optgroup-header {
    color: #6c757d;
    background: #fff;
    cursor: default;
}

.ts-dropdown .active {
    background-color: #767676;
    color: #fff;
}

.ts-dropdown .active.create {
    color: #1e2125;
}

.ts-dropdown .create {
    color: rgba(52, 58, 64, 0.5);
}

.ts-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px 0.75rem;
}

.ts-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ts-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.ts-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.ts-wrapper.form-control,
.ts-wrapper.form-select {
    padding: 0 !important;
    height: auto;
    box-shadow: none;
    display: flex;
    margin: 0px;
}

.ts-dropdown,
.ts-dropdown.form-control,
.ts-dropdown.form-select {
    height: auto;
    padding: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #6c6c6c;
    border-radius: 0px;
    box-shadow: none;
}

.ts-dropdown .optgroup-header {
    font-size: 0.875rem;
    line-height: 1.5;
}

.ts-dropdown .optgroup:first-child:before {
    display: none;
}

.ts-dropdown .optgroup:before {
    content: " ";
    display: block;
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.ts-dropdown .create {
    padding-left: 0.75rem;
}

.ts-dropdown-content {
    padding: 0;
}

.ts-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    align-items: center;
}

@media (prefers-reduced-motion: reduce) {
    .ts-control {
        transition: none;
    }
}

.ts-control.dropdown -active {
    border-radius: 0.25rem;
}

.focus .ts-control {
    border-color: #6c6c6c;
    outline: 0;
    box-shadow: none;
}

.ts-control .item {
    display: flex;
    align-items: center;
}

.ts-wrapper.is-invalid,
.was-validated .invalid,
.was-validated :invalid+.ts-wrapper {
    border-color: #dc3545;
}

.ts-wrapper.is-invalid:not(.single),
.was-validated .invalid:not(.single),
.was-validated :invalid+.ts-wrapper:not(.single) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-repeat: no-repeat;
}

.ts-wrapper.is-invalid.single,
.was-validated .invalid.single,
.was-validated :invalid+.ts-wrapper.single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-repeat: no-repeat;
}

.ts-wrapper.is-invalid.focus .ts-control,
.was-validated .invalid.focus .ts-control,
.was-validated :invalid+.ts-wrapper.focus .ts-control {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.ts-wrapper.is-valid,
.was-validated .valid,
.was-validated :valid+.ts-wrapper {
    border-color: #198754;
}

.ts-wrapper.is-valid:not(.single),
.was-validated .valid:not(.single),
.was-validated :valid+.ts-wrapper:not(.single) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-repeat: no-repeat;
}

.ts-wrapper.is-valid.single,
.was-validated .valid.single,
.was-validated :valid+.ts-wrapper.single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-repeat: no-repeat;
}

.ts-wrapper.is-valid.focus .ts-control,
.was-validated .valid.focus .ts-control,
.was-validated :valid+.ts-wrapper.focus .ts-control {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.ts-wrapper {
    min-height: calc(1.5em + 0.75rem + 2px);
    display: flex;
}

.input-group-sm>.ts-wrapper,
.ts-wrapper.form-select-sm,
.ts-wrapper.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.ts-wrapper .ts-control,
.ts-wrapper.form-select-sm .ts-control,
.ts-wrapper.form-control-sm .ts-control {
    padding: 0 0.75rem;
    border-radius: 0.2rem;
    font-size: 0.875rem;
}

.input-group-sm>.ts-wrapper.has-items .ts-control,
.ts-wrapper.form-select-sm.has-items .ts-control,
.ts-wrapper.form-control-sm.has-items .ts-control {
    font-size: 0.875rem;
    padding-bottom: 0;
}

.input-group-sm>.ts-wrapper.multi.has-items .ts-control,
.ts-wrapper.form-select-sm.multi.has-items .ts-control,
.ts-wrapper.form-control-sm.multi.has-items .ts-control {
    padding-top: calc((calc(1.5em + 0.5rem + 2px) - (1.5 * 0.875rem) - 4px) / 2) !important;
}

.ts-wrapper.multi.has-items .ts-control {
    padding-left: calc(0.75rem - 5px);
    padding-right: calc(0.75rem - 5px);
}

.ts-wrapper.multi .ts-control>div {
    border-radius: calc(0.25rem - 1px);
}

.input-group-lg>.ts-wrapper,
.ts-wrapper.form-control-lg,
.ts-wrapper.form-select-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.ts-wrapper .ts-control,
.ts-wrapper.form-control-lg .ts-control,
.ts-wrapper.form-select-lg .ts-control {
    border-radius: 0.3rem;
    font-size: 1.25rem;
}

.ts-wrapper:not(.form-control):not(.form-select) {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
    background: none;
}

.ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2rem;
}

.ts-wrapper.form-control .ts-control,
.ts-wrapper.form-control.single.input-active .ts-control,
.ts-wrapper.form-select .ts-control,
.ts-wrapper.form-select.single.input-active .ts-control {
    border: none !important;
    background: transparent !important;
}

.input-group>.ts-wrapper {
    flex-grow: 1;
}

.input-group>.ts-wrapper:not(:nth-child(2))>.ts-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.ts-wrapper:not(:last-child)>.ts-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* 톰셀렉트 끝 */
#file-list .resource-item {
    background: #0d6efd;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    font-size: 14px;
}
#file-list .resource-item a {
    color: white;
    text-decoration: none;
    margin-right: 0.25rem;
}
#file-list .resource-item button {
    border: none;
    background: transparent;
    padding: 0;
    color: white;
    cursor: pointer;
}


/* 에디터 추가 */

.ql-container {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-size: 15px;
    height: 100%;
    margin: 0px;
    position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none;
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

.ql-clipboard p {
    margin: 0;
    padding: 0;
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.5;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 16px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none;
    background-color: #f9f9f9;   
    border-radius: 0px;
    min-height: 100px;
}

.ql-editor>* {
    cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 0px;
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none;
}

.ql-editor ul>li::before {
    content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
    pointer-events: none;
}

.ql-editor ul[data-checked=true]>li *,
.ql-editor ul[data-checked=false]>li * {
    pointer-events: all;
}

.ql-editor ul[data-checked=true]>li::before,
.ql-editor ul[data-checked=false]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}

.ql-editor ul[data-checked=true]>li::before {
    content: '\2611';
}

.ql-editor ul[data-checked=false]>li::before {
    content: '\2610';
}

.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
    background-color: #000;
}

.ql-editor .ql-bg-red {
    background-color: #e60000;
}

.ql-editor .ql-bg-orange {
    background-color: #f90;
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}

.ql-editor .ql-bg-green {
    background-color: #008a00;
}

.ql-editor .ql-bg-blue {
    background-color: #06c;
}

.ql-editor .ql-bg-purple {
    background-color: #93f;
}

.ql-editor .ql-color-white {
    color: #fff;
}

.ql-editor .ql-color-red {
    color: #e60000;
}

.ql-editor .ql-color-orange {
    color: #f90;
}

.ql-editor .ql-color-yellow {
    color: #ff0;
}

.ql-editor .ql-color-green {
    color: #008a00;
}

.ql-editor .ql-color-blue {
    color: #06c;
}

.ql-editor .ql-color-purple {
    color: #93f;
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
    font-size: 0.75em;
}

.ql-editor .ql-size-large {
    font-size: 1.5em;
}

.ql-editor .ql-size-huge {
    font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

.ql-editor .ql-align-center {
    text-align: center;
}

.ql-editor .ql-align-justify {
    text-align: justify;
}

.ql-editor .ql-align-right {
    text-align: right;
}

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
    outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c;
}

@media (pointer: coarse) {

    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444;
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444;
    }
}

.ql-snow {
    box-sizing: border-box;
}

.ql-snow * {
    box-sizing: border-box;
}

.ql-snow .ql-hidden {
    display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden;
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
}

.ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table;
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444;
}

.ql-snow .ql-empty {
    fill: none;
}

.ql-snow .ql-even {
    fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
}

.ql-snow .ql-transparent {
    opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
    display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
}

.ql-snow .ql-editor h1 {
    font-size: 2em;
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
    font-size: 1em;
}

.ql-snow .ql-editor h5 {
    font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
    font-size: 0.67em;
}

.ql-snow .ql-editor a {
    text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px;
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}

.ql-snow .ql-editor img {
    width:100%;
    max-width: 400px;
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
}

.ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
    width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
    width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
    width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000;
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0px;
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px;
}

.ql-snow .ql-tooltip a {
    line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Save';
    padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:";
}

.ql-snow a {
    color: #06c;
}

.ql-container.ql-snow {
    border: 1px solid #ccc;
}

.ql-container.ql-snow {
    border: none;
}

.editor-wrapper {
    background-color: #f9f9f9;
    border-bottom: 2px solid #0d6efd;
    padding-right: 8px;
    padding-left: 8px;
}

#toolbar button {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9 !important;
    margin-right: 4px;
    border-radius: 50%; 
    border: none;
    color: #020202;
    cursor: pointer;
    -webkit-user-select: none;  /* 사파리/모바일 */
    -moz-user-select: none;     /* 파이어폭스 */
    -ms-user-select: none;      /* IE */
    user-select: none;          /* 표준 */
    -webkit-touch-callout: none;
    -webkit-user-drag: none;   
}

.ql-toolbar.ql-snow {
    border:none;
    background-color: #f9f9f9;
}

.border-b-2pxblue {
    border-bottom: 2px solid #0d6efd !important;
}

/* 아이콘 크기 */
#toolbar button span.material-icons {
    font-size: 24px;
    line-height: 1;
}

#toolbar button.ql-active {
    background-color: #e0e0e0 !important;
}

#toolbar button:hover {
    background-color: #e0e0e0;
}


.underline-wrapper {
    position: relative;
}

.underline-wrapper .form-control {
    background-color: #f9f9f9;
    border: none;
    border-radius: 0;
}

/* 기본 밑줄 */
.underline-wrapper .form-control {
    border-bottom: 1px solid #0d6efd;
}

/* 애니메이션용 span */
.underline-wrapper .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #0d6efd;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* 포커스 시 왼쪽에서 오른쪽으로 애니메이션 */
.underline-wrapper .form-control:focus~.underline {
    transform: scaleX(1);
}

/* label 색상 */
.underline-wrapper .form-control+label {
    color: #0d6efd;
}

/* focus 시 label 색상 */
.underline-wrapper .form-control:focus+label {
    color: #0d6efd;
}

.underline-darkgray {
    position: relative;
}

.underline-darkgray .form-control {
    background-color: #f9f9f9;
    border: none;
    border-radius: 0;
}

/* 기본 밑줄 */
.underline-darkgray .form-control {
    border-bottom: 1px solid #333333;
}

/* 애니메이션용 span */
.underline-darkgray .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #333333;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* 포커스 시 왼쪽에서 오른쪽으로 애니메이션 */
.underline-darkgray .form-control:focus~.underline {
    transform: scaleX(1);
}

/* label 색상 */
.underline-darkgray .form-control+label {
    color: #333333
}

/* focus 시 label 색상 */
.underline-darkgray .form-control:focus+label {
    color: #333333;
}



.curriculum-edit {
    font-weight: 500;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    padding: 8px 12px;
    color: #1a73e8;
    text-align: center
}

.curriculum-edit:hover {
    background-color: #E8F0FE;
}

.curriculum-edit:focus, .curriculum-edit:active {
    background-color: #E8F0FE;
}

.curriculum-edit-red {
    font-weight: 500;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    padding: 8px 12px;
    color: #D65C4D;
    text-align: center
}

.curriculum-edit-red:hover {
    background-color: #FDEDED;
}

.curriculum-edit-red:focus, .curriculum-edit-red:active {
    background-color: #FDEDED;
}


.upload-icon-btn {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e2e2e2;
    transition: 0.2s;
}

.upload-icon-btn:hover {
    background: #F0F1F1
}

.upload-icon {
    width: 32px;
}

.question-item {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.my-input-group .form-control,
.my-input-group .input-group-text {
    height: 54px;            /* 원하는 높이 */
    font-size: 16px;         /* 글자 크게 */
    padding: 12px 16px;      /* 내부 여백 */
}


.mail-switch {
    display: inline-flex;
    background: #f3f3f3;
    padding: 4px;
    border-radius: 5px;
    gap: 4px;
    border: 1px solid #e2e2e2
}

.mail-switch a, .mail-switch button {
    border: 0;
    background: transparent;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    color: inherit;
    min-width: 100px;
    font-size:15px;
    text-align: center;
}

.mail-switch a.active, .mail-switch button.active {
    background: #58738A;
    color: #fff
}

@media (max-width:576.98px) {
.mail-switch a, .mail-switch button {
    border: 0;
    background: transparent;
    padding: 4px 9px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    color: inherit;
    min-width: 70px;
    font-size:15px;
}
}