* {
  box-sizing: border-box;
}

html {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 140px;
}

body {
  width: 100%;
  /*font-weight: bold; !* Pretendard-Bold 폰트를 사용하려면 font-weight를 bold로 설정 *!*/

  /*user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;*/
}
main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/*nav {*/
/*  width: 100%;*/
/*  height: 80px;*/
/*  position: fixed;*/
/*  z-index: 50;*/
/*  top: 0;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  min-width: 1280px;*/
/*}*/

/*header {*/
/*  !*width: 100%;*!*/
/*  !*top: 0;*!*/
/*  !*left: 0;*!*/
/*  z-index: 50;*/
/*  !*display: flex;*!*/
/*  !*justify-content: center;*!*/
/*  !*align-items: center;*!*/
/*  background: var(--grayscale-white, #ffffff);*/
/*  border-style: solid;*/
/*  border-color: var(--grayscale-10, #f0f0f0);*/
/*  border-width: 0px 0px 0.5px 0px;*/
/*}*/

ul,
ol {
  list-style: none;
}
/*a {*/
/*  text-decoration: none;*/
/*  color: inherit;*/
/*  cursor: pointer;*/
/*}*/
button {
  background-color: none;
  border: none;
  cursor: pointer
}

input {
  /*border: none; !* 테두리 제거 *!*/
  /*outline: none;*/
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  /*width: 100%;*/
}

footer {
  width: 100%;
}


textarea{
  resize: none;
  color: var(--grayscale-100);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
  letter-spacing: -0.26px;
  border-bottom: 20px solid var(--grayscale-0);
}

/* 폰트 초기화 및 스타일 지정
	ag-grid 영역은 reset 대상에서 제외한다. 충돌 부잗용 으로.초기화 대상에서 제외시킨다. (KGC)
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div{
  /*color: var(--primary-90); /* 폰트 색상 */
  /*font-feature-settings: "liga" off, "clig" off; /* OpenType 기능 비활성화 */
  font-family: "Pretendard", sans-serif; /* 폰트 패밀리 설정 */
  /*font-size: 18px; /* 폰트 크기 */
  /*font-weight: 600; /* 폰트 굵기 */
  /*line-height: 150%; /* 줄 간격 */
}

button {
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  body {
    /*overflow-x: auto !important;*/
    max-width: 1800px;
    min-width: 300px;
  }

  .main {
    margin-left: 0;
    padding-left: 0;
  }

  /* 추가적으로 좌측 고정된 컨텐츠에 여백 확보 */
  .sideSection-layout {
    position: relative;
    left: 0; /* 좌측 고정 */
  }

  /* 전체 레이아웃을 조정하여 가려짐 방지 */
  .contentsSection-layout {
    margin-left: 0;
  }

  .loginModal{
    
  margin-left: 90px;
  }



  /* Chrome, Safari, Edge, Opera */
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

}

.toast-custom{
	bottom: 165px ;
	}
.toast-custom .toast {
	background-color: #002B5E;
}

.s-select .select2-container {
  width: 100% !important;
}