@charset "utf-8";

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    font-size: 16px;
}

body {
    position: relative;
    background-color: #EDF0F5;
    min-height: 100vh;
    color: #333;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    border-radius: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-text-size-adjust: none;
}

.scroll::-webkit-scrollbar {
    display: none;
}

/* admin login */
#admin-login-page {
    width: 100vw;
    height: calc(100vh - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#admin-login-page h1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

.login-area {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    max-width: 440px;
    width: 100%;
}

.login-area h2 {
    color: #999;
    font-weight: 500;
    font-size: 1.25rem;
    margin-top: 10px;
}

.login-area form {
    margin-top: 30px;
}

.login-area .logo {
    text-align: center;
}

.login-area .logo img {
    max-width: 180px;
    display: inline-block;
}

#login-fs {
    border: none;
}

#login-fs .adm-id,
#login-fs .adm-pw {
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

#login-fs .icon-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 0.75rem;
    color: #192A89;
}

#login-fs input[type=text],
#login-fs input[type=password] {
    width: 100%;
    height: 40px;
    border: none;
}

#login-fs input[type=text]:focus,
#login-fs input[type=password]:focus {
    outline: none;
}

#login-fs input[type=text]::placeholder,
#login-fs input[type=password]::placeholder {
    color: #999;
}

#login-fs .login-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
}

#login-fs .login-info .login-save {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}

#login-fs .login-info .login-save input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    z-index: 1;
    border-radius: 50%;
}

#login-fs .login-info .login-save label {
    display: flex;
    gap: 5px;
}

#login-fs .login-info .login-save label::before {
    content: '✔';
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.75rem;
    background-color: #999;
    color: #fff;
}

#login-fs .login-info .login-save input:checked+label::before {
    background-color: #192A89;
}

#login-fs .login-ipfind {
    font-size: 0.875rem;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
}

#login-fs .login-ipfind i {
    margin-right: 2px;
}

#login-fs button[type=submit] {
    width: 100%;
    height: 40px;
    background-color: #192A89;
    color: #fff;
    border-radius: 5px;
}

/* admin login */

/* admin menu */
#admin-menu {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    width: 240px;
    height: 100vh;
    background-color: #1B2A40;
}

#admin-menu .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding: 30px 0;
    background-color: #fff;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

#admin-menu .title a {
    display: block;
    width: 100%;
    text-align: center;
}

#admin-menu .title img {
    max-width: 160px;
}

#admin-menu .admin-member {
    position: relative;
    background-color: #3182F6;
    color: #fff;
    height: 50px;
}

#admin-menu .admin-member .admin-name {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 10px;
}

#admin-menu .admin-member .admin-name .rating {
    opacity: 0.5;
    font-size: 0.75rem;
}

#admin-menu .admin-member .admin-name .name {
    padding-left: 5px;
}

#admin-menu .admin-member .admin-logout {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0A4FB0;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 1rem;
}

#admin-menu .admin-nav {
    position: relative;
    height: calc(100vh - 120px - 50px);
    overflow-y: scroll;
    padding-bottom: 103px;
}

#admin-menu .admin-nav .main-menu>li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

#admin-menu .admin-nav .main-menu>li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

#admin-menu .admin-nav .main-menu .icon-cell {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    text-align: center;
}

#admin-menu .admin-nav .main-menu>li>a>i {
    transition: all 0.2s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}

#admin-menu .admin-nav .main-menu>li:hover>a,
#admin-menu .admin-nav .main-menu>li.active>a {
    color: rgba(255, 255, 255, 1);

}

#admin-menu .admin-nav .sub-menu {
    display: none;
}

#admin-menu .admin-nav .main-menu>li.active .sub-menu {
    display: block;
}

#admin-menu .admin-nav .sub-menu>li {
    background-color: #1F2E45;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

#admin-menu .admin-nav .sub-menu>li:last-child {
    border-bottom: none;
}

