html, body {
  min-height: 100%;
}

.cur {
  cursor: pointer;
}

.mo{
  display: none;
}

.tal {
  text-align: left !important;
}

.tac {
  margin: 40px auto;
  text-align: center;
}

.tar {
  margin: 40px auto;
  text-align: right;
}

.tar .linSelect {
  width: 300px;
  display: inline-block;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.ovfhidden {
  overflow: hidden;
}

.por {
  position: relative;
}

.por .poRight {
  position: absolute;
  right: 0;
  top: -3px;
}

.por .poRight.filePo {
  top: 15px;
  right: 20px;
}

.justS {
  justify-content: space-between;
}

.justFe {
  justify-content: flex-end;
}

.aic {
  align-items: center;
}

.fw {
  flex-wrap: wrap;
}

.pr20 {
  padding-right: 20px;
}

.w100 {
  width: 100%;
}

.textBr {
  white-space: normal;
  display: block;
  word-break: normal;
  width: 100%;
}

.por .poRight .fileBtn {
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  background: #3854bc;
  border: 1px solid #4f67d4;
  border-radius: 4px;
  padding: 0 5px;
}

.por .poRight .fileBtn span {
  padding-right: 5px;
}

.box {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

.box > .tit {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  height: 38px;
  padding: 0 15px;
}

.box > .tit h1 span {
  color: #727272;
  font-weight: 300;
}

.box > .tit .legend{
  color: #727272;
  font-size: 12px;
}

.box > .con{
 padding: 0 20px;
}

.orange {
  color: #ff7e43;
}

.carRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  background: #F5F9FC;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header {
  width: 248px;
  background: #fff;
  height: 100vh;
  position: fixed;
  top:0;
  left:0;
  border-right: 1px solid #E7EDF1;
  z-index: 11;
}

header h1 {
    margin: 10px auto 10px auto;
    width: 100%;
    height: 40px;
    text-indent: -9999px;
    background-image: url(/assets/images/toplogo.png);
    background-repeat: no-repeat;
    /* background-size: 214px 40px; */
    background-position: center;
}

header h1.userLogo {
  background-image: url(/assets/images/userLogo.png);
}

header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

header h1.active {
  width: 38px;
  height: 47px;
  background-image: url(/assets/images/s-logo.png);
}

header .name {
  background: #E20714;
  border: 1px solid #C70611;
  font-size: 12px;
  font-family: '';
  border-radius: 5px;
  width: 220px;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 20px auto;
}

header nav a {
  font-size: 18px;
  color: #4f5c70;
}

header nav {
   padding: 0 14px;
}

header nav .oneDepth > a {
  position: relative;
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #E7EDF1;
  height: 50px;
  line-height: 50px;
}

header nav .oneDepth > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  background-image: url(/assets/images/navIco-01.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header nav .oneDepth > a:after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 6px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  font-size: 11px;
  color: #2a2a2a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header nav .oneDepth:nth-child(2) a:before {
  content: '';
  background-image: url(/assets/images/navIco-02.png);
  width: 16px;
  height: 18px;
}

header nav .oneDepth:nth-child(3) a:before {
  content: '';
  background-image: url(/assets/images/navIco-03.png);
  width: 16px;
  height: 18px;
}

header nav .oneDepth:nth-child(5) a:before {
  content: '';
  background-image: url(/assets/images/navIco-05.png);
  width: 20px;
  height: 20px;
}

header nav .oneDepth:nth-child(6) a:before {
  content: '';
  background-image: url(/assets/images/navIco-06.png);
  width: 18px;
  height: 20px;
}

header nav .oneDepth ul {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  /* max-height: 0; */
  overflow: hidden;
  border-bottom: 1px solid #E7EDF1;
}
header nav .oneDepth ul li {	
  cursor: pointer;	
  padding-top: 5px;	
  padding-bottom: 5px;	
}

header nav .oneDepth ul li + li {
  padding-top: 5px;
}

header nav .oneDepth ul li a {
  display: block;
  color: #9A9A9A;
  font-size: 13px;
  position: relative;
  padding-left: 30px;
}
header nav .oneDepth ul li a.none{	
  pointer-events: none;	
}

header nav .oneDepth ul li a:after {
  content: '\f107';
  position: absolute;
  top: 50%;
  left: 6px;
  color: #2a2a2a;
  background-image: url(/assets/images/docuOff.png);
  width: 14px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header nav .oneDepth ul li a.active {
  color: #2A2A2A;
  font-weight: 500;
}
header nav .oneDepth ul li a.active:after {
  background-image: url(/assets/images/docuOn.png);
}


header nav .oneDepth.active ul {
  /* max-height: 200px; */
  display: none;
}
.carContainer {
  position: relative;
  margin-top: 15px;
  margin-left: 288px;
  margin-right: 60px;
  padding-bottom: 40px;
  width: calc(100% - 348px);
  min-height: 100%;
}
.carContainer.active {
  margin-left: 50px;
  width: calc(100% - 100px);
}
.utilWrap {
  display: flex;
  justify-content: flex-start;	
  align-items: center;
}
.utilWrap .SlideBtn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15.4px 0.6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 15.4px 0.6px rgba(0, 0, 0, 0.06);
}

.utilWrap .SlideBtn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/slideBtn.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center;
}

