@charset "UTF-8";
.public-classy {
    width: 90px;
    height: 90px;
    font-size: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 9px;
}

section .insight-box-wrap .click-number-title, section .index-box-wrap .period-input, section .index-box-wrap .period-input-btn, section .index-box-wrap .index-row, section .select-wrap .option-select, .title-wrap, header .nav-bottom .tab_admenu ul, header .nav-top-wrap .nav-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

section .insight-box-wrap .detail-rank .btn-other, section .rank-wrap .btn-other {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

section .insight-box-wrap .rank-list li, section .insight-box-wrap .detail-rank-top, section .insight-box-wrap .ratio-chart, section .insight-box-wrap, section .select-wrap .option-select .select-type ul, section .select-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

section .insight-box-wrap .insight-right-box, section .insight-box-wrap .insight-left-box, section .index-box-wrap .period-input-btn, section .index-box-wrap, section .rank-wrap .region, section .select-wrap .option-select .btn-search, section .select-wrap .option-select textarea {
    border: solid 1px #c3cbd7;
    border-radius: 3px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: sans-serif, "Malgun Gothic", Helvetica, "Apple SD Gothic Neo";
    background-color: #edf0f5;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.25px;
}

body,
input,
textarea {
    font-family: sans-serif, "Malgun Gothic", Helvetica, "Apple SD Gothic Neo";
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
    color: inherit;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    background-color: #f2f2f2;
    margin: 20px 0;
    border: 0;
    height: 1px;
    width: 100%;
    float: inherit;
}

div {
    box-sizing: border-box;
}

section {
    width: 1152px;
    min-width: 1152px;
    box-sizing: border-box;
    margin: 0px auto;
}

select {
    height: 36px;
    font-size: 14px;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 165px;
    background-color: #ffffff;
    margin-right: 5px;
}

button {
    background: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

input.textbox {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    margin-bottom: 10px;
}

.ico_bullet {
    width: 40px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 1px;
}

.active {
    border-bottom: solid 2px #15bf57;
    color: #15bf57;
}

.defalt {
    color: #bbb;
}

.defalt a {
    cursor: default;
}

.pipe2:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    margin: 2px 16px 0 16px;
    vertical-align: 0px;
    background-color: #aaa;
}

.period-active {
    background-color: #15bf57;
    color: #ffffff;
    border-right: 1px solid #15bf57 !important;
}

header .nav-top-wrap {
    background-color: #15bf57;
    color: #ffffff;
    border-bottom: 1px solid #15bf57;
}

header .nav-top-wrap a {
    color: #ffffff;
}

header .nav-top-wrap a img {
    width: 170px;
}

header .nav-top-wrap .nav-top {
    width: 1152px;
    min-width: 1152px;
    height: 55px;
    box-sizing: border-box;
    margin: 0px auto;
    align-content: center;
}

header .nav-top-wrap .nav-left {
    height: 100%;
}

header .nav-top-wrap .content-bar {
    padding: 0 10px;
}

header .nav-top-wrap .admin-logo {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    padding-top: 7px;
}

header .nav-top-wrap .nav-datalab {
    font-size: 22px;
    font-weight: 700;
}

header .nav-bottom {
    background-color: #ffffff;
    border-bottom: 1px solid #d8dee4;
    color: #000;
}

header .nav-bottom .menu {
    display: block;
}

header .nav-bottom .tab_admenu {
    width: 1152px;
    min-width: 1152px;
    height: 40px;
    box-sizing: border-box;
    margin: 0px auto;
}

header .nav-bottom .tab_admenu ul {
    height: 100%;
}

header .nav-bottom .tab_admenu li {
    height: 100%;
    padding: 12px 0;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
}

header .nav-bottom .tab_admenu .menu {
    display: block;
    height: 100%;
}

.title-wrap {
    border-bottom: 2px solid #c3cbd7;
}

.datalab-title {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: -1px;
    padding-bottom: 10px;
}


section {
    padding: 34px 0 46px;
}

section .datalab-subtitle {
    font-size: 14px;
}

section .option-content {
    color: #747272;
    height: 30px;
    padding-top: 3px;
    margin: 0 10px;
    opacity: 0.5;
    font-weight: bold;
}

section .hypen {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    margin: 5px 15px;
    vertical-align: 0px;
    background-color: #747272;
    opacity: 0.5;
}

section .select-wrap {
    margin: 30px 0;
}

section .select-wrap .option-select {
    vertical-align: middle;
}

section .select-wrap .option-select .container-radio {
    display: block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    font-size: 14px;
}

section .select-wrap .option-select .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

section .select-wrap .option-select .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #c3cbd7;
    border-radius: 50%;
}

