@charset "UTF-8";
/* temp */
/* temp */
.main_top {
  position: relative;
  overflow: hidden;
  height: 277px;
  margin-bottom: 40px; }

/* 메인 콘텐츠 */
.main_cont {
  overflow: hidden; }
.main_cont li a:hover {
  text-decoration: underline; }

.main_center {
  float: left;
  width: 540px;
  /* main_center */ }

.main_right {
  float: right;
  width: 220px;
  /* main_right */ }

.main_footer {
  float: left;
  width: 100%;
  margin-top: 40px; }

.main_btn li {
  float: left;
  margin-bottom: 7px; }
.main_btn li.last {
  float: right; }

.daily_situation_report {
  float: left;
  margin-top: 30px;
  width: 540px;
  margin-right: 10px; }
.daily_situation_report h2 {
  color: #fff; }
.daily_situation_report .button.p {
  color: #fff;
  border-color: #fff;
  background: url(../img/btn_more_w.png) no-repeat 10px center;
  background-size: 10px; }
.daily_situation_report .report_container {
  position: relative; }
.daily_situation_report .report_container .slide_control {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #fff;
  z-index: 1; }
.daily_situation_report .report_container .report_box {
  position: relative; }
.daily_situation_report .report_container .report_box .report {
  width: 100%; }
.daily_situation_report .report_container .report_box .report .report_cont {
  height: 164px;
  padding: 16px 20px 18px 30px;
  /* .report_cont_list {
  	height: 130px;
  	font-size: 13px;
  	line-height: 26px;
  	.report_cont_list_child {
  		position: relative;
  		padding-left: 25px;
  		&:before {
  			content: "";
  			position: absolute;
  			top: 5px;
  			left: 0;
  			width: 16px;
  			height: 16px;
  			background: url(../img/svg/icon_check_blue.svg) no-repeat center center;
  			background-size: 8px;
  			border: 1px solid #43c7f5;
  		}
  	}
  } */ }
.daily_situation_report .report_container .report_box .report .report_cont .report_type {
  display: inline-block;
  width: 36px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  background: #95a614;
  color: #fff;
  margin-right: 5px;
  vertical-align: top;
  font-size: 11px;
  text-align: center; }
.daily_situation_report .report_container .report_box .report .report_cont h4 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin: 0; }
.daily_situation_report .report_container .report_box .report .report_cont .report_text {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 32px;
  line-height: 1.4;
  overflow: hidden; }
.daily_situation_report #situation_slider {
  float: left;
  width: 390px;
  height: 164px;
  background: #fff;
  overflow: hidden; }

.today_schedule {
  float: left;
  width: 240px;
  height: 207px;
  background: #18c4f4;
  padding: 15px 20px;
  margin-top: 30px; }
