@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/SampleNotice/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pd3atcp1qi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pd3atcp1qi] {
    flex: 1;
}

.sidebar[b-pd3atcp1qi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pd3atcp1qi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pd3atcp1qi]  a, .top-row[b-pd3atcp1qi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pd3atcp1qi]  a:hover, .top-row[b-pd3atcp1qi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pd3atcp1qi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pd3atcp1qi] {
        justify-content: space-between;
    }

    .top-row[b-pd3atcp1qi]  a, .top-row[b-pd3atcp1qi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pd3atcp1qi] {
        flex-direction: row;
    }

    .sidebar[b-pd3atcp1qi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pd3atcp1qi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pd3atcp1qi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pd3atcp1qi], article[b-pd3atcp1qi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pd3atcp1qi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pd3atcp1qi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SampleNotice/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lcyykgsje7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lcyykgsje7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lcyykgsje7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lcyykgsje7] {
    font-size: 1.1rem;
}

.bi[b-lcyykgsje7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lcyykgsje7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lcyykgsje7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lcyykgsje7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lcyykgsje7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lcyykgsje7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lcyykgsje7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lcyykgsje7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lcyykgsje7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lcyykgsje7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lcyykgsje7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lcyykgsje7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lcyykgsje7] {
        display: none;
    }

    .nav-scrollable[b-lcyykgsje7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SampleNotice/Components/Layout/SwimmMainLayout.razor.rz.scp.css */
.page[b-qqec1j5l7y] {
    min-width: 1100px;
    height: auto;
    font-size: 0.7rem;
    color: #919191;
    font-weight: bold;
}


/* _content/SampleNotice/Components/Layout/SwimmTopMenu.razor.rz.scp.css */
/*#body_div {
    min-width: 1100px;
    height: auto;
    font-size: 0.7rem;
    color: #919191;
    font-weight: bold;
}*/

a[b-86ac0bh6ds] {
    color: #919191;
}

    a:hover[b-86ac0bh6ds] {
        /*color: white;*/
        text-decoration: none;
    }

    a.active[b-86ac0bh6ds] {
        color: white;
        text-decoration: none;
    }

    .icon[b-86ac0bh6ds] {
        width: 16px;
        height: 16px;
    }

.top_div[b-86ac0bh6ds] {
    width: 100%;
    border: 1px solid #BABABA;
    border-left: 0;
    border-right: 0;
    background-color: #F8F8F8;
}

.top_table[b-86ac0bh6ds] {
    margin: 0 auto;
}

    .top_table tr td[b-86ac0bh6ds] {
        border: 1px solid #BABABA;
        border-top: 0;
        border-bottom: 0;
        padding: 3px 9px;
        text-align: center;
    }

.top_table tr td:nth-child(5)[b-86ac0bh6ds] {
    width: 30%;
}

.middle_table[b-86ac0bh6ds] {
    width: 100%;
    height: auto;
    margin: 18px 0 15px 0;
}

.middle_table tr td[b-86ac0bh6ds] {
    padding: 0 20px;
}

    .middle_table tr td:nth-child(1)[b-86ac0bh6ds] {
        font-size: 1.5rem;
        color: black;
    }


.text_find[b-86ac0bh6ds] {
    border: 2px solid #BABABA;
    border-right: 0;
    border-radius: 4px;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    width: 200px;
    height: 30px;
}

    .text_find[b-86ac0bh6ds]::placeholder {
        color: #BABABA;
        padding-left: 10px;
        font-size: 0.9rem;
    }

.middle_table tr td:nth-child(2)[b-86ac0bh6ds] {
    float: right;
}

    .middle_table tr td:nth-child(2) div[b-86ac0bh6ds] {
        float: right;
        background-color: #3B3B3B;
        width: 30px;
        height: 30px;
        border: 2px solid #3B3B3B;
        border-radius: 4px;
        border-start-start-radius: 0;
        border-end-start-radius: 0;
    }

.middle_table tr td:nth-child(2) img[b-86ac0bh6ds] {
    margin: 5px;
}

.last_div[b-86ac0bh6ds] {
    width: 100%;
    height: auto;
    background-color: #3B3B3B;
    font-size: 0.9rem;
}

.last_table[b-86ac0bh6ds] {
    margin: 0 16px;
}

.last_table tr td[b-86ac0bh6ds] {
    width: auto;
    height: auto;
    padding: 10px 16px;
}

    
/* _content/SampleNotice/Components/Pages/CaptchaTest.razor.rz.scp.css */
.form1 td[b-zrcrb7vq22] {
    position: relative;
}

.captchaverif[b-zrcrb7vq22] {
    width: 210px;
    height: 60px;
}

.sound[b-zrcrb7vq22] {
    width: 30px;
    height: 30px;
    background: #cacaca;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    right: 1px;
    cursor: pointer;
}
/* _content/SampleNotice/Components/Pages/Notice/Notice.razor.rz.scp.css */
/*♡♥*/

.title_div[b-cp90h34gsn] {
    margin: 0 20px;
    border-bottom: 1px solid #F3F3F3;
}

.title_table[b-cp90h34gsn] {
    margin: 11px 0 10px 0;
    font-size: 1.7rem;
}

    .title_table tr td:nth-child(1)[b-cp90h34gsn] {
        font-size: 1.6rem;
        color: black;
    }

    .title_table tr td:nth-child(2)[b-cp90h34gsn] {
        font-size: 1.0rem;
        /*padding-top: 0.8rem;*/
        padding-top: 9px;
        padding-left: 5px;
        color: #919191;
    }

.notice_menu_div[b-cp90h34gsn] {
    margin: 0 20px;
}

.notice_menu_table[b-cp90h34gsn] {
    margin: 11px 0 0 0;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #BABABA;
}

    .notice_menu_table tr td[b-cp90h34gsn] {
        margin-bottom: 3px;
    }

    .notice_menu_table tr td:nth-child(1)[b-cp90h34gsn] {
        text-align: left;
        width: auto;
    }

    .notice_menu_table tr td:nth-child(2)[b-cp90h34gsn] {
        float: right;
    }

#setting[b-cp90h34gsn], #write[b-cp90h34gsn]{
    color: white;
    position: relative;
    border-radius: 3px;
    float: left;
    cursor: pointer;
}

    #setting div[b-cp90h34gsn], #write div[b-cp90h34gsn] {
        position: absolute;
        top: 4px;
        left: 26px;
    }