section .select-wrap .option-select .container-radio:hover input ~ .checkmark {
    background-color: #ffffff;
}

section .select-wrap .option-select .container-radio input:checked ~ .checkmark {
    border: 1px solid #15bf57;
    background-color: #15bf57;
}

section .select-wrap .option-select .container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

section .select-wrap .option-select .container-radio input:checked ~ .checkmark:after {
    display: block;
}

section .select-wrap .option-select .container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

section .select-wrap .option-select textarea {
    width: 100%;
    padding: 16px;
    background-color: #f9f9f9;
    height: 200px;
    resize: none;
}

section .select-wrap .option-select .select-type {
    padding: 5px;
}

section .select-wrap .option-select .select-type li {
    padding-right: 10px;
}

section .select-wrap .option-select .btn-search {
    background-color: #ffffff;
    width: 48px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

section .select-wrap .option-select .btn-search button {
    width: 100%;
    height: 100%;
}

section .select-wrap .option-select .btn-search:hover {
    background-color: #c3cbd7;
}

section .rank-wrap {
    position: relative;
}

section .rank-wrap .region {
    width: 243px;
    height: 445px;
    padding: 0 10px 18px;
    margin: 0 5px;
    background-color: #ffffff;
}

section .rank-wrap .region-title {
    width: 100%;
    height: 80px;
    font-size: 22px;
    line-height: 89px;
    text-align: center;
    border-bottom: solid 1px #c3cbd7;
}

section .rank-wrap .food-rank {
    position: relative;
    width: 236px;
    height: 310px;
    margin: 10px 0;
    padding: 0 10px;
}

section .rank-wrap .food-rank li {
    margin-top: 10px;
    cursor: pointer;
}

section .rank-wrap .food-rank li span {
    display: inline-block;
    width: 23px;
    margin-right: 5px;
    color: #15bf57;
}

section .rank-wrap .btn-other {
    height: 20px;
    margin-bottom: 5px;
    margin-right: 12px;
}

section .rank-wrap .btn-other i {
    cursor: pointer;
    font-size: 15px;
}

section .rank-wrap .btn-other p {
    font-size: 15px;
    margin: 10px;
}

section .rank-wrap .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 5;
    font-size: 0;
    color: transparent;
    width: 40px;
    height: 40px;
    border: solid 3px #818181;
    transform: rotate(45deg);
}

section .rank-wrap .slick-prev {
    left: -74px;
    border-top: none;
    border-right: none;
}

section .rank-wrap .slick-next {
    right: -74px;
    border-bottom: none;
    border-left: none;
}

section .insight-content-wrap {
    display: none;
}

section .index-box-wrap {
    width: 100%;
    background-color: #fff;
    margin: 30px 0;
}

section .index-box-wrap .index-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    align-content: stretch;
    padding: 30px 20px;
    width: 100%;
    border-bottom: solid 1px #c3cbd7;
}

section .index-box-wrap .index-row {
    height: 40px;
    width: 100%;
}

section .index-box-wrap .index-row .index-title {
    height: 100%;
    margin-right: 20px;
}