.utilWrap .SlideBtn.active:after {
  background-image: url(/assets/images/slideBtn.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.utilWrap .info span{
  font-size: 13px;
  color: #ACACAC;
}

.utilWrap .info span b{
  color: #2a2a2a;
}

.utilWrap .info .infoBtn {
  display: inline-block;

}

.utilWrap .info .infoBtn  a{
  display: inline-block;
  padding-left: 30px;
}

header footer {
  position: absolute;
  bottom: 34px;
}

header footer a {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}

header footer a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  background-image: url(/assets/images/logooutBtn.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

header footer.active a {
  display: inline-block;
  text-indent: -9999px;
}

header.active {
 display: none;
}

header.active nav .oneDepth a {
  text-indent: -9999px;
}

header.active nav .oneDepth a:before {
  left: 10px;
}

header.active nav .oneDepth a:after {
  display: none;
}

.btnWrap {
  margin: 20px auto;
  text-align: center;
}

.btnFixed {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0px;
  margin: 0;
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
  left: 0;
  z-index: 10;
}

.searchBtnWrap {
  margin-top: 20px;
  text-align: center;
}

.carBtn {
  padding: 0px 20px;
  color: #b3b3b3;
  display: inline-block;
}

.default {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 500;
  min-width: 80px;
}

.smallBtn {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  min-width: 50px;
}

.xsmallBtn {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  min-width: 30px;
  padding: 0 5px;
}

.tblBtnWrap {
  margin-top: 6px;
  margin-left: 10px;
}

.tblBtn {
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  font-weight: 600;
}

.black {
  background: #4C4C4C;
  color: #fff;
}

.red {
  background: #E20714;
  color: #fff;
}

.redTxt {
  color: #E20714 !important;
}

.blueTxt {
  color: rgb(28, 24, 157) !important;
}

.btnLeft > h2, .tblWrap > h2 {
  font-size: 14px;
}

.white {
  background: #fff;
  border: 1px solid #e7e7e7;
}


.btn + .btn {
  margin-left: 7px;
}

.btn.on {
  background: #e9edfc;
  border: 1px solid #4f67d4;
  color: #4f67d4;
}

.btn.titBtn {
  min-width: 160px;
  text-align: center;
}

.btn.blue {
  background: #4d5fc1;
  color: #fff;
}

.btn.white {
  background: #fff;
  border: 1px solid #4f67d4;
  color: #4f67d4;
}

.btn.download {
  position: relative;
  padding-left: 40px;
}

.btn.download:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background-image: url(/assets/images/download.png);
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.search {
  background: #3854bc;
  color: #fff;
}

.btn.download {
  position: relative;
  padding-left: 40px;
}

.btn.download:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background-image: url(/assets/images/download.png);
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btnChoice button.on{
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

.paging {
  margin-top: 40px;
  text-align: center;
}

.paging > a {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  color: #8f8f8f;
}

.paging a.on {
  color: #4f67d4;
}

.paging span a {
  display: inline-block;
  background-image: url(/assets/images/first.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  vertical-align: sub;
}

.paging .pre {
  margin-left: 21px;
}

.paging .pre a {
  background-image: url(/assets/images/pre.png);
}

.paging .next a {
  background-image: url(/assets/images/next.png);
}

.paging .last {
  margin-left: 21px;
}

.paging .last a {
  background-image: url(/assets/images/last.png);
}

input[type=text].input,
input[type=password].input {
  background: #fff;
  height: 41.5px;
  line-height: 41.5px;
  vertical-align: bottom;
  outline: none;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 300;
  padding-top: 3px;
  color: #000000;
  text-indent: 10px;
}

input[type=text].input::-webkit-input-placeholder,
input[type=password].input::-webkit-input-placeholder {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #b3b3b3;
  text-indent: 10px;
}

input[type=text].input:-ms-input-placeholder,
input[type=password].input:-ms-input-placeholder {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #b3b3b3;
  text-indent: 10px;
}

input[type=text].input::-ms-input-placeholder,
input[type=password].input::-ms-input-placeholder {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #b3b3b3;
  text-indent: 10px;
}

input[type=text].input::placeholder,
input[type=password].input::placeholder {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #b3b3b3;
  text-indent: 10px;
}

input[type=password].input {
  text-align: left;
}

.tdInput > input[type=text].input {
  width: 140px;
  height: 25px;
}

.tdInput span {
  padding-left: 10px;
}

.tab {
  margin: 20px 0;
}

.tabTypeA ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabTypeA ul li {
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  min-width: 150px;
}

.tabTypeA ul li + li {
  margin-left: 10px;
}

.tabTypeA ul li.on {
  background: #E20714;
}

.tabTypeA ul li.on a {
  color: #fff;
}

.tabTypeA ul li a {
  font-size: 12px;
  color: #2a2a2a;
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.tabCon {
  display: none;
}

.tabCon.on {
  display: block;
}

.tabTypeB .tab_item {
  width: calc(100%/5 - 30px);
  height: 44px;
  border: 1px solid #4f67d4;
  background-color: #f8f8f8;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  color: #4f67d4;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 400;
  margin-left: 30px;
}

.tabTypeB .tab_item.ml0 {
  margin-left: 0;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  margin-top: 30px;
}

#tabs-01:checked ~ #tabs-01-c,
#tabs-02:checked ~ #tabs-02-c,
#tabs-03:checked ~ #tabs-03-c {
  display: block;
}

.tab input:checked + .tab_item {
  background: #3854bc;
  border: 1px solid #4f67d4;
  color: #fff;
}

.tabTypeC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.tabTypeC li {
  text-align: center;
  background: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tabTypeC li.on {
  background: #abb8ea;
}

.tabTypeC li.on a {
  color: #fff;
}

.tabTypeC li a {
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
}

.tabTypeC ~ .policy {
  margin-top: 88px;
}

input[type=checkbox].toggle {
  height: 0;
  width: 0;
  visibility: hidden;
}

input[type=checkbox].toggle + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 25px;
  background: #b8b9bb;
  display: inline-block;
  border-radius: 100px;
  position: relative;
}

input[type=checkbox].toggle + label ~ span {
  font-size: 16px;
  color: #999;
}

input[type=checkbox].toggle + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=checkbox].toggle:checked + label {
  background: #4666db;
}

input[type=checkbox].toggle:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

input[type=checkbox].toggle:active:after {
  width: 130px;
}

.tblWrap .tbl {
  width: 100%;
  margin-top: 28px;
  border-top: 1px solid #2a2a2a;
}

.tblWrap .tbl.tlf {
  table-layout: fixed;
}

.tblWrap .tbl thead > tr > th {
  background: #f8f8f8;
  font-size: 12px;
  color: #4a4a4a;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  border-bottom: 1px solid #e7e7e7;
}

.tblWrap .tbl tbody > tr > th {
  background: #f8f8f8;
  font-size: 13px;
  font-weight: 400;
  padding-left: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.tblWrap .tbl tbody > tr > td {
  position: relative;
  color: #8f8f8f;
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  font-size: 12px;
}

.tblWrap .tbl tbody > tr > td a{
  font-size: 12px;
  word-break: break-all;
}

.tblWrap .tbl tbody > tr > td.br, .txtBr {
  white-space: normal;
  word-break: break-all;
}

.tblWrap .tbl tbody > tr > td.uline  a{
  text-decoration: underline;
}

.tblWrap .tbl tbody > tr > td.tl {
  text-align: left;
}

.tblWrap .tbl tbody > tr > td a {
  color: #8f8f8f;
}

.tblWrap .tbl tbody > tr > td a .close {
  color: #ff7e43;
}

.tblWrap.writeBoard tbody > tr > th, 
.tblWrap.writeBoard tbody > tr > td {
  text-align: left;
  padding: 15px;
}

.gridTbl > .tbl, .gridTblTypeB > .tbl{
 margin-top: 10px;
}

.gridTblTypeB > .tbl{
 min-width: 1200px;
}

.overflow-sc.active {
  width: 100%;
  overflow-x: auto;
}

.overflow-s {
  width: 100%;
  overflow: auto;
}

.check-wrap .checkbox {
  display: none;
}

.check-wrap .checkbox + label {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #e7e7e7;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.check-wrap .checkbox + label + span {
  font-size: 12px;
  color: #2a2a2a;
  font-weight: 300;
  padding-left: 5px;
  letter-spacing: -0.8px;
}

.check-wrap .checkbox + label > span {
  font-size: 12px;
  color: #2a2a2a;
  font-weight: 300;
  padding-left: 25px;
  letter-spacing: -0.8px;
  vertical-align: top;
}

.check-wrap .checkbox:checked + label::after {
  background: #E20714;
  border: 1px solid #E20714;
  width: 100%;
  height: 100%;
  content: '\f00c';
  position: absolute;
  left: -1px;
  top: -1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  line-height: 15px;
  font-weight: 600;
  text-align: center; 
}

.carRow .check-wrap + .check-wrap{
  margin-left: 20px;
}
/* select */
select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}
.selectWrap {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 20px;
}

.blackSelectWrap {
  display: inline-block;
  height: 27px;
}

.blackSelectWrap > select {
  border: 1px solid #e7e7e7;
  width: 70px;
  height: 100%;
  position: relative;
  outline: 0;
  background: #4C4C4C url(/assets/images/whiteArrow.png) no-repeat right 5px center;
  padding-left: 10px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}

.t-select {
  border: 1px solid #e7e7e7;
  width: 100px;
  height: 100%;
  position: relative;
  outline: 0;
  background: #F2F2F2 url(/assets/images/select_arrow.png) no-repeat right 5px center;
  padding-left: 10px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.tblSelect  {
  margin-left: 10px;
  min-height: 35px;
  align-items: center;
}

.tblSelect  > span{
  display: block;
}

.tblSelect  > span + span {
  margin-left: 10px;
}

.tblSelect.carRow .check-wrap {
  /* margin-left: 0;
  margin-right: 10px; */
  margin-right: 20px;
  margin-left: 0;
  width: 80px;
  
}

.tblSelect .check-wrap .checkbox + label {
  
}

.tblSelect .check-wrap .checkbox + label > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: 70px;
  display: block;
  cursor: pointer;
}

textarea {
  border: 1px solid #e7e7e7;
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 20px;
}

.tdInput textarea {
  padding: 0;
}

/* popup */
.popWrap {
  padding: 15px;
}

.popWrap  h2 {
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
}

.popWrap  h2 > span{
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 13px;
}

.popWrap > .tblWrap {
  margin-top: 10px;
}

/* paging */

.paging {
  margin-top: 40px;
  text-align: center;
}

.paging > a {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  color: #8f8f8f;
}

.paging a.on {
  color: #E20714;
}

.paging span a {
  display: inline-block;
  background-image: url(/assets/images/first.png);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  vertical-align: middle;
}

.paging .pre {
  margin-left: 2px;
}

.paging .pre a {
  background-image: url(/assets/images/pre.png);
}

.paging .next a {
  background-image: url(/assets/images/next.png);
}

.paging .last {
  margin-left: 2px;
}

.paging .last a {
  background-image: url(/assets/images/last.png);
}