::-webkit-scrollbar {
  width: 17px;
}
::-webkit-scrollbar-thumb {
  background-color: #787878;
  border-radius: 10px;
  background-clip: padding-box;
  border: 6px solid transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
  box-shadow: inset 0px 0px 5px white;
}
body {
    background: #b7b9bf;
}
.container {
  max-width: 1240px;
  height: calc(100vh - 194px);
  margin: 164px auto 30px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  background: #f6f9fc;
  padding: 0 30px 60px;
  min-width: 1240px;
  overflow: auto;
  position: relative;
}
.container.dash {
  padding: 0;
}
header {
  width: 1240px;
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
header .gnb {
  background: #0e3061;
  border-radius: 10px 10px 0 0;
  padding: 35px 30px 22px;
  box-sizing: border-box;
}
header .gnb h1 {
  float: left;
}
header .gnb h1 img {
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}
header .gnb .user {
  float: right;
}
header .gnb .user > ul {
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
header .gnb .user > a {
  float: right;
  margin-left: 42px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
header .gnb .user i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: cover !important;
  margin-right: 14px;
  vertical-align: middle;
}
header .gnb .user i.arrow_w {
  width: 11px;
  height: 7px;
  background: url(../img/arrow_w.png) no-repeat center;
  margin-right: 0;
  margin-left: 5px;
  transform: rotate(-180deg);
}
header .gnb .user .on i.arrow_w {
  transform: rotate(0);
}
header .gnb .user > a i {
  background: url(../img/pw_i.png) no-repeat center;
}
header .gnb .user > ul > li i {
  background: url(../img/id_i.png) no-repeat center;
}
header .gnb .user > ul > li {
  position: relative;
}
header .gnb .user > ul > li > a {
  color: #fff;
}
header .gnb .user > ul > li ul {
  position: absolute;
  top: 30px;
  right: 0;
  width: 120px;
  box-sizing: border-box;
  padding: 0 16px 16px;
  border: 1px solid #0e3061;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgb(188 188 188 / 60%);
  display: none;
}
header .gnb .user > ul > li ul li {
  margin-top: 16px;
  line-height: 14px;
}
header .gnb .user > ul > li ul li a {
  display: block;
  color: #787878;
  font-size: 14px;
  cursor:pointer;
}
header .gnb .user > ul > li ul li a.active {
  color: #488fcb;
  font-weight: 600;
}
header .lnb {
  background: #fff;
  padding: 0 37px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px rgba(89, 101, 110, 0.14);
}
header .lnb > ul > li {
  float: left;
  padding-right: 36px;
}
header .lnb > ul > li i {
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(../img/arrow_g.png) no-repeat center;
  background-size: cover;
  margin-left: 6px;
  vertical-align: 3px;
}
header .lnb > ul > li .on i {
  transform: rotate(-180deg);
}
header .lnb > ul > li > a {
  display: block;
  font-size: 16px;
  color: #bcc5cd;
  font-weight: 500;
  line-height: 50px;
}
header .lnb > ul > li > a.active {
  color: #488fcb;
  font-weight: 600;
}
header .lnb > ul > li ul {
  position: absolute;
  width: 142px;
  padding: 0 16px 16px;
  border-radius: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #fff;
  margin-top: 4px;
  display: none;
}
header .lnb > ul > li ul li {
  line-height: 14px;
}

header .lnb > ul > li ul li a {
  display: block;
  margin-top: 16px;
  color: #787878;
  font-size: 14px;
}
header .lnb > ul > li ul li a.active {
  color: #0e3061;
  font-weight: 600;
}

.gnb .admin_badge {
  width: 122px;
  height: 33px;
  background: url(../img/admin_bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  top: -5px;
}
.ico_admin {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../img/ico_admin.png) no-repeat center;
  background-size: cover;
  vertical-align: -2px;
  margin-right: 4px;
}

.tit_search .tit {
  float: left;
  line-height: 32px;
}
.tit_search fieldset {
  float: right;
  width: 100%;
  max-width: 260px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #c8e0f4;
  box-sizing: border-box;
  background: #e3edfa;
  border-radius: 5em;
  padding: 0 20px;
  position: relative;
}
.tit_search fieldset input {
  width: 100%;
  border: 0;
  height: 30px;
  line-height: 30px;
  background: transparent;
}
.tit_search fieldset input::placeholder {
  color: #82b8e5;
}
.search_i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/ico_search.png) no-repeat center;
  background-size: cover;
}
.tit_search fieldset .search_i {
  position: absolute;
  top: 8px;
  right: 20px;
}
.tit_area {
  padding-top: 35px;
}
.tit_area .tit {
  float: left;
  font-size: 26px;
  line-height: 26px;
  color: #0e3061;
  font-weight: 600;
}
.tit_area .tit span {
  color: #373737;
  font-weight: 400;
}

.bread {
  float: right;
  text-align: right;
  margin-top: 8px;
}
.bread li {
  display: inline-block;
  margin-left: 18px;
  color: #787878;
  position: relative;
}
.bread li:before {
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/bread_i.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 6px;
  right: -13px;
}
.bread li:first-child {
  color: #383838;
  font-weight: 600;
}
.bread li:last-child {
  color: #0e3061;
  font-weight: 600;
}
.bread li:last-child:before {
  display: none;
}
.bread li .ico_home {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/ico_home.png) no-repeat center;
  background-size: cover;
  margin-right: 6px;
}

.count_area {
  margin-top: 30px;
}
.count_area .count {
  float: left;
  line-height: 30px;
}
.count_area .btn_area {
  float: right;
  margin-top: 0;
}
.count {
  font-size: 14px;
  color: #383838;
}
.red_txt {
  color: #f30c32 !important;
}

