@import url(renew.common.css);
.btn.btn-friend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: 32px;
  margin: 0;
  padding: 0 13px;
  border-radius: 8px;
  background-color: #F5F5F5;
  text-align: center;
  font-weight: normal; }

.btn.btn-friend span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #000;
  vertical-align: middle; }

.btn.btn-friend .icon-userplus {
  width: 16px;
  height: 16px;
  background: url(../images/svg/ic-v2-user-plus.svg) 0 0 no-repeat;
  background-size: 16px 16px; }

.btn.btn-pay .tooltip-list-wrap, .btn.btn-rectangle .tooltip-list-wrap {
  position: absolute;
  top: -7px;
  left: 8px;
  right: 8px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  font-weight: normal; }

.btn.btn-pay .tooltip-list-wrap .tooltip-wrap:first-child.orange, .btn.btn-rectangle .tooltip-list-wrap .tooltip-wrap:first-child.orange {
  max-width: calc(100% - 50px);
  display: inline-block;
  width: auto; }

.btn.btn-pay .tooltip-list-wrap .tooltip-wrap:last-child, .btn.btn-rectangle .tooltip-list-wrap .tooltip-wrap:last-child {
  margin-left: 6px; }

.btn.btn-pay .tooltip, .btn.btn-rectangle .tooltip {
  display: inline-block;
  align-items: center;
  position: relative;
  font-size: 11px;
  min-width: 20px;
  height: 18px;
  padding: 0 6px;
  border-radius: 26px;
  background-color: #fff; }

.btn.btn-pay .tooltip-wrap.blue .tooltip, .btn.btn-rectangle .tooltip-wrap.blue .tooltip {
  max-width: 96%;
  background-image: url("../images/member/ic-tooltip-mid-blue.png");
  background-size: auto 18px;
  color: #1e88e6; }

.btn.btn-pay .tooltip-wrap.orange .tooltip, .btn.btn-rectangle .tooltip-wrap.orange .tooltip {
  max-width: calc(100% - 12px);
  background-image: url("../images/member/ic-tooltip-mid-orange.png");
  background-size: auto 18px;
  color: #FC4420; }

.btn.btn-rectangle.one .tooltip-txt {
  max-width: 100%; }

.btn.btn-pay .tooltip-txt, .btn.btn-rectangle .tooltip-txt {
  max-width: 100%; }

.btn.btn-pay .tooltip-txt, .btn.btn-rectangle .tooltip-txt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  min-height: 19px;
  line-height: 18px;
  letter-spacing: -0.04px; }

.tooltip-wrap.orange .tooltip:after {
  left: 0;
  width: 13px;
  background-image: url("../images/member/ic-tooltip-left-orange.png"); }

.tooltip-wrap.orange .tooltip:before {
  right: 0;
  width: 20px;
  background-image: url("../images/member/ic-tooltip-right-orange.png"); }

.tooltip-wrap.blue .tooltip:after {
  left: 0;
  width: 13px;
  background-image: url("../images/member/ic-tooltip-left-blue.png"); }

.tooltip-wrap.blue .tooltip:before {
  right: 0;
  width: 20px;
  background-image: url("../images/member/ic-tooltip-right-blue.png"); }

.btn.btn-pay .tooltip:after, .btn.btn-pay .tooltip:before, .btn.btn-rectangle .tooltip:after, .btn.btn-rectangle .tooltip:before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: auto 23px; }

.btn.btn-rectangle {
  position: relative;
  width: 116px;
  height: 56px;
  margin: 0;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word; }

.btn.btn-rectangle .btn-rectangle-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal; }

.btn.btn-rectangle span {
  white-space: normal; }

