﻿body {
    background: #b7b9bf;
}
.container {
    max-width: 1240px;
    height: calc(100vh - 60px);
    margin: 30px auto 30px;
    padding-top: 130px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f6f9fc;
    padding: 167px 30px 0;
    min-width: 1240px;
    overflow: auto;
    padding-bottom: 60px;
}
.container.dash {
    padding: 130px 0 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 a {
    display: block;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    font-weight: 600;
}
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;
}
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, .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 .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,.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 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    float: left;
    width: 300px;
    max-width: 100% !important;
}
.search_area ul li input.full,
.search_area ul li select.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;
    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 select {
    display: block;
    width: 100%;
    border: 0;
    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 .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;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
}

.dropdown > .btn {
    border: 0;
    width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
    max-width: 218px !important;
    border: 1px solid #a8a8a8;
    background: #fff;
    height: 30px;
    box-sizing: border-box;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
}
.btn-default.active, .btn-default:active,
.open > .dropdown-toggle.btn-default,
.bootstrap-select > .dropdown-toggle {
    border: 0;
    background: none;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0;
    padding-right: 20px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: none;
    box-shadow: none;
}
.btn-default:hover {
    background: none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background: none;
}
.dropdown-menu {
    padding: 8px 16px;
    border: 1px solid #0e3061;
    border-radius: 6px;
}
.dropdown-menu>li>a {
    padding: 8px 0;
}
.dropdown-menu>li>a .text {
    color: #787878;
}
.dropdown-menu>li>a:hover .text {
    color: #0e3061;
}
.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
    color: #383838;
}
.btn.active, 
.btn:active {
    box-shadow: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none;
    color: #0e3061;
}
.dropdown-menu > li.selected > a .text {
    color: #0e3061;
    font-weight: 600;
}
.filter-option-inner-inner {
    color: #383838;
}
.bootstrap-select .dropdown-menu {
    margin-top: 3px;
}
.border_list .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    border: 0;
    width: 100%;
    padding: 0;
    max-width: 100% !important;
}
.bootstrap-select .dropdown-toggle .caret {
    display: block;
    width: 24px;
    height: 16px;
    background: url(../img/ico_selec.png) no-repeat center;
    background-size: cover;
    border: 0;
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
}

.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, .2);
}
.calendar_area .scd_list .long.orange {
    background: rgba(255, 131, 20, .2);
}
.calendar_area .scd_list .long.sky {
    background: rgba(39, 209, 203, .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-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: 0;
    margin-top: 20px;
}
.modal-footer {
    text-align: center;
    padding: 0;
    margin-top: 40px;
    border: 0;
}
.modal-footer a {
    margin: 0 4px;
}

.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 {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
    margin-left: 50px;
    overflow: hidden;
    margin-top: -80px;
}
.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;
}
.trans .left > label a {
    position: absolute;
    top: 19px;
    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;
    top: 90px;
}

.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;
}

.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;
}
.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 ul {
    display: flex;
    flex-wrap: wrap;
}
.card_area ul li {
    margin-top: 20px;
    width: 180px;
    height: 213px;
    margin-right: 20px;
    border: 1px solid #dbdfed;
    border-radius: 10px;
    background: #fff;
}
.card_area ul li:nth-child(6n + 6) {
    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%;
}
.tab2 ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #eef0f8;
    font-weight: 500;
}
.tab2 ul li.active a {
    background: #0e3061;
    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;
}
.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 {
    height: 264px;
    position: relative;
}
.tab4 {
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    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(90deg);
    position: absolute;
    top: 18px;
    right: 20px;
}
.tab4 > a.fold {
    transform: rotate(270deg);
}
.tab4_view.active {
    height: 170px;
    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;
    padding: 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 {
    height: 200px;
    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;
}

.card_area.setting {
    margin-top: 20px;
    border: 1px solid #dbdfed;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
}
.card_area.setting ul li {
    margin-right: 40px;
}
.card_area.setting ul li:nth-child(5n + 5) {
    margin-right: 0;
}
.card_area.setting ul li.add a > p {
    background: #d8d8d8;
}
.card_area.setting ul li.add {
    border-style: dashed;
}
.card_area.setting ul li.add .ico_del {
    transform: rotate(45deg);
}
.card_area.setting .sub_tit {
    margin-top: 0;
    display: block;
}
.card_area.setting .sub_tit span {
    margin-left: 10px;
}

.ask_add .flex_area {
    margin-top: 10px;
}
.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 .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 .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 button {
    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 button 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 .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;
}
.plus_tab {
    display: flex;
    margin-top: 20px;
}
.plus_tab li a {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #383838;
    border-radius: 6px;
    background: #eef0f8;
    border: 1px solid #dbdfed;
    margin-right: 10px;
    box-sizing: border-box;
}
.plus_tab li a.active {
    background: #0e3061;
    border-color: #0e3061;
    color: #fff;
}
.plus_tab li.add_btn a {
    background: none;
    display: flex;
}
.plus_tab li.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 .filebox span {
    display: inline-block;
    line-height: 30px;
    color: #787878;
    margin-left: 20px;
}
.ask_editor .filebox button {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/ico_del_sm.png) no-repeat center;
    background-size: 9px;
    margin-left: 8px;
}
.ask_editor .editor_area {
    height: 132px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
table td button.check_btn {
    display: block;
    width: 100%;
    height: 100%;
}