.layer_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
  display: none;
}
.layer {
  position: fixed;
  width: 660px;
  /*max-height: calc(100vh - 80px);
    overflow-y: auto;*/
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  z-index: 210;
  display: none;
}
.modal.layer_L .modal-dialog {
  width: 1060px;
}
.modal.layer_m .modal-dialog {
  width: 900px;
}
.modal.layer_xs .modal-dialog {
  width: 360px;
}
.modal.layer_xl .modal-dialog {
  width: 1180px;
}
.modal.layer_xs .modal-content {
  padding: 30px 20px;
}
.layer .layer_head {
  position: relative;
}
.layer .layer_head p {
  font-size: 26px;
  color: #0e3061;
  font-weight: 600;
  line-height: 26px;
  margin-top: 6px;
}
.layer .layer_head p span {
  font-weight: 400;
  color: #282828;
}
.layer .layer_head .close_btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/close_btn.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
}
.layer .layer_body {
  padding: 40px 0 80px;
  box-sizing: border-box;
  max-height: calc(100vh - 210px);
  overflow: auto;
}
.layer .layer_foot {
  text-align: center;
  position: fixed;
  width: 100%;
  padding: 40px 0;
  left: 0;
  bottom: 0;
  background: #fff;
}
.layer .layer_foot a {
  margin: 0 4px;
}
.tar {
  text-align: right;
}
.dash_wrap h2 .alarm_i {
  float: right;
}
.search_area {
  margin-top: 20px;
  border: 1px solid #dbdfed;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px 10px;
}
.search_area fieldset > ul > li {
  float: left;
  margin-right: 60px;
  margin-bottom: 10px;
  display: flex;
}
.search_area ul li.right_btn {
  float: right;
  margin-right: 0;
}
.search_area ul li p {
  float: left;
  font-weight: 500;
  line-height: 40px;
  min-width: 120px;
}
.search_area ul li input,
.search_area ul li .dropdown {
  float: left;
  width: 300px;
  max-width: 100% !important;
}
.search_area ul li input.full,
.search_area ul li .dropdown.full {
  width: 600px;
}
.search_area ul li.date input {
  width: 135px;
}
.search_area ul li.date span {
  float: left;
  color: #d8d8d8;
  line-height: 40px;
  padding: 0 11px;
}
.search_area ul li .checkbox span {
  line-height: 40px;
}
.search_area ul li .checkbox input[type="checkbox"] {
  margin-top: 12px;
}

.read-only {
  background: #e8e8e8;
}