.today_schedule h2 {
  padding-left: 38px;
  background: url(../img/icon_schedule.png) no-repeat left top;
  background-size: 27px;
  color: #fff; }
.today_schedule .schedule_container {
  margin-top: 10px;
  height: 132px; }
.today_schedule .schedule_container ul li {
  margin-bottom: 12px; }
.today_schedule .schedule_container ul li .schedule_time {
  padding-left: 20px;
  font-size: 14px;
  background: url(../img/i_check.png) no-repeat left 4px;
  background-size: 14px;
  color: #fff; }
.today_schedule .schedule_container ul li .schedule_text {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  height: 36px;
  overflow: hidden; }

.main_notice {
  margin-bottom: 25px; }
.main_notice .main_module_tit {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  /* news */ }
.main_notice .main_module_tit h2 {
  opacity: .3;
  cursor: pointer;
  margin-bottom: 0; }
.main_notice .main_module_tit.news {
  margin-left: 20px; }
.main_notice .main_module_tit.news:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  border-left: 1px solid #ddd; }
.main_notice .main_module_tit.on h2 {
  opacity: 1;
  cursor: default; }
.main_notice table {
  border-collapse: separate; }
.main_notice table td {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important; }
.main_notice table.news {
  display: none; }
.main_notice table.news td:last-child {
  font-size: 11px;
  color: #929292; }

.main_news .vc_container {
  height: 200px !important; }
.main_news .bpa_news {
  margin-top: 2px; }
.main_news .bpa_news .resource_logo {
  position: relative;
  display: table;
  float: left;
  margin-right: 10px;
  margin-top: -2px; }
.main_news .bpa_news .resource_logo a {
  display: table-cell;
  width: 90px;
  height: 46px;
  text-align: center;
  vertical-align: middle; }
.main_news .bpa_news .resource_logo a img {
  width: auto;
  height: auto; }
.main_news .bpa_news .resource_logo + a {
  font-size: 13px; }
.main_news .bpa_news p {
  margin-top: 5px; }
.main_news .bpa_news p .resource {
  color: #fd922c;
  margin-right: 10px; }

.recent_update dl {
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 10px 15px; }
.recent_update dl:last-child {
  border-bottom: 1px solid #ddd; }
.recent_update dl dt {
  position: relative; }
.recent_update dl dt img {
  float: left;
  vertical-align: top;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 8px; }
.recent_update dl dt .name {
  display: inline-block;
  /* margin-bottom: 5px; */
  font-size: 14px;
  color: #fd922c;
  padding-top: 2px;
  width: 78px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.recent_update dl dt .date {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  color: #999; }
.recent_update dl dt .feed_good {
  position: absolute;
  top: -5px;
  right: -15px;
  border-bottom: 0; }
.recent_update dl dt .feed_good a {
  cursor: default; }
.recent_update dl dt .feed_good a:hover {
  color: inherit; }
.recent_update dl dt .feed_good a:focus {
  border: none;
  outline: none; }
.recent_update dl dt a:hover {
  color: #ef413a; }
.recent_update dl dd {
  margin-top: 9px;
  height: 36px;
  overflow: hidden;
  word-break: break-all; }

.recommend_group ul li {
  float: left;
  width: 180px;
  border: 1px solid #ddd; }
.recommend_group ul li .group_thumb {
  position: relative;
  padding-top: 80%;
  background-position: center center !important;
  background-size: cover !important;
  /* img {
  	width: 100%;
  	height: auto;
  } */ }
.recommend_group ul li .group_info {
  padding: 5px 15px 10px;
  font-size: 12px;
  height: 82px;
  overflow: hidden; }
.recommend_group ul li .group_info h4 {
  font-size: 15px;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px; }
.recommend_group ul li .group_info h4 a {
  display: block;  	
}
.recommend_group ul li .group_info h4 img {
  opacity: .3;
  width: 17px;
  height: 17px;
  vertical-align: top;
  margin-right: 3px; }
.recommend_group ul li .group_info p {
  height: 36px;
  overflow: hidden; }
.recommend_group ul li .group_info.blue {
  border-top: 3px solid #3a81fa; }
.recommend_group ul li .group_info.green {
  border-top: 3px solid #52c440; }
.recommend_group ul li .group_info.red {
  border-top: 3px solid #f56361; }
.recommend_group ul li .group_info.orange {
  border-top: 3px solid #ff9728; }

/* temp */
.todaydo {
  position: relative;
  float: left;
  width: 150px;
  height: 100%;
  background: #bcd026;
  text-align: center;
  padding: 20px; }
.todaydo:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -8px;
  border-left: 10px solid #bcd026;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }
.todaydo .date {
  /* float: left;
  margin: 15px 25px 0 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, sans-serif;
  text-align: center;
  */
  color: #fff;
  font-size: 14px; }
.todaydo .date .day {
  display: block;
  margin: 20px 0;
  font-size: 50px;
  font-weight: normal; }
.todaydo .nowtime {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6); }

.otherdo {
  float: left;
  width: 27%;
  height: 159px;
  border-bottom: 1px solid #d4d4d4; }
.otherdo .date {
  margin-bottom: 10px;
  padding: 20px 0 0 15px;
  line-height: 30px;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: bold;
  border-left: 1px solid #e6e7e7;
  font-family: NanumGothic; }
.otherdo .date span {
  font-size: 30px;
  font-weight: normal; }
.otherdo ul {
  padding: 0 15px; }
.otherdo.first .date, .otherdo.first ul {
  padding-left: 0;
  border: 0; }

/* temp */
.community {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  /* community */ }
.community h4 {
  position: relative;
  z-index: 1;
  padding-left: 45px;
  height: 32px;
  line-height: 32px;
  letter-spacing: -1px;
  border-bottom: 1px solid #cecece;
  background: url(../img/i_communi.png) no-repeat 10px center; }
.community .user_list {
  margin-top: -1px; }
.community .user_list > li {
  padding: 15px 15px 5px 92px;
  border-bottom: 0;
  border-top: 1px solid #ececec; }
.community .user_list > li.last, .community .user_list > li .feed_good {
  border-bottom: 0; }
.community .feed_slider {
  margin-bottom: 10px; }
.community .feed_user_info strong {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.community .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  border-left: 1px solid #e9e9e9;
  background: #f3f3f3 url(../img/i_more2.png) no-repeat center center; }

/* temp */
.mywork {
  /* mywork */ }
.mywork h4 {
  padding: 0 0 7px 25px;
  border-bottom: 1px solid #d6d6d6;
  background: url(../img/ic_task_title.png) no-repeat; }
.mywork li {
  padding: 5px 0;
  line-height: 40px;
  border-bottom: 1px dashed #e5e5e5; }
.mywork li.last {
  border: 0; }
.mywork li .col {
  display: inline-block;
  /* *display: inline;
  zoom: 1; */
  text-align: center; }
.mywork .col1 {
  width: 15%; }
.mywork .col2 {
  width: 53%;
  text-align: left !important;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.mywork .col3, .mywork .col4 {
  width: 15%; }
.mywork .thumb {
  position: relative;
  display: inline-block;
  /* *display: inline;
  zoom: 1; */
  overflow: hidden;
  margin-right: 3px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: #f8f8f8; }
.mywork .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/bg_mask.png) no-repeat; }
.mywork .btn_more {
  margin: -1px 0 0;
  background: #f8f8f8; }
.mywork .btn_more a {
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5; }

/* temp */
#home_myJob_cnt {
  margin-bottom: 40px; }
#home_myJob_cnt .statusNum {
  width: 100%; }
#home_myJob_cnt .statusNum li {
  display: inline-block;
  width: 32%;
  font-size: 12px;
  text-align: center;
  padding-top: 45px; }
#home_myJob_cnt .statusNum li strong {
  display: block; }
#home_myJob_cnt .statusNum li span {
  font-size: 16px;
  font-weight: 700;
  color: #fd922c; }
#home_myJob_cnt .statusNum li.message_status {
  background: url(../img/icon_alarm_01.png) no-repeat center top; }
#home_myJob_cnt .statusNum li.alarm_status {
  background: url(../img/icon_alarm_02.png) no-repeat center top; }
#home_myJob_cnt .statusNum li.meeting_status {
  background: url(../img/icon_alarm_03.png) no-repeat center top; }

/* temp */
.memo {
  position: relative;
  margin-bottom: 10px; }
.memo .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  background: #4789b7 url(../img/i_more.png) no-repeat center center;
  border-left: 1px solid #4586b3; }
.memo ul {
  margin: 10px 0 0; }
.memo ul li {
  padding-left: 20px;
  line-height: 23px;
  background: url(../img/ic_list2.png) no-repeat 0 center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.memo ul li a {
  display: block; }
.memo h4 {
  padding-left: 35px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  background: #4c93c4 url(../img/ic_memo.png) no-repeat 10px center;
  border: 1px solid #418cc1; }

/* temp */
.potalGroup {
  position: relative;
  margin-bottom: 10px;
  /* potalGroup */ }
.potalGroup .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  background: url(../img/i_more.png) no-repeat center center;
  background-color: #42B8BB;
  border-left: 1px solid #34B4B7; }
.potalGroup ul {
  margin: 10px 0 0; }
.potalGroup ul li {
  overflow: hidden;
  margin-bottom: 3px; }
.potalGroup ul li .photo {
  float: left;
  margin-right: 7px;
  border: 1px solid #eee;
  width: 40px;
  height: 40px; }
.potalGroup ul li .photo img {
  width: 40px;
  height: 40px; }
.potalGroup ul li .list_wrap {
  overflow: hidden; }
.potalGroup h4 {
  padding-left: 35px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  background: #4cc3c4 url(../img/ic_group.png) no-repeat 10px center;
  border: 1px solid #34b4b7; }

/* temp */
.msgBox .thumb {
  /* msgBox */ }
.msgBox .thumb .photo {
  position: relative;
  display: inline-block;
  /* *display: inline;
  zoom: 1; */
  overflow: hidden;
  margin-right: 3px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: #f8f8f8; }
.msgBox .thumb img {
  width: 100%;
  height: 100%; }
.msgBox .thumb .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/bg_mask.png) no-repeat; }
