/*
    Zendesk 헬프센터의 "앱 사용 가이드" 페이지의 공통 CSS 스타일의 모음입니다.
*/
.section-app-guide {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-easy-tax-report {
  background: var(--szs-gray-gray-10, #f0f1f2);
}

.section-easy-tax-report {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list > ul > li {
  margin-bottom: 4px;
}

.btn-service-shortcut {
  width: 100%;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #237AF2;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  position: relative;
  outline: none;
}