#appCapsule {
  height: -moz-max-content;
  height: max-content;
  min-height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
}
#appCapsule .tab-content {
  overflow-y: auto;
}
#appCapsule .tab-content .tab-pane {
  margin-top: 1rem;
  padding: 0 8px;
}
#appCapsule .tab-content .tab-pane .accordion .item .accordion-header {
  border-style: solid;
  border-width: 0;
  border-color: #999999;
  padding: 6px 0;
}
#appCapsule .tab-content .tab-pane .accordion .item .accordion-header .notice-btn {
  display: table;
  padding-left: 6px;
}
#appCapsule .tab-content .tab-pane .accordion .item .accordion-header .notice-btn .notice-title {
  display: table-row;
  text-align: left;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#appCapsule .tab-content .tab-pane .accordion .item .accordion-header .notice-btn .notice-date {
  display: table-row;
  font-size: 0.75rem;
  color: #aaaaaa;
}
#appCapsule .tab-content .tab-pane .accordion .item .accordion-header .notice-btn:before {
  left: 0px;
}
#appCapsule .tab-content .tab-pane .accordion .item .notice-content {
  min-height: 10rem;
  height: 60vh;
  overflow-y: scroll;
  font-size: 0.825rem;
  font-family: "Nanum Gothic", sans-serif;
}
#appCapsule .tab-content .tab-pane .accordion .item .notice-content .card .qna-question {
  min-height: 10rem;
  height: 10rem;
  overflow-y: scroll;
  color: #444;
}
#appCapsule .tab-content .tab-pane .accordion .item .notice-content .card .qna-question pre {
  font-size: 0.825rem;
  font-family: "Nanum Gothic", sans-serif;
}
#appCapsule .tab-content .tab-pane .accordion .item .notice-content .card .qna-answer {
  min-height: 10rem;
  height: 10rem;
  overflow-y: scroll;
  color: #222;
}
#appCapsule .tab-content .tab-pane .accordion .item .notice-content .card .qna-answer pre {
  font-size: 0.825rem;
  font-family: "Nanum Gothic", sans-serif;
}
#appCapsule .tab-content .tab-pane .accordion .item .accordion-body {
  border-style: solid;
  border-width: 0.2px;
  border-color: #999999;
  box-shadow: inset 2px 2px 3px 0px rgba(81, 81, 81, 0.15);
}
#appCapsule .tab-content .tab-pane .content .card .qna-question {
  min-height: 10rem;
  height: 10rem;
  overflow-y: scroll;
  color: #444;
}
#appCapsule .tab-content .tab-pane .content .card .qna-question pre {
  font-size: 0.825rem;
  font-family: "Nanum Gothic", sans-serif;
}
#appCapsule .tab-content .tab-pane .content .card .qna-answer {
  min-height: 10rem;
  height: 10rem;
  overflow-y: scroll;
  color: #222;
}
#appCapsule .tab-content .tab-pane .content .card .qna-answer pre {
  font-size: 0.825rem;
  font-family: "Nanum Gothic", sans-serif;
}
#appCapsule .tab-content .tab-pane .qna-content .qna-text {
  width: 100%;
  height: 10rem;
  font-size: 0.75rem;
  border-width: 0;
  border-top-width: 0.1rem;
  border-top-color: #eee;
  border-bottom-width: 0.1rem;
}
#appCapsule .form-group .label {
  font-size: 13px;
  margin: 10px 0;
}
#appCapsule .form-group.basic {
  padding-top: 0;
  padding-bottom: 0;
}
#appCapsule .form-control {
  background-color: #f9f9f9;
}
#appCapsule .text-question {
  height: 50vh;
}
#appCapsule .btn-block {
  margin-top: 1rem;
}
#appCapsule #qnaAttachment {
  overflow: hidden;
  width: 0px;
  height: 0px;
}
#appCapsule .no-item-exist {
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
}
#appCapsule .no-item-exist .no-item-exist-content {
  margin: auto;
}

a:not([href]):hover {
  color: #fff;
}

.bottomFlatButton {
  min-height: 56px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 10px solid #f9f9f9;
  border-bottom: 10px solid #f9f9f9;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: env(safe-area-inset-bottom);
}
.bottomFlatButton .item {
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bottomFlatButton .item .col {
  width: 100%;
  padding: 0 4px;
  text-align: center;
}
.bottomFlatButton .item:before {
  content: "";
  display: block;
  height: 2px;
  border-radius: 0 0 10px 10px;
  background: transparent;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 0;
}
.bottomFlatButton .active {
  color: #fff;
  background-color: #F0903C;
}

/* iPhone X, XS, 11, 11 Pro */
/* iPhone XS Max, XR, 11 Pro MAX */
/* iPhone 6+,7+,8+ */
/* iPhone 5, SE */
/* iPhone 6,7,8 *//*# sourceMappingURL=notice.css.map */