.friend-recommend--styleA {
  position: relative;
}
.friend-recommend--styleA .friend-recommend-inbox {
  position: relative;
  min-height: 404px;
  text-align: center;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item {
  padding: 1.5rem 2rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item--recommend {
  background-color: #590049;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item--newmember {
  background-color: #590049;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-title span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-title span.title-text.title-text--recommender {
  color: #FF91E8;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-title span.title-text.title-text--newmember {
  color: #FF91E8;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-count span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-count span.count-text {
  font-size: 2.3rem;
  padding: 0 0.2rem 0.2rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-count span.count-text--recommender {
  color: #FF91E8;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-top-count span.count-text--newmember {
  color: #FF91E8;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-bottom-button {
  width: calc(50% - 0.2rem);
  padding: 0.5rem 0;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-bottom-button--disabled {
  background-color: #d2d2d2 !important;
  color: #ffffff !important;
  pointer-events: none;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-bottom-button--recommender {
  color: #FFF6A7;
  background-color: #FFA6ED;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-bottom-button--newmember {
  color: #FFF6A7;
  background-color: #FFA6ED;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-description {
  font-size: 12px;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-description--recommender {
  color: #ffffff;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-gift-item .item-description--newmember {
  color: #ffffff;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer {
  background-color: #FFA6ED;
  color: #590049;
  padding: 2rem 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-message {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 2px dotted #590049;
  margin-bottom: 0.8rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-code .code-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 1rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-code .code-input {
  background-color: #ffffff;
  color: #000000;
  border: 0;
  border-radius: 0.3rem;
  height: 2rem;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1.3rem;
  max-width: 12rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share.is-hidden {
  display: none;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share .share-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share .share-copy-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share .share-border {
  margin: 0 0.8rem;
  width: 2px;
  height: 3rem;
  background-color: #bbbbbb;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share .share-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share .share-social-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-share .share-social-link {
  margin-right: 0.3rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-notice .notice-button {
  text-decoration: underline;
  padding: 0.1rem 0.3rem;
  color: #590049;
  border: 1px solid #590049;
  margin-right: 0.5rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-button {
  margin-bottom: 2rem;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-button.is-visible {
  display: block;
}
.friend-recommend--styleA .friend-recommend-inbox .inbox-footer-button.is-hidden {
  display: none;
}
.friend-recommend--styleB {
  position: relative;
}
.friend-recommend--styleB .friend-recommend-inbox {
  position: relative;
  min-height: 404px;
  text-align: center;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift {
  background-color: #8B0034;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item {
  padding: 1.5rem 2rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item--recommend {
  background-color: #8B0034;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item--dotted {
  padding: 0rem 2rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item--dotted-line {
  border-bottom: 2px dotted #ffffff;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item--newmember {
  background-color: #8B0034;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-title span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-title span.title-text.title-text--recommender {
  color: #FFE158;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-title span.title-text.title-text--newmember {
  color: #FFE158;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-count span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-count span.count-text {
  font-size: 2.3rem;
  padding: 0 0.2rem 0.2rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-count span.count-text--recommender {
  color: #FFE158;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-top-count span.count-text--newmember {
  color: #FFE158;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-bottom-button {
  width: calc(50% - 0.2rem);
  padding: 0.5rem 0;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: bold;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-bottom-button--disabled {
  background-color: #d2d2d2 !important;
  color: #ffffff !important;
  pointer-events: none;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-bottom-button--recommender {
  color: #FFE158;
  background-color: #EE6196;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-bottom-button--newmember {
  color: #FFE158;
  background-color: #EE6196;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-description {
  font-size: 12px;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-description--recommender {
  color: #ffffff;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-gift-item .item-description--newmember {
  color: #ffffff;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer {
  background-color: #FACE03;
  color: #8B0034;
  padding: 2rem 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-message {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 2px dotted #8B0034;
  margin-bottom: 0.8rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-code .code-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 1rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-code .code-input {
  background-color: #ffffff;
  color: #000000;
  border: 0;
  border-radius: 0.3rem;
  height: 2rem;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1.3rem;
  max-width: 12rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share.is-hidden {
  display: none;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share .share-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share .share-copy-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share .share-border {
  margin: 0 0.8rem;
  width: 2px;
  height: 3rem;
  background-color: #bbbbbb;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share .share-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share .share-social-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 0.3rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-share .share-social-link {
  margin-right: 0.3rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-notice .notice-button {
  text-decoration: underline;
  padding: 0.1rem 0.3rem;
  color: #8B0034;
  border: 1px solid #8B0034;
  margin-right: 0.5rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-button {
  margin-bottom: 2rem;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-button.is-visible {
  display: block;
}
.friend-recommend--styleB .friend-recommend-inbox .inbox-footer-button.is-hidden {
  display: none;
}
.friend-recommend--styleC {
  position: relative;
}
.friend-recommend--styleC .friend-recommend-bgimg {
  position: absolute;
  top: 0;
  height: 85%;
  width: 100%;
}
.friend-recommend--styleC .friend-recommend-inbox {
  position: relative;
  min-height: 404px;
  padding-top: 2rem;
  text-align: center;
}
.friend-recommend--styleC .friend-recommend-share {
  color: black;
  padding: 2rem 0.5rem;
  text-align: center;
  width: calc(100% - 3.5rem);
  margin: 0 auto;
}
.friend-recommend--styleC .friend-recommend-share-column {
  display: none;
}
.friend-recommend--styleC .friend-recommend-share__title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.friend-recommend--styleC .friend-recommend-share__code {
  all: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 1rem 0.5rem 1.5rem;
  margin: 0 auto;
  margin-bottom: -1.25rem;
  width: 50%;
  color: #000000;
  background: white;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.friend-recommend--styleC .friend-recommend-share__button {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  padding: 0.5rem 2.5rem;
  max-width: 180px;
  background: #efb0c6;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 3rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.friend-recommend--styleC .friend-recommend-share__button:active {
  top: 5px;
  position: relative;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined__title {
  font-size: 1.2rem;
  margin-right: 0.25rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.2rem;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined__link {
  vertical-align: middle;
  display: inline-block;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-header {
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 3px dashed rgba(255, 255, 255, 0.25);
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-header__code {
  all: unset;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  padding: 0.125rem;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 200px;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list {
  font-size: 0;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list .logined-list-item {
  padding: 0.5rem;
  display: inline-block;
  color: white;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list .logined-list-item:last-child {
  border-right: 0;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list .logined-list-item.social-share-column.is-visible {
  display: inline-block;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list .logined-list-item.social-share-column.is-visible:last-child {
  border-left: 3px solid rgba(255, 255, 255, 0.25);
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list .logined-list-item.social-share-column.is-hidden {
  display: none;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list .logined-list-item.js-get-recommend-column.is-visible {
  display: inline-block;
}
.friend-recommend--styleC .friend-recommend-share .share-action-logined .action-logined-list .logined-list-item.js-get-recommend-column.is-hidden {
  display: none;
}
.friend-recommend--styleC .friend-recommend-reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  margin: 0.5rem 0;
}
.friend-recommend--styleC .friend-recommend-reward-action {
  margin-bottom: 1rem;
}
.friend-recommend--styleC .friend-recommend-reward__count {
  vertical-align: sub;
  color: #8b8aee;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0.5rem;
}
.friend-recommend--styleC .friend-recommend-reward__button {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-right: 1rem;
  min-width: 130px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  background: #8b8aee;
  border: 0;
}
.friend-recommend--styleC .friend-recommend-reward__button:last-child {
  margin-right: 0;
}
.friend-recommend--styleC .friend-recommend-reward__button:active {
  position: relative;
  top: 5px;
}
.friend-recommend--styleC .friend-recommend-reward__button--disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  color: white;
}
.friend-recommend--styleC .friend-recommend-reward-notice {
  color: #ffffff;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  text-align: center;
}
.friend-recommend--styleC .friend-recommend-reward-table {
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20210101_newfriendbonus/img/m_myoffer/bg-2.jpg");
  text-align: initial;
  color: #000000;
}
.friend-recommend--styleC .friend-recommend-reward-table__button {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.friend-recommend--styleC .friend-recommend-rule__description {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.friend-recommend--styleC .friend-recommend-rule__description-point {
  color: #ffffff;
  font-size: 1.3rem;
}
.friend-recommend--styleC .friend-recommend-notice {
  text-align: center;
  padding: 0.75rem 0.5rem;
  background: #653d2c;
  font-size: 12px;
  line-height: 1.5rem;
  color: #ffffff;
}