/* Original Netmarble-era My Center structure, rebuilt with crisp live text. */
.sa-my-center {
  width: 580px;
  min-height: 360px;
  margin: 26px 0 0;
  color: #7d5d36;
  font: 400 12px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  font-synthesis: none;
  text-align: left;
  text-rendering: auto;
}

.sa-my-center *,
.sa-my-center *:before,
.sa-my-center *:after {
  box-sizing: border-box;
}

.sa-my-center :where(div, p, dl, dt, dd, ul, li, table, tbody, tr, th, td) {
  margin: 0;
  padding: 0;
}

.sa-my-center ul,
.sa-my-center ol {
  list-style: none;
}

.sa-my-center a {
  color: #7d5d36;
  text-decoration: none;
}

.sa-my-center a:hover {
  text-decoration: underline;
}

.sa-my-login {
  width: 580px;
  min-height: 152px;
  padding-top: 40px;
  border-top: 2px solid #876135;
  border-bottom: 1px solid #e2be61;
  text-align: center;
}

.sa-my-login strong {
  display: block;
  margin-bottom: 11px;
  color: #654b1a;
  font: bold 14px/20px Dotum, "돋움", Arial, sans-serif;
}

.sa-my-login p {
  margin-bottom: 17px;
  color: #7d5d36;
  font: 12px/18px Dotum, "돋움", Arial, sans-serif;
}