.btn.btn-rectangle.disabled {
  color: #999; }

.btn.btn-rectangle[disabled] {
  color: #999;
  opacity: 1; }

.btn.btn-rectangle.double {
  width: 240px; }

.btn.btn-h40 {
  width: 118px;
  height: 40px;
  padding: 0 27px;
  margin: 0;
  border-radius: 24px;
  color: #000;
  background-color: #f2f2f2; }

.btn.btn-h40:hover, .btn.btn-h40:active, .btn.btn-h40:focus, .btn.btn-h40.active {
  border: 1px solid #FC4420;
  color: #FC4420;
  background-color: #fff; }

.btn.btn-h40 span {
  font-size: 13px;
  font-weight: 500; }

.point-orange {
  color: #FC4420 !important; }

.point-blue {
  color: #6372e2 !important; }

.page-banner {
  position: relative;
  height: 40px;
  margin: 0 -24px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee; }

.page-banner ul {
  height: 40px;
  overflow: hidden; }

.page-banner ul li {
  display: table;
  width: 100%;
  table-layout: fixed; }

.page-banner ul li a {
  display: table-cell;
  width: 98%;
  padding: 0 44px 0 24px;
  vertical-align: middle;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 13px;
  letter-spacing: -0.43px; }

.page-banner .icon.icon-arrow {
  position: absolute;
  top: 12px;
  right: 24px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url("../images/svg/arrow-right.svg") no-repeat;
  background-size: cover; }

.page-search {
  margin: 24px -24px 0;
  padding: 0 24px; }

.page-search .search-tit {
  position: relative; }

.page-search .search-tit h3 {
  max-width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 32px; }

.page-search .search-tit .btn-friend {
  position: absolute;
  top: 0;
  right: 0; }

.page-search .search-tit .btn-friend .icon-userplus {
  margin-left: 4px; }

.page-search .search-form > *:last-child .check-message-textarea {
  margin-bottom: 12px; }

.page-search .search-form form {
  position: relative; }

.page-search .search-form .search-form-line {
  margin-top: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 8px; }

.page-search .search-form .search-form-line.disabled {
  border: 1px solid #d9d9d9 !important;
  outline: 1px solid transparent !important;
  background-color: #EBEBEB;
  color: #ccc; }

.page-search .search-form .search-form-line textarea {
  width: 100%;
  min-width: 150px;
  margin-top: 0;
  padding-right: 0;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  min-height: 21px;
  line-height: 21px;
  background-color: transparent; }

.page-search .search-form .search-form-line textarea::-webkit-textarea-placeholder {
  font-size: 14px;
  color: #B2B2B2;
  line-height: normal; }

.page-search .search-form .search-form-line textarea:-ms-textarea-placeholder {
  font-size: 14px;
  color: #B2B2B2;
  line-height: normal; }

.page-search .search-form .search-form-line textarea:active, .page-search .search-form .search-form-line textarea:focus, .page-search .search-form .search-form-line textarea:hover {
  border-color: #999; }

.page-search .search-form .search-form-line input {
  width: calc( 100% - 60px);
  min-width: 150px;
  margin-top: 0;
  padding-right: 0;
  border: 0;
  border-radius: 8px;
  font-size: 14px; }

.page-search .search-form .search-form-line input::placeholder {
  font-size: 14px; }

.page-search .search-form .search-form-line textarea.form-message {
  font-size: 13px;
  color: #c7c7c7; }

.page-search .search-form .search-form-line textarea.form-message:focus, .page-search .search-form .search-form-line textarea.form-message.focus {
  color: #333; }

.page-search .search-form .search-form-line textarea.focus {
  border-color: #333; }

.page-search .search-form .search-form-line:active, .page-search .search-form .search-form-line:focus, .page-search .search-form .search-form-line:hover {
  outline: 1px solid #999;
  border-color: #999; }

.page-search .search-form .search-form-line.line-textarea {
  padding: 11px 16px 10px;
  line-height: 21px;
  box-sizing: border-box; }

.page-search .search-form .search-form-line.focus {
  outline: 1px solid #999;
  border-color: #999; }

.page-search .search-form .search-form-line.focus textarea {
  color: #333; }

.page-search .search-form input {
  min-width: 300px;
  width: 100%;
  height: 42px;
  margin-top: 8px;
  padding: 0 50px 0 16px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-sizing: border-box; }

.page-search .search-form input::-webkit-input-placeholder {
  font-size: 13px;
  color: #B2B2B2;
  line-height: 40px; }

.page-search .search-form input:-ms-input-placeholder {
  font-size: 13px !important;
  color: #B2B2B2 !important;
  line-height: 40px !important; }

.page-search .search-form input::-ms-input-placeholder {
  font-size: 13px;
  color: #B2B2B2;
  line-height: 40px; }

.page-search .search-form input::placeholder {
  font-size: 13px;
  color: #B2B2B2;
  line-height: 200%; }

.page-search .search-form input:focus {
  border-color: #000; }

.page-search .search-form textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #B2B2B2; }

.page-search .search-form .form-serch:focus + .btn-search {
  background-image: url("../images/svg/ic-v2-24-search.svg"); }

.page-search .search-form .btn-search {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  background: url("../images/svg/ic-v2-24-search.svg") 0 0 no-repeat;
  background-size: cover;
  transform: translateY(-50%); }

.page-search .search-form .btn-search:hover {
  background-image: url("../images/svg/ic-v2-24-search.svg"); }

.page-search .search-form .form-message {
  min-width: 280px;
  width: 100%;
  padding-right: 70px; }

.page-search .search-form .form-message:focus + .check-message span {
  color: #000; }

.page-search .search-form .form-message:focus + .check-message-textarea span {
  color: #000; }

.page-search .search-form .check-message-textarea {
  padding-top: 8px;
  text-align: right; }

.page-search .search-form .check-message-textarea span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  letter-spacing: -0.4px; }

.page-search .search-form .check-message-textarea span.check-text {
  padding-right: 1px;
  color: #000;
  font-weight: 500; }

.page-search .search-form .check-message {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%); }

.page-search .search-form .check-message span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  letter-spacing: -0.4px; }

.page-search .search-empty, .page-search .search-member {
  position: absolute;
  bottom: -46px;
  left: 0;
  display: table;
  width: 100%;
  min-height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  z-index: 1; }

.page-search .search-empty p, .page-search .search-member p {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  letter-spacing: -0.4px; }

.page-body .input-datepicker-wrap .btn-default, .page-body .input-datepicker-wrap .btn-default span, .page-body .input-datepicker-wrap .btn-default:hover {
  background-image: none; }

.page-body .input-datepicker-wrap .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #ccc; }

.page-body .input-datepicker-wrap .btn-default .btn-text {
  height: auto;
  padding: 0;
  line-height: 1;
  text-align: center; }

.page-body .input-datepicker-wrap .btn-default:hover {
  background-image: none; }

.page-body.event {
  padding: 0;
  margin: 0 0 -1px 0;
  height: 648px; }

.page-body.event a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 300px;
  height: 470px; }

.page-body.event a img {
  width: 100%;
  height: auto; }

.page-body.event a .btn-orange {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.page-body.regard {
  padding: 32px 24px 0;
  min-height: 200px;
  height: 100%;
  box-sizing: border-box; }

.page-body.regard p {
  margin-bottom: 20px;
  line-height: 19px;
  font-size: 13px;
  color: #333;
  letter-spacing: -0.43px; }

.page-body.complete {
  padding: 36px 0 0;
  margin: 0; }

.page-body.history {
  padding: 0;
  margin: 0; }

.complete-header {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 2px solid #FC4420; }

.complete-header .icon-check {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  background: url(../images/svg/ic-check-circle.svg) 0 0 no-repeat;
  background-size: cover; }

.complete-header .icon-character {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  background: url(../images/svg/ic-character.svg) 0 0 no-repeat;
  background-size: cover; }

.complete-header > h3 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.08px;
  color: #111;
  line-height: normal; }

.complete-header > p {
  margin-top: 15px;
  font-size: 13px;
  color: #999; }

.complete-header.border.clear {
  border: 0; }

.complete-body .list.tit-head ul {
  margin-top: 16px; }

.complete-body .list.tit-head ul li {
  padding: 11px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f7f7f7;
  text-align: center; }

.complete-body .list.tit-head ul li span {
  color: #666;
  flex: 1; }

.complete-body .list.history-header > ul {
  border-bottom: 1px solid #eee;
  border-top: 2px solid #ff5000;
  margin-top: 31px;
  margin-bottom: 16px; }

.complete-body .list.history-header ul li span {
  font-size: 14px; }

.complete-body .list.indent {
  padding-left: 8px;
  padding-right: 8px; }

.complete-body .list ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  table-layout: fixed;
  border-bottom: 1px solid #f1f1f1; }

.complete-body .list > ul > li > span {
  display: table-cell;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.4px; }

.complete-body .list ul li .list-tit {
  flex-shrink: 0;
  flex-basis: 120px;
  min-width: 80px;
  max-width: 120px;
  padding-left: 8px;
  color: #333;
  font-weight: 500;
  text-align: left; }

.complete-body .list ul li .list-info {
  flex-grow: 1;
  padding-right: 8px;
  padding-left: 8px;
  color: #333;
  text-align: right;
  word-break: break-all;
  word-wrap: break-word; }

.complete-body .list ul li .list-info strong {
  font-weight: 500; }

.complete-body .list ul li .list-info.text-left {
  text-align: left !important; }

.complete-body .list ul li strong.list-info {
  font-size: 13px;
  font-weight: 500; }

.complete-body .list ul li .list-info-detail {
  display: block; }

.complete-body .list ul li.row {
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal; }

.complete-body .list ul li.row .list-tit {
  width: 170px;
  padding-top: 10px; }

.complete-body .list ul li.row .list-info {
  padding-top: 10px;
  width: 162px; }

.complete-body .list.total {
  margin-top: -8px; }

.complete-body .list.total ul li {
  padding: 8px 0; }

.complete-body .list.history ul li span {
  width: 33%;
  font-size: 12px;
  line-height: auto;
  vertical-align: middle; }

.complete-body .list.history ul li .list-date {
  color: #999;
  text-align: center; }

.complete-body .list.history ul li .list-date > i {
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 80px; }

.complete-body .list.history ul li .list-type {
  color: #999;
  text-align: center; }

.complete-body .list.history ul li .list-cash {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-align: right; }

.complete-body .info {
  margin-top: 8px;
  margin-bottom: 20px; }

.complete-body .info ul {
  position: relative; }

.complete-body .info ul li {
  position: relative;
  padding-left: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  letter-spacing: -0.4px; }

.complete-body .info ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #999; }

.complete-body .info ul li a {
  color: #333;
  text-decoration: underline; }

.list.history .history_empty {
  padding: 25% 0;
  font-size: 14px;
  color: #000;
  text-align: center; }

.page-body.friend {
  padding-top: 16px; }

.page-body.guardian {
  margin-top: 32px; }

.page-body.refund {
  padding: 0 24px; }

.page-body.refund.scrollbar-custom .mCSB_container {
  padding-left: 0;
  padding-right: 0; }

.cash {
  margin-top: 28px;
  padding-bottom: 12px; }

.cash fieldset > *:last-child.cash-input {
  padding-bottom: 0;
  border-bottom: 0px; }

.cash .cash-number {
  margin-top: -5px;
  line-height: 36px;
  font-size: 36px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.5px; }

.cash .cash-txt {
  display: inline-block;
  margin-left: 3px;
  font-size: 20px;
  font-weight: normal; }

.cash-mult {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  padding-bottom: 4px; }

.cash-mult-wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.48px;
  white-space: nowrap; }

.cash-mult-txt {
  overflow: hidden;
  display: inline-block;
  max-width: 258px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FC4420; }

.cash-mult-num {
  margin-left: 4px;
  color: #000; }

.cash-mult .btn-rectangle {
  width: auto;
  height: 24px;
  margin-left: 20px;
  padding: 0 8px;
  line-height: 19px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff; }

.cash-mult .btn-rectangle > span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #333; }

.cash-input {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid #FC4420; }

.cash-input .cash-input-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.cash-input .cash-input-wrap .btn-rectangle {
  min-width: 62px;
  max-width: 112px;
  width: auto;
  min-height: 24px;
  height: auto;
  line-height: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 2px 8px;
  z-index: 1; }

.cash-input .cash-input-wrap .btn-rectangle span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; }

.cash-input.no-line {
  border-bottom: 0;
  padding-bottom: 0; }

.cash-input.no-line ~ .cash-input-desc:empty, .cash-input.no-line ~ .cash-btn:empty {
  margin-top: 0;
  margin-bottom: 0; }

.cash-input .cash-input-txt {
  display: inline-block;
  max-width: 100%; }

.cash-input h3 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.37px; }

.cash-input > .btn-rectangle {
  position: absolute;
  top: -4px;
  right: 0;
  min-width: 62px;
  max-width: 112px;
  width: auto;
  min-height: 24px;
  height: auto;
  line-height: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 2px 8px;
  z-index: 1; }

.cash-input > .btn-rectangle span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; }

.cash-input .btn-rectangle:hover {
  background-color: #fff;
  color: #000; }

.cash-input .btn-rectangle:active {
  background-color: #fff;
  color: #000; }

.cash-input .btn-rectangle:focus {
  background-color: #fff;
  color: #000; }

.cash-input .btn-rectangle span {
  font-size: 12px;
  color: #333;
  font-weight: normal;
  letter-spacing: -0.4px; }

.cash-input .btn-rectangle.round-orange {
  border: 1px solid #FC4420;
  border-radius: 12px; }

.cash-input .btn-rectangle.round-orange span {
  color: #FC4420; }

.cash-input input[type=number] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 42px;
  border: none;
  font-size: 36px;
  color: #000;
  font-weight: 500;
  -moz-appearance: textfield; }

.cash-input input[type=number]:active + input[type=reset] {
  display: block; }

.cash-input input[type=number]:focus + input[type=reset] {
  display: block; }

.cash-input input[type=text] {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
  border: none;
  font-size: 32px;
  color: #000;
  font-weight: 500;
  -moz-appearance: textfield; }

.cash-input input[type=text]:active + input[type=reset], .cash-input input[type=text]:focus + input[type=reset], .cash-input input[type=text]:hover + input[type=reset] {
  display: block; }

.cash-input input[type="text"]::-webkit-outer-spin-button, .cash-input input[type="text"]::-webkit-inner-spin-button, .cash-input input[type="number"]::-webkit-outer-spin-button, .cash-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.cash-input input::-webkit-input-placeholder, .cash-input input::-moz-input-placeholder {
  font-size: 36px;
  color: #B2B2B2;
  line-height: normal; }

.cash-input input:-ms-input-placeholder {
  font-size: 32px !important;
  color: #B2B2B2 !important;
  line-height: normal !important;
  letter-spacing: -1.5px;
  font-weight: normal !important; }

.cash-input input::-ms-input-placeholder {
  font-size: 32px;
  color: #B2B2B2;
  line-height: normal; }

.cash-input input::placeholder {
  font-size: 32px;
  color: #B2B2B2;
  line-height: normal;
  letter-spacing: -0.8px;
  font-weight: normal; }

.cash-input .cash-input-num {
  padding: 0 25px 0 0; }

.cash-input .cash-input-num::placeholder {
  font-size: 32px;
  color: #B2B2B2;
  line-height: normal;
  letter-spacing: -0.8px;
  font-weight: normal; }

.cash-input form {
  position: relative;
  display: flex; }

.cash-input .cash-input-reset {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  text-indent: -9999em;
  background-image: url("../images/svg/ic-20-close-circle.svg");
  background-size: cover;
  background-color: #ccc;
  box-sizing: border-box;
  z-index: 2; }

.cash-input-desc {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.04px;
  color: #FC4420; }

.cash-input-btn {
  padding: 16px 0;
  text-align: right; }

.cash-input-btn .btn-rectangle {
  width: auto;
  height: 22px;
  line-height: 19px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 8px; }

.cash-input-btn .btn-rectangle:hover {
  background-color: #fff;
  color: #000; }

.cash-input-btn .btn-rectangle:active {
  background-color: #fff;
  color: #000; }

.cash-input-btn .btn-rectangle:focus {
  background-color: #fff;
  color: #000; }

.cash-input-btn .btn-rectangle span {
  font-size: 12px;
  color: #333;
  letter-spacing: -0.4px; }

.cash-btn {
  margin-top: 12px; }

.cash-btn ul {
  position: relative;
  display: flex;
  gap: 8px; }

.cash-btn li {
  flex: 1;
  float: left; }

.cash-btn li .btn.btn-cash {
  width: 100%;
  min-height: 36px; }

.cash-btn li:first-child {
  margin-left: 0; }

.cash-btn li:last-child {
  margin-right: 0; }

.cash-info ul > li.line {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06); }

.cash-info li:last-child .cash-info-detail {
  margin-bottom: 12px; }

.cash-info .cash-info-detail {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%; }

.cash-info .cash-info-detail-item {
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box; }

.cash-info .cash-info-detail-item::before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url("../images/svg/cash-info-line.svg");
  background-size: cover; }

.cash-info .cash-info-detail-item span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.325px;
  color: #666; }

.cash-info .cash-info-detail-item span:last-child {
  margin-left: auto;
  padding-right: 1px;
  font-weight: 500; }

.cash-info .point {
  color: #FC4420; }

.cash-info li {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.06px; }

.cash-info li:last-child {
  padding-bottom: 0; }

.cash-info li span.cash-info-tit {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: #1f1f1f; }

.cash-info li .cash-info-num {
  margin-bottom: 4px; }

.cash-info li .cash-info-num.point {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.081px; }

li.cash-info-total {
  margin-top: 9px;
  padding-top: 13px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06); }

li:first-child.cash-info-total {
  margin-top: -4px;
  padding-top: 0;
  border-top: 0; }

li.cash-info-total span {
  color: #1f1f1f !important; }

.cash-info li::after {
  content: "";
  display: block;
  clear: both; }

.cash-info li span {
  float: left;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  letter-spacing: -0.6px;
  text-align: left; }

.cash-info li strong {
  float: right;
  color: #1f1f1f;
  text-align: right; }

.banner {
  position: relative; }

.bg-line + .banner .banner-list {
  margin-top: 12px;
  margin-bottom: -4px; }

.bg-line + .banner .banner-list:empty {
  margin-top: 0;
  margin-bottom: 0; }

.banner .banner-list {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 8px; }

.banner .banner-list-item {
  min-height: 42px; }

.banner .banner-list-item a {
  display: table-cell;
  width: 100%;
  text-align: center; }

.banner .banner-list-item > li {
  display: table;
  width: 100%;
  table-layout: fixed; }

.banner .banner-list-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  max-width: 512px;
  max-height: 44px;
  border-radius: 8px; }

.banner .banner-badge {
  display: inline-block;
  padding: 0 8px;
  height: 16px;
  border-radius: 13px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #000; }

.banner .banner-tit {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #000; }

.banner .banner-tit strong {
  position: relative;
  z-index: 2; }

.banner .banner-tit strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(214, 229, 255, 0.4);
  z-index: 1; }

.banner .icon-coin {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 18px;
  background: url("../images/icon/ic-32-coin.png") 0 0 no-repeat; }

.banner.etc-banner {
  text-align: center; }

.banner.etc-banner img {
  height: 44px; }

.banner.event .banner-badge {
  border: 1px solid #377fe6;
  color: #377fe6; }

.my-wallet .my-wallet-list {
  padding-top: 16px; }

.my-wallet .my-wallet-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  line-height: 24px;
  color: #666; }

.my-wallet .my-wallet-list-item > *:first-child:last-child {
  max-width: 100%; }

.my-wallet .my-wallet-list-item .my-wallet-list-tit {
  display: flex;
  align-items: center;
  max-width: calc(100% - 120px);
  white-space: nowrap; }

.my-wallet .my-wallet-list-item .my-wallet-list-tit + * {
  padding-right: 1px; }

.my-wallet .my-wallet-list-item .my-wallet-list-tit-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.my-wallet .my-wallet-list-item .my-wallet-list-pay {
  color: #666; }

.my-wallet .my-wallet-list-item-error {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.04px;
  color: #FC4420;
  background: url("../images/svg/ic-16-info-red.svg") 0 0 no-repeat;
  padding-left: 18px; }

.icon-question {
  overflow: initial;
  overflow: inherit;
  position: relative;
  margin-left: 4px; }

.icon-question:hover .tooltip, .icon-question.active .tooltip {
  display: block; }

.page-body .icon-question .tooltip, .complete-body .icon-question .tooltip {
  width: 230px; }

.complete-body .icon-question .tooltip.tooltip-center {
  margin-left: -115px; }

.icon-question .tooltip.top.tooltip-center:after {
  left: calc(50% - 7.5px); }

.icon-question .tooltip.top {
  bottom: 28px; }

.icon-question .tooltip.bottom {
  top: 28px; }

.icon-question .tooltip {
  display: none;
  position: absolute;
  padding: 8px 12px;
  border-radius: 2px;
  background-color: #4c4c4c;
  word-wrap: break-word;
  word-break: break-all;
  z-index: 20; }

.icon-question .tooltip.top:after {
  border-top: 3px solid #4c4c4c;
  border-left: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 0px solid transparent;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 7.5px; }

.icon-question .tooltip.bottom:after {
  border-top: 0px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #4c4c4c;
  content: "";
  position: absolute;
  top: -4px;
  left: 7.5px; }

.icon-question .tooltip-txt {
  position: relative;
  display: block;
  padding-left: 6px;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  white-space: normal; }

.icon-question .tooltip-txt::before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #fff;
  width: 2px;
  height: 2px;
  border-radius: 50%; }

.icon-question .tooltip-txt > span {
  position: relative;
  display: block;
  padding-left: 8px; }

.icon-question .tooltip-txt > span::before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #fff;
  width: 3px;
  height: 1px; }

.my-wallet .my-wallet-list > ul > li:last-child {
  margin-bottom: 0; }

.my-wallet .my-wallet-list > ul > li:last-child .my-wallet-list-item + form.my-wallet-list-item {
  margin-bottom: 0; }

.my-wallet li > *:first-child:last-child.my-wallet-list-item ~ form {
  margin-top: 16px; }

.my-wallet .my-wallet-list > ul > li:first-child.my-wallet-list-item {
  margin-top: 0; }

.my-wallet ul > li:first-child > *:first-child.my-wallet-list-item {
  margin-top: 0; }

.my-wallet li > *:first-child:last-child.my-wallet-list-item {
  margin-top: 4px; }

.my-wallet li > *:first-child:last-child.my-wallet-list-item.item-mt {
  margin-top: 0; }

.my-wallet .my-wallet-list-item:not(form) + .my-wallet-list-item-error {
  margin-top: 3px; }

.my-wallet .my-wallet-list-item + .my-wallet-list-item {
  margin-top: 4px; }

.my-wallet .my-wallet-list-item + form.my-wallet-list-item {
  margin-bottom: 16px; }

.my-wallet .my-wallet-list-item .input-wrap {
  position: relative;
  flex-grow: 1; }

.my-wallet .my-wallet-list-item .input-wrap .form-serch {
  width: calc(100% - 8px);
  margin-right: 8px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  height: 36px !important;
  line-height: 36px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.04px;
  text-align: right;
  text-overflow: ellipsis;
  color: #4C4C4C; }

.my-wallet .my-wallet-list-item .input-wrap .form-serch:read-only {
  color: #999;
  border: 1px solid #d9d9d9; }

.my-wallet .my-wallet-list-item .input-wrap .form-serch:read-only::placeholder {
  color: #999; }

.my-wallet .my-wallet-list-item .input-wrap .form-serch:read-only:focus {
  border: 1px solid #d9d9d9; }

.my-wallet .my-wallet-list-item .input-wrap .form-serch:focus {
  outline: 1px solid #999;
  border: 1px solid #999; }

.my-wallet .my-wallet-list-item .input-wrap .form-serch.typing-text {
  padding-right: 40px; }

.my-wallet .my-wallet-list-item .input-wrap .form-serch.text-left {
  text-align: left;
  padding-right: 32px; }

.my-wallet .my-wallet-list-item .input-wrap .icon-del {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/svg/ic-del-circle.svg") 0 0 no-repeat;
  background-size: cover;
  border: 0; }

.my-wallet .my-wallet-list-item .btn {
  flex-shrink: 1;
  width: auto;
  min-width: 98px;
  max-width: 155px;
  min-height: 36px;
  height: inherit;
  margin: 0;
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: #333; }

.my-wallet .my-wallet-list-item .btn:disabled {
  background-color: #EBEBEB;
  border: 1px solid #ccc; }

.my-wallet .my-wallet-list-item .btn:disabled .btn-txt {
  color: #ccc; }

.my-wallet .my-wallet-list-item button .btn-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  white-space: normal;
  font-size: 13px;
  line-height: 22px; }

.my-wallet .btn-point-change {
  min-width: 82px;
  max-width: 82px;
  width: auto;
  height: auto;
  min-height: 32px;
  margin-left: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  background-color: #6da3f6;
  color: #fff; }

.my-wallet .btn-point-change-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  white-space: normal;
  font-size: 12px;
  letter-spacing: -0.04px;
  word-break: break-all; }

.my-wallet .icon-flake, .my-wallet .icon-flake2 {
  flex-shrink: 0;
  flex-basis: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  order: 1; }

.my-wallet .icon-flake-txt {
  order: 2;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  max-width: 100px; }

.my-wallet .icon-question {
  order: 3; }

.my-wallet .my-wallet-flake {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 10px 16px;
  background-color: #f5f5f8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.05px;
  box-sizing: border-box; }

.my-wallet .my-wallet-flake-txt {
  display: flex;
  align-items: center;
  flex-grow: 1;
  word-wrap: break-word; }

.my-wallet .my-wallet-flake-pay {
  margin-left: auto;
  color: #477ef4;
  order: 4; }

.my-wallet .my-wallet-flake-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.04px;
  order: 5; }

.payment.my-wallet {
  padding-bottom: 12px; }

.payment .icon.icon-arrow {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url("../images/svg/arrow-enable-down.svg") 0 0 no-repeat; }

.payment .icon.icon-arrow.is-active {
  background: url("../images/svg/arrow-enable-up.svg") 0 0 no-repeat; }

.payment .payment-btn {
  padding-top: 16px;
  margin-left: -1px;
  margin-bottom: -8px;
  width: calc( 100% + 2px); }

.payment .payment-btn ul {
  position: relative;
  margin-left: -4px;
  margin-right: -4px; }

.payment .payment-btn ul::after {
  content: "";
  display: block;
  clear: both; }

.payment .payment-btn ul li {
  float: left;
  width: 33.3333% !important;
  padding: 0 4px 8px;
  box-sizing: border-box; }

.payment .payment-btn ul li .btn-rectangle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
  font-size: 13px; }

.payment .payment-btn ul li .btn-rectangle.active {
  border: 1px solid #FC4420;
  color: #FC4420; }

.payment .payment-btn ul li .btn-rectangle.btn-pay.disabled {
  opacity: 1; }

.payment .payment-btn ul li .btn-rectangle.btn-pay.disabled .ic-stovepay, .payment .payment-btn ul li .btn-rectangle:disabled .ic-stovepay {
  background: url("../images/svg/ic-stovepay-new-disabled.svg") 0 0 no-repeat; }

.payment .ic-stovepay {
  display: inline-block;
  width: 113px;
  height: 26px;
  background: url("../images/svg/ic-stovepay-new.svg") 0 0 no-repeat; }

.payment .payment-btn ul li.double {
  width: 50% !important; }

.payment .payment-btn ul li.one {
  width: 100% !important; }

.payment h3 {
  margin-top: 28px;
  font-size: 18px; }

.payment h4 {
  margin-top: 24px;
  font-size: 16px; }

.payment h3, .payment h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  color: #000;
  line-height: 23px; }

.payment h3 + .cash-info {
  margin-top: 16px; }

.payment h3.line {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.payment h4.line {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.payment h4 .cash-info-num {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: #000; }

.payment .payment-btn + .payment-info {
  margin-top: 0; }

.payment .payment-info {
  margin-top: 16px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.4px;
  color: #666;
  text-align: left; }

.payment .payment-info-link {
  margin-bottom: 24px; }

.payment .payment-info-tit span {
  margin-right: 4px;
  color: #1f1f1e; }

.payment .payment-info-tit + .payment-info-link {
  margin-top: 8px; }

.payment-info-tit2 {
  margin: 24px 0 8px 0;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: #333;
  text-align: center; }

.payment-info-tit2 ~ .btn-wrap {
  text-align: center; }

.payment-info-tit2 ~ .btn-wrap .btn-pay-txt {
  margin-left: 0; }

.payment-info-tit2 ~ .btn-wrap .btn {
  min-width: 125px;
  width: auto;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.24px; }

.payment .payment-info-box {
  margin: 8px 0 12px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #d9d9d9; }

.payment .payment-info-box + p {
  margin-bottom: 0; }

.payment .payment-info-box li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 10px;
  line-height: 1.4175;
  color: #666; }

.payment .payment-info-box li:last-child {
  margin-bottom: 0; }

.payment .payment-info-box li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  border-radius: 50%;
  background-color: #b2b2b2; }

.payment .payment-info-box-tit {
  margin-bottom: 4px;
  color: #1e88e6;
  font-weight: 500; }

.complete .icon-question, .payment .icon-question {
  flex-shrink: 0;
  flex-basis: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  background: url("../images/svg/ic-question.svg") 0 0 no-repeat;
  background-size: cover; }

.payment .payment-info .icon-arrow-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/svg/ic-line-arrow-right.svg") 0 0 no-repeat;
  background-size: cover; }

.payment .payment-info .icon-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  background: url("../images/svg/ic-20-info.svg") 0 0 no-repeat;
  background-size: cover; }

.payment .payment-info span {
  display: inline; }

.payment .payment-info a {
  display: inline-block;
  color: #999;
  text-decoration: underline; }

.payment .payment-info-desc {
  margin-top: -6px;
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #333;
  text-align: left; }

.payment .payment-stove {
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #FC4420;
  background-color: #fff; }

.payment .payment-stove .list li {
  position: relative;
  line-height: 31px;
  border-top: 1px solid #e1e1e1; }

.payment .payment-stove .list li::after {
  content: "";
  display: block;
  clear: both; }

.payment .payment-stove .list li:first-child {
  border-top: none; }

.payment .payment-stove .list li span {
  display: inline-block; }

.payment .payment-stove .list li .point-orange {
  color: #FC4420; }

.payment .payment-stove .list li .list-tit {
  float: left;
  font-size: 12px;
  color: #999;
  letter-spacing: -0.4px; }

.payment .payment-stove .list li .list-tit .point-orange {
  font-weight: normal; }

.payment .payment-stove .list li .list-info {
  float: right;
  font-size: 13px;
  color: #000;
  letter-spacing: -0.43px; }

.payment-method {
  text-align: center;
  margin: 24px -24px 0;
  padding: 24px 0;
  background-color: #f7f7f7; }

.payment-method + .payment-info {
  margin-top: 12px; }

.payment-method .payment-method-inner {
  width: calc( 100% - 48px);
  margin: 0 auto;
  border-radius: 4px; }

.payment-method ul {
  position: relative;
  width: calc(100% + 16px);
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.payment-method ul li {
  position: relative;
  height: 44px;
  width: calc(33.3333% - 8px);
  box-sizing: border-box; }

.payment-method ul li:nth-child(3n) {
  margin-right: 0; }

.payment-method ul li:nth-child(1), .payment-method ul li:nth-child(2), .payment-method ul li:nth-child(3) {
  margin-top: 0; }

.payment-method ul li:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 44px;
  margin-right: -3px;
  z-index: 1; }

.payment-method ul li:hover .btn-pay {
  border: 0 solid transparent;
  z-index: 2; }

.payment-method ul li:hover .btn-pay:disabled:after {
  border: 1px solid #e2e2e2; }

.payment-method ul li:hover .btn-pay.disabled:after {
  border: 1px solid #e2e2e2; }

.payment-method ul li .btn-pay {
  position: relative;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  background-color: #fff; }

.payment-method ul li .btn-pay:disabled .btn-pay-txt {
  color: #ccc; }

.payment-method ul li .btn-pay:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box; }

.payment-method ul li .btn-pay .btn-pay-txt {
  display: block;
  margin-top: -1px;
  font-size: 12px;
  color: #1f1f1e;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: -0.04px; }

.payment-method ul li .btn-pay.disabled .btn-pay-txt {
  color: #ccc; }

.payment-method ul li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 44px;
  margin-right: -3px;
  z-index: 1; }

.payment-method ul li.active .btn-pay {
  border: 0 solid transparent;
  z-index: 2; }

.payment-method ul li.active .btn-pay .btn-pay-txt {
  color: #FC4420;
  font-weight: 500; }

.payment-method ul li.active .btn-pay:disabled:after {
  border: 1px solid #e2e2e2; }

.payment-method ul li.active .btn-pay:after {
  border: 1px solid #FC4420;
  z-index: 1; }

.payment-method ul li.active .btn-pay.disabled:after {
  border: 1px solid #e2e2e2; }

.protector {
  margin: 24px 0;
  text-align: center; }

.protector p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.06px;
  color: #333;
  letter-spacing: -0.4px; }

.protector .btn-agree {
  width: inherit;
  min-width: 92px;
  height: 36px;
  margin: 8px 0 0 0;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.protector .btn-agree span {
  display: block;
  font-size: 13px;
  letter-spacing: -0.04px;
  color: #1f1f1e; }

.guardian {
  padding: 0 24px; }

.guardian h3 {
  margin-bottom: 12px;
  font-size: 14px;
  color: #000; }

.guardian .guardian-term ul {
  position: relative;
  margin: -5px -4px; }

.guardian .guardian-term ul::after {
  content: "";
  display: block;
  clear: both; }

.guardian .guardian-term ul li {
  float: left;
  width: 33.3333%;
  padding: 5px 3px;
  box-sizing: border-box; }

.guardian .guardian-term ul li .btn.btn-h40 {
  width: 100%;
  line-height: 32px; }

.guardian-info {
  margin-top: 32px; }

.guardian-info input:first-child {
  margin-top: 0; }

.guardian-info input {
  width: 100%;
  height: 40px;
  margin-top: 8px;
  padding: 0 50px 0 12px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-sizing: border-box; }

.guardian-info input::-webkit-input-placeholder {
  font-size: 13px;
  color: #B2B2B2;
  line-height: normal; }

.guardian-info input:-ms-input-placeholder {
  font-size: 13px !important;
  color: #B2B2B2 !important;
  line-height: normal !important; }

.guardian-info input::-ms-input-placeholder {
  font-size: 13px;
  color: #B2B2B2;
  line-height: normal; }

.guardian-info input::placeholder {
  font-size: 13px;
  color: #B2B2B2;
  line-height: normal; }

.guardian-info input:focus {
  border-color: #000; }

.guardian-agree {
  margin-top: 32px; }

.guardian-agree p {
  font-size: 13px;
  color: #333;
  line-height: 16px; }

.guardian-agree .guardian-agree-check {
  margin-top: 12px;
  padding: 16px 12px;
  background-color: #f7f7f7; }

.guardian-agree .guardian-agree-check li {
  margin-bottom: 16px; }

.guardian-agree .guardian-agree-check li:last-child {
  margin-bottom: 0; }

.guardian-agree .guardian-agree-check .element-checkbox .checkbox-input ~ label {
  display: inline-block;
  height: auto;
  font-size: 12px !important;
  letter-spacing: -0.4px;
  padding-left: 28px !important; }

.guardian-agree .guardian-agree-check .element-checkbox .checkbox-input ~ label a {
  color: #1f1f1f;
  text-decoration: underline; }

.agree.dialog-agree {
  margin-bottom: 0; }

.agree.dialog-agree .element-checkbox .checkbox-input ~ label {
  overflow: inherit;
  overflow: initial;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  padding-left: 30px; }

.agree.dialog-agree > .element-checkbox .checkbox-input ~ label {
  font-weight: 500; }

.agree.dialog-agree ul {
  padding-left: 0; }

.agree.dialog-agree ul li .element-checkbox .checkbox-input ~ label {
  font-size: 12px;
  padding-left: 26px;
  padding-bottom: 6px;
  letter-spacing: -0.4px; }

.agree {
  position: relative; }

.agree label .element-sbtn-wrap {
  padding-left: 0 !important; }

.agree label .element-sbtn-wrap a, .agree label .element-sbtn-wrap .element-sbtn {
  text-decoration: none !important; }

.agree label .element-sbtn-wrap .element-sbtn-txt {
  white-space: nowrap; }

.agree .element-sbtn-wrap {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 36px; }

.agree .element-sbtn {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.24px;
  text-decoration: none; }

.agree .element-sbtn-txt {
  color: #333;
  text-decoration: none; }

.agree .more {
  position: absolute;
  top: 28px;
  right: 4px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  letter-spacing: -0.37px; }

.scrollbar-custom > .agree .more {
  right: 16px; }

.agree .more .icon-arrow {
  width: 20px;
  height: 20px;
  background: url(../images/svg/arrow-enable-up.svg) 0 0 no-repeat;
  background-size: cover;
  vertical-align: top; }

.agree .more.active .icon-arrow {
  background-image: url(../images/svg/arrow-enable-down.svg);
  transform: rotate(0); }

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

.agree ul > li:last-child {
  margin-bottom: 0; }

.agree > .element-checkbox {
  margin-top: 28px;
  margin-bottom: 16px; }

.agree > .element-checkbox.toggle-arrow {
  margin-right: 30px; }

.agree > .element-checkbox ~ ul {
  margin-top: 8px; }

.agree > .element-checkbox .checkbox-input {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px; }

.agree > .element-checkbox .checkbox-input ~ label {
  min-height: 24px;
  line-height: 24px; }

.agree > .element-checkbox .checkbox-input ~ label:before {
  width: 24px;
  height: 24px; }

.agree ul li .element-checkbox .checkbox-input ~ label {
  height: auto;
  padding-left: 37px;
  line-height: 19px;
  color: #666;
  font-size: 14px; }

.agree ul li .element-checkbox .checkbox-input ~ label:before {
  width: 24px;
  height: 24px;
  margin-top: -4px; }

.agree ul li .element-checkbox .checkbox-input ~ label a {
  color: #666;
  text-decoration: underline; }

.history .more {
  margin-top: 23px;
  text-align: center; }

.history .more a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: -0.37px;
  color: #999999;
  padding-right: 21px;
  background: url("../images/icon/icon-arrow-enable-down.svg") no-repeat right 0; }

.friend-list {
  margin-top: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f5f5f5; }

.friend-list:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.friend-list h3 {
  margin-bottom: 4px;
  font-size: 14px; }

.friend-list ul li {
  margin-top: 12px; }

.friend-list ul li a {
  display: block; }

.friend-list ul li a img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle; }

.friend-list ul li a span {
  display: inline-block;
  margin-left: 13px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 19px;
  vertical-align: middle; }

.friend-list .friend-empty {
  display: table;
  width: 100%;
  min-height: 60px;
  text-align: center; }

.friend-list .friend-empty p {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  letter-spacing: -0.4px; }

.full-page#body-wrapper {
  max-width: 100%; }

.full-page .page-footer {
  max-width: 100%; }

.body-pay-list-wrap {
  padding-top: 16px;
  margin-left: 24px;
  margin-right: 24px; }

.body-pay-list-tit {
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000; }

.body-pay-list-num {
  margin-left: auto;
  white-space: nowrap;
  color: #666; }

.body-pay-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.45px;
  word-wrap: break-word; }

.body-coupon-list {
  padding-top: 26px; }

.body-coupon-list .stds-radio-container {
  display: flex;
  align-items: center;
  min-width: 20px;
  min-height: 20px; }

.body-coupon-list .stds-radio-container input[type="radio"]:checked {
  border: 5.5px solid #FC4420;
  background-color: #fff; }

.body-coupon-list .stds-radio-container label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1; }

.body-coupon-list .stds-radio-container input[type="radio"] {
  appearance: none;
  flex-shrink: 0;
  flex-basis: 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background-color: #fff; }

.body-coupon-list .shadow-box.box-sm.active {
  border: 1px solid #FC4420; }

.body-coupon-list .shadow-box.box-sm .stds-radio-container-desc {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  margin-left: 28px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.325px;
  color: #666; }

.shadow-box {
  margin-top: 16px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.shadow-box.box-sm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  margin-top: 8px;
  padding: 16px 20px;
  box-sizing: border-box; }

.shadow-box.box-sm .stds-radio-label {
  margin: -16px -20px;
  padding: 16px 20px; }

.shadow-box.box-sm .stds-radio-container {
  padding-bottom: 0; }

.shadow-box.box-sm .stds-radio-container.is-active + .stds-radio-container-desc {
  margin-top: 4px; }

.shadow-box.box-sm .stds-radio-container .radio-container-txt {
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 500; }

.shadow-box.box-sm .stds-radio-container-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.325px; }

.shadow-box.box-sm .stds-radio-container-desc > span:first-child {
  color: #1f1f1f; }

.shadow-box.box-sm .stds-radio-container-desc > span:last-child {
  color: #999; }

.shadow-box.box-sm .stds-radio-container-desc span {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  word-break: break-all; }

.stovecash-refund-wrap + .bg-line {
  margin-top: 32px; }

.stovecash-refund .page-header {
  border-bottom: 1px solid #ddd; }

.stovecash-refund .stovecash-refund-txt-wrap {
  margin: 32px 0;
  color: #333; }

.stovecash-refund .refund-txt-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.6px; }

.stovecash-refund .refund-txt-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.45px; }

.stovecash-refund .refund-num li {
  position: relative;
  margin-bottom: 44px; }

.stovecash-refund .refund-num li:last-child {
  margin-bottom: 0; }

.stovecash-refund .refund-num .refund-arrow {
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 30px;
  height: 26px;
  background-size: cover;
  background-image: url("../images/member/refund-arrow.svg"); }

.stovecash-refund .refund-num .refund-plus {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: cover;
  background-image: url("../images/member/refund-plus.svg"); }

.stovecash-refund .refund-num-tit {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1F1F1F;
  line-height: 24px;
  letter-spacing: -0.48px; }

.stovecash-refund .refund-num-wrap {
  position: relative; }

.stovecash-refund .refund-num-wrap ~ .refund-num-wrap {
  margin-top: 4px; }

.stovecash-refund .hidden-cash input {
  width: 100%;
  padding: 12px 20px;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #1F1F1F;
  font-weight: 700;
  text-align: right;
  background: #F5F5F5;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-variant-numeric: tabular-nums; }

.stovecash-refund .hidden-cash input:active, .stovecash-refund .hidden-cash input:focus {
  border: 0;
  outline: 0; }

.stovecash-refund .hidden-cash input[type='text'], .stovecash-refund .hidden-cash input[type='number'] {
  letter-spacing: 0; }

.stovecash-refund .hidden-cash .refund-num-unit {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.42px;
  color: #666; }

.stovecash-refund .bring-cash input {
  width: 100%;
  padding: 12px 20px;
  min-height: 60px;
  border: 0;
  border-radius: 8px;
  color: #1F1F1F;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  text-align: right;
  border-radius: 8px;
  border: 2px solid #FC4420;
  background: #fff;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums; }

.stovecash-refund .bring-cash input:active, .stovecash-refund .bring-cash input:focus {
  border: 2px solid #FC4420;
  outline: 0; }

.stovecash-refund .bring-cash .refund-num-unit {
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.48px;
  color: #666; }

.stovecash-refund .refund-num-desc {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  letter-spacing: -0.325px; }

@media screen and (max-width: 412px) {
  .cash-btn {
    text-align: center; }
  .cash-btn ul {
    min-width: 100px;
    margin: 0 auto; }
  .cash-btn .btn.btn-cash {
    display: inline-block;
    width: inherit;
    max-width: 100px;
    padding: 0 8px;
    font-size: 13px; }
  .cash-input input::-webkit-input-placeholder, .cash-input input:-ms-input-placeholder, .cash-input input::-ms-input-placeholder, .cash-input input::placeholder {
    font-size: 15px; }
  .payment .payment-btn ul {
    margin: -4px -1px; }
  .payment-btn .btn.btn-rectangle {
    width: 102px;
    padding: 0; }
  .page-search .search-form input {
    width: 100%;
    min-width: 280px; }
  .page-search .search-form .form-message {
    width: 100%; } }

@media screen and (max-width: 370px) {
  .payment-btn .btn.btn-rectangle {
    width: 89px;
    padding: 0; }
  .payment-method ul li .btn-pay {
    width: 100%; }
  .payment-method ul li:hover::after {
    width: auto;
    width: -webkit-fill-available; }
  .payment-method ul li.active::after {
    width: auto;
    width: -webkit-fill-available;
    min-width: 106px; }
  .page-search .search-form input {
    width: 76%; }
  .page-search .search-form .form-message {
    width: 69%; }
  .complete-body .icon-question .tooltip {
    width: 170px; }
  .container .page-body .banner.event {
    margin-left: -24px;
    margin-right: -24px; }
  .banner .banner-list {
    border-radius: 0; }
  .my-wallet .icon-flake-txt {
    max-width: 80px; }
  .my-wallet .my-wallet-flake-txt {
    flex-wrap: wrap; }
  .my-wallet-flake-pay {
    width: 100%;
    padding-left: 32px; } }

@media (min-width: 0) and (max-width: 375px) {
  .page-body .icon-question .tooltip, .complete-body .icon-question .tooltip {
    width: 170px;
    max-width: 170px; } }
