/* 상위 컨테이너에서 좌우여백 제거 */
#tm-container {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.tm-intro img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.tm-intro p {
  margin-top: 10px;
}

.progress {
  width: 100%;
  background-color: #e9ecef;
  height: 20px;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background-color: #007bff;
  transition: width 0.5s ease;
}

/* 질문 제목 스타일 */
#tm-title {
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0;
}

/* 보기 버튼 스타일 */
#tm-A,
#tm-B {
  display: block;
  width: 100%;
  padding: 35px;
  font-size: 19px;
  margin: 10px 0;
  background-color: #343a40;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#tm-A:hover,
#tm-B:hover {
  background-color: #495057;
}

/* 로딩 화면 */
.tm-loading {
  display: none;
}

.tm-loadingclass {
  margin-top: 200px;
}

.tm-loadingimg {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.tm-loadingText {
  text-align: center;
  font-weight: bold;
}