#setting[b-cp90h34gsn] {
    background-color: #D9534F;
    width: 58px;
    padding-right: 1px;
}

#write[b-cp90h34gsn] {
    background-color: #3B3B3B;
    width: 68px;
    margin-left: 3px;
}

.notifications[b-cp90h34gsn] {
    background-color: blue;
    border-radius: 3px;
    width: 30px;
    height: auto;
    margin: 0 auto;
}

.icon[b-cp90h34gsn] {
    width: 16px;
    height: 15px;
    margin: 3px 0 3px 0px;
}

.notice_div[b-cp90h34gsn] {
    margin: 0 20px;
}

.notice_table[b-cp90h34gsn] {
    width: 100%;
    height: auto;
    border-top: 0;
    text-align: center;
    /*border-top: 2px solid #919191;*/
}

    .notice_table tr th:nth-child(3)[b-cp90h34gsn],
    .notice_table tr td:nth-child(3)[b-cp90h34gsn] {
        text-align: left;
    }

    .notice_table tr th[b-cp90h34gsn] {
        border-bottom: 2px solid #BABABA;
        padding: 10px 5px;
    }

    .notice_table tr td[b-cp90h34gsn] {
        border-bottom: 1px solid #BABABA;
        padding: 11px 5px;
    }

.notice_title[b-cp90h34gsn] {
    float: left;
}

.addition[b-cp90h34gsn] {
    float: right;
}

.document[b-cp90h34gsn] {
    float: left;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url(assets/img/swimicon/save_777777.png);
    margin-left: 3px;
}

.urllink[b-cp90h34gsn] {
    float: left;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url(assets/img/swimicon/link_777777.png);
    margin-left: 3px;
}

.heart_red[b-cp90h34gsn] {
    float: left;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url(assets/img/swimicon/favorite_red.png);
    margin-left: 3px;
}

.person_div[b-cp90h34gsn] {
    display: inline-flex;
}

.person_card[b-cp90h34gsn] {
    float: left;
}

.person[b-cp90h34gsn] {
    float: left;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url(assets/img/swimicon/person.png);
    margin-right: 3px;
}

/* _content/SampleNotice/Components/Pages/Notice/NoticeRead.razor.rz.scp.css */
.title_div[b-jl2bqb100q] {
    margin: 0 20px;
    border-bottom: 1px solid #F3F3F3;
}

.title_table[b-jl2bqb100q] {
    margin: 11px 0 10px 0;
    font-size: 1.7rem;
}

    .title_table tr td:nth-child(1)[b-jl2bqb100q] {
        font-size: 1.6rem;
        color: black;
    }

    .title_table tr td:nth-child(2)[b-jl2bqb100q] {
        font-size: 1.0rem;
        padding-top: 9px;
        padding-left: 5px;
    }