section .index-box-wrap .index-row .index-title h4 {
    height: 100%;
    margin: 0;
    line-height: 40px;
}

section .index-box-wrap .period-input-btn {
    height: 100%;
    width: 280px;
    margin-right: 20px;
}

section .index-box-wrap .period-input-btn button {
    height: 100%;
    width: 25%;
    border-right: solid 1px #c3cbd7;
}

section .index-box-wrap .period-input-btn button:last-child() {
    border-right: none;
}

section .index-box-wrap .period-input {
    height: 100%;
}

section .index-box-wrap .start-date,
section .index-box-wrap .end-date {
    height: 100%;
}

section .index-box-wrap .end-date {
    margin-right: 50px;
}

section .index-box-wrap #select-year,
section .index-box-wrap #select-month {
    height: 100%;
}

section .index-box-wrap .btn-submit {
    display: block;
    width: 100%;
    height: 59px;
    background-color: #15bf57;
    color: #fff;
    text-align: center;
}

section .index-box-wrap .btn-submit span,
section .index-box-wrap .btn-submit i {
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

section .insight-box-wrap {
    width: 100%;
    height: 880px;
}

section .insight-box-wrap .clicked-food {
    color: #15bf57;
}

section .insight-box-wrap .insight-left-box {
    width: 820px;
    height: 100%;
    background-color: #fff;
    padding: 20px 40px;
}

section .insight-box-wrap .click-number-title {
    height: 70px;
    width: 100%;
    margin-bottom: 10px;
}

section .insight-box-wrap .click-number-title h4 {
    font-size: 20px;
}

section .insight-box-wrap .click-number-title .click-period {
    font-size: 16px;
    padding-left: 14px;
    margin-top: 3px;
    font-weight: 300;
    color: #888;
}

section .insight-box-wrap .click-number-chart {
    width: 738px;
    height: 404px;
    margin-bottom: 10px;
}

section .insight-box-wrap .ratio-chart-title {
    font-size: 20px;
    margin-bottom: 15px;
}

section .insight-box-wrap .ratio-chart {
    width: 738px;
    height: 274px;
}

section .insight-box-wrap .ratio-chart .ratio-chart-1 {
    width: 470px;
    height: 100%;
}

section .insight-box-wrap .ratio-chart .ratio-chart-2 {
    width: 268px;
    height: 100%;
}

section .insight-box-wrap .insight-right-box {
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
}

section .insight-box-wrap .detail-rank-title {
    height: 70px;
}

section .insight-box-wrap .rank-title-wrap {
    margin-top: 10px;
}

section .insight-box-wrap .rank-title-wrap h4 {
    font-size: 20px;
    margin: 0;
}

section .insight-box-wrap .rank-title-wrap .click-period {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 300;
    color: #888;
}

section .insight-box-wrap .detail-rank .btn-other p {
    margin: 10px;
}

section .insight-box-wrap .detail-rank-top {
    height: 25px;
    margin: 0 0 20px 0;
}

section .insight-box-wrap .detail-rank-top h4 {
    height: 100%;
}

section .insight-box-wrap .detail-rank-top span {
    color: grey;
    opacity: 0.5;
    font-size: 14px;
    height: 100%;
}

section .insight-box-wrap .rank-list {
    margin-bottom: 25px;
}

section .insight-box-wrap .rank-list li {
    margin-bottom: 13px;
}

section .insight-box-wrap .rank-list li p {
    margin: 0;
    font-size: 14px;
}

section .insight-box-wrap .rank-list .rank-num {
    display: inline-block;
    width: 23px;
    color: #15bf57;
    margin-right: 5px;
}

section .insight-box-wrap .rank-list .fa-solid {
    font-size: 15px;
    cursor: pointer;
}

.menu-rank-title {
    width: 100%;
    height: 90px;
    padding: 14px 18px;
    font-size: 15px;
    border-bottom: solid 1px #c3cbd7;
}

.menu-rank-title p {
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.menu_list {
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
    display: table;
}

.menu_list .menu_select {
    background: #fff9dc;
}

.menu_list li {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #000;
}

.menu-rank {
    position: relative;
    width: 256px;
    height: 330px;
    margin: 10px 0;
    padding: 0 10px;
}

.menu-rank li {
    position: relative;
    margin-bottom: 10px;
}

.menu-rank li:hover a {
    color: #15bf57;
}

.menu-rank li:hover a:after {
    position: absolute;
    content: '통합검색';
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    top: 0;
    margin-left: 8px;
    padding: 3px 4px;
    font-size: 11px;
    width: 50px;
    text-align: center;
    line-height: 12px;
}

/* 빈화면 */
.menu_empty {
    padding: 70px 0;
    width: 100%;
    text-align: center;
}

.menu_empty img {
    margin: 0 auto;
    display: inline-block;
}

.menu_empty a {
    color: #fff;
}

.menu_empty .btn_type {
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    padding: 7px 10px;
    cursor: pointer;
    line-height: 21px;
    max-width: 120px;
}

.menu_empty .btn_type a:hover {
    color: #fff;
}

.menu_empty .btn_type5:after {
    content: 'next';
    font-size: 12px;
    font-weight: 500;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    padding-left: 10px;
    color: #fff;
}

.menu_empty p {
    font-size: 18px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.menu_empty p img {
    margin: 0 auto;
    padding-bottom: 15px;
}

.menu_empty p strong {
    font-size: 25px;
}


.reco_r1 {
    border: 1px solid #ef2c2c;
    color: #ef2c2c;
}

.reco_r2 {
    border: 1px solid #2c71ef;
    color: #2c71ef;
}

.reco_r3 {
    border: 1px solid #2bad4d;
    color: #2bad4d;
}

.reco_r1,
.reco_r2,
.reco_r3 {
    position: relative;
    font-size: 12px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: #fff;
}

.mg_0 {
    margin-right: 0;
}

.menu_btn {
    display: flex;
    position: absolute;
    right: 5px;
    bottom: 12px;
}

.view_content {
    display: none;
}

.btn_pic:hover .view_content,
.btn_modify:hover .view_content,
.btn_copy:hover .view_content,
.btn_star:hover .view_content,
.btn_nutri:hover .view_content,
.pop_hover:hover .view_content,
.star2:hover .view_content {
    position: absolute;
    top: -36px;
    left: -19px;
    width: 68px;
    display: block;
    color: #fff;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
}

.pop_share img {
    filter: invert(1);
    width: 24px;
    opacity: 0.6;
    position: relative;
    margin-top: 2px;
    margin-left: 9px;
}

.pop_share:hover .view_content {
    position: absolute;
    top: 55px;
    right: 10px;
    width: 150px;
    display: block;
    color: #fff;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
}

.btn_view {
    position: relative;
}

.btn_view:hover .view_content {
    position: absolute;
    top: 40px;
    right: 0;
    width: 220px;
    display: block;
    color: #fff;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
}

.pop_hover:hover .view_content {
    right: -30px;
    width: 87px;
    top: -29px;
}

.star2:hover .view_content {
    right: -16px;
    width: 60px;
    top: -29px;
}

.btn_replay:hover .view_content {
    position: absolute;
    top: 36px;
    right: 0px;
    width: 220px;
    display: block;
    color: #fff;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
}

.btn_pic,
.btn_modify,
.btn_copy,
.btn_star,
.btn_nutri {
    margin-left: 5px;
    background-color: #eff2f8;
    padding: 8px;
    width: 28px;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}

.btn_pic img,
.btn_modify img,
.btn_copy img {
    opacity: 0.4;
}

.btn_copy:hover,
.btn_pic:hover,
.btn_modify:hover,
.btn_nutri:hover {
    background: #15bf57;
}

.btn_copy:hover img,
.btn_pic:hover img,
.btn_modify:hover img,
.btn_nutri:hover img {
    filter: invert(1);
    opacity: 1;
}

.btn_replay {
    position: relative;
    float: right;
    margin-top: -3px;
}

.btn_star {
    padding: 6px;
}

.pic_op img {
    opacity: 1;
}

.btn_modify.active {
    background: #15bf57;
}

.btn_modify.active img {
    filter: invert(1);
    opacity: 1;
}

.menu_search {
    float: right;
}


#toast,
#toast2 {
    position: fixed;
    min-width: 150px;
    top: 48%;
    left: 47%;
    text-align: center;
    z-index: 999;
}

.mypage_nutri {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.3);
}

.mypage_nutri .my_box {
    position: relative;
}

.mypage_nutri .my_box .modi_pop {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 350px;
    height: auto;
    max-height: 67.75rem;
    background-color: white;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    padding: 40px;
    border-radius: 0.25rem;
}

.mypage_nutri .my_box .modi_pop .sub_top {
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.mypage_nutri .my_box .modi_pop .sub_top .sub_tit {
    display: flex;
    justify-content: center;
    align-items: end;
}

.mypage_nutri .my_box .basic_menu {
    display: block;
}

.mypage_nutri .my_box .basic_menu li {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    text-align: right;
    display: block;
    font-size: 16px;
}

.mypage_nutri .my_box .basic_menu li:first-child {
    padding: 0 5px 10px 5px;
}

.mypage_nutri .my_box .basic_menu li span {
    font-weight: 700;
    float: left;
}

.mypage_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.3);
}

