
/* 탑 */
.top{width: 100%; float: left; height: 60px; line-height: 60px; font-weight: bold; color: #000; border-bottom: 1px solid #eee; background: #fff;}
.top .top_logo{float: left; margin-left: 30px;}
.top .top_menu{float: right; text-align: center;}
.top .top_menu ul{width: 100%; float: left;}
.top .top_menu ul li{float: left; font-size: 15px;}
.top .top_menu ul i{font-size: 16px;}
.top .top_menu ul li.menu01{width: 120px;}
.top .top_menu ul li.menu02{width: 65px; border-left: 1px solid #eee;}
.top .top_menu ul li.menu03{padding: 0 30px; font-size: 13px;}
.top .top_menu .badge{margin: 0 0 3px 6px;}
.top .top_menu .top_bookmark i{color: #ffcc33;}
.top .top_menu .top_myname .user_name{margin-left: 10px;}
.top .top_menu .top_myname i{color: #666; font-size: 14px; margin-left: 10px;}

/* 사이드메뉴 */
.menu{width: 100px; float: left; height: 100%; z-index: 99; text-align: center; min-height: 100vh;}
.menu ul{width: 100%; float: left;}
.menu li{width: 100%; float: left; font-size: 25px; color: #fff; height: 85px; line-height: 85px;}
.menu li i{opacity: 0.3;}
.menu li.active i{opacity: 1;}
.menu .menu_list .badge{position: absolute; top: -4px; left: 22px;}

/* 대시보드 */
.main_wrap{width: calc(100% - 100px); float: left; padding: 30px;}
.dashboard_nav{width: 100%; float: left; height: 80px; padding: 0;}
.dashboard_nav .infobox{float: left; line-height: 80px;}
.dashboard_nav .infobox ul{width: 100%; float: left; display: flex; gap: 45px; align-items: center; }
.dashboard_nav .infobox li{width: auto; float: left;}
.dashboard_nav .infobox li.line{width: 1px; height: 40px; background: #e8e8e8;}
.dashboard_nav .infobox .list{color: #666; font-weight: 500;}
.dashboard_nav .infobox .list span{font-weight: 600; margin-left: 15px; color: #333;}
.dashboard_nav .infobox .list.icon{width: 75px; color: #fff; font-size: 20px; border-top-left-radius: 30px; border-bottom-left-radius: 30px; text-align: center;}
.dashboard_nav .noticebox{float: right; padding: 0 30px; height: 100%; border-left: 1px solid #efefef; align-items: center; display: flex;}
.dashboard_nav .noticebox a{display: block;}
.dashboard_nav .noticebox ul{width: 100%; float: left; display: flex; gap: 20px;}
.dashboard_nav .noticebox li{float: left;}
.dashboard_nav .noticebox .icon{width: 45px; height: 45px; line-height: 45px; float: left; border-radius: 10px; background: #e5e5e5; text-align: center;}
.dashboard_nav .noticebox .icon i{color: #666; font-size: 17px;}
.dashboard_nav .noticebox .icon .badge{position: absolute; top: 0; right: 0;}
.dashboard_nav .noticebox .contents .title{font-size: 16px; font-weight: 500;}
.dashboard_nav .noticebox .contents .con{font-size: 13px; font-weight: 500; color: #666; margin-top: 3px;}
.dashboard_nav .noticebox .date{color: #ccc; font-size: 12px;}

/* 데이터 새로고침 */
.data_wrap{width: 100%; float: left; font-size: 14px; margin: 13px 0; text-align: center; display: flex; align-items: center; justify-content: flex-end; gap: 10px;}
.data_wrap span{float: left;}
.data_wrap .icon{font-size: 18px;}
.data_wrap .contents{font-weight: 600;}
.data_wrap .restart{width: 60px; float: left; height: 26px; line-height: 26px; background: #666; border-radius: 100px; cursor: pointer;}
.data_wrap .restart i{color: #fff;}

/* 대시보드 영역 */
.dashboard_wrap{width: 100%; float: left;}
.dashboard_wrap .dashboard_section{width: 100%; float: left; display: flex; gap: 20px;}
.dashboard_wrap .dashboard_section:nth-child(n+2){margin-top: 20px;}
.dashboard_wrap .dashboard_section .dashboard_sec01{width: 38%; float: left;}
.dashboard_wrap .dashboard_sec01 .main_section{width: 100%; float: left; margin-top: 20px;}
.dashboard_wrap .dashboard_sec01 .main_section ul{width: calc(100% - 72px); float: left; padding-left: 35px;}
.dashboard_wrap .dashboard_sec01 .main_section li{width: 100%; float: left; height: 36px; line-height: 36px; font-weight: 600;}
.dashboard_wrap .dashboard_sec01 .main_section li .left{color: #666; font-size: 15px;}
.dashboard_wrap .dashboard_sec01 .main_section li .right{font-size: 18px;}
.dashboard_wrap .dashboard_sec01 .main_section .icon{width: 72px; height: 72px; float: left; line-height: 76px; border-radius: 20px; text-align: center;}
.dashboard_wrap .dashboard_sec01 .main_section .icon i{font-size: 25px; color: #fff;}
.dashboard_wrap .dashboard_sec01 .main_section.sec_02 li{width: 45%; float: left;}
.dashboard_wrap .dashboard_sec01 .main_section.sec_02 li:nth-child(2n){margin-left: 10%;}
.dashboard_wrap .dashboard_sec01 .main_section.sec_03{background: #eee; height: 250px;}

.dashboard_wrap .dashboard_myinfo{width: 24%; border: none; box-shadow: none; color: #fff;}
.dashboard_wrap .dashboard_myinfo .main_section{margin-top: 0;}
.dashboard_wrap .dashboard_myinfo .icon{width: 90px; float: left; height: 90px; line-height: 90px; text-align: center; border-radius: 100%; background: #000;}
.dashboard_wrap .dashboard_myinfo .icon i{font-size: 25px; color: #fff;}
.dashboard_wrap .dashboard_myinfo ul{width: calc(100% - 90px); float: left; padding-left: 35px; padding-top: 8px;}
.dashboard_wrap .dashboard_myinfo li{width: 100%; float: left; font-size: 14px; height: 36px; line-height: 36px;  color: #fff; font-weight: 400;}
.dashboard_wrap .dashboard_myinfo .logout_Btn{width: 130px; float: right; margin-top: 13px; padding: 7px 0px; border: 1px solid #fff; color: #fff; font-size: 13px; font-weight: 600; border-radius: 100px;}
.dashboard_wrap .dashboard_myinfo .setting{position: absolute; top: -15px; right: -20px;}

.dashboard_wrap .dashboard_sec01 .search_wrap{width: 100%; float: left; margin-top: 40px;}
.dashboard_wrap .dashboard_sec01 .search_wrap form{width: 100%; float: left;}
.dashboard_wrap .dashboard_sec01 .search_wrap .form_wrap{width: 100%; float: left; text-align: center;}
.dashboard_wrap .dashboard_sec01 .search_wrap .form_wrap > div{width: 85%; margin: 0 auto; height: 35px; line-height: 35px;}
.dashboard_wrap .dashboard_sec01 .search_wrap .form_wrap .label{width: 80px; float: left; font-size: 15px; font-weight: 600;}
.dashboard_wrap .dashboard_sec01 .search_wrap .form_wrap .date_box{width: 130px; float: left; height: 100%; color: #666; padding: 0 10px; border: 1px solid #cdcdcd;}
.dashboard_wrap .dashboard_sec01 .search_wrap .form_wrap .hypen{width: 25px; float: left; color: #666; font-family: 500; font-size: 16px;}
.dashboard_wrap .dashboard_sec01 .search_wrap .form_wrap .summitBtn{width: 80px; height: 35px; float: left; margin-left: 10px; font-weight: 500; font-size: 13px; cursor: pointer; border: 1px solid #640084; background: #fff;}

.dashboard_wrap .dashboard_notice{width: 24%; float: left;}
.dashboard_wrap .dashboard_notice .dashboard_sec02{width: 100%; float: left;}
.dashboard_wrap .dashboard_notice .dashboard_sec02:nth-child(n+2){margin-top: 20px;}
.dashboard_wrap .dashboard_sec01 .title_section, .dashboard_wrap .dashboard_sec02 .title_section{width: 100%; float: left; border-bottom: 1px solid #f1f1f1; padding-bottom: 10px;}
.dashboard_wrap .dashboard_sec01 .title_section .left, .dashboard_wrap .dashboard_sec02 .title_section .left{ font-size: 16px; font-weight: 600; color: #000;}
.dashboard_wrap .dashboard_sec01 .title_section .right, .dashboard_wrap .dashboard_sec02 .title_section .right{font-size: 15px; font-weight: 500;}
.dashboard_wrap .dashboard_sec02 .main_section{width: 100%; float: left; margin-top: 20px;}
.dashboard_wrap .dashboard_sec02 .main_section ul{width: 100%; float: left;}
.dashboard_wrap .dashboard_sec02 .main_section li{width: 100%; float: left; font-size: 13px; font-weight: 500;}
.dashboard_wrap .dashboard_sec02 .main_section li .right{color: #ccc;}
.dashboard_wrap .dashboard_sec02 .main_section li.list:not(:first-child){margin-top: 11px;}
.dashboard_wrap .dashboard_sec02 .main_section .list i{margin-right: 10px;}

