.hidden {
    display: none;
}
html,
body,
.wrap {
    font-family: "Pretendard";
    height: 100%;
}
header,
header *,
nav,
nav *,
section,
section * {
    box-sizing: border-box;
}

[class*='flex'] {display: flex;}
[class*='_sb'] {justify-content: space-between;}

.mgl05 {margin-left: 5px;}
.mgl10 {margin-left: 10px;}

.bold {font-weight: 600;}

/* header 영역 */
header {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
header h1 {
    height: 70px;
    width: 400px;
    font-size: 0;
    background: url(../images/login/default/logo_wellfood.png) no-repeat center;
    background-size: 400px;
}
header > div.top_area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    max-width: 1500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
header > div.top_area > ul {
    display: flex;
    position: absolute;
    right: 20px;
    margin-bottom: 0;
}
header > div.top_area > ul > li:not(:first-child) {
    margin-left: 20px;
}
header > div.top_area > ul > li > a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
header > div.top_area > ul > li > a.ico_person {
    padding-left: 20px;
    background: url(../images/ico_person.svg) no-repeat left 0 center;
}
header > div.top_area > ul > li > a.ico_logout {
    background: url(../images/main/ico_logout.png) no-repeat center right;
    padding-right: 25px;
}

header > div.top_area > ul.system_link {
    right: 22px;
    top: 79px;
    background-color: #fff;
    border: 1px solid #1571eb;
    border-radius: 4px;
    transition: all .3s;
}
header > div.top_area > ul.system_link:hover {
    box-shadow: 0 8px 16px 0 rgba(35, 38, 44, .16);
}
@media (max-width: 1200px) {
    header > div.top_area > ul.system_link {
        top: 141px;
    }
}
header > div.top_area > ul.system_link a:first-child {
    color: #1571eb;
    font-size: 15px;
    padding: 10px 0;
    width: 96px;
    display: block;
    text-align: center;
}
header > div.top_area > ul.system_link > li > ul > li {
    border-top: 1px solid #dfe3e8;
}
header > div.top_area > ul.system_link > li > ul > li > a {
    font-size: 13px !important;
    color: #222426 !important;
}
header > div.top_area > ul.system_link > li > ul {
    display: none;
}


header > ul.bottom_area {
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}
header > ul.bottom_area > li {
    position: relative;
}
header > ul.bottom_area > li:not(:first-child) {
    margin-left: 1.9%;
}
header > ul.bottom_area > li > a {
    font-size: 17px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
header > ul.bottom_area > li.on > a {
    color: #1571eb;
}
header > ul.bottom_area > li.on > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1571eb;
    bottom: -17px;
    left: 0;
}

/* nav 영역 */
nav {
    display: none;
}
nav.on {
    display: block;
    position: absolute;
    left: 0;
    top: 130px;
    width: 240px;
    height: calc(100% - 130px);
    box-shadow: 0 8px 8px 0 rgba(29, 46, 67, .12);
    background: #fff;
    z-index: 1;
}
nav p.tit {
    background: linear-gradient(135deg, #2b527b, #1a3755);
    color: #fff;
    font-size: 22px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav a {
    color: #333;
    text-decoration: none;
    transition: all .2s;
}
nav > div {
    display: none;
    height: 100%;
}
nav > div.show {
    display: block;
}
nav > div > ul {
    height: calc(100% - 144px);
    overflow-y: auto;
}
nav > div > ul > li {
    border-bottom: 1px solid #dddddd;
}
nav > div > ul > li > a {
    font-size: 15px;
    display: block;
    padding: 15px;
    font-weight: 600;
    background: url(../images/main/ico_closed.png) no-repeat center right 8px;
}
nav > div > ul > li > a.on {
    color: #1571eb;
    background: url(../images/main/ico_opened.png) no-repeat center right 8px;
}
nav > div > ul > li > a.noicon,
nav > div > ul > li > a.on.noicon {
    background: none;
}
nav > div > ul > li > a + ul {
    background-color: #f1f5fa;
    padding: 15px 0;
}
nav > div > ul > li > a + ul > li:not(:first-child) {
    margin-top: 15px;
}
nav > div > ul > li > a + ul > li > a {
    font-size: 13px;
    display: block;
    padding: 0 30px;
}
nav > div > ul > li > a + ul > li > a:hover,
nav > div > ul > li > a + ul > li > a.on {
    color: #1571eb;
}
nav > div > ul > li > ul {
    display: none;
}
nav > div > ul > li.on > ul {
    display: block;
}

/* section 영역 */
nav + section {
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    height: calc(100% - 130px);
    overflow: auto;
}
nav.on + section {
    left: 240px;
    top: 130px;
    width: calc(100% - 240px);
    height: calc(100% - 130px);
    overflow: auto;
}
nav.on + section > div.content_area {
    display: block;
    height: 100%;
    min-width: 1000px;
}

/* Scroll Bar */
section.content_wrap::-webkit-scrollbar,
nav > ul::-webkit-scrollbar,
nav + section.main .m_con_wrap::-webkit-scrollbar,
nav > div > ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
section.content_wrap::-webkit-scrollbar-thumb,
nav > ul::-webkit-scrollbar-thumb,
nav + section.main .m_con_wrap::-webkit-scrollbar-thumb,
nav > div > ul::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: rgba(0,0,0,.18);
    border-radius: 5px;    
}
section.content_wrap::-webkit-scrollbar-thumb:hover,
nav > ul::-webkit-scrollbar-thumb:hover,
nav + section.main .m_con_wrap::-webkit-scrollbar-thumb:hover,
nav > div > ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
}
section.content_wrap::-webkit-scrollbar-track,
nav > ul::-webkit-scrollbar-track,
nav + section.main .m_con_wrap::-webkit-scrollbar-track,
nav > div > ul::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.1);
    border-radius: 5px;
}