.mypage_pic .my_box {
    position: relative;
}

.mypage_pic .my_box .modi_pop {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 600px;
    height: auto;
    max-height: 67.75rem;
    background-color: white;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    padding: 40px;
    border-radius: 0.25rem;
}

.mypage_pic .my_box .modi_pop img {
    width: 100%;
}

.mypage_pic .my_box .modi_pop .sub_top {
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.mypage_pic .my_box .modi_pop .sub_top .sub_tit {
    display: flex;
    justify-content: center;
    align-items: end;
}

.mypage_pic .my_box .modi_pop .basic_menu {
    display: block;
}

.mypage_pic .my_box .modi_pop .basic_menu li {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    text-align: right;
    display: block;
    font-size: 16px;
}

.mypage_pic .my_box .modi_pop .basic_menu li:first-child {
    padding: 0 5px 10px 5px;
}

.mypage_pic .my_box .modi_pop .basic_menu li span {
    font-weight: 700;
    float: left;
}

.close1 {
    cursor: pointer;
    position: absolute;
    top: -55px;
    right: 0;
    padding: 12px 0;
}

.close1::before {
    content: "";
    transform: translateY(2px) rotate(45deg);
    width: 42px;
    background: #fff;
    display: block;
    height: 2px;
}

.close1::after {
    content: "";
    transform: rotate(-45deg);
    width: 42px;
    background: #fff;
    display: block;
    height: 2px;
}

.sub_top {
    font-size: 26px;
    color: #000;
    max-width: 1152px;
    margin: 0 auto;
    padding: 30px 20px 15px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

.ico-active {
    transform: inherit !important;
    opacity: 1 !important;
}

/* 토스트 */
#toast .toastWrap {
    margin: 6px 0 0;
    padding: 18px 0 15px;
    display: none;
}

#toast2 .toastWrap2 {
    margin: 6px 0 0;
    padding: 18px 0 15px;
    display: none;
}