.flex_align {
  display: flex;
  border: 1px solid #dbdfed;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 0 20px;
}
.flex_align > p {
  flex: auto 0 0;
  width: 30%;
  line-height: 48px;
  font-weight: 500;
}
.flex_align > input {
  flex: auto;
  border: 0;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.mt10 {
  margin-top: 10px !important;
}

.tooltip-inner {
  max-width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #0e3061;
  border-radius: 10px;
  color: #787878;
  text-align: left;
  font-size: 14px;
  opacity: 1;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #0e3061;
}
:after,
:before {
  box-sizing: unset;
}
.pd0 {
  padding: 0 !important;
}

.border_list {
  flex: auto;
}
.border_list dl {
  display: flex;
  min-height: 50px;
  border: 1px solid #dbdfed;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 10px;
}
.border_list dl.left {
  float: left;
  width: 48%;
}
.border_list dl.right {
  float: right;
  width: 48%;
}
.border_list dl dt {
  width: 145px;
  font-weight: 500;
  line-height: 50px;
  flex: none;
}
.border_list dl dd {
  display: block;
  width: 100%;
  color: #787878;
  margin: auto 0;
  position: relative;
}
.border_list dl dd.h_80,
.border_list dl dd.h_100,
.border_list dl dd.h_250 {
  overflow: hidden;
}
.border_list dl dd.h_80 textarea,
.border_list dl dd.h_100 textarea,
.border_list dl dd.h_250 textarea {
  overflow: auto;
}

.border_list dl input {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.border_list dl textarea {
  border: 0;
  height: 100%;
  width: 100%;
  resize: none;
  padding: 0;
}
.border_list dd.two_date {
  display: flex;
  justify-content: space-between;
}
.border_list dd.two_date input {
  width: 95px;
}
.border_list dd.two_date span {
  margin: auto;
  padding: 0 6px;
  font-size: 16px;
  font-weight: 500;
}
.border_list dd input[type="button"] {
  text-align: left;
}

.border_list dd input.ico_hamburger {
  background: url(../img/ico_hamburger.png) no-repeat right center / 16px 14px;
}

.border_list dd .ico_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.border_list .filebox .upload-name {
  background: none;
  border: 0;
}
.border_list .filebox label {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  line-height: 28px;
  border-color: #a8a8a8;
  font-weight: 400;
  color: #383838;
  padding-top: 0;
  padding-bottom: 0;
}
.h_55 {
  height: 55px;
  overflow: auto;
  padding: 13px 0;
}
.h_95 {
  height: 95px;
  overflow: auto;
  padding: 13px 0;
}
.h_80 {
  height: 80px;
  padding: 12px 0;
}
.h_100 {
  height: 100px;
  padding: 12px 0;
}
.h_250 {
  height: 250px;
  padding: 12px 0;
}
.tal {
  text-align: left !important;
}

.flex_area {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.flex_area .left > * {
  margin-right: 24px;
}
.flex_area .right {
  display: flex;
}
.flex_area .right > * {
  margin-left: 8px;
}
.bd_btn.today_btn {
  background: #fffbef;
  border-color: #a8a8a8;
  color: #488fcb;
}
.bd_btn.today_btn i {
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url(../img/ico_check44.png) no-repeat left center;
  padding-left: 11px;
  background-size: cover;
  margin-right: 6px;
  vertical-align: 2px;
}

.calendar_area {
  border: 1px solid #dbdfed;
  border-radius: 10px 10px 0 0;
  margin-top: 10px;
  background: #fff;
}
.calendar_area .cal_head {
  background: #eef0f8;
  border-radius: 10px 10px 0 0;
  padding-top: 50px;
  border-bottom: 1px solid #dbdfed;
}
.calendar_area .cal_head > p {
  text-align: center;
  line-height: 16px;
}
.calendar_area .cal_head > p span {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  padding: 0 26px;
}
.calendar_area .cal_head > p a {
  padding: 20px;
}
.cal_arrow {
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../img/cal_arrow.png) no-repeat center;
  background-size: cover;
}
.calendar_area .cal_head > p a.cal_next i {
  transform: rotate(180deg);
}
.calendar_area .cal_head table th {
  height: auto;
  padding: 46px 11px 11px;
  text-align: left;
  font-weight: 500;
}
.cal_body > ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dbdfed;
  box-sizing: border-box;
}
.cal_body > ul:last-child {
  border-bottom: 0;
}
.cal_body > ul > li {
  width: 14.28%;
  height: 120px;
  position: relative;
}
.cal_body > ul > li > a {
  display: block;
  padding: 10px 11px;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dbdfed;
  box-sizing: border-box;
  font-size: 16px;
  color: #787878;
}
.cal_body > ul > li:last-child > a {
  border-right: 0;
}
.calendar_area .red {
  color: #f30c32 !important;
}
.calendar_area .blue {
  color: #488fcb !important;
}
.calendar_area .blur {
  background: #f8f8f8;
}
.calendar_area .blur a span {
  color: #d7d7d7;
}
.calendar_area .today {
  background: #fffbef;
  position: relative;
}
.calendar_area .today:before {
  /* content: "Today"; */
  font-size: 11px;
  color: #488fcb;
  /* background: url(../img/ico_check44.png) no-repeat left center; */
  padding-left: 11px;
  background-size: 8px 6px;
  position: absolute;
  top: 12px;
  right: 11px;
}
.calendar_area .scd_list {
  width: 100%;
  height: auto;
  max-height: 70px;
  position: absolute;
  top: 30px;
  left: 0;
  box-sizing: border-box;
}
.calendar_area .scd_list a {
  display: block;
  margin-top: 6px;
  line-height: 20px;
  color: #787878;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 11px;
}
.calendar_area .scd_list .long {
  width: 100%;
  height: 20px;
  line-height: 20px;
}
.calendar_area .scd_list .long.purple {
  background: rgba(38, 77, 165, 0.2);
}
.calendar_area .scd_list .long.orange {
  background: rgba(255, 131, 20, 0.2);
}
.calendar_area .scd_list .long.sky {
  background: rgba(39, 209, 203, 0.2);
}

.modal-content {
  padding: 46px 40px 40px;
  border-radius: 10px;
  box-shadow: none;
}
.md .modal-content {
  width: 700px;
}
.modal-header {
  padding: 0;
  border: 0;
  position: relative;
}
.modal-title {
  font-size: 26px;
  font-weight: 600;
  color: #0e3061;
  line-height: 26px;
}
.modal-title span {
  font-weight: 400;
}
.modal-title small {
  font-size: 14px;
  font-weight: 500;
  color: #787878;
}
.modal-header .close {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/close_btn.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 1;
  margin: 0;
}
.modal-body {
  padding: 5px 0;
  margin-top: 20px;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-footer {
  text-align: center;
  padding: 0;
  margin-top: 40px;
  border: 0;
}
.modal-footer:before,
.modal-footer:after {
  display: none;
}
.modal-footer a {
  margin: 0 4px;
}

.modal-sm {
  width: 440px;
}
.modal-sm .modal-header .modal-title {
  font-size: 20px;
  color: #222;
}
.modal-sm .modal-header .close {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
}
.modal-sm .modal-content {
  padding: 20px;
}

.modal-xl {
  width: 1160px;
}

.modal-dialog-centered {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
}
.modal-dialog-centered .modal-content {
  width: 100%;
}

.card {
  border: 1px solid #dbdfed;
  border-radius: 6px;
}
.card-header {
  padding: 20px;
  background: #eef0f8;
  border-bottom: 1px solid #dbdfed;
}
.card-header.split {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card-header.split h5 {
  font-size: 14px;
  width: 165px;
  flex-shrink: 0;
  padding-left: 20px;
}
.card-body {
  padding: 20px;
}

.scd_add .flex_align {
  margin-top: 10px;
  padding-right: 20px;
  position: relative;
}
.scd_add .flex_align input {
  text-align: left;
}
.flex_align.date {
  padding: 16px 20px;
  position: relative;
  justify-content: space-between;
}
.flex_align.date.new > div {
  display: flex;
  width: 100%;
}
.flex_align.date p {
  line-height: 1.3;
  width: 130px;
}
.flex_align.date.new p {
  width: 145px;
  flex-shrink: 0;
}
.flex_align.date input {
  width: 215px;
  border: 1px solid #dbdfed;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  margin-top: 32px;
  padding: 0 12px;
}
.flex_align.date.new input {
  width: 100%;
}
.flex_align.date span {
  font-size: 18px;
  font-weight: 500;
  color: #787878;
  padding: 0 5px;
  margin-top: 32px;
}
.flex_align.date .bd_btn {
  position: absolute;
  top: 16px;
  height: 22px;
  line-height: 20px;
  border-color: #dbdfed;
  color: #b8b8b8;
  left: 148px;
}
.flex_align.date.new .bd_btn {
  left: 165px;
}
.flex_align.date .bd_btn.on {
  background: #ffc514;
  border-color: #f69a2e;
  color: #383838;
}
.flex_align .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.flex_align .btn-default.active,
.flex_align .btn-default:active,
.flex_align .open > .dropdown-toggle.btn-default,
.flex_align .bootstrap-select > .dropdown-toggle {
  width: 100%;
  max-width: 100% !important;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 0;
}

.dropdown.open .bootstrap-select .dropdown-toggle .caret {
  transform: rotate(180deg);
}

::-webkit-calendar-picker-indicator {
  /* �̰��� �Ʒ��� ȭ��ǥ�� �����Դϴ�.*/
  width: 14px;
  height: 14px;
  background: url(../img/ico_cal.png) no-repeat center;
  background-size: 14px;
  cursor: pointer;
}

.flex_align .ico_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.modal.purson_add {
  margin: 0;
  overflow: hidden;
}
.purson_add .modal-content {
  border-color: #0e3061;
  padding: 30px 20px;
}
.purson_add .modal-title {
  font-size: 20px;
  line-height: 20px;
  color: #383838;
}
.purson_add .modal-header .close {
  width: 16px;
  height: 16px;
  margin-top: -10px;
}

.trans {
  display: flex;
  justify-content: space-between;
}
.trans .left {
  width: 260px;
}
.trans .left > label {
  position: relative;
  width: 100%;
}
.trans .left > label a {
  position: absolute;
  top: 14px;
  right: 14px;
}
.trans .right {
  width: 260px;
  margin-top: -28px;
}
.trans > div > p {
  font-weight: 500;
  line-height: 14px;
}
.trans > div > p span {
  font-weight: 400;
  color: #787878;
}
.trans .left > p {
  margin-top: 20px;
}
.trans div ul {
  border: 1px solid #dbdfed;
  margin-top: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 16px 20px;
}
.trans .left ul {
  height: 126px;
  overflow-y: scroll;
}
.trans .right ul {
  height: 219px;
  overflow-y: scroll;
}
.trans div ul li {
  margin-bottom: 16px;
}
.trans div ul li:last-child {
  margin-bottom: 0;
}
.trans .left ul li a {
  display: block;
  color: #787878;
}
.trans .left ul li a.active {
  color: #0e3061;
  font-weight: 600;
}
.trans .right ul li {
  display: flex;
  justify-content: space-between;
}
.trans .right ul li a {
  display: flex;
}
.trans .right ul li a i {
  margin: auto;
}
.trans .center button {
  display: block;
  width: 38px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #a8a8a8;
  box-sizing: border-box;
  background: url(../img/paging_i.png) no-repeat center;
  background-size: 16px 14px;
  transform: rotate(180deg);
  margin: 140px 10px 0;
}

.scd_detail .modal-header > p {
  color: #787878;
  margin-top: 10px;
}
.scd_detail .modal-body {
  margin-top: 40px;
}
.scd_detail .flex_align {
  border: 0;
  height: auto;
  display: flex;
  justify-content: left;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.scd_detail .flex_align p {
  flex: unset;
  line-height: 14px;
  font-weight: 600;
  width: 120px;
  margin: auto 0;
}
.scd_detail .flex_align span {
  color: #787878;
}
.scd_detail .modal-footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dbdfed;
}

.table_div table td input[type="date"] {
  display: inline-block;
  width: calc(50% - 10px);
  padding: 0 4px;
}

.lg.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 36px;
  line-height: 34px;
  border-color: #dbdfed;
}
.lg.bootstrap-select > .dropdown-toggle.bs-placeholder,
.lg.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.lg.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.lg.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  line-height: 34px;
  height: 34px;
}

.x_lg.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 40px;
  line-height: 38px;
  border-color: #dbdfed;
}

