@charset "utf-8";

/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {
  .inner{width:calc(100% - 120px);margin:0 auto;}
  .tmInner{width:calc(100% - 120px);margin:0 auto;}
  /********************
  ** header
  ********************/

  /********************
  ** index
  ********************/
  /** main **/
  .menuList {display:grid; grid-template-columns:repeat(1,1fr);}

  /********************
  ** progressResult
  ********************/
  .resultCnts {grid-template-columns:repeat(3, 1fr);}
  .progressCurrentTriangle {width:20px; height:17.3205px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17.3205'%3E%3Cpath d='M5.1962 3H14.8038L10 11.3205Z' fill='%234F4FC1' stroke='%234F4FC1' stroke-width='6' stroke-linejoin='round'/%3E%3C/svg%3E");}
  
  
  /** admin header **/
  .adminHeader {
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #D9DADE;
    z-index: 40;
  }
  .adminHeaderCollapseButton {display:none;}
  .adminHeaderSpacer {
    display: block;
    width: 100%;
    height: 112px;
    flex: none;
  }
  .adminHeaderBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .adminHeaderUser {min-width: 0; flex: 1 1 auto;}
  .adminHeaderOverlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(18, 22, 33, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .adminHeaderPanel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 100%);
    height: 100vh;
    background: #ffffff;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    box-shadow: -24px 0 48px rgba(18, 22, 33, 0.12);
    z-index: 41;
  }
  .adminHeaderPanelHeader {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .adminHeaderPanelBody {
    overflow-y: auto;
  }
  .adminHeaderPanelLogout {
    margin-top: 24px;
  }
  .adminHeader.is-drawer-open .adminHeaderOverlay {
    opacity: 1;
    pointer-events: auto;
  }
  .adminHeader.is-drawer-open .adminHeaderPanel {
    transform: translateX(0);
  }
  /** visitor **/
  .visitorChartBox canvas {
    height: 360px !important;
  }
  /********************
  ** footer
  ********************/


  /********************
  ** opertor
  ********************/
  .operatorCnts {display:grid; grid-template-columns:repeat(2,1fr);}

  /********************
  ** progressSearch
  ********************/
  .progressSearchImg {transform: scaleX(-1);}

}

/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {
  .inner{width:calc(100% - 40px);margin:0 auto;}
  .tmInner{width:calc(100% - 40px);margin:0 auto;}
  /********************
  ** header
  ********************/
    
  /********************
  ** index
  ********************/
  /** main **/
 .menuListBtn {border-radius:16px 0 0 16px;}
 .menuListBtnLeft {border-radius:0 16px 16px 0;}
 .newRentIncludedItems {display:grid; grid-template-columns:repeat(1,1fr);}
  /********************
  ** footer
  ********************/

  /********************
  ** progressResult
  ********************/
  .resultCnts {grid-template-columns:repeat(2, 1fr);}
  .progressCurrentTriangle {width:16px; height:13.8564px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13.8564'%3E%3Cpath d='M5.1962 3H10.8038L8 7.8564Z' fill='%234F4FC1' stroke='%234F4FC1' stroke-width='6' stroke-linejoin='round'/%3E%3C/svg%3E");}

  /********************
  ** opertor
  ********************/
  .operatorCnts {display:grid; grid-template-columns:repeat(1,1fr);}
}