/* _content/SampleNotice/Components/Pages/Notice/NoticeWrite.razor.rz.scp.css */
.title_div[b-h784umc890] {
    margin: 0 20px;
    border-bottom: 1px solid #F3F3F3;
}

.title_table[b-h784umc890] {
    margin: 11px 0 10px 0;
    font-size: 1.7rem;
}

    .title_table tr td:nth-child(1)[b-h784umc890] {
        font-size: 1.6rem;
        color: black;
    }

    .title_table tr td:nth-child(2)[b-h784umc890] {
        font-size: 1.0rem;
        padding-top: 9px;
        padding-left: 5px;
    }

.cotent_div[b-h784umc890] {
    margin: 0 20px;
}

.field_table[b-h784umc890] {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}

    .field_table tr td[b-h784umc890] {
        padding: 0;
        /*border: 1px solid red;*/
        padding: 5px 0;
    }

        .field_table tr td:nth-child(1)[b-h784umc890] {
        }

        .field_table tr td:nth-child(2)[b-h784umc890] {
            width: 100%;
        }

.field_name[b-h784umc890] {
    width: 68px;
    height: 27px;
    line-height: 27px;
    background-color: #F8F8F8;
    text-align: center;
    border: 2px solid #BABABA;
    border-start-start-radius: 3px;
    border-end-start-radius: 3px;
}

.field_text[b-h784umc890] {
    width: 100%;
    height: 27px;
    border: 0;
    border: 2px solid #BABABA;
    border-start-end-radius: 3px;
    border-end-end-radius: 3px;
    border-left: 0;
}

.filed_type[b-h784umc890] {
    line-height: 5px;
}

.field_message[b-h784umc890] {
    /*resize: none;*/
    resize: vertical;
    width: 100%;
    height: 230px;
    overflow: auto;
    border: 2px solid #BABABA;
    border-radius: 3px;
}

.upload-name[b-h784umc890] {
    height: 27px;
    padding: 0 10px;
    border: 2px solid #BABABA;
    border-left: 0;
    border-right: 0;
    width: 100%;
    background-color: #F8F8F8;
}

.filebox label[b-h784umc890] {
    color: #fff;
    background-color: #3B3B3B;
    width: 80px;
    height: 27px;
    border: 2px solid #3B3B3B;
    border-radius: 4px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    cursor: pointer;
    line-height: 22px;
    padding-left: 5px;
}

.icon[b-h784umc890] {
    width: 16px;
    height: 16px;
}

.commit_div[b-h784umc890] {
    margin-top: 33px;
    padding-top: 8px;
    border-top: 1px solid #F3F3F3;
}

.commit_set[b-h784umc890] {
    float: right;
}

.cancel_button[b-h784umc890] {
    width: 50px;
    height: 27px;
    border: 2px solid #BABABA;
    border-radius: 3px;
    text-align: center;
    line-height: 27px;
    color: #3B3B3B;
    float: left;
}

.complete_button[b-h784umc890] {
    width: 80px;
    height: 27px;
    border: 2px solid #3B3B3B;
    border-radius: 3px;
    line-height: 27px;
    background-color: #3B3B3B;
    color: white;
    position: relative;
    padding: 0 0 0 22px;
    float:left;
    margin-left:4px;
}

#checkicon[b-h784umc890]::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 11px;
    border: solid white;
    border-width: 0px 3px 4px 0px;
    transform: rotate(38deg);
    left: 10px;
    top: 6px;
    border-radius: 3px;
}

/*.content_title_div {
    float: left;
    width: 100%;
}

.content_field {
    float: left;
    width: 100%;
}

.content_name {
    float: left;
    width: 68px;
    height: 27px;
    background-color: #F8F8F8;
    text-align: center;
    line-height: 27px;
    border:2px solid #BABABA;
    border-start-start-radius: 3px;
    border-end-start-radius: 3px;
}

.content_input {
}

.field_title {
    width: auto;
}*/
/* _content/SampleNotice/Components/Pages/Sample/NoticeRead.razor.rz.scp.css */
.infotable[b-jd2229ax1z] {
    width: 100%;
    height: auto;
    border: 1px solid black;
}

.filetable[b-jd2229ax1z] {
    width: 100%; 
    height: auto;
    border: 1px solid black;
    background-color: rgb(161, 154, 154);
    margin-bottom: 10px;
}

    .filetable tr:nth-child(even)[b-jd2229ax1z] {
        border-bottom: 1px solid black;
    }