/* 메인 */
nav + section.main {
    overflow-x: hidden;
    background: #edf0f5;
}
nav + section.main .content_area {
    height: 100%;
}

nav + section.main .m_con_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    overflow: auto;/* 메인 컨텐츠 화면 작을경우 스크롤 처리 */
}

.m_con_lev01,
.m_con_lev02,
.m_con_lev03 {
    margin: 0 auto;
    width: 1460px;/* 메인 컨텐츠 화면 작을경우 스크롤 처리 */
}
.m_con_lev02,
.m_con_lev03 {
    margin-top: 20px;
}

/* 메인 컨텐츠 lev01 */
.m_con_lev01 {
    display: flex;
}
.m_con_lev01 .mcl01 {
    height: 313px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.12);
}
.m_con_lev01 .mcl01:not(:first-child) {
    margin-left: 16px;
}
/* 메인 lev01 in01 */
.m_con_lev01 .mcl01.in01 {
    width: 720px;
    display: flex;
    overflow: hidden;
}
.m_con_lev01 .mcl01.in01 .left_sect {
    width: 240px;
    flex: none;
    background: linear-gradient(#19baf5, #1571eb);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px;
}
.m_con_lev01 .profile_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ico_profile {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/main/ico_profile.png) no-repeat center;
}
.m_con_lev01 .profile_area p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}
.m_con_lev01 .profile_area p:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 0;
}
.m_con_lev01 .profile_info {
    width: 100%;
    margin-bottom: 0;
}
.m_con_lev01 .profile_info li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.m_con_lev01 .profile_info li:nth-child(1) {
    padding-bottom: 0;
}
.m_con_lev01 .profile_info li:nth-child(2) {
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.5);
}
.m_con_lev01 .profile_info li p {
    color: #fff;
}
.m_con_lev01 .profile_info li p:first-child {
    font-size: 13px;
    opacity: .8;
}
.m_con_lev01 .profile_info li p:last-child {
    font-size: 14px;
    letter-spacing: -.3px;
}
.m_con_lev01 .mcl01.in01 .right_sect {
    width: calc(100% - 240px);
}
.tab_sect {
    display: flex;
    margin-bottom: 0;
}
.tab_sect li {
    width: 25%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f8f0;
    cursor: pointer;
    font-size: 17px;
    color: #222426;
    font-family: 'Pretendard';
    font-weight: 600;
    position: relative;
    transition: all .3s;
}
.tab_sect li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 64px;
    display: block;
    background: linear-gradient(135deg, #4be2a8, #02ac78);
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.tab_sect li:hover:before,
.tab_sect li.on:before {
    opacity: 1;
}
.tab_sect li span {
    z-index: 1;
}
.tab_sect li .txt_num {
    color: #00a88b;
    margin-left: 5px;
}
.tab_sect li:hover span,
.tab_sect li.on span,
.tab_sect li.on span.txt_num {
    color: #fff;
}
.main_table.mt01,
.main_table.mt02,
.main_table.mt03,
.main_table.mt04 {
    display: none;
}
.main_table.mt01.on,
.main_table.mt02.on,
.main_table.mt03.on,
.main_table.mt04.on {
    display: block;
}
.main_table {
    height: calc(100% - 64px);
}
.main_table .swiper {
    height: 100%;
}
.main_table .swiper-button-next,
.main_table .swiper-button-prev {
    top: inherit;
    margin-top: inherit;
    bottom: 10px;
    height: 26px;
    width: 26px;
    z-index: 11;
}
.main_table .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
}
.main_table .swiper-button-next {
    background: url(../images/main/ico_next.svg) no-repeat center;
    right: 37%;
}
.main_table .swiper-button-prev {
    background: url(../images/main/ico_prev.svg) no-repeat center;
    left: 37%;
}
.main_table .swiper-button-next:after,
.main_table .swiper-button-prev:after{
    font-size: 0!important;
}
.main_table .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00a88b;
}
.main_table .swiper-button-lock {
    display: flex;
}
.main_table .swiper-pagination-lock {
    display: block;
}
.main_table .swiper-pagination-bullet:only-child {
    display: inline-block !important;
}
.ul_table {
    padding: 20px;
}
.ul_table li {
    display: flex;
    align-items: center;
}
.ul_table li.li_thead {
    border-bottom: 1px solid #dfe3e8;
    color: #222426;
    font-weight: 600;
    height: 38px;
    margin-bottom: 10px;
}
.ul_table li.li_tbody_tr {
    height: 34px;
}
.ul_table li p {
    text-align: center;
    font-size: 14px;
}
.ul_table li p:nth-child(1) {
    width: 13%;
}
.ul_table li p:nth-child(2) {
    width: 21%;
}
.ul_table li p:nth-child(3) {
    width: 40%;
}
.ul_table li p:nth-child(4) {
    width: 13%;
}
.ul_table li p:nth-child(5) {
    width: 13%;
}
.txt_ellip {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul_table li p.txt_ellip {
    text-align: left;
}
.status {
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 15px;
}
.status.comp {
    color: #1571eb;
    background-color: #e8f2ff;
}
.status.wait {
    color: #444c55;
    background-color: #ebeef2;
}
.ul_table.nodata {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul_table.nodata li.li_thead {
    border: none;
}
.ul_table.nodata li.li_thead p {
    text-align: center;
    width: 100%;
    color: #707478;
    font-size: 15px;
    font-weight: 400;
    background: url(../images/main/ico_nodata.png) no-repeat center top;
    padding-top: 56px;
}

.m_con_lev01 .mcl01.in02 {
    position: relative;
    width: 228px;
    background: linear-gradient(-45deg, #1a3755, #2b527b);
}
.m_con_lev01 .mcl01.in02:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/main/ico_bg_lock.png) no-repeat center;
}
.in02_lev {
    height: 100%;
}
.in02_lev_txt p {
    color: #fff;
    text-align: center;
}
.in02_lev_txt p:first-child {
    font-family: 'Pretendard';
    font-size: 21px;
    font-weight: 600;
    margin-top: 30px;
}
.in02_lev_txt p:last-child {
    font-size: 13px;
    opacity: .8;
    margin-top: 10px;
}
.ico_lev {
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.ico_lev span {
    color: #fff;
    font-size: 17px;
    font-family: 'Pretendard';
    font-weight: 600;
    margin-bottom: 13px;
}
.in02_lev .in02_lev_stat_01 .ico_lev {
    background: url(../images/main/ico_in02_lev_01.png) no-repeat center;
}
.in02_lev .in02_lev_stat_02 .ico_lev {
    background: url(../images/main/ico_in02_lev_02.png) no-repeat center;
}
.in02_lev .in02_lev_stat_03 .ico_lev {
    background: url(../images/main/ico_in02_lev_03.png) no-repeat center;
}
.in02_lev .in02_lev_stat_04 .ico_lev {
    background: url(../images/main/ico_in02_lev_04.png) no-repeat center;
}
.in02_lev .in02_lev_stat_05 .ico_lev {
    background: url(../images/main/ico_in02_lev_05.png) no-repeat center;
}
.in02_lev .in02_lev_stat_01,
.in02_lev .in02_lev_stat_02,
.in02_lev .in02_lev_stat_03,
.in02_lev .in02_lev_stat_04,
.in02_lev .in02_lev_stat_05 {
    display: none;
    height: calc(100% - 88px);
}
.in02_lev.lev_01 .in02_lev_stat_01,
.in02_lev.lev_02 .in02_lev_stat_02,
.in02_lev.lev_03 .in02_lev_stat_03,
.in02_lev.lev_04 .in02_lev_stat_04,
.in02_lev.lev_05 .in02_lev_stat_05 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.in02_lev .ico_lev + ul {
    height: 70px;
    background: linear-gradient(90deg, rgba(255,255,255,.3), rgb(26, 55, 85, .5));
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in02_lev .ico_lev + ul li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.in02_lev .ico_lev + ul li:not(:first-child) {
    margin-left: 8px;
}
.in02_lev .ico_lev + ul li:nth-child(1) {
    background: #08cb9e;
}
.in02_lev .ico_lev + ul li:nth-child(2) {
    background: #188bff;
}
.in02_lev .ico_lev + ul li:nth-child(3) {
    background: #ffc31f;
}
.in02_lev .ico_lev + ul li:nth-child(4) {
    background: #f09956;
}
.in02_lev .ico_lev + ul li:nth-child(5) {
    background: #ec6a65;
}
.in02_lev .ico_lev + ul li.on {
    border: 2px solid #fff;
}
.in02_lev .ico_lev + ul li:nth-child(1).on {
    background: #08cb9e url(../images/main/ico_check.png) no-repeat center;
}
.in02_lev .ico_lev + ul li:nth-child(2).on {
    background: #188bff url(../images/main/ico_check.png) no-repeat center;
}
.in02_lev .ico_lev + ul li:nth-child(3).on {
    background: #ffc31f url(../images/main/ico_check.png) no-repeat center;
}
.in02_lev .ico_lev + ul li:nth-child(4).on {
    background: #f09956 url(../images/main/ico_check.png) no-repeat center;
}
.in02_lev .ico_lev + ul li:nth-child(5).on {
    background: #ec6a65 url(../images/main/ico_check.png) no-repeat center;
}

.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st {
    width: calc(100% - 720px);
}
.m_con_lev01 .mcl01.in03 {
    width: 480px;
    padding: 35px 25px;
}

.m_con_lev01 .mcl01.in03 h3 {
    color: #222426;
    font-size: 21px;
}
.m_con_lev01 .mcl01.in03 ul {
    display: flex;
    flex-wrap: wrap;
}
.m_con_lev01 .mcl01.in03 ul li {
    width: 107px;
    height: 107px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.m_con_lev01 .mcl01.in03 ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #444c55;
    width: 107px;
    height: 107px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(1) a {
    background: url(../images/main/ico_menu_01.png) no-repeat center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(2) a {
    background: url(../images/main/ico_menu_02.png) no-repeat center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(3) a {
    background: url(../images/main/ico_menu_03.png) no-repeat center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(4) a {
    background: url(../images/main/ico_menu_04.png) no-repeat center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(5) a {
    background: url(../images/main/ico_menu_05.png) no-repeat center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(6) a {
    background: url(../images/main/ico_menu_06.png) no-repeat center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(7) a {
    background: url(../images/main/ico_menu_07.png) no-repeat center;
}
.m_con_lev01 .mcl01.in03 ul li:nth-child(8) a {
    background: url(../images/main/ico_menu_08.png) no-repeat center;
}

/* 메인페이지 lev01 : 부서별 TOP 정보보호 건 수 현황 */
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st > div {
    display: flex;
    margin-top: 30px;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul {
    display: block;
    width: 200px;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li {
    height: inherit;
    width: 100%;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:not(:first-child) {
    margin-top: 15px;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li a {
    height: 20px;
    width: 100%;
    display: block;
    padding-left: 25px;
    color: #919191;
    font-family: 'Pretendard';
    font-weight: 600;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li.on a {
    color: #1571eb;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li a span {
    line-height: 20px;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(1) a {
    background: url(../images/main/ico_virus.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(1).on a {
    background: url(../images/main/ico_virus_on.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(2) a {
    background: url(../images/main/ico_personal.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(2).on a {
    background: url(../images/main/ico_personal_on.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(3) a {
    background: url(../images/main/ico_print.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(3).on a {
    background: url(../images/main/ico_print_on.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(4) a {
    background: url(../images/main/ico_sheet.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(4).on a {
    background: url(../images/main/ico_sheet_on.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(5) a {
    background: url(../images/main/ico_confirm.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(5).on a {
    background: url(../images/main/ico_confirm_on.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(6) a {
    background: url(../images/main/ico_wran.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div ul li:nth-child(6).on a {
    background: url(../images/main/ico_wran_on.png) no-repeat left center;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div > div.graph_area {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div > div.graph_area > ul {
    display: flex;
    width: 100%;
    position: relative;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div > div.graph_area > ul > li {
    width: calc(100% / 6);
    height: fit-content;
    margin-top: 0;
    align-items: center;
    justify-content: flex-start;
}
.ga_body {
    height: 100%;
    background-color: #f1f5fa;
    border-bottom: 1px solid #dfe3e8;
}
.m_con_lev01 .mcl01.in01 + .mcl01.in03.admin_st div > div.graph_area > ul.ga_body > li {
    height: 100%;
}
.ga_body li:not(:last-child) {
    border-right: 1px dashed #dfe3e8;
}
.graph_bar_area {
    width: calc(100% - 80px);
    display: block;
    position: relative;
}
.ga_team {
    position: absolute;
    display: block;
    left: 0;
    height: 10px;
    z-index: 1;
    border-radius: 0 5px 5px 0;
    transition: all .3s;
}
.ga_team.part01 {
    top: 40px;
    background-color: #1571eb;
}
.ga_team.part02 {
    top: 85px;
    background-color: #00a88b;
}
.ga_team.part03 {
    top: 130px;
    background-color: #f4c93a;
}
.ga_team .name_tag {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 5px 8px;
    width: 90px;
    right: -95px;
    top: calc(50% - 20px);
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(26, 55, 85, 0.16);
    z-index: 2;
}
.ga_team .name_tag span:first-child {
    font-weight: 600;
    padding-left: 8px;
}
.ga_team .name_tag span:first-child:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    left: 8px;
    top: 10px;
    border-radius: 50%;
}
.ga_team.part01 .name_tag span:first-child {
    color: #1571eb;
}
.ga_team.part01 .name_tag span:first-child:before {
    background-color: #1571eb;
}
.ga_team.part02 .name_tag span:first-child {
    color: #00a88b;
}
.ga_team.part02 .name_tag span:first-child:before {
    background-color: #00a88b;
}
.ga_team.part03 .name_tag span:first-child {
    color: #f4c93a;
}
.ga_team.part03 .name_tag span:first-child:before {
    background-color: #f4c93a;
}
.ga_team .name_tag span:last-child {
    margin-top: 3px;
    font-weight: 600;
    color: #222426;
}
.ga_bottom {
    margin-top: 10px;
}

/* 메인 컨텐츠 lev02 */
.m_con_lev02 {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.12);
}
.m_con_lev02 .mcl02 {
    display: flex;
    margin-bottom: 0;
}
.m_con_lev02 .mcl02 > li {
    width: 20%;
    height: 139px;
    background: #f1f5fa;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.m_con_lev02 .mcl02 > li:not(:first-child) {
    margin-left: 16px;
}
.m_con_lev02 .mcl02 > li > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 48px);
    padding: 0 20px;
}
.m_con_lev02 .mcl02 > li > div:nth-child(1) > p {
    display: flex;
    flex-direction: column;
}
.m_con_lev02 .mcl02 > li > div:nth-child(1) > p > span:first-child {
    font-size: 17px;
    color: #1571eb;
    font-weight: 600;
}
.m_con_lev02 .mcl02 > li > div:nth-child(1) > p > span:last-child {
    color: #707478;
    margin-top: 10px;
}
.mcl02_ico01,
.mcl02_ico02,
.mcl02_ico03,
.mcl02_ico04,
.mcl02_ico05 {
    display: block;
    width: 40px;
    height: 40px;
}
.mcl02_ico01 {
    background: url(../images/main/ico_lev02_01.png) no-repeat center;
}
.mcl02_ico02 {
    background: url(../images/main/ico_lev02_02.png) no-repeat center;
}
.mcl02_ico03 {
    background: url(../images/main/ico_lev02_03.png) no-repeat center;
}
.mcl02_ico04 {
    background: url(../images/main/ico_lev02_04.png) no-repeat center;
}
.mcl02_ico05 {
    background: url(../images/main/ico_lev02_05.png) no-repeat center;
}
.m_con_lev02 .mcl02 > li > div:nth-child(2) {
    background-color: rgb(21, 113, 235, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.m_con_lev02 .mcl02 > li > div:nth-child(2) > p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
    margin-bottom: 0;
}
.m_con_lev02 .mcl02 > li > div:nth-child(2) > p:first-child:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    width: 1px;
    height: 14px;
    background-color: rgba(0,0,0,.2);
}
.m_con_lev02 .mcl02 > li > div:nth-child(2) > p > span {
    font-size: 15px;
}
.m_con_lev02 .mcl02 > li > div:nth-child(2) > p > a:last-child {
    font-weight: 600;
    margin-left: 8px;
    font-size: 15px;
    color: #222426;
}

/* 메인 컨텐츠 lev03 */
.m_con_lev03 {
    display: flex;
}
.m_con_lev03 .mcl03 {
    height: 276px;
    width: calc(33.3% - 10.3px);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.12);
}
.m_con_lev03 .mcl03:not(:first-child) {
    margin-left: 16px;
}
.m_con_lev03 .mcl03 .top_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-top: 30px;
}
.m_con_lev03 .mcl03 .top_area h3 {
    color: #222426;
    background: url(../images/main/ico_noti.png) no-repeat center left;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding-left: 38px;
    font-size: 21px;
}
.m_con_lev03 .mcl03 .top_area a {
    font-size: 14px;
    color: #444c55;
    background: url(../images/main/ico_all.png) no-repeat center left;
    padding-left: 20px;
}
.m_con_lev03 .mcl03 ul {
    padding: 0 30px;
    margin-top: 30px;
}
.m_con_lev03 .mcl03 ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #444c55;
}
.m_con_lev03 .mcl03 ul li:not(:first-child) {
    margin-top: 2px;
}
.m_con_lev03 .mcl03 ul li a {
    position: relative;
    color: #444c55;
    width: calc(100% - 130px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.m_con_lev03 .mcl03 ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}
.m_con_lev03 .mcl03 ul li p {
    width: 90px;
    flex: none;

}
.m_con_lev02_admin {
    display: flex;
    margin: 0 auto;
    width: 1460px;
}
.mcl02_ad {
    height: 470px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 12%);
    margin-top: 16px;
}
.mcl02_ad.in01 {
    width: 712px;
}
.mcl02_ad.in02 {
    width: calc(100% - 728px);
    margin-left: 16px;
}
.m_con_lev02_admin .top_area {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 25px 25px 10px;
}
.m_con_lev02_admin .top_area + .admin_bottom {
    height: calc(100% - 72px);
}
.m_con_lev02_admin .top_area > div {
    display: flex;
}
.m_con_lev02_admin .top_area > div > p {
    font-size: 21px;
    font-weight: 600;
    color: #919191;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}
.m_con_lev02_admin .top_area > div > p.on {
    color: #222426;
}
.m_con_lev02_admin .top_area > div > p:not(:first-child) {
    margin-left: 30px;
}
.m_con_lev02_admin .top_area > div > p:not(:first-child):before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 15px;
    left: -15px;
    top: 7px;
    background-color: #ddd;
}
.m_con_lev02_admin .top_area a {
    font-size: 14px;
    color: #444c55;
    background: url(../images/main/ico_all.png) no-repeat center left;
    padding-left: 20px;
    line-height: 40px;
}

.admin_bottom_area {
    width: calc(100% - 50px);
    height: calc(100% - 25px);
    background: #f7f7f7;
    margin: 0 25px;
}

.admin_bottom .swiper-button-next,
.admin_bottom .swiper-button-prev {
    top: inherit;
    margin-top: inherit;
    bottom: calc(50% - 10px);
    height: 46px;
    width: 46px;
    z-index: 11;
    background-size: cover !important;
}
.admin_bottom .swiper-button-next {
    background: url(../images/main/ico_next_40.svg) no-repeat center;
    right: 5px;
}
.admin_bottom .swiper-button-prev {
    background: url(../images/main/ico_prev_40.svg) no-repeat center;
    left: 5px;
}
.admin_bottom .swiper-button-next:after,
.admin_bottom .swiper-button-prev:after{
    font-size: 0!important;
}

/* 로그인 */
/* .login { */
/*     background: #f1f5fa url(../images/main/ico_char.png) no-repeat right bottom; */
/* } */
.login .content_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .content_wrap .content_area {
    width: 700px;
    padding: 80px 150px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(29, 46, 67, 0.12), inset 0 -2px 2px 0 rgba(29, 46, 67, 0.04);
    border-radius: 8px;
    text-align: center;
    margin-top: -40px;
}
@media (max-width: 1000px) {
    .login .content_wrap .content_area {
        padding: 80px;
        width: 80%;
    }
}
.login .content_wrap .content_area h3 {
    background: url(../images/login/default/logo_wellfood_login.svg) no-repeat center;
    background-size: 400px;
    width: 400px;
    height: 110px;
    font-size: 0;
    margin-bottom: 60px;
}
.login .content_wrap .content_area input[type="text"],
.login .content_wrap .content_area input[type="password"] {
    width: 100%;
    border: solid 1px #d3d7dd;
    border-radius: 8px;
    font-size: 18px;
    padding: 22px 32px;
    font-family: 'Pretendard';
}
.login .content_wrap .content_area input[type="text"]::placeholder,
.login .content_wrap .content_area input[type="password"]::placeholder {
    color: #919191;
}
.login .content_wrap .content_area input[type="text"].mgt16px,
.login .content_wrap .content_area input[type="password"].mgt16px {
    margin-top: 16px;
}
.login .content_wrap .content_area button {
    width: 100%;
    background: #1571eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Pretendard';
    padding: 22px 32px;
    margin-top: 16px;
    cursor: pointer;
}
.copyright {
    position: absolute;
    font-size: 16px;
    bottom: 8%;
    color: #707478;
}

/* 스타일 수정 */
.k-grid tr td {
    border-bottom: 1px solid #ccc;
}
.window-body {
    border: 1px solid #ccc;
}

/* kendo css */
.search .k-input[type=text],
.search textarea.k-textbox {
    width: 100%;
}

.breadcrumb {
    position: relative;
    z-index: 1;
}