/* 예금상품 목록 유의사항 */
.precautions-wrapper {
  display: flex;
  padding: 36px 0 0 12px;
}

.precautions-title-wrapper {
  height: fit-content;
  display: flex;
  align-items: center;
  color: #00499c;
  font-weight: 600;
}

.mobile-precautions-title {
  white-space: nowrap;
  margin-left: 10px;
}

.desktop-precautions-title {
  white-space: nowrap;
  margin-left: 4px;
}

.mobile-precautions-check-icon {
  width: 34px;
  height: 34px;
}

.desktop-precautions-check-icon {
  width: 22px;
  height: 22px;
}

.precautions-detail-wrapper {
  margin-left: 28px;
}

.precautions-detail-content-box-1 {
  color: #00499c;
  font-weight: 600;
  line-height: 1.5;
}

.precautions-detail-content-box-2 {
  margin-top: 12px;
  line-height: 1.5;
}
