@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
  ********************/
  /** mainBanner **/
  .mainBannerBtn {bottom:28px; left:50%; transform:translateX(-50%);}
  .mainBannerBtn1 {border-radius:8px 0 0 8px;}
  .mainBannerBtn2 {border-radius:0 8px 8px 0;}
  .mainBanner,
  .mainBanner:not(.hasSalesCodeBg) {background:#FFF !important;}
  .mainBanner.hasSalesCodeBg {background: linear-gradient(to bottom,#FFF 0%, #FFF 70%, #F7F8F8 70%, #F7F8F8 100%) !important;}
  /** step **/
  .step {min-height:auto; display:block;}
  .step.is-intro-fixed {position:relative; inset:auto; width:auto;}
  .stepScroller {width:calc(100% - (var(--step-inner-offset) * 2)); margin-left:var(--step-inner-offset); margin-right:0; padding:0; overflow:visible; scroll-snap-type:none;}
  .stepSticky,
  .stepLead,
  .stepOutro {position:static; width:auto; padding-left:var(--step-inner-offset); padding-right:var(--step-inner-offset); overflow:visible; opacity:1; transform:none; transition:none;}
  .stepCnts {display:flex; flex-direction:column; width:100%; gap:0;}
  .stepCard,
  .stepCard.swiper-slide {width:100% !important; flex:none; margin-left:0 !important; margin-right:0 !important;}
  .stepLine {top:0%; transform:translateY(0%); left:50%; transform:translateX(-50%);}
  /********************
  ** 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;
  }
  .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);}

}

/********************
// 모바일 분기점
********************/
@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
  ********************/
  /** mainBanner **/
  /** visitor **/
  .visitorChartBox {
    padding: 20px;
    border-radius: 16px;
  }
  .visitorChartBox canvas {
    height: 300px !important;
  }
  /** recent **/
  .recentTableScroll {
    overflow-x: auto;
  }
  .tecentTable th,
  .tecentTable td {
    white-space: nowrap;
  }
  /** member **/
  .memberListTable {
    min-width: 860px;
  }
  .memberListTable th,
  .memberListTable td {
    white-space: nowrap;
  }
  /** calculating **/
  .calculatingInputWrap .inputBox,
  .calculatingSelect {
    padding-right: 56px;
  }
  .calculatingInputUnit {
    right: 16px;
    font-size: 16px;
  }
  /********************
  ** 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);}
}