.x_lg .btn-default.active,
.x_lg .btn-default:active,
.x_lg.open > .dropdown-toggle.btn-default,
.x_lg.bootstrap-select > .dropdown-toggle {
  line-height: 38px;
  height: 38px;
}

.search_area ul li .checkbox {
  display: inline-block;
  margin: 0;
  margin-right: 38px;
}
.search_area ul li .checkbox label {
  padding: 0;
}

.modal.purson_selec .modal-dialog {
  width: 700px;
}

.purson_selec .modal-content {
  border-color: #0e3061;
  padding: 30px 20px;
}

.purson_selec .modal-title {
  font-size: 20px;
  line-height: 20px;
  color: #383838;
}

.purson_selec .modal-header .close {
  width: 16px;
  height: 16px;
  margin-top: -10px;
}

.purson_selec .modal-body .search {
  display: flex;
}
.purson_selec .modal-body .search > label {
  position: relative;
  width: 280px;
}
.purson_selec .modal-body .search > label input {
  width: 280px;
}
.purson_selec .modal-body .search > label a {
  position: absolute;
  top: 12px;
  right: 14px;
}
.purson_selec .modal-body .search .checkbox {
  margin: auto;
  margin-top: 5px;
}
.purson_selec .modal-body .search .checkbox input {
  margin-right: 10px;
}

.purson_selec .table_div {
  border-radius: 10px;
}
.purson_selec .trans .left {
  width: 280px;
}
.purson_selec .trans .right {
  margin-top: 20px;
  width: 280px;
}
.purson_selec .trans .scroll_table {
  display: block;
  height: 210px;
  overflow-y: scroll;
  border-radius: 0 0 10px 10px;
}
.purson_selec .trans table td {
  height: 30px;
  cursor: pointer;
}
.purson_selec .trans table tr:nth-child(even) td {
  background: #fff;
}
.purson_selec .trans table tr.active td {
  background: #f0f7ff;
}