.button_div[b-jd2229ax1z] {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.button_div button[b-jd2229ax1z] {
    margin-left: 5px;
}

.button_div button:nth-child(1)[b-jd2229ax1z] {
    margin-left: 0px;
}

/*#content_view {
    width: 100%;
    height: auto;
}*/

.message_div[b-jd2229ax1z] {
    width: 100%;
    height: auto;
    transform-origin: top left;
}

img[b-jd2229ax1z] {
    transform: scale(1) !important;
}

.clickstyle[b-jd2229ax1z] {
    cursor: pointer;
    color: black;
}

    .clickstyle:hover[b-jd2229ax1z] {
        color: rgb(31, 207, 18);
    }

    .clickstyle a[b-jd2229ax1z] {
        cursor: pointer;
        color: black;
    }

        .clickstyle a:hover[b-jd2229ax1z] {
            color: rgb(31, 207, 18);
        }

/* 라운드진 체크박스 */
input[type="checkbox"][b-jd2229ax1z] {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
    /*cursor: pointer;*/
    outline: none !important;
    border: 1px solid #9999;
    border-radius: 4px;
    vertical-align: middle;
}

    /* 여기가 체크표시를 위한 코드 */
    input[type="checkbox"][b-jd2229ax1z]::before {
        content: "\2713";
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        transform: scale(0) translate(-50%, -50%);
        line-height: 1;
    }

    /* 여기가 체크표시를 위한 코드 */
    input[type="checkbox"]:checked[b-jd2229ax1z] {
        background-color: #007bff !important;
        border-color: black;
        color: black;
    }

        /* 여기가 체크표시를 위한 코드 */
        input[type="checkbox"]:checked[b-jd2229ax1z]::before {
            border-radius: 4px;
            transform: scale(1) translate(-50%, -50%);
        }

    /* disable된 check 색상 */
    input[type="checkbox"][disabled][b-jd2229ax1z] {
        background-color: white;
    }


.comment_list[b-jd2229ax1z] {
    border: 1px solid black;
    background-color: #F5F8F9;
}

    .comment_list > div[b-jd2229ax1z] {
        margin: 10px 5px;
    }

    .comment_list div.comment[b-jd2229ax1z] {
        border-top: 1px dotted black;
    }

    .comment_list div.comment .no_results[b-jd2229ax1z] {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

.comment_info1[b-jd2229ax1z] {
    margin: 10px 0 10px 5px;
}

    .comment_info1 .name[b-jd2229ax1z] {
        font-weight: bold;
        position: relative;
    }

        .comment_info1 .name[b-jd2229ax1z]:before {
            position: absolute;
            display: block;
            content: "";
            width: 15px;
            height: 16px;
            top: 50%;
            margin-top: -10px;
            left: -15px;
            background-image: url(../../../assets/img/swimicon/water_drop.png);
            background-size: 15px 16px;
            background-repeat: no-repeat;
        }

    .comment_info1 .date[b-jd2229ax1z] {
        font-weight: bold;
    }

.comment_info2[b-jd2229ax1z] {
    margin: 0 5px 10px 5px;
}

.comment_button[b-jd2229ax1z] {
    width: 100%;
    height: 50px;
}

.comment_button div[b-jd2229ax1z] {
    float: right;
    margin-right: 3px;
}

.comment_button div button[b-jd2229ax1z] {
    margin-right: 3px;
}

    .comment_button .button[b-jd2229ax1z] {
        border: 1px solid black;
        background-color: white;
        color: #3B3B3B;
        border-radius: 5px;
        padding: 5px 10px;
    }
/* _content/SampleNotice/Components/Pages/Sample/NoticeSample.razor.rz.scp.css */
[b-1txahy2a5k] .noticeGrid .col-header-content {
    padding-right: 0;
}

[b-1txahy2a5k] .noticeGrid .col-justify-center {
    padding: 0;
}

[b-1txahy2a5k] .noticeGrid {
    width: 100%;
    height: auto;
    color: black;
}

    [b-1txahy2a5k] .noticeGrid td {
        color: red;
        border: 1px solid black;
    }

    [b-1txahy2a5k] .noticeGrid td:nth-child(5)
    {
        width: 50%;
        min-width: 400px;
        height: auto;
    }

    [b-1txahy2a5k] .noticeGrid tr th {
        height: 1.8rem;
    }

    [b-1txahy2a5k] .noticeGrid th {
        border-top: 1px solid black;
        background-color: rgba(132, 134, 169, 0.3);
    }

    [b-1txahy2a5k] .noticeGrid th:first-child {
        border-left: 1px solid black;
    }

    [b-1txahy2a5k] .noticeGrid th:last-child {
        border-right: 1px solid black;
    }

    [b-1txahy2a5k] .noticeGrid tr:nth-child(even) {
        background: rgba(205,205,205,0.8);
    }

    [b-1txahy2a5k] tr {
        position: relative;
    }

[b-1txahy2a5k] th:first-child {
    border-left: 1px solid black;
}

[b-1txahy2a5k] th:last-child {
    border-right: 1px solid black;
}


/*열 클릭 버튼 보이지 않도록 처리*/
[b-1txahy2a5k] th.RowEvent {
    cursor: default;
}

[b-1txahy2a5k] .RowEvent {
    background-color: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
    [b-1txahy2a5k] .RowEvent div {
        width: 100%;
        height: 100%;
    }


/* 페이징 버튼 */
.pageing_div[b-1txahy2a5k] {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.page-buttons[b-1txahy2a5k] {
    float: left;
    width: auto;
    height: auto;
}

    .page-buttons button[b-1txahy2a5k] {
        background: #d6d7d8;
        color: black;
        margin: 2px 3px;
        width: 56px;
        height: 32px;
    }

    .page-buttons button:active[b-1txahy2a5k] {
        background: #a7c1ff !important;
        color: white;
        transform: scale(0.95) translateY(-0.15rem);
        transition-duration: 0.05s;
    }

    .page-buttons button:hover:not(.current)[b-1txahy2a5k] {
        background: #c0c9dc;
    }

    .page-buttons button.current[b-1txahy2a5k] {
        background: #3771f4;
        color: white;
    }
/* _content/SampleNotice/Components/Pages/Sample/NoticeWrite.razor.rz.scp.css */
.form1[b-lvfs5lbu2r] {
    width: 100%;
    height: auto;
}

.form1 tr td:last-child[b-lvfs5lbu2r] {
    width: 85%;
    min-width: 500px;
    height: auto;
    text-align: left;
}

.form1 tr:nth-child(4) td[b-lvfs5lbu2r] {

}

[b-lvfs5lbu2r] .message {
    width: 100%;
    height: 160px;
}

.upload-name[b-lvfs5lbu2r] {
    float: left;
    width: 40%;
    min-width: 300px;
}

.filebox[b-lvfs5lbu2r] {
    float:right;
}

.icon[b-lvfs5lbu2r] {

}
/* _content/SampleNotice/Components/Pages/SmartEditor.razor.rz.scp.css */
.form1[b-z9m65gybd0] {
    width: 100%;
    height: auto;
}

    .form1 tr td:last-child[b-z9m65gybd0] {
        width: 85%;
        min-width: 500px;
        height: auto;
        text-align: left;
    }

    .form1 tr:nth-child(4) td[b-z9m65gybd0] {
    }

[b-z9m65gybd0] .message {
    width: 100%;
    height: 160px;
}

.upload-name[b-z9m65gybd0] {
    float: left;
    width: 40%;
    min-width: 300px;
}

.filebox[b-z9m65gybd0] {
    float: right;
}

.icon[b-z9m65gybd0] {
}
/* _content/SampleNotice/Components/Pages/TextEditor.razor.rz.scp.css */
.form1[b-fpwbcadzyl] {
    width: 100%;
    height: auto;
}

    .form1 tr td:last-child[b-fpwbcadzyl] {
        width: 85%;
        min-width: 500px;
        height: auto;
        text-align: left;
    }

    .form1 tr:nth-child(4) td[b-fpwbcadzyl] {
    }

[b-fpwbcadzyl] .message {
    width: 100%;
    height: 160px;
}

.upload-name[b-fpwbcadzyl] {
    float: left;
    width: 40%;
    min-width: 300px;
}

.filebox[b-fpwbcadzyl] {
    float: right;
}

.icon[b-fpwbcadzyl] {
}

/*로딩*/
.loading_div[b-fpwbcadzyl] {
    position: absolute;
    width: calc(100% - 250px);
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgb(128, 128, 128, 0);
    z-index: 1;
}

/*.loading {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}*/

.spinner[b-fpwbcadzyl] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin-b-fpwbcadzyl 700ms linear infinite;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    position: absolute;
}

.loading_message[b-fpwbcadzyl] {
    position: absolute;
    width: 300px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 150px);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading_img[b-fpwbcadzyl] {
    animation: rotation-b-fpwbcadzyl 2s infinite linear; /* 2초 동안, 무한 반복, 선형 속도로 회전 */
}

@keyframes rotation-b-fpwbcadzyl {
    from {
        transform: rotate(0deg); /* 시작 각도 */
    }

    to {
        transform: rotate(360deg); /* 종료 각도 */
    }
}

@keyframes spin-b-fpwbcadzyl {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