#admin-menu .admin-nav .sub-menu>li>a {
    transition: all 0.2s;
    position: relative;
    padding-left: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

#admin-menu .admin-nav .sub-menu>li:hover>a,
#admin-menu .admin-nav .sub-menu>li.active>a {
    display: block;
    background-color: rgba(255, 255, 255, 0.02);
    color: #fff;
}

#admin-menu .admin-nav .main-menu.center {
    position: fixed;
    bottom: 0;
    width: 240px;
    font-size: 0.875rem;
    background-color: #1B2A40;
}

#admin-menu .admin-nav .main-menu.center>li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}

/* admin menu */

/* admin copy */
.admin-copy {
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 240px);
    margin-left: 240px;
    font-size: 0.875rem;
    background-color: #fff;
    color: #42433E;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

#admin-contents .admin-copy {
    width: calc(100% - 240px);
}

canvas {
    max-height: 300px;
}

.long canvas {
    max-height: 400px;
}

main {
    display: block;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

main .wrap {
    width: calc(100% - 240px);
    min-height: calc(100% - 40px);
    margin-left: 240px;
}

main .wrap .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

main .wrap .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

main .wrap .modal input::placeholder {
    font-size: 0.825rem;
    color: #ccc;
}

main .wrap .modal input[type="text"]:disabled,
main .wrap .modal input[type="password"]:disabled {
    font-size: 0.825rem;
    background-color: #f8f8f8;
    cursor: default;
}


main .wrap .modal input[type="password"]:disabled::placeholder {
    color: #666;
}

main .wrap .motit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #192A89;
    color: #fff;
}

main .wrap .motit h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

main .wrap .motable {
    padding: 30px;
}

main .wrap .motable .info {
    margin-bottom: 10px;
}

main .wrap .motable .info.mento {
    margin-bottom: 0;
}

main .wrap .motable .info .btn {
    padding: 0 10px;
}

main .wrap .motable .table {
    border-top: solid 1px #1B2A40;
}

main .wrap .motable td.list p {
    margin: 10px 0;
}

main .wrap .motable td.list p {
    margin: 10px 0;
}

main .wrap .motable td.list th,
main .wrap .motable td.list td {
    text-align: center;
    border-right: solid 1px #ccc;
}

.modal .motable td {
    width: 300px;
}

main .wrap .motable td {
    text-align: left;
    padding: 10px 15px;
    border-bottom: solid 1px #ccc;
}

main .wrap .motable .table.list td {
    text-align: center;
}

main .wrap .motable td.th {
    width: 150px;
    text-align: center;
    word-break: keep-all;
}

main .wrap .motable td img {
    max-height: 150px;
    max-width: 180px;
}