.modal.lg .modal-dialog {
  width: 820px;
}

.calendar_area.short {
  background: #e5eef7;
  height: 280px;
}
.calendar_area.short .cal_head {
  background: #e5eef7;
  border-color: #d5e3f1;
  padding: 0 20px;
  padding-top: 30px;
  border-bottom: 0;
}
.calendar_area.short .cal_head > p span {
  font-size: 23px;
  color: #585858;
  font-weight: 600;
  padding: 0 18px;
}
.calendar_area.short .cal_head table th {
  padding: 30px 0 0;
  color: #585858;
  font-weight: 600;
  text-align: center;
  background: #e5eef7;
}
.short .cal_body ul {
  background: #e5eef7;
  padding: 0 28px;
  margin-top: 8px;
  border: 0;
}
.short .cal_body ul li {
  width: auto;
  height: auto;
  background: #e5eef7;
}
.short .cal_body ul li.today:before {
  display: none;
}
.short .cal_body ul li.today a {
  background: #488fcb;
}
.short .cal_body ul li.today a span {
  color: #fff;
}
.short .cal_body ul li > a {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 6px;
  border: 0;
  font-size: 14px;
  margin: auto;
  text-align: center;
  padding: 0;
}
.short .cal_body ul li > a span {
  line-height: 20px;
}
.short .cal_body ul li.event_on a {
  background: #455379;
}
.short .cal_body ul li.event_on a span {
  color: #fff;
}

li.event_on.today a {
  background: #ea4335 !important;
}

.cal_btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid #d5e3f1;
  background: #fff;
  box-sizing: border-box;
  padding: 3px 0 !important;
}
.cal_btn i {
  vertical-align: 2px;
}
.cal_btn.next .cal_arrow {
  transform: rotate(180deg);
}

.checkbox label,
.radio label {
  padding: 0;
}

.calendar_area.week {
  overflow: hidden;
}
.calendar_area.week .cal_head table th:first-child {
  padding: 0 10px;
}
.week .cal_body ul {
  border-bottom: 0;
}
.week .cal_body ul li {
  width: 154px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dbdfed;
  border-left: 0;
  margin-top: -1px;
}
.week .cal_body ul:last-child li {
  border-bottom: 0;
}
.week .cal_body ul li:first-child {
  width: 89px;
  text-align: right;
  padding-right: 16px;
  display: flex;
  flex-direction: column-reverse;
  font-size: 12px;
  color: #b8b8b8;
  border-bottom: 0;
}
.week .cal_body ul li:last-child {
  border-right: 0;
}
.week .cal_body ul li > a {
  border-right: 0;
  padding: 6px 0;
}
.week.calendar_area .scd_list {
  z-index: 10;
  background: #fff;
  max-height: 100vh;
  top: 0;
}
.week.calendar_area .scd_list.full {
  height: 100vh;
}
.week.calendar_area .scd_list a {
  overflow: visible;
  text-overflow: initial;
  word-break: break-all;
  white-space: initial;
  margin-top: 0;
  padding-top: 10px;
  position: relative;
  padding-left: 30px;
}
.week.calendar_area .scd_list a > p {
  font-size: 12px;
  margin-top: 5px;
  color: #a8a8a8;
}
.week.calendar_area .scd_list a.long {
  height: inherit;
}
.week.calendar_area .scd_list a i {
  position: absolute;
  top: 13px;
  left: 10px;
}
.week .cal_body ul li.today a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  background: #fffbef;
  padding: 0 10px;
}

.calendar_area.day .cal_head table th:first-child {
  padding: 0 2px;
}
.week.day .cal_body ul li:last-child {
  width: 100%;
}
.week.day .cal_body ul li:first-child {
  border: 0;
  border-right: 1px solid #dbdfed;
}

.tab {
  margin-top: 20px;
}
.tab li {
  display: inline-block;
}
.tab li a {
  display: block;
  line-height: 14px;
  font-weight: 500;
  color: #bcc5cd;
  margin-right: 15px;
  box-sizing: border-box;
  cursor:pointer;
}
.tab li.active a {
  color: #488fcb;
  border-bottom: 2px solid #488fcb;
  padding-bottom: 10px;
}

.tab_content > div {
  display: none;
}
.tab_content > div:first-child {
  display: block;
}

.card_area {
  margin-top: 20px;
}
.card_area > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dbdfed;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
.card_area > ul li {
  margin-top: 20px;
  width: auto;
  flex: calc(20% - 32px) 0 0;
  position: relative;
  margin-right: 40px;
  height: 213px;
  border: 1px solid #dbdfed;
  border-radius: 10px;
  background: #fff;
}
.card_area > ul li:nth-child(5n) {
  margin-right: 0;
}
.card_area > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 83px;
  box-sizing: border-box;
}
.card_area > ul li a > p {
  width: 160px;
  height: 80px;
  border-radius: 0 10px 0 0;
  background: #3f60ac;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  color: #fff;
  padding-left: 20px;
}
.card_area > ul li:nth-child(3n + 2) a > p {
  background: #ffc514;
}
.card_area > ul li:nth-child(3n + 3) a > p {
  background: #27d1cb;
}
.card_area > ul li a > p strong {
  margin: auto 0;
  display: flex;
}
.card_area > ul li a > p strong span {
  margin-right: 5px;
}
.card_area > ul li a i {
  display: block;
  width: 14px;
  height: 14px;
  background-size: cover !important;
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 20;
}
.card_area > ul li a i.ico_view {
  background: url(../img/ico_view.png) no-repeat center;
}
.card_area > ul li a i.ico_write {
  background: url(../img/ico_write.png) no-repeat center;
}

