@font-face {
  font-family: 'Giants-Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

body {
  user-select: none; /* 텍스트 선택 불가 */
  -webkit-user-select: none; /* Webkit 브라우저 대응 */
  -moz-user-select: none; /* Firefox 대응 */
  -ms-user-select: none; /* IE 대응 */
  
  background: white;
  margin: 0;
  padding: 0;
  
}


.parent-font-size {
  font-size: 30px;
  /* font-size: 24px; */
} 


.description-margin-top {
  margin-top: 100px !important;;
}

.description-max-width {
  width: 60%;
  align-items: center;
}

/* 작은 화면: 최대 768px (태블릿, 모바일) */
@media screen and (max-width: 800px) {
  .parent-font-size {
    font-size: 24px;
  }

  .description-max-width {
    width: 80%;
  }

  .description-margin-top {
    margin-top: 50px !important;;
  }
  
}

/* 아주 작은 화면: 최대 480px (작은 모바일) */
@media screen and (max-width: 480px) {
  .parent-font-size {
    font-size: 21px; 
    /* font-size: 24px; */
  }
  .description-max-width {
    width: 90%;
  }

  .description-margin-top {
    margin-top: 50px !important;;
  }
}

/* 큰 화면: 최소 1200px (데스크톱) */
@media screen and (min-width: 1200px) {
  .parent-font-size {
    font-size: 32px;
    /* font-size: 24px; */
  }

  .description-margin-top {
    margin-top: 50px !important;;
  }
  
}

.font-header-title {
  font-size: 0.7em; /* 제목1의 90% 크기 */
  margin: 0;
}

/* 기본 폰트 크기 */
.font-title {
  font-size: 1em; /* 기준 크기 */
  margin: 0;
  font-family: 'Giants-Bold';
}

.font-family-giants {
  font-family: 'Giants-Bold';
}

.font-title-sub {
  font-size: 0.9em; /* 제목1의 90% 크기 */
  margin: 0;
}

.font-text {
  font-size: 1em; /* 기준 크기 */
  margin: 0;
}

.font-text-sub {
  font-size: 0.9em;
  margin: 0;
}

.font-text-third {
  font-size: 0.8em;
  margin: 0;
}

.font-text-fourth {
  font-size: 0.7em;
  margin: 0;
}

.font-text-fourt2 {
  font-size: 0.65em;
  margin: 0;
}

.font-text-fifth {
  font-size: 0.6em;
  margin: 0;
}

.font-text-fifth2 {
  font-size: 0.57em;
  margin: 0;
}

.font-text-sixth {
  font-size: 0.5em;
  margin: 0;
}

.button-font { 
  font-size: 0.8em;
  margin: 0;
}

.question-font { 
  font-size: 0.8em;
  margin: 0;
}

.font-description {
  font-size: 0.75em;
  margin: 0;
}

 

.question-button-font { 
  font-size: 0.8em;
}

.mjx-container {
  font-size: 0.8em !important; /* 크기를 강제로 적용 */
}


.timer-margin-top{
  margin-top: 0px;
}


.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #f00 !important;
}

.color-blue {
  color: #1D89EE !important;
}

.weight-bold {
  font-weight: bold; 
}

.weight-normal {
  font-weight: normal; 
}

.align-text-left {
  text-align: left !important;
  padding: 0;
}

.align-text-center {
  text-align: center;
  padding: 0;
}

.align-text-right {
  text-align: right;
  padding: 0;
}

.border-black {
  border: 0.5px solid #000; 
  border-radius: 5px; 
  padding: 2px 5px;
}


.align-center {
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  /* font-size: 3vh;  */
  color: #002366;
}

.font-inline-block {
  display: inline-block; /* block 또는 inline-block으로 변경 */
}


/* 구분선 스타일 */
.divider {
  width: 100%;
  height: 1px; /* 얇은 선 */
  background: linear-gradient(to bottom, #e0e0e0, #f8f8f8); /* 부드러운 그라데이션 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* 미세한 그림자 효과 */
  margin: 20px 0; /* 상하 여백 */
}






.helper-text {
  /* font-size: 0.8rem; */
  color: #888;
  margin-top: 5px;
  text-align: left;
}