main .wrap .motable input[type="text"],
main .wrap .motable input[type="password"],
main .wrap .motable input[type="tel"],
main .wrap .motable input[type="email"] {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

main .wrap .motable input {
    margin-bottom: 8px;
}

main .wrap .motable .filebox input {
    margin-bottom: 0;
}

main .wrap .motable input:last-child {
    margin-bottom: 0px;
}

main .wrap .mobtn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

main .wrap .mobtn button {
    padding: 0 30px;
    line-height: 40px;
    font-size: 1rem;
    background-color: #192A89;
    color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

main .wrap .title {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 80px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    margin-bottom: 20px;
    background: #fff;
}

main .wrap .title i {
    font-size: 1.125rem;
}

main .wrap .title h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

main .wrap .stit {
    position: relative;
    width: calc(100% - 60px);
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .wrap .stit h3 {
    font-size: 1.25rem;
}

main .wrap a.btn,
main .wrap button.btn {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    font-size: 1rem;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

main .wrap button.btn.small {
    padding: 0 15px;
}

main .wrap button.btn.small:disabled {
    color: #eee;
    border: solid 1px #eee;
    cursor: default;
}

main .wrap .btn.green {
    background-color: #0DA043;
    color: #fff;
}

main .wrap .btn.blue {
    background-color: #192A89;
    color: #fff;
}

main .wrap .btn.gray {
    background-color: #ccc;
    color: #fff;
}

main .wrap .box {
    width: calc(100% - 60px);
    margin: 20px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.table table {
    width: 100%;
}

.table th,
.table .th {
    padding: 15px 10px;
    background-color: #EDF0F5;
    font-weight: 500;
}

.table td {
    padding: 15px 10px;
    text-align: center;
    border-bottom: solid 1px #EDF0F5;
}

.table td.flex {
    display: flex;
}

.table td label.fix {
    display: flex;
    align-items: center;
    padding-left: 20px;
    gap: 10px;
    word-break: keep-all;
}


.table td span.fix {
    color: #3182F6;
    font-weight: 800;
}

.table input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    color: #ccc;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.table input[type="checkbox"]:checked {
    background-color: #192A89;
    color: #fff;
    border: none;
}

.table .check-box.line input[type="checkbox"]:checked {
    background: none;
    border: solid 1px #3182F6;
}

.table input[type="checkbox"]:checked::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '✔';
}

.table .check-box.line input[type="checkbox"]:checked::after {
    display: none;
}

.motable .info,
.table .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.table .info .right {
    display: flex;
    gap: 5px;
}

.table .bn-img img {
    max-width: 400px;
}

.table .pop-img img {
    max-width: 300px;
}

.table .event-img img {
    max-height: 300px;
}

.table .paging {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.table .paging li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.table .paging li:hover,
.table .paging li.active {
    background-color: #192A89;
    color: #fff;
}

.table .paging li img:last-child {
    display: none;
}

.table .paging li:hover img:first-child {
    display: none;
}

.table .paging li:hover img:last-child {
    display: inline;
}

.filter {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.filter>div {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

select {
    height: 40px;
    padding: 0 15px;
    padding-right: 53px;
    background: #fff url('/image/select-btn.png') no-repeat top right/contain;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.radio-box,
.check-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.radio-box label,
.check-box label {
    position: relative;
    display: inline-block;
    line-height: 40px;
    word-break: keep-all;
    padding: 0 15px;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

.radio-box label input[type="radio"],
.check-box label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.radio-box label input[type="radio"]:checked,
.check-box label input[type="checkbox"]:checked {
    border: solid 1px #3182F6;
}

.radio-box .tc-red input[type="radio"]:checked {
    border-color: #C92C2C;
}

.radio-box .tc-orange input[type="radio"]:checked {
    border-color: #EE6E31;
}

.radio-box .tc-yellow input[type="radio"]:checked {
    border-color: #EEAE31;
}

.radio-box .tc-green input[type="radio"]:checked {
    border-color: #5CA966;
}

.radio-box .tc-blue input[type="radio"]:checked {
    border-color: #316EA7;
}

.radio-box .tc-purple input[type="radio"]:checked {
    border-color: #7331A7;
}

.radio-box .tc-plum input[type="radio"]:checked {
    border-color: #A73178;
}

.date-calendar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-calendar>div {
    display: flex;
    align-items: center;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.date-calendar label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #EDF0F5;
    color: #192A89;
}

.date-calendar input[type="text"] {
    width: 120px;
    padding: 0 10px;
}

.date-calendar input[type="text"]::placeholder {
    font-weight: 400;
}

.search-box {
    position: relative;
    display: flex;
    min-width: 30%;
    width: 100%;
}

.search-box input[type="search"] {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.btn-list.mgbt {
    margin-bottom: 30px;
}

.btn-list button {
    height: 40px;
    padding: 0 30px;
    background-color: #192A89;
    color: #fff;
    word-break: keep-all;
    border-radius: 5px;
}

.filebox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.filebox label {
    height: 40px;
    padding: 10px 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #999999;
    cursor: pointer;
    word-break: keep-all;
    border-radius: 5px;
}

.filebox .file-name {
    position: relative;
}

.filebox .upload-name {
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #999999;
}

.filebox .file-name button.del {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 0 10px;
    color: #999;
}

.btn-box {
    display: flex;
    gap: 5px;
}

.sup-info .tit {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.sup-info ul {
    margin: 0 30px;
    margin-bottom: 50px;
}

.sup-info ul li {
    font-size: 1rem;
    margin-bottom: 15px;
}

.sup-info ul.dot li {
    list-style: disc;
}

.sup-info ul li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #192A89;
    color: #fff;
}

.disabled {
    cursor: default;
}

.oper-day {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.oper-day span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #eee;
    color: #999;
    border-radius: 50%;
}

.oper-day span.active {
    background-color: #192A89;
    color: #fff;
}

.mt-list {
    border-top: solid 1px #1B2A40;
}

.mt-list .mts {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: solid 1px #eee;
}

.mt-list .mts>div {
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    gap: 10px;
    padding: 10px 15px;
}

.mt-list .mts .num {
    background-color: #EDF0F5;
    width: 50px;
    height: 100%;
    padding: 0;
}

.mt-list .mts .name {
    border-right: solid 1px #f4f4f4;
}

.mt-list .mts .search {
    width: 100%;
}

.mt-list .mts .search-box label {
    display: flex;
    width: 100%;
}

.mt-list .mts input[type="search"] {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mt-list .mts .search-box label button {
    width: 40px;
    height: 40px;
    background-color: #192A89;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mt-list .mts .btn {
    padding: 0 25px;
    height: 40px;
    word-break: keep-all;
}

.mt-list .mts .search-list {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    width: 100%;
    max-height: 150px;
    overflow-y: scroll;
    z-index: 9;
    border: solid 1px #eee;
    border-top: none;
}

.mt-list .mts .search-list li {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    border-bottom: solid 1px #eee;
    font-size: 1rem;
}

.mt-list .mts .search-list li:hover {
    background-color: #EDF0F5;
    color: #3182F6;
    cursor: pointer;
}

.mt-list .mts .search-list li>div {
    font-size: 0.825rem;
}

.mt-list .mts .search-list li:last-child {
    border-bottom: none;
}

.mt-list .mts .search-list .btn {
    font-size: 0.75rem;
}

.mt-list .mts.mento {
    max-width: 440px;
    height: auto;
    flex-wrap: wrap;
}

.mt-list .mts.mento .search {
    width: 100%;
    display: flex;
}

.mt-list .mts.mento .search-list {
    display: none;
    position: relative;
    background: none;
    top: auto;
    width: 100%;
    max-height: 300px;
    border: none;
}

.mt-list .mts.mento .search-list li {
    padding: 12px 0;
}

.mt-list .mts.mento .search-list input[type="radio"] {
    width: 20px;
    height: 20px;
    border: solid 1px #ccc;
    margin-right: 5px;
    border-radius: 5px;
}

.mt-list .mts.mento .search-list input[type="radio"]:checked {
    background-color: #192A89;
    border: none;
}

.mt-list .mts.mento .search-list input[type="radio"]:checked::after {
    content: '✔';
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.ib-btn {
    margin: 5px 0;
    margin-right: 5px;
}

.ib-btn:hover {
    color: #3182F6;
}

.ib-modal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.fbox {
    display: flex;
    align-items: center;
    word-break: keep-all;
    gap: 8px;
    margin-bottom: 8px;
}

main .wrap .motable .fbox input {
    width: auto;
    margin-bottom: 0;
}

.chart {
    margin-bottom: 50px;
}

.chart:last-of-type {
    margin-bottom: 0;
}

canvas {
    margin-bottom: 30px;
}

.chart .table {
    border-top: solid 1px #1B2A40;
}

.chart .table td {
    font-size: 12px;
}

.chart .table .colorbox {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #eee;
    border: solid 1px #999;
}

.chart .table .colorbox.blue {
    background-color: #3182F6;
}

.chart .table .colorbox.orange {
    background-color: #FF8C60;
}

.chartjs-render-monitor {
    white-space: pre;
}

.stab {
    display: flex;
    gap: 5px;
}

.stab a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 20px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}

.stab a.active {
    background-color: #192A89;
    color: #fff;
}

.stats-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
}

.stats-info .date-calendar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.summary {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    letter-spacing: -0.4pt;
}

.summary>div {
    display: block;
}

.summary .date {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 5px;
}

.summary .count {
    font-weight: 700;
    font-size: 20px;
    color: #3182F6;
}

.summary .rate {
    font-size: 12px;
}

.summary .rate span {
    font-size: 12px;
    font-weight: 700;
}

.rate span.up {
    color: green;
}

.rate span.up::before {
    content: '▴';
    color: green;
}

.summary .rate span.up::before {
    font-size: 18px;
}

.rate span.down {
    color: red;
}

.rate span.down::before {
    content: '▾';
    color: red;
}

.summary .rate span.down::before {
    font-size: 18px;
}

.chart-wrap {
    width: 100%;
    gap: 50px;
    display: flex;
}

.chart-wrap .stats-board {
    width: 50%;
}

.chart-wrap .chart {
    width: 100%;
    margin-bottom: 0;
}

.chart-wrap .chart.dounut {
    width: 300px;
}

.chart-wrap .chart.bar {
    width: calc(100% - 300px - 50px);
}

.chart-wrap h4,
.average h4 {
    margin-bottom: 20px;
}

.school-avrg .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    background-color: #F3F8FF;
    border: solid 1px #E4EFFF;
}

.school-avrg .rank {
    display: inline-block;
    background-color: #999;
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 8px;
}

.school-avrg .rank.point {
    background-color: #192A89;
    color: #fff;

}

.school-avrg .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.school-avrg .txt p {
    font-size: 14px;
    color: #666;
}

.stats-board {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.stats-board>div {
    width: calc(100% / 3);
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
}

.stats-board .bo_1 {
    background-color: #F2F9F1;
    border: solid 1px #D6F3D2;
}

.stats-board .bo_2 {
    background-color: #FFFBF3;
    border: solid 1px #F5EDDD;
}

.stats-board .bo_3 {
    background-color: #F3F8FF;
    border: solid 1px #DFE9F8;
}

.stats-board .bo_4 {
    background-color: #FFF3F3;
    border: solid 1px #FADEDE;
}

.stats-board>div span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.table-wrap .table th,
.table-wrap .table td {
    word-break: keep-all;
    font-size: 12px;
}

.table-wrap {
    display: flex;
    gap: 20px;
}

.table-wrap .table {
    width: 50%;
    max-height: 300px;
    overflow-y: scroll;
}

.table-wrap .stitle {
    position: sticky;
    top: 0;
    display: block;
    background-color: #fff;
    color: #666;
    margin-bottom: 8px;
}

.chart-wrap.board>div {
    width: 50%;
}

.chart-wrap.board .stats-board {
    flex-wrap: wrap;
    align-items: flex-start;
}

.chart-wrap.board .stats-board h4 {
    width: 100%;
}

.chart-wrap.board .stats-board>div {
    width: calc(100% / 3 - 10px)
}

.chart-wrap.board .stats-board .bo_f {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    gap: 15px;
    border: solid 1px #eee;
    background-color: #f8f8f8;
}

.chart-wrap.board .stats-board .bo_f .note {
    width: calc(100% / 3);
    word-break: keep-all;
}

.chart-wrap.board .stats-board .bo_f .note span {
    display: inline-block;
    color: #3182F6;
}

.chart-wrap.board canvas {
    max-height: 150px;
}

div.t_gray {
    color: #999;
    font-size: 16px;
}