.tab2 {
  margin-top: 40px;
  border: 1px solid #dbdfed;
}
.tab2 ul {
  display: flex;
  justify-content: space-between;
}
.tab2 ul li {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #eef0f8;
  height: 50px;
}
.tab2 ul li a {
  text-align: center;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab2 ul li.active {
  background: #0e3061;
}
.tab2 ul li.active a {
  color: #fff;
}

.tab.ask {
  text-align: center;
  margin-top: 30px;
}
.ask_view {
  height: 340px;
  border: 1px solid #dbdfed;
  border-radius: 10px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
  overflow: auto;
}
.ask_tit {
  border-bottom: 1px solid #dbdfed;
  display: flex;
}
.ask_tit > p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  flex: auto;
  padding-bottom: 10px;
}
.ask_tit .tab3 ul li {
  display: inline-block;
}
.ask_tit .tab3 ul li a {
  display: inline-block;
  color: #787878;
  margin-left: 24px;
  padding-bottom: 11px;
}
.ask_tit .tab3 ul li.active a {
  color: #383838;
  border-bottom: 2px solid #383838;
  font-weight: 600;
}

.ask_cont > div > p {
  color: #787878;
  margin-top: 15px;
  line-height: 16px;
}
.ask_cont > div {
  position: relative;
}
.tab4 {
  width: 100%;
  /* position: absolute;
  top: 44px;
  left: 0; */
  position: relative;
  border: 1px solid #dbdfed;
  border-radius: 10px 10px 0 0;
  background: #f8f8f8;
  padding: 0 20px;
  box-sizing: border-box;
}
.tab4.fold {
  /* top: auto; */
  /* bottom: -5px; */
}
.tab4 ul li {
  display: inline-block;
}
.tab4 ul li a {
  display: inline-block;
  line-height: 50px;
  color: #787878;
  margin-right: 30px;
}
.tab4 ul li.active a {
  font-weight: 600;
  color: #383838;
  border-bottom: 2px solid #383838;
}
.tab4 > a {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/arrow.png) no-repeat center;
  background-size: 8px 12px;
  transform: rotate(270deg);
  position: absolute;
  top: 18px;
  right: 20px;
}
.tab4 > a.fold {
  transform: rotate(90deg);
}

#ask_write .ask_view {
  resize: vertical;
  display: flex;
  flex-direction: column;
}
#ask_write .ask_view .ask_tit {
  flex-shrink: 0;
}
#ask_write .ask_view .ask_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#ask_write .ask_view .ask_cont > .tab-pane {
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#ask_write .ask_cont > .tab-pane.active {
  display: flex;
}
#ask_write .ask_cont > .tab-pane > p {
  flex-shrink: 0;
  margin: 15px 0;
}
#ask_write .ask_cont > .tab-pane .tab4.fold + .tab-content {
  display: none;
}
#ask_write .tab4 {
  flex-shrink: 0;
}
#ask_write .tab4 + .tab-content {
  flex: 1;
}
.tab4_view.active {
  /* height: 170px; */
  height: 100%;
  overflow-y: auto;
  padding: 20px 20px 0;
  box-sizing: border-box;
  border-left: 1px solid #dbdfed;
  border-right: 1px solid #dbdfed;
  /* margin-top: 66px; */
}
.tab4_view.fold {
  height: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.tab4_view table {
  border: 1px solid #dbdfed;
}
.tab4_view table thead tr:nth-child(1) th:first-child,
.tab4_view table thead tr:nth-child(1) th:last-child {
  border-radius: 0;
}
.tab4_view table th {
  background: #f8f8f8;
  border-bottom: 1px solid #dbdfed;
  padding: 10px 20px;
}
.tab4_view table td {
  padding: 10px 20px;
}
.tab4_view .table_div {
  border: 0;
  border-radius: 0;
}

.tab5 {
  border-bottom: 1px solid #dbdfed;
  margin-bottom: 15px;
}
.tab5 ul li {
  display: inline-block;
  margin-right: 30px;
}
.tab5 ul li a {
  display: inline-block;
  color: #787878;
  padding-bottom: 12px;
  line-height: 14px;
}
.tab5 ul li.active a {
  font-weight: 600;
  color: #383838;
  border-bottom: 2px solid #383838;
}
.tab4_view .tab-content {
  color: #787878;
}
.tab4_view table .b_bg th {
  background: #e8e8e8;
}
.tab4_view .table_div {
  position: relative;
}

.ico_wide {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/ico_wide.png) no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 11px;
  right: 11px;
}

.modal.edu_detail table {
  border: 1px solid #dbdfed;
}
.modal.edu_detail table thead tr:nth-child(1) th:first-child,
.modal.edu_detail table thead tr:nth-child(1) th:last-child {
  border-radius: 0;
}
.modal.edu_detail table th {
  height: 39px;
  background: #f8f8f8;
  border-bottom: 1px solid #dbdfed;
  padding: 0 20px;
}
.modal.edu_detail table td {
  padding: 0 20px;
}
.modal.edu_detail table .b_bg th {
  background: #e8e8e8;
}
.modal.edu_detail .table_div {
  border: 0;
  border-radius: 0;
}

.tab4_view .search_area {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #dbdfed;
  margin-top: 0;
  border-radius: 0;
}
.tab4_view .search_area li {
  max-width: 300px;
  margin-right: 10px;
}
.tab4_view .search_area li input {
  width: 135px;
}
.num_select .modal-content {
  border-color: #0e3061;
}