.sa-my-button {
  display: inline-block;
  height: 22px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid #8b5b1d;
  border-radius: 4px;
  background: linear-gradient(#c58f3b 0%, #a96e22 52%, #8c5819 100%);
  box-shadow: inset 0 1px 0 #e6bc73, inset 0 -1px 0 #744613, 0 1px 0 rgba(106, 71, 24, .28);
  color: #fff !important;
  font: 700 11px/20px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-synthesis: none;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #724513;
  text-rendering: auto;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: top;
}

.sa-my-login .sa-my-button {
  min-width: 88px;
}

.sa-my-button:focus,
.sa-my-tab:focus,
.sa-my-list a:focus,
.sa-my-scrap-question:focus {
  outline: 1px dotted #654b1a;
  outline-offset: 2px;
}

.sa-my-tabs {
  height: 31px;
  border-bottom: 2px solid #c99836;
}

.sa-my-tab {
  float: left;
  min-width: 112px;
  height: 30px;
  margin: 0 -1px 0 0;
  padding: 0 15px;
  border: 1px solid #d0a147;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: #fffdf7;
  color: #7d5d36;
  font: 700 12px/29px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-synthesis: none;
  text-align: center;
  text-rendering: auto;
  cursor: pointer;
}

.sa-my-tab.is-active {
  position: relative;
  z-index: 1;
  border-color: #8b5b1d;
  background: linear-gradient(#a77731, #6f4518);
  color: #fff;
  text-shadow: 0 1px 0 #4f2e0c;
}

.sa-my-summary {
  height: 39px;
  padding: 0 10px;
}

.sa-my-total {
  float: left;
  width: 320px;
  margin-top: 12px;
  color: #7d5d36;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  letter-spacing: 0;
}

.sa-my-total span {
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #9e7541;
  font-weight: 700;
}

.sa-my-total strong {
  font-weight: 700;
}

.sa-my-actions {
  float: right;
  width: 230px;
  padding-top: 8px;
  text-align: right;
}

.sa-my-list-head {
  display: grid;
  grid-template-columns: 365px 110px 105px;
  height: 30px;
  border-top: 2px solid #876135;
  border-bottom: 1px solid #e2be61;
  background: #f4e0ab;
}

.sa-my-list-head span {
  height: 28px;
  padding-top: 7px;
  border-right: 1px solid #d3a343;
  color: #7d5d36;
  font: 400 12px/16px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  text-align: center;
}

.sa-my-list-head span:last-child {
  border-right: 0;
}

.sa-my-list {
  width: 580px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.sa-my-list col.title {
  width: 365px;
}

.sa-my-list col.status {
  width: 110px;
}

.sa-my-list col.date {
  width: 105px;
}

.sa-my-list td {
  height: 34px;
  padding: 2px 10px 0;
  border-bottom: 1px solid #e2be61;
  background: transparent;
  color: #7d5d36;
  font: 12px/18px Dotum, "돋움", Arial, sans-serif;
  text-align: center;
}

.sa-my-list td.title {
  overflow: hidden;
  padding-left: 15px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sa-my-list td.title:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 3px;
  margin: 0 8px 2px 0;
  background: #c99744;
}

.sa-my-list td.status {
  color: #f76c12;
}

.sa-my-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 116px;
  padding-top: 1px;
  border-bottom: 1px solid #e2be61;
  color: #7d5d36;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  text-align: center;
}

.sa-my-paging {
  height: 38px;
  padding-top: 13px;
  color: #f76c12;
  font: 12px/14px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  text-align: center;
}

.sa-my-view {
  padding-top: 9px;
}

.sa-my-view-table {
  width: 580px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #876135;
  table-layout: fixed;
}

.sa-my-view-table th {
  width: 110px;
  height: 30px;
  padding: 6px 15px 4px 19px;
  border-right: 1px solid #e2be61;
  border-bottom: 1px solid #e2be61;
  background: #f4e0ab;
  color: #7d5d36;
  font: bold 12px/18px Dotum, "돋움", Arial, sans-serif;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.sa-my-view-table td {
  height: 30px;
  padding: 5px 10px 4px;
  border-bottom: 1px solid #e2be61;
  color: #7d5d36;
  font: 12px/18px Dotum, "돋움", Arial, sans-serif;
  text-align: left;
  vertical-align: top;
}

.sa-my-view-table .question td,
.sa-my-view-table .answer td {
  min-height: 65px;
  padding: 12px 15px 12px 48px;
  line-height: 18px;
  white-space: pre-wrap;
}

.sa-my-view-table .question td {
  background: url("assets/c3.img.netmarble.kr/web/_cp/img/stoneage_v2/setFaq/ic_q.gif") 12px 12px no-repeat;
}

.sa-my-view-table .answer td {
  background: #fef8e8 url("assets/c3.img.netmarble.kr/web/_cp/img/stoneage_v2/setFaq/ic_a.gif") 12px 12px no-repeat;
}

.sa-my-view-actions {
  height: 42px;
  padding-top: 10px;
  text-align: center;
}

.sa-my-scrap-list {
  border-top: 2px solid #876135;
}

.sa-my-scrap-item {
  border-bottom: 1px solid #e2be61;
}

.sa-my-scrap-question {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 7px 48px 4px 40px;
  border: 0;
  background: transparent url("assets/c3.img.netmarble.kr/web/_cp/img/stoneage_v2/setFaq/ic_q.gif") 5px 7px no-repeat;
  color: #7d5d36;
  font: 12px/18px Dotum, "돋움", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.sa-my-scrap-question:after {
  content: "보기";
  position: absolute;
  top: 7px;
  right: 10px;
  color: #b17a30;
  font: 11px/18px Dotum, "돋움", Arial, sans-serif;
}

.sa-my-scrap-item.is-open .sa-my-scrap-question:after {
  content: "닫기";
}

.sa-my-scrap-answer {
  display: none;
  min-height: 50px;
  padding: 10px 15px 13px 40px;
  background: #fef8e8 url("assets/c3.img.netmarble.kr/web/_cp/img/stoneage_v2/setFaq/ic_a.gif") 5px 9px no-repeat;
  color: #7d5d36;
  font: 12px/18px Dotum, "돋움", Arial, sans-serif;
  white-space: pre-wrap;
}

.sa-my-scrap-item.is-open .sa-my-scrap-answer {
  display: block;
}
