
@media (min-width:1900px) {
    .overflow-sc {
      overflow-x: hidden;
    }
    .overflow-sc.active {
      overflow-x: hidden;
    }
  }
  
  @media (max-width:1800px) {
    .overflow-sc {
      max-width: 1350px;
      overflow-x: auto;
    }
  }
  @media (max-width:1600px) {
    .overflow-sc {
      max-width: 1200px;
      overflow-x: auto;
    }
  }
  @media (max-width:1400px) {
    .mainCon {
      width: 900px;
    }
  
    .mainBottom > div {
      height: auto;
    }
  
    .mainChartWrap > div {
      width: 31%;
    }
  
  }
  
  @media (max-width:1280px) {
    body.active {
      overflow: hidden;
    }
    .pc{
      display: none;
    }
    .mo{
      display: block;
    }
    
    .wrap {
      display: block;
      overflow: hidden;
    }
  
    header {
      width: 100%;
      background: #fff;
      height: 50px;
      position: relative;
      border-right: none;
      border-bottom: 1px solid #E7EDF1;
    }
  
    header h1 {
      margin: 0;
      height: 100%;
      background-position: 10px center;
    }
  
    header h1.userLogo {
      background-size: 214px 40px;
      background-position: 5px center;
    }
  
    header nav {
      padding: 0 14px;
      transform: translateX(1500px);
      transition:all .4s;
      position: fixed;
      left: 0;
      top: 51px;
      z-index: 999;
      background: #fff;
      width: 100%;
      height: 100%;
    }
    header nav.active {
      transform: translateX(0);
    }
  
    .moInfo {
      padding: 10px 0;
    }
  
    .moInfo span{
      display: block;
      padding: 10px 0;
      font-size: 11px;
      color: #ACACAC;
    }
    
    .moInfo span b{
      color: #2a2a2a;
    }
    
    .moInfoBtn {
      display: flex;
    }
  
    .moInfoBtn a {
      flex: 1;
      display: inline-block;
      background: #fff;
      border: 1px solid #e7e7e7;
      text-align: center;
      font-size: 12px;
      padding: 5px 0;
    }
    .moInfoBtn a + a {
      margin-left: 10px;
    }
    .carContainer {
      width: 100%;
      position: relative;
      margin: 0;
    }
    .subCon {
      padding:0 15px;
    }
    .moMenu {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    }
    .moMenu:after {
      content: '\f0c9';
      display: block;
      font-family: 'Font Awesome 6 Free';
      font-weight: 600;
    }
    .moMenu.active:after {
      content: '\f00d';
      display: block;
      font-family: 'Font Awesome 6 Free';
      font-weight: 600;
    }
  
    /* login */
    .loginWrap {
      background: #fff;
      background-image:none;
      background-repeat: no-repeat;
      width: 100%;
      height: 100vh;
      background-position: left top;
    }
    .loginWrap > div:first-child {
      width: 0;
    }
    
    .loginWrap > div:last-child {
      width: 100%;
    }
  
    .loginRight .loginForm {
      width: 100%;
    }
  
    .loginWrap h1 img {
      width: 280px;
      height: 46px;
    }
  
    .loginForm p {
      font-size: 25px;
      
    }
  
    .loginRight .loginForm {
      padding: 40px;
    }
  
    /* main */
    .mainCon {
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      padding: 20px;
    }
    
    .mainTop {
      flex-direction: column;
    }
  
    .mainTopLeft,.mainTopCenter,.mainTopRight {
      width: 100%;
    }
  
    .mainTopCenter,.mainTopRight {
      margin-top: 20px;
    }
  
    .mainTop > div + div {
      margin-left: 0;
    }
  
    .mainChartWrap {
      flex-direction: column;
    }
    .mainChartWrap > div {
      width: 100%;
    }
  
    /* 챙짝?걘р뮴벭?뗘벭ぢ냈?*/
    .subNav {
      display: none;
    }
  
    .carInfo > .carRow, 
    .carRow > .carLeft > .carBoxWrap,
    .carRow > .carRight > .carBoxWrap{
      flex-direction: column;
    }
  
    .carInfo > .carRow > .carLeft,
    .carInfo > .carRow > .carRight{
      width: 100%;
    }
  
    .carRight .carBoxWrap .carBox + div{
        margin-left:0;
    }
  
    .carInfo > .carRow > .carRight{
      margin-left: 0;
    }
  
    .carLeft .carBoxWrap .carBox  {
      margin-bottom: 20px;
    }
  
    .carLeft .carBoxWrap .carBox + div {
      margin-left: 0;
    }
  
    .carInfoBottom {
      padding-right: 0;
    }
  
    /* 챙탑짭챗쨀혻챗쨈??ヂ┑?*/
    .searchBox > .shWrap {
      flex-direction: column;
    }
    .searchSelect {
      flex: auto;
      margin-bottom: 10px;
    }
    .searchSelect + .searchSelect {
      margin-left: 0;
    }
    .searchArea.fdc {
      flex-direction: column;
    }
    .searchArea dl dd > input[type=text].input {
      width: 80%;
    }
    .searchArea dl dd > input[type=text].input.half {
      width: 30%;
    }
    .searchArea dl dt {
      width: 25%;
    }
  
    .searchArea dl dd {
      width: 72%;
      padding-right: 0;
    }
  
    .tblBtnWrap {
      margin-left: 0;
    }
    .tblBtnWrap button:first-child{
      margin-left: 10px;
    }
    .searchArea dl dt {
      border-left: none;
    }
    .btnLeft button,.btnRight button {
      margin-bottom: 5px;
    }
  
    .tabTypeA ul {
      flex-direction: column;
    }
  
    .tabTypeA ul li {
      margin-bottom: 10px;
    }
  
    .tabTypeA ul li + li {
      margin-left: 0;
    }
  
    .searchArea.model dl {
      flex-direction: column;
      width: 100%;
    }
    .searchArea.model dl dt {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e7e7e7;
    }
    .searchArea.model dd {
      width: 100%;
    }
    .searchArea.model .tblSelect {
      flex-wrap: wrap;
      height: auto;
      padding: 15px 0;
    }
    .searchArea.model .boardSearchSe {
      margin-left: 0;
      padding: 15px;
    }
    .searchArea.model .boardSearchSe span + span {
      margin-top: 10px;
    }
    .input[type=text].boardSearch {
      margin-left: 0;
    }
    .searchArea.model .tblSelect span {
      display: block;
      width: 100%;
      margin-left: 0;
    }
    .searchArea.model .tblSelect span .t-select{
      width: 100%;
    }
    .searchArea.model .tblSelect  > .check-wrap:first-child {
      margin-left: 0px;
    }
    .tblColorWrap {
      flex-direction: column;
    }
    .tblColorWrap > .tblWrap{
      margin-bottom: 10px;
    }
    .tblColorWrap > .tblWrap + .tblWrap {
      margin-left: 0;
    }
    .idTxt span {
      display: block;
      padding-left: 0;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .searchArea dl dt.h76 {
      height: auto;
    }
    .searchArea dl dd > input {
      margin-bottom: 5px;
    }
  
    .searchArea.model dl dt.auth {
      width: 100%;
    }
  
    .fdc {
      flex-direction: column;
    }
  
    .userSelect {
      width: 100%;
    }
  
    .userSelect:not(:first-child,:nth-child(6)) {
      margin-left: 0;
    }
  
    .subClose {
      right: 15px;
      top: -25px;
    }
  
    .boardHeader > .carRow,
    .boardFooter > .carRow  {
      flex-direction: column;
    }
  
    .boardHeader > .carRow > h2 {
      margin-bottom: 10px;
    }
    .boardFooter > .carRow {
      /* justify-content: flex-start; */
      align-items: initial;
    }
  
    .boardFooter div > h2 {
      width: 100%;
    }
    
    .boardFooter .attach {
      margin-top: 15px;
    }
    
    .boardFooter .attach span {
      font-size: 12px;
      padding-left: 0px;
      display: block;
      margin-bottom: 10px;
    }
    
    .boardFooter .attach span a {
      font-size: 12px;
      padding-left: 0px;
    }
  
    .searchArea.model .tblSelect.boardSelect {
      margin-left: 0;
      padding:5px 10px;
    }
  
    .searchArea.model .tblSelect.boardSelect span > .t-select {
      width: 100%;
    }
  
    .userListTop {
      font-size: 12px;
    }
  
    .userListTop span em{
        font-size: 12px;
    }
  
    .userListCenter,
    .userListLeft {
      flex-direction: column;
      align-items: initial;
    }
  
    .userCarImg img{
      width: 100%;
      max-width: 100%;
      height: auto;
    }
  
    .userCarName {
      margin-left: 0;
      margin-top: 15px;
    }
  
    .userCarName h2 {
      font-size: 14px;
      padding-bottom: 0;
      
    }
  
    .userCarName span {
      font-size: 12px;
    }
  
    .userCarName h2,
    .userCarName span {
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
    }
  
    .userMoTbl .tbl {
      width: 100%;
      margin-top: 28px;
      table-layout: fixed;
    }
  
    .userMoTbl .lastTr {
      border-bottom:solid 2px darkgray;
  }
    
    .userMoTbl .tbl tbody > tr > th {
      background: #606060;
      font-size: 12px;
      color: #fff;
      padding: 10px 0;
      text-align: center;
      font-weight: 400;
      /*white-space: nowrap;
      text-overflow: ellipsis;*/
      overflow: hidden;
      border-bottom: 1px solid #e7e7e7;
    }
    
    .userMoTbl .tbl tbody > tr > td {
      position: relative;
      color: #8f8f8f;
      text-align: left;
      padding: 15px 10px;
      /*white-space: nowrap;
      text-overflow: ellipsis;*/
      overflow: hidden;
      font-size: 12px;
      background: #fff;
    }
    
    .btnFixed {
      position: fixed;
      width: 100%;
      height: 80px;
      bottom: 0px;
      margin: 0;
      background: #fff;
      padding: 15px 0;
      border-top: 1px solid #e7e7e7;
      left: 0;
    }
  }
  @media (orientation:landscape) and(max-width:880px),
(orientation:portrait) and(max-width:800px) {
    .estmDocu {
        padding: 0
    }
    .estmDocu .docuBox {
        padding: 20px 0;
        border: 0
    }
}
@media (orientation:landscape) and(max-width:830px),
(orientation:portrait) and(max-width:750px) {
    .estmDocu .docuBody {
        overflow-x: auto;
        border: 0;
        padding: 0
    }
    .estmDocu .docuBox {
        max-width: unset;
        zoom: .9
    }
    .estmDocu .docuBox.noZoom {
        width: 800px;
        zoom: 1
    }
}
@media (orientation:landscape) and(max-width:750px),
(orientation:portrait) and(max-width:670px) {
    .estmDocu .docuBox {
        zoom: .8
    }
    .estmDocu .docuBox.noZoom {
        width: 800px;
        zoom: 1
    }
}
@media (orientation:landscape) and(max-width:680px),
(orientation:portrait) and(max-width:600px) {
    .estmDocu {
        margin-top: 35px
    }
    .estmDocu .docuBox {
        zoom: .7
    }
    .estmDocu .docuBox.noZoom {
        width: 800px;
        zoom: 1
    }
    .estmDocu .tabBox .btnCloseDocu {
        top: -30px
    }
}
@media (orientation:landscape) and(max-width:600px),
(orientation:portrait) and(max-width:520px) {
    .estmDocu .docuBox {
        zoom: .6
    }
    .estmDocu .docuBox.noZoom {
        width: 800px;
        zoom: 1
    }
}
@media (orientation:landscape) and(max-width:530px),
(orientation:portrait) and(max-width:450px) {
    .estmDocu .docuBox {
        zoom: .5
    }
    .estmDocu .docuBox.noZoom {
        width: 800px;
        zoom: 1
    }
}
@media (orientation:landscape) and(max-width:430px),
(orientation:portrait) and(max-width:370px) {
    .estmDocu .docuBox {
        zoom: .4
    }
    .estmDocu .docuBox.noZoom {
        width: 800px;
        zoom: 1
    }
}