.num_search {
  border: 1px solid #0e3061;
  border-radius: 6px;
  height: 50px;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
}
.num_search p {
  margin: auto;
  flex: auto;
  font-weight: 500;
}
.num_search label {
  width: 75%;
}
.num_search label input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 0;
}
.num_search label a {
  position: absolute;
  top: 18px;
  right: 11px;
  width: 17px;
  height: 17px;
}
.num_select table {
  margin-top: 20px;
}
.num_select table td:nth-child(2) {
  text-align: left;
}
.num_select table tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
.num_select table tbody tr:nth-child(even) td {
  background: #fff;
}

.sub_tit {
  font-size: 20px;
  line-height: 20px;
  margin-top: 30px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.sub_tit span {
  color: #787878;
  font-weight: 400;
  font-size: 14px;
}
.ask_editor {
  border: 1px solid #dbdfed;
  border-radius: 10px;
  padding: 10px 16px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
}

.flex_area.md a.gray {
  background: #e8e8e8;
  border-color: #0e3061;
}

.ask_write textarea {
  height: 700px;
  padding: 20px;
  box-sizing: border-box;
}

.tit_area .tab {
  margin-top: 10px;
  float: left;
  line-height: 14px;
  margin-left: 38px;
}
.tit_area .tab ul li a {
  font-size: 16px;
}
.tit_area .tab ul li.active a {
  padding-bottom: 4px;
}

.slice_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.slice_box > div {
  width: 575px;
  border: 1px solid #dbdfed;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.slice_box > div .sub_tit {
  margin-top: 0;
}
.slice_box > div label {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.slice_box > div label input {
  height: 50px;
  line-height: 48px;
}
.slice_box > div label a {
  position: absolute;
  top: 10px;
  right: 10px;
}
.slice_box > div ul {
  width: 100%;
  height: 250px;
  margin-top: 10px;
  border: 1px solid #dbdfed;
  border-radius: 10px;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 0 20px 15px;
}
.slice_box > div ul li {
  color: #787878;
  margin-top: 20px;
  line-height: 14px;
}
.slice_box > div ul li:first-child {
  margin-top: 15px;
}
.sm_tit {
  font-weight: 500;
  line-height: 14px;
  margin-top: 20px;
}

#ask_add .flex_area {
  margin-top: 10px;
  align-items: center;
}
#ask_add .flex_area .right {
  display: flex;
  width: 80%;
  height: 50px;
  border: 1px solid #dbdfed;
  border-radius: 6px;
  padding: 10px 20px;
  box-sizing: border-box;
}
#ask_add .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 50px;
  max-width: 100% !important;
  border-color: #dbdfed;
}
#ask_add .btn-default.active,
#ask_add .btn-default:active,
#ask_add .open > .dropdown-toggle.btn-default,
#ask_add .bootstrap-select > .dropdown-toggle {
  height: 50px;
  line-height: 48px;
  width: 300px;
}
#ask_add .flex_area .left .btn_evaluate_list {
  width: 200px;
  margin-right: 1rem;
  height: 50px;
}
#ask_add .flex_area .right input {
  width: 99px;
  height: 28px;
  line-height: 26px;
  margin: auto 10px;
  padding: 0 6px;
}
#ask_add .flex_area .right input:read-only {
  background: #f6fbff;
}
#ask_add .flex_area .right span {
  margin: auto 0;
}
#ask_add .flex_area .right em {
  color: #b8b8b8;
  margin: auto 0;
}
#ask_add .flex_area .right .bd_btn {
  margin-left: 30px;
}
#ask_add .detail_area {
  padding-right: 5px;
}
#ask_add .detail_area .top {
  display: flex;
  height: 50px;
  background: #f6fbff;
  border: 1px solid #dbdfed;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  padding: 0 18px;
  margin-top: 11px;
  position: relative;
}
#ask_add .detail_area .top span {
  margin: auto 0;
}
#ask_add .detail_area .top input {
  margin: auto 0;
  width: 80%;
  background: none;
  border: 0;
}
#ask_add .detail_area .top .btn-fold {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
}
#ask_add .detail_area .top.fold {
  border-radius: 6px;
  background: #fff;
}
#ask_add .detail_area .top.fold .btn-fold i {
  transform: rotate(90deg);
}
#ask_add .detail_area .arrow {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/arrow.png) no-repeat center;
  background-size: 8px 12px;
  transform: rotate(270deg);
}
#ask_add .detail_area .top .btn_hide_circle,
#ask_add .detail_area .top .btn_delete_circle {
  position: absolute;
  top: -4px;
  right: -4px;
}
#ask_add .middle {
  border: 1px solid #dbdfed;
  border-top: 0;
  padding: 30px 20px 20px;
  border-radius: 0 0 10px 10px;
}
#ask_add .middle .tab {
  text-align: center;
  margin-top: 0;
}
#ask_add .middle .ask_tit {
  border: 0;
}
#ask_add .middle .ask_tit > p {
  padding-bottom: 0;
}

.btn_hide_circle,
.btn_delete_circle {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px auto;
}
.btn_hide_circle {
  background-image: url(../img/ico_hide_circle.png);
}
.btn_hide_circle:hover,
.btn_hide_circle.on {
  background-image: url(../img/ico_hide_circle_hover.png);
}
.btn_delete_circle {
  background-image: url(../img/ico_del_circle.png);
}
.btn_delete_circle:hover {
  background-image: url(../img/ico_del_circle_hover.png);
}