.toast {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 3px #999;
    padding: 18px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    white-space: pre;
    text-align: center;
    position: relative;
}

.toast2 {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 3px #999;
    padding: 18px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    white-space: pre;
    text-align: center;
    position: relative;
}

.timerWrap {
    position: absolute;
    bottom: 4px;
    left: 4px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.timerWrap2 {
    position: absolute;
    bottom: 4px;
    left: 4px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.timerWrap .timerBar,
.timerWrap2 .timerBar {
    height: 100%;
    width: 0%;
    background: #15bf57;
    border-radius: 3px;
}

/* 회원관리 데이터 css */
.graph_bg {
    background: #edf0f5;
}

.graph_bg:after {
    clear: both;
    display: block;
    content: '';
}

.graph_tit {
    background: #fff;
    border: 1px solid #ddd;
    letter-spacing: -1.5px;
    font-size: 20px;
    padding: 25px;
    margin-bottom: 10px;
    display: flex;
}

.graph_tit .orange {
    font-weight: 700;
    display: inline-block;
    font-size: 19px;
    letter-spacing: -1px;
    color: #15bf57 !important;
}

.graph_tit .graph_school {
    padding-top: 5px;
}

.graph_tit .graph_school .school_name {
    display: inline-block;
    font-size: 16px;
}

.graph_tit .graph_school .school_name strong {
    font-size: 27px;
    font-weight: 500;
    padding-left: 10px;
    letter-spacing: normal;
}

.graph_tit .graph_position {
    font: 30px 'Noto Sans KR';
    padding: 10px 0;
    width: 24%;
    text-align: center;
    border-right: 1px solid #ddd;
    margin-right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.graph_tit .graph_position img {
    margin-left: 5px;
}

#chart {
    float: left;
    width: 50%;
}

.chart_area {
    width: 25%;
    min-height: 620px;
    float: left;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.chart_area li {
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

.chart_area .active {
    color: #15bf57;
    font-weight: 700;
}

.chart_area .active_arrow {
    display: none;
}

.chart_area .active .active_arrow {
    display: inline-block;
    float: right;
}

.chart_area .active .active_arrow .fa {
    font-size: 21px;
}

.chart_box {
    width: 75%;
    min-height: 620px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}

.chart_box .chart_tit {
    padding: 20px 15px;
    font-size: 21px;
    text-align: left;
}

.chart_box .chart_tit .chart_btn {
    border: 1px solid #ddd;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 700;
    vertical-align: top;
    border-radius: 3px;
    color: #555;
}

.chart_box .chart_tit select {
    float: right;
}

.chart_box .chart_tit2 .chart_btn {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 700;
    vertical-align: top;
    border-radius: 3px;
    color: #555;
}

.chart_box .chart_tit2 .chart_btn i {
    font-size: 17px;
    padding: 0 7px 0 0;
}

.chart_box .chart_tit2 {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.chart_box svg {
    padding: 20px;
}

.chart_box .chart_list {
    float: left;
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal;
}

.chart_box .chart_list li {
    display: flex;
    padding: 3px 0;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

.chart_box .chart_list li span {
    width: 50%;
}

.chart_box .chart_list li div {
    width: 25%;
}

.chart_box .chart_list li.list_first {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.chart_box .chart_list li span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ff617b;
    border-radius: 50%;
    left: 0;
    top: 9px;
}

.chart_box .chart_list li:nth-child(1) span:before {
    background: #fff;
}

.chart_box .chart_list li:nth-child(2) span:before {
    background: #81565f;
}

.chart_box .chart_list li:nth-child(3) span:before {
    background: #b86a6a;
}

.chart_box .chart_list li:nth-child(4) span:before {
    background: #f1a9aa;
}

.chart_box .chart_list li:nth-child(5) span:before {
    background: #f2d9d5;
}

.chart_box .chart_list li:nth-child(6) span:before {
    background: #c25a6b;
}

.chart_box .chart_list li:nth-child(7) span:before {
    background: #f1a9aa;
}

.chart_box .chart_list li:nth-child(8) span:before {
    background: #d1b9d1;
}

.chart_box .chart_list li:nth-child(9) span:before {
    background: #cea0a3;
}

.chart_box .chart_list li:nth-child(10) span:before {
    background: #da5220;
}

.chart_box .chart_list li:nth-child(11) span:before {
    background: #786868;
}

.chart_box .chart_list li:nth-child(12) span:before {
    background: #a6837d;
}

.chart_box .chart_list li:nth-child(13) span:before {
    background: #8d7062;
}

.chart_box .chart_list li:nth-child(14) span:before {
    background: #a77665;
}

.chart_box .chart_list li:nth-child(15) span:before {
    background: #e0b797;
}

.chart_box .chart_list li:nth-child(16) span:before {
    background: #b6b18b;
}

.chart_box .chart_list li:nth-child(17) span:before {
    background: #dd9159;
}

.chart_box .chart_list li:nth-child(18) span:before {
    background: #c0c7cf;
}

.chart_box .chart_list li:nth-child(19) span:before {
    background: #a44343;
}

.chart_box .chart_list li:nth-child(20) span:before {
    background: #530d2c;
}

.chart_box .chart_list li .chart_percent {
    font-weight: 700;
}

.chart_box .chart_list li .chart_cont {
    color: #888;
    font-weight: 700;
}

.chart_txt p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
}

.chart_calender {
    display: flex;
    justify-content: space-between;
    padding: 10px 11px 10px 0;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.chart_calender .chart_period {
    padding: 0 15px;
}

.chart_calender .chart_period:after {
    display: block;
    clear: both;
    content: '';
}

.chart_calender .chart_period button {
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 12px;
}

.chart_calender .chart_period button:nth-child(2) {
    border-right: none;
    border-left: none;
}

.chart_calender .chart_period .active {
    border: 1px solid #15bf57 !important;
    color: #15bf57;
}

.chart_calender .chart_period .period_txt {
    margin: 2px 7px;
    float: left;
}

.chart_calender .chart_period .plus_day {
    position: relative;
    background: #fff;
    float: left;
}

.chart_calender .chart_period .plus_day input.textbox {
    padding: 2px;
    margin: 0;
    width: 115px;
    height: 28px;
    background: none;
    z-index: 1;
}

.chart_calender .chart_period .plus_day span {
    position: absolute;
    width: 15px;
    right: 10px;
    top: 6px;
    z-index: 0;
}

.chart_calender .chart_search {
    display: flex;
}

.chart_calender .chart_search select {
    height: 28px;
}

.chart_calender .chart_search .btn_type {
    margin-left: 5px;
    height: 28px;
    padding: 6px 10px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #15bf57;
    background: #0ba748;
}

/* 그래프 */
#canvas_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    top: 5%;
    left: 0;
    display: block;
}

#canvas_container_pie {
    width: 45%;
    height: auto;
    padding-top: 25px;
    float: left;
    margin-right: 5%;
}

#searchKeyword {
    height: 36px;
    font-size: 14px;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 240px;
    background-color: #fff;
    margin-right: 5px;
}

/* 로딩 */
#lab_loading {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.lab_txt {
    padding-top: 40px;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.half-ring:before {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border-radius: 10px;
    -webkit-box-shadow: 25px 0px 0 0 rgba(255, 255, 255, 0.2), 20.22542px 14.69463px 0 0 rgba(255, 255, 255, 0.4), 7.72542px 23.77641px 0 0 rgba(255, 255, 255, 0.6), -7.72542px 23.77641px 0 0 rgba(255, 255, 255, 0.8), -20.22542px 14.69463px 0 0 white;
    box-shadow: 25px 0px 0 0 rgba(255, 255, 255, 0.2), 20.22542px 14.69463px 0 0 rgba(255, 255, 255, 0.4), 7.72542px 23.77641px 0 0 rgba(255, 255, 255, 0.6), -7.72542px 23.77641px 0 0 rgba(255, 255, 255, 0.8), -20.22542px 14.69463px 0 0 white;
    height: 10px;
    width: 10px;
    display: block;
    content: '';
}