.swiper-standard-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.swiper-standard-wrap .swiper {
  margin: 0;
  flex-grow: 1;
}
.swiper-standard-wrap .swiper .swiper-wrapper {
  padding: 1rem 0;
  margin-right: 1rem;
}
.swiper-standard-wrap .swiper .swiper-wrapper .swiper-slide {
  min-width: 97px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #383838;
  border-radius: 6px;
  background: #eef0f8;
  border: 1px solid #dbdfed;
  margin-right: 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.swiper-standard-wrap .swiper .swiper-wrapper .swiper-slide .btn_delete_circle,
.swiper-standard-wrap .swiper .swiper-wrapper .swiper-slide .btn_hide_circle {
  z-index: 99;
  position: absolute;
  top: -4px;
  right: -4px;
  transition: 0.2s ease-in-out;
}
.swiper-standard-wrap .swiper .swiper-wrapper .swiper-slide.active {
  background: #0e3061;
  border-color: #0e3061;
  color: #fff;
}
.swiper-standard-wrap .swiper .swiper-wrapper .swiper-slide input {
  background: none;
  border: 0;
  height: 100%;
}
.swiper-standard-wrap .swiper + .flex-end {
  flex-shrink: 0;
  margin-left: 1rem;
}
.swiper-navi-box {
  flex-shrink: 0;
  border: 1px solid #dbdfed;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-navi-box:before {
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  background: linear-gradient(to left, #ffffff 30%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  left: -61px;
  top: 0;
  z-index: 20;
}
.swiper-navi-box .swiper-button-next,
.swiper-navi-box .swiper-button-prev {
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  width: 36px;
  height: 50px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 9px auto;
}
.swiper-navi-box .swiper-button-next:after,
.swiper-navi-box .swiper-button-prev:after {
  display: none;
}
.swiper-navi-box .swiper-button-next {
  background-image: url("../img/swiper_next.png");
  background-position: 40% center;
}
.swiper-navi-box .swiper-button-prev {
  background-image: url("../img/swiper_prev.png");
  background-position: 60% center;
}
#ask_add .add_btn {
  flex-shrink: 0;
  margin-left: 1rem;
}
#ask_add .add_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #dbdfed;
  border-radius: 6px;
}
#ask_add .add_btn a i {
  margin: auto;
}
#ask_add .ask_view textarea {
  margin-top: 20px;
  border: 0;
}
#ask_add .ask_view {
  position: relative;
  height: 354px;
}
#ask_add .ask_cont {
  width: calc(100% - 40px);
  position: absolute;
  bottom: -1px;
  left: 20px;
  border: 1px solid #dbdfed;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
}
#ask_add .ask_cont > div {
  height: auto;
  box-sizing: border-box;
}
#ask_add .ask_cont .tab4 {
  top: 0;
  left: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #dbdfed;
  padding: 0;
}
#ask_add .ask_cont .tab-content > div {
  border-top: 0;
  height: 190px;
  overflow-y: auto;
}
#ask_add .ask_cont .tab-content table {
  border-radius: 0;
  border: 1px solid #dbdfed;
  margin-top: 20px;
}
#ask_add .ask_cont .tab-content table th {
  border-radius: 0 !important;
  border-bottom: 1px solid #dbdfed;
  background: #f8f8f8;
}
#ask_add .ask_cont .tab-content table textarea {
  height: 90px;
  border: 1px solid #dbdfed;
  border-radius: 6px;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
}

button.detail_add {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px dashed #dbdfed;
  background: #f8f8f8;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  color: #787878;
  margin-top: 10px;
}

.calendar_area.years .cal_head {
  padding-bottom: 70px;
}

.years .cal_body {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.years .cal_list {
  padding: 0 20px;
}
.years .cal_list > div {
  display: flex;
}
.years .cal_list > div p {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-right: 18px;
}
.years .cal_list > div button {
  margin-right: 10px;
}
.years .cal_list ul {
  margin-top: 38px;
  padding-left: 50px;
}
.years .cal_list ul li {
  display: flex;
  margin-top: 12px;
}
.years .cal_list ul li > span {
  font-size: 16px;
  color: #787878;
  min-width: 80px;
}
.years .cal_list ul li > a p {
  font-size: 12px;
  padding-left: 20px;
  color: #a8a8a8;
}
.years .all_cal {
  width: 660px;
}
.years .all_cal ul {
  display: flex;
  flex-flow: wrap;
  padding-left: 3px;
  border-top: 1px solid #dbdfed;
}
.years .all_cal ul li {
  width: 220px;
  background: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 1px solid #dbdfed;
  border-top: 0;
  margin-right: -1px;
}
.years .all_cal ul li.active {
  background: #fffbef;
}
.years .all_cal ul li a {
  display: block;
}
.years .all_cal ul li a > p {
  font-size: 22px;
  line-height: 22px;
  color: #787878;
  padding-left: 8px;
}
.years .all_cal ul li a table th {
  border-radius: 0 !important;
  background: none;
  text-align: center;
  font-size: 10px;
  color: #b8b8b8;
  height: 24px;
}
.years .all_cal ul li a table td {
  background: none;
  font-size: 12px;
  color: #787878;
  height: 24px;
  padding: 0;
}

.ask_editor .filebox {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #dbdfed;
}
.ask_editor .filebox .bd_btn {
  padding: 0;
  width: 94px;
  height: 30px;
  line-height: 28px;
  border-color: #a8a8a8;
  color: #383838;
}
.ask_editor .filebox .upload-name {
  width: auto;
  background: #fff;
  height: 30px;
  line-height: 30px;
  border: 0;
  margin-left: 20px;
  padding: 0;
  color: #787878;
}
.ask_editor .filebox .upload-name.del_btn {
  position: relative;
}
.ask_editor .editor_area {
  height: 132px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
table td button.check_btn {
  display: block;
  width: 100%;
  height: 100%;
}

/* **************************** */
/* add */
.text-blue {
  color: #488fcb;
}
.w-100 {
  width: 100%;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-start > * {
  min-width: 1px;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-end > * {
  min-width: 1px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center > * {
  min-width: 1px;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-between > * {
  min-width: 1px;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}


