/* 언어별 플레이크 베너*/

:not(:lang(ko)) .flake-detail-banner,
:not(:lang(en)) .flake-detail-banner,
:not(:lang(ja)) .flake-detail-banner,
:not(:lang(zh-tw)) .flake-detail-banner,
:not(:lang(zh-cn)) .flake-detail-banner {
  background-image: url("../../images/member/banner/banner-flake-pc-en.png") !important;
}

:lang(zh-cn) .flake-detail-banner {
  background-image: url("../../images/member/banner/banner-flake-pc-cn.png") !important;
}

:lang(zh-tw) .flake-detail-banner {
  background-image: url("../../images/member/banner/banner-flake-pc-tw.png") !important;
}

:lang(en) .flake-detail-banner {
  background-image: url("../../images/member/banner/banner-flake-pc-en.png") !important;
}

:lang(ja) .flake-detail-banner {
  background-image: url("../../images/member/banner/banner-flake-pc-ja.png") !important;
}

:lang(ko) .flake-detail-banner {
  background-image: url("../../images/member/banner/banner-flake-pc-ko.png") !important;
}

/*module-dialog*/

.layout-dimmed {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
}

.layout-header .gnb-stove.gnb-default-rwd .gnb-inner,
.layout-header .gnb-stove.gnb-default-fixed .gnb-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.btn.btn-orange {
  background-color: #fc6020;
  color: #fff;
}

.module-dialog.dialog-simple,
.module-dialog.module-confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 320px;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: -160px;
  padding: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 10000;
  background: #fff;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2);
}

.module-dialog.dialog-simple.dialog-guardian .dialog-body,
.module-dialog.module-confirm.dialog-guardian .dialog-body {
  padding: 0 24px 36px;
}

.module-dialog.dialog-simple .dialog-body,
.module-dialog.module-confirm .dialog-body {
  overflow-x: hidden;
}

.module-dialog.dialog-simple .dialog-body .body-tit,
.module-dialog.module-confirm .dialog-body .body-tit {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}

.module-dialog.dialog-simple .dialog-body .body-txt,
.module-dialog.module-confirm .dialog-body .body-txt {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}

.module-dialog.dialog-simple.dialog-guardian .dialog-footer .btn,
.module-dialog.module-confirm.dialog-guardian .dialog-footer .btn {
  border-radius: 0;
}

.module-dialog.dialog-simple .dialog-footer,
.module-dialog.module-confirm .dialog-footer {
  display: flex;
  padding-top: 21px;
}

.module-dialog.dialog-simple .dialog-footer ul,
.module-dialog.module-confirm .dialog-footer ul {
  display: flex;
  table-layout: fixed;
  width: 100%;
}

.module-dialog.dialog-simple .dialog-footer ul li,
.module-dialog.module-confirm .dialog-footer ul li {
  flex: 1;
  margin-right: 8px;
}

.module-dialog.dialog-simple .dialog-footer ul li .btn,
.module-dialog.module-confirm .dialog-footer ul li .btn {
  width: 100%;
  padding: 0 5px;
  line-height: 1.2;
}

.module-dialog.dialog-simple .dialog-footer ul li:last-child,
.module-dialog.module-confirm .dialog-footer ul li:last-child {
  margin-right: 0;
}

.module-dialog.dialog-simple .dialog-footer ul li .btn.btn-orange,
.module-dialog.module-confirm .dialog-footer ul li .btn.btn-orange {
  border: none;
}

.module-dialog.dialog-simple .dialog-footer ul li .btn.btn-white,
.module-dialog.module-confirm .dialog-footer ul li .btn.btn-white {
  border: 1px solid #d9d9d9;
}

.module-dialog.dialog-simple .dialog-footer ul li .btn.btn-white::after,
.module-dialog.module-confirm .dialog-footer ul li .btn.btn-white::after {
  background-color: transparent !important;
}

.module-dialog.dialog-simple .dialog-footer ul li .btn,
.module-dialog.module-confirm .dialog-footer ul li .btn {
  position: relative;
  min-height: 44px;
  height: auto;
  font-size: 14px;
  border-radius: 4px;
}

.module-dialog.dialog-simple .dialog-footer ul li .btn.btn-white:after,
.module-dialog.module-confirm .dialog-footer ul li .btn.btn-white:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}

.module-dialog.dialog-simple .dialog-footer .btn,
.module-dialog.module-confirm .dialog-footer .btn {
  position: relative;
  border: none;
}

/* footer bottom fixed mypage only  */

.trContent-help ul li {
  position: absolute;
}

.trContent-help ul .help_cont0 {
  top: 134px;
  left: 180px;
}

.trContent-help ul .help_cont1 {
  top: 7px;
  left: 522px;
  opacity: 0;
}

.trContent-help ul .help_cont2 {
  top: 0;
  left: 0;
  opacity: 0;
}

/* 국가별 Off 상태 클래스.(20200109 생성) */

.state-off {
  display: none;
}

html.client,
html.client body {
  background: none;
}

html.client body .wrapper {
  background: none;
}

.mypage-bg .icon--custom-point {
  background-image: url("../../images/member/icon-left-point@2x.png");
}

.mypage-bg .icon--custom-flake {
  background-image: url("../../images/member/icon-left-flake@2x.png");
}

.mypage-bg .button-custom-tit .icon {
  flex-basis: 20px;
}

.mypage-bg .button-custom-desc .icon {
  flex-basis: 24px;
}

.mypage-bg .button-custom-tit .icon,
.mypage-bg .button-custom-desc .icon {
  flex-shrink: 0;
  display: inline-flex;
  background-size: cover;
  margin-right: 4px;
}

.mypage-bg .button-custom-tit {
  min-width: 164px;
  max-width: 326px;
  height: 36px;
  margin-top: 10px;
  border-radius: 36px;
  border: 1px solid #d9d9d9;
}

.mypage-bg .button-custom-tit .button__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
}

.mypage-bg .button-custom-tit .icon--custom-point,
.mypage-bg .button-custom-tit .icon--custom-flake {
  width: 20px;
  height: 20px;
}

.mypage-bg .button-custom-desc {
  position: relative;
  min-width: 213px;
  height: 44px;
  margin-top: 12px;
  padding: 0 56px 0 20px;
  border-radius: 44px;
  border: 1px solid #d9d9d9;
}

.mypage-bg .button-custom-desc::after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../../images/member/arrow-right.svg");
  background-size: 16px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.mypage-bg .button-custom-desc .button__txt {
  position: relative;
  width: calc(100% - 16px);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.45px;
}

.mypage-bg .button-custom-desc .icon--custom-point,
.mypage-bg .button-custom-desc .icon--custom-flake {
  width: 24px;
  height: 24px;
}

.mypage-bg .button-custom-tit,
.mypage-bg .button-custom-desc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  background-color: #fff;
}

.mypage-bg .button-custom-tit .button__txt,
.mypage-bg .button-custom-desc .button__txt {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1f1f1f;
  font-weight: 500;
}

.icon--crewward-c {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../images/member/ico-rewward-c.svg");
}

html body.new-bg {
  min-height: 100%;
  height: auto;
  background-color: #fff;
}

html body.new-bg .wrapper--full {
  padding-top: 100px;
  background-color: #fff;
}

html body.new-bg .wrapper--full .header-member {
  margin: 0 0 80px 0;
}

.txt-hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
}

.wrapper .content.content--client {
  margin: 0;
  width: auto;
}

.wrapper .content.content--client .content__body {
  float: none;
  width: 750px;
  min-height: 550px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 32px;
  padding-top: 20px;
  margin: 0;
  border: 0;
  overflow: hidden;
  border: solid 1px #d2d2d2;
  background-color: #fff;
}

.wrapper .content.content--client .content__body.bodyglobal .hr + .radio-inline {
  margin-top: 0;
}

.wrapper .content.content--client .content__body.bodyglobal .radio-inline.cash .radio-group {
  width: 315px;
}

.wrapper .content.content--client .content__body.bodyglobal .radio-inline.cash .radio-group .formbox--base-c.formbox--shape-d {
  width: 286px !important;
}

.wrapper .content.content--client .content__body.bodyglobal .radio-inline .radio-group {
  margin: 5px 10px;
}

.wrapper .content.content--client .content__body.bodyglobal .panel-pay + .column-cardcode {
  margin-top: 10px;
}

.wrapper .content.content--client .content__body.bodyglobal .panel-pay .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}

body.mypage-bg {
  background-color: #f7f7f7;
  height: auto;
}

.wrapper {
  min-width: auto !important;
  width: 100%;
  background-color: #f7f7f7 !important;
}

.wrapper .content--mypage {
  min-height: 100%;
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper .content--mypage::after {
  content: '';
  display: block;
  clear: both;
}

.wrapper .content--mypage .content__title ~ .tab--shape-e {
  margin-top: -21px;
}

.wrapper .content--mypage .button--base-d.button--shape-a {
  border-color: #d2d2d2;
}

.wrapper .content--mypage .icon--question {
  margin-top: -2px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -385px;
  width: 14px;
  height: 14px;
}

.wrapper .content--mypage .icon--question + .menu__set__tooltip {
  display: none;
  position: absolute;
  top: 23px;
  right: 40px;
}

.wrapper .content--mypage .icon--question + .menu__set__tooltip span {
  white-space: nowrap;
}

.wrapper .content--mypage .icon--question:hover {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -371px;
  width: 14px;
  height: 14px;
}

.wrapper .content--mypage .icon--question:hover + .menu__set__tooltip {
  display: block;
}

.wrapper .content--mypage .content__header .content__title {
  padding-top: 34px;
  font-weight: normal;
}

.wrapper .content--mypage .content__side {
  display: block;
  margin-bottom: 60px;
}

.wrapper .content--mypage .content__body {
  margin-bottom: 60px;
}

.wrapper .content--mypage .content__body:after {
  content: '';
  display: block;
  clear: both;
}

.wrapper .content--mypage .content__body .tab__content .tab__pane .tab {
  margin-top: 32px;
}

.wrapper .content--mypage .content__body .title-group {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.wrapper .content--mypage .content__body .title-group .content__title {
  border: 0;
  margin: 0;
  padding: 0;
}

.wrapper .content--mypage .content__body .title-group .content__description {
  padding-top: 6px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  font-weight: normal;
}

.wrapper .content--mypage.channeling .content__header {
  padding-top: 0;
}

.wrapper .content--mypage.channeling .content__body {
  padding-bottom: 30px;
}

.wrapper .content--mypage.channeling .content__body .content__title {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.wrapper .content--mypage.channeling .content__body > *:last-child {
  margin-top: 0 !important;
}

.wrapper .content--mypage.channeling .content__body .channeling__btn {
  margin-top: 20px;
  text-align: center;
}

.wrapper .mypage-app .notification {
  padding-top: 10px;
}

.wrapper .mypage-app .notification__txt {
  padding-top: 25px;
}

.wrapper .mypage-app .user-area .button--base-l {
  line-height: 0;
}

.wrapper .mypage-app .user-area .button--base-l .button__text {
  display: inline-block;
}

.wrapper .mypage-app .user-area__content {
  padding-top: 30px;
}

.wrapper .mypage-app .notification + .user-area .user-area__nav:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: -17px;
}

.wrapper .mypage-app .table--base-d .table__th {
  text-align: left;
}

.wrapper .footer {
  display: block;
  width: 100%;
  min-width: 1024px;
  min-height: 100px;
  overflow: hidden;
}

.winopen .header-member {
  padding-top: 50px;
}

.security-level--1 {
  position: absolute;
  margin: 0 6px;
  top: 12px;
  right: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
}

.security-level--1 .security-level__icon,
.security-level--1 .security-level__text {
  display: inline-block;
  vertical-align: top;
}

.security-level--1 .security-level__text {
  margin: 0 0 0 5px;
}

.security-level--1 .security-level__icon {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -77px -224px;
  width: 88px;
  height: 16px;
}

.security-level--1 .security-level__text {
  color: #da0707;
  content: '사용불가';
}

.security-level--2 {
  position: absolute;
  margin: 0 6px;
  top: 12px;
  right: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
}

.security-level--2 .security-level__icon,
.security-level--2 .security-level__text {
  display: inline-block;
  vertical-align: top;
}

.security-level--2 .security-level__text {
  margin: 0 0 0 5px;
}

.security-level--2 .security-level__icon {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -165px -224px;
  width: 88px;
  height: 16px;
}

.security-level--2 .security-level__text {
  color: #f0562d;
  content: '낮음';
}

.security-level--3 {
  position: absolute;
  margin: 0 6px;
  top: 12px;
  right: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
}

.security-level--3 .security-level__icon,
.security-level--3 .security-level__text {
  display: inline-block;
  vertical-align: top;
}

.security-level--3 .security-level__text {
  margin: 0 0 0 5px;
}

.security-level--3 .security-level__icon {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: 0px -352px;
  width: 88px;
  height: 16px;
}

.security-level--3 .security-level__text {
  color: #f79d00;
  content: '보통';
}

.security-level--4 {
  position: absolute;
  margin: 0 6px;
  top: 12px;
  right: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
}

.security-level--4 .security-level__icon,
.security-level--4 .security-level__text {
  display: inline-block;
  vertical-align: top;
}

.security-level--4 .security-level__text {
  margin: 0 0 0 5px;
}

.security-level--4 .security-level__icon {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -88px -352px;
  width: 88px;
  height: 16px;
}

.security-level--4 .security-level__text {
  color: #079c0e;
  content: '안전';
}

.security-level--5 {
  position: absolute;
  margin: 0 6px;
  top: 12px;
  right: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
}

.security-level--5 .security-level__icon,
.security-level--5 .security-level__text {
  display: inline-block;
  vertical-align: top;
}

.security-level--5 .security-level__text {
  margin: 0 0 0 5px;
}

.security-level--5 .security-level__icon {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -176px -352px;
  width: 88px;
  height: 16px;
}

.security-level--5 .security-level__text {
  color: #069fee;
  content: '매우안전';
}

.color-blue {
  color: #069fee;
}

.color-orange {
  color: #f0562d;
}

.color-gray {
  color: #666;
}

.color-black {
  color: #000;
}

.color-disabled {
  color: #999 !important;
}

.email-color {
  color: #333;
}

.is-bold {
  font-weight: 500;
}

.or-sns {
  margin-top: -10px;
  width: 441px;
  margin: 0 auto;
}

.or-sns__line {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 27px;
}

.or-sns__line span {
  width: 52px;
  height: 12px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 5px;
  background: #fff;
  text-align: center;
}

.or-sns__nav {
  padding-bottom: 40px;
}

.or-sns__nav .is-first {
  margin-right: 4px;
}

.or-sns__btn {
  margin-bottom: 10px;
}

.or-sns__btn > a {
  margin-left: 6px;
}

.or-sns__btn > a:first-child {
  margin-left: 0;
}

.or-sns--justify-between .button {
  text-align: center;
  width: 48.8%;
}

.or-sns--justify-third .button {
  text-align: center;
  width: 31.9%;
}

.login .pass_error {
  margin-top: 20px;
  width: 434px;
  height: 110px;
  margin-left: 2px;
}

.login .onetime__txt {
  margin-bottom: 10px;
  letter-spacing: -0.9px;
  font-size: 13px;
  color: #666;
  line-height: 19px;
  font-weight: normal;
}

.login .onetime__txt span {
  color: #333;
  font-weight: 500;
}

.login .onetime__txt .icon--clamp {
  margin: 0 3px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -258px;
  width: 6px;
  height: 10px;
}

.login .onetime__txt .orange_text {
  color: #ff5000;
  font-weight: 500;
  text-decoration: underline;
}

.login .onetime__txt .orange_text .info_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: initial;
  margin-bottom: -1px;
  background: url("../../images/member/info_12x12.png") no-repeat 0 0;
  background-size: contain;
}

.login__header {
  position: relative;
  margin: 0 auto;
  padding: 60px 520px 60px 60px;
  width: 364px;
  font-size: 16px;
  color: #333;
}

.login__header > *:first-child {
  margin-top: 0;
}

.login__header > *:last-child {
  margin-bottom: 0;
}

.login__header__title {
  font-size: 22px;
  font-weight: normal;
}

.login__header__text {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

.login__header__text:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
}

.login__header:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  opacity: 0.04;
  filter: alpha(opacity=4);
}

.login__form {
  position: relative;
  left: 50%;
  margin-left: -270px;
  width: 440px;
  padding: 38px 50px 30px 50px;
  border-top: none;
  background-color: #fff;
  z-index: 2;
}

.login__form > *:first-child {
  margin-top: 0;
}

.login__form > *:last-child {
  margin-bottom: 0;
}

.login__form__title {
  font-weight: normal;
  font-size: 30px;
  color: #333;
}

.login__form fieldset {
  margin: 0 0 40px 0;
  padding: 0;
  border: none;
}

.login__form fieldset label {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 17px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}

.login__form fieldset label .formstyle {
  margin: 0px 5px 0 0;
  height: 21px;
}

.login__form fieldset .find-nav {
  text-align: center;
  padding-top: 17px;
}

.login__form fieldset .find-nav li {
  display: inline-block;
  margin-left: 8px;
}

.login__form fieldset .find-nav li a {
  color: #999;
}

.login__form fieldset .find-nav li .line {
  margin-top: -1px;
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
  text-indent: -9999px;
  margin-left: 11px;
  vertical-align: middle;
}

.login__form fieldset .button--base-k.button--shape-a {
  margin-top: 16px;
}

.login__form fieldset .form-control--base-a {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login__form.onetime .form-control--base-b {
  height: 48px;
  border-radius: 0;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.login__form.onetime .form-control--base-b.last-form {
  margin-left: 4px;
}

.login__form.onetime .form-control--base-b::placeholder {
  color: #b2b2b2;
}

.login__form.onetime .form-control--base-b:focus {
  background-color: #fff;
  border: 1px solid #f4886c;
}

.login__form__submit {
  margin-top: 26px;
}

.login__form__error {
  margin-top: 10px;
  color: #ff0404;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -1px;
}

.login__form__api {
  margin-top: 20px;
  margin-bottom: -10px;
  height: 76px;
  overflow: hidden;
  background-color: #f9f9f9;
  border: solid 1px #d3d3d3;
  border-radius: 4px;
}

.login__text {
  margin-bottom: 20px;
  color: #999;
}

.login__link {
  display: block;
  padding: 18px;
  background-color: #f7f7f7;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  font-size: 15px;
  color: #666;
}

.login__link .icon {
  margin: 0 0 -2px 2px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -60px -537px;
  width: 20px;
  height: 17px;
}

.login__link:hover {
  background-color: #f0f0f0;
}

.login__find {
  position: relative;
  padding: 20px 0;
  text-align: right;
}

.login__find.onetime {
  padding-bottom: 0;
}

.login__find.onetime .onetime__help {
  text-align: right;
}

.login__find.onetime .onetime__help a {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #333;
}

.login__find.onetime .onetime__help .icon--question {
  margin-top: -3px;
  vertical-align: middle;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -385px;
  width: 14px;
  height: 14px;
}

.login__find.onetime .onetime__help .icon--question:hover + .help__tooltip {
  display: block;
}

.login__find.onetime .onetime__help .help__tooltip {
  display: none;
  position: absolute;
  top: 32px;
  right: -125px;
}

.login__find.onetime .onetime__help .help__tooltip span {
  white-space: nowrap;
}

.login__find.onetime .onetime__help:hover a .icon--question {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -371px;
  width: 14px;
  height: 14px;
}

.login__find::after {
  content: '';
  display: block;
  clear: both;
}

.login__find label {
  float: left;
  padding: 0 !important;
}

.login__find label > .formstyle {
  margin: 0 !important;
  height: auto !important;
}

.login__find label strong {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.login__find > a {
  display: inline-block;
  font-size: 12px;
  color: #333;
  vertical-align: middle;
}

.login__find > a:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  margin-right: 5px;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
}

.login__find > a:last-child:after {
  margin-right: 0;
  display: none;
}

.login__find .popover--tooltip {
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 340px;
}

.login__find .popover--tooltip::before {
  left: 3px;
}

.login__find .popover--tooltip::after {
  left: 4px;
  content: '';
  display: block;
  clear: both;
}

.login__find .popover--tooltip span {
  float: left;
  font-size: 12px;
  color: #fff;
}

.login__find .popover--tooltip a {
  float: right;
  text-decoration: underline;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}

.login__join {
  margin: 40px 0;
  text-align: center;
}

.login__join > p {
  margin-bottom: 13px;
  font-size: 12px;
  color: #666;
}

.login__join__button {
  position: relative;
  display: inline-block;
  min-width: 242px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  line-height: 40px;
  text-align: center;
}

.login__join__button:before {
  content: '';
  display: inline-block;
  margin-top: -2px;
  margin-right: 9px;
  width: 25px;
  height: 25px;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNFRUE0QUJENjJGQTExRThBMzVEOEFBMzQ1ODc3ODNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNFRUE0QUJFNjJGQTExRThBMzVEOEFBMzQ1ODc3ODNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0VFQTRBQkI2MkZBMTFFOEEzNUQ4QUEzNDU4Nzc4M0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0VFQTRBQkM2MkZBMTFFOEEzNUQ4QUEzNDU4Nzc4M0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAZABkDAREAAhEBAxEB/8QAmQAAAQQDAAAAAAAAAAAAAAAACQYHCAoAAwUBAAEEAwEAAAAAAAAAAAAAAAkABQYIAgQHChAAAQQCAQIDAw0AAAAAAAAAAwIEBQYBCAcAEhETCRQVFtFCstJTk9NUdFWVpTgRAAICAAQEAwMICwAAAAAAAAIDAQQSBQYHABETCCEiFVIjFDFBkbHRcjcJUTKSolOTo1QWFxj/2gAMAwEAAhEDEQA/AD975798wWvmfOompDx+wncWBvRrJbq4UIbTPXZ2fDJ1UqtLLIhNZjoF2TyX8ilYHKXYS4wUDcK1nHn3Adwmss31t/pzZ42Lv/ExVdYTMQ9tkpwlXQyZ9wCinC10SBwwTiDWsJJha+1HtM27yHbb/obuDWpuVfCFerVLETNVFIBxjbtKiJmyx4RjRXmDXKjCZW1rRFTaNPRp2ZnRDt9p2EqTfkM6UvSZM8u086C+X4Fwl1cSDbyCnQ158FkG3KnC8Z7VLx4KzF09lO6F8IznNtR0x1GXmnmVlpQU+PmszAniiflIQKOfySUeMzax+ZDsllbJ07kOkMwPR4TgjkFJAkEeHMacSS8Mx+qJMGeXLFAzziNmvu6/Pel+xDzVjba3YvlLjJqHrsjaH00eyP6IqfYR8pA2aMtUigEvL000dMNiu2j/AB57JrnuCgJAkbGy273x3B2R3IPafeC56hkanrSbybLjq9UANTwecQxlaQYBMW3zrDxCAICUeG7vbNtP3K7PL337fcv9K1K+s6wuqCRrrvQhjFPrNqrklKuQxLBU1E9NzY5MJgMBy7HntbX8y3++H9bol3WV7Q/THAZug/2D+ieKOPEnJ9+4m2arPKQYB1bOQqvyW7l5OslG6LIWKYPIvW1jhvBu3dvByMnh25EkiQlWIy8L7F5T25A/o/VWoNIbo1dVhXO5qOrmhMNEwUm5kmQuX4QRQZ4jGJgSkSnFhnlyn1Fbg6G0nuBsje0Iy2vL9IXskBSrMSMLrpFYFXd5iAJWvAs5GTESCJHEMTzg9jm8+n16gt6r/wAQ2HkrhvZFbRtVYpoWasXHt5ZO2pHBG8LGuc+9+PJOQA/OXAE9nvE2c4TkeM9qEkEbn3br3E59W9Rs5pku5kgKFjLXU7QkMlMKAveUzODksEcusXhEjHgMCgRpfu67RdLXPSKeS6k2YhhWmnCa+YUTAoGCcwfc5gpZLEZOefw4cpmDnxKQob0a3WLV/nyVo1guT7kEdhhWF7gLhLqMqfmYOZfSsYNdh89w7XmZZycG6blXgqknSJJcYRgnloo3v3tnmW1e4TshzG6zMRsoC0qwzn1WKYTAjrc5L3gmowKcUwUDBxA4sIk07Wd58n3y2mr6pyjLVZQdOyyi+omIhCXpBTJivhEI6JqepgjhiQkpXMlIYycT4r3a+2vH9l8nUj9X3z/Tf/f4h3oHbJ7OV/0+CPbb6kcza2bNNN49V6gC+MkTsnb7bQQxTiZeQE9ORsjG298OBYqHJStZszSUcnIRkrLuNduCEwlAkDWiy+8Oz+ttst0g332npDmCIsHYsVIXLSU1oGFgoUHI2IeJmckueolhkUQIQJDTPt87g9tt6dkWdru++YllNmaqqlS/LRSD0IYtlQJecStVmsalgIuiFWFLAJkmEYklj+tFU/aETU5qBHK5Ni0Zaikz3SNw4aPhIU2X2STzjpVgjkIV44yDHctOPFHf87prZ3u5R1Iu39Gr/wApVGGDmyHMTiMM+cqfWDl7PjMR5cXz8Pqvy1c/6M5Zle4jo0Q+cUrGmzCYTOKOawzD4dkz8uPwiZ82H5uEdxHrXsJ6jmxTLZHZSqHofDzBcRgEU7jn0MKxVmBOZ1FUSmR0nnMu6g3zoxVyMqXKRL9pcZAvJVJGJk0ftjuN3LbkhuZudTLL9FrlfJZAa4chUyS6tYD94SiKSlzy5DONkrLHMCMj3C3p2h7NNnW7MbK3xzXcZsOxNBgOmvZeMC29cYr3QvAYGK9UYkh6aYaMLiTOx57ig/2aK/jmn4PRLvT6H8BP7A/ZwGf1XNP7mx/MP7eOr1t8aHEMLj/oqF/URv0A9cQzr8SkfeD6o4snpz8HbP3GfXPEz+u38Vs4zpcLj//Z") no-repeat 0 0;
  vertical-align: middle;
}

.login__more {
  padding: 20px 0;
  min-height: 130px;
  border-top: solid 1px #e2e2e2;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  color: #383d41;
}

.login__more > p {
  margin-bottom: 18px;
  color: #383d41;
}

.login__more .button {
  margin: 0 1px;
  width: 102px;
}

.login__more .button .button__text {
  padding: 12px 0;
}

.content {
  position: relative;
  margin: 0 auto;
}

.content--login .content__body,
.content--signup .content__body {
  position: relative;
  margin: 0 auto;
  width: 545px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}

.content--login .content__body__page h2,
.content--signup .content__body__page h2 {
  margin: 0 40px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 36px;
  padding-bottom: 15px;
  font-size: 18px;
}

.content--login .content__body__page .caption,
.content--signup .content__body__page .caption {
  float: right;
  margin-top: -31px;
  margin-right: 51px;
  position: relative;
  padding-left: 10px;
}

.content--login .content__body__page .caption:after,
.content--signup .content__body__page .caption:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--login .content__body .is-underline,
.content--signup .content__body .is-underline {
  color: #666;
  text-decoration: underline;
}

.content--login .check-group,
.content--signup .check-group {
  margin-top: 30px;
  margin-left: 2px;
}

.content--login .check-group label,
.content--signup .check-group label {
  height: auto;
}

.content--login .check-group label > *,
.content--signup .check-group label > * {
  top: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.content--login .check-group label input,
.content--signup .check-group label input {
  margin: 0;
}

.content--login .check-group label .icon--question,
.content--signup .check-group label .icon--question {
  margin-left: 4px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -385px;
  width: 14px;
  height: 14px;
}

.content--login .tab--base-a .tab__nav__items,
.content--signup .tab--base-a .tab__nav__items {
  padding-right: 0;
}

.content--login .tab--base-a .tab__nav .is-active a,
.content--signup .tab--base-a .tab__nav .is-active a {
  border-color: #fff;
}

.content--login .tab--base-a .tab__nav__items__item__link,
.content--signup .tab--base-a .tab__nav__items__item__link {
  border: none;
  padding-bottom: 15px;
}

.content--login .tab--base-a .tab__nav__items__item.id_login,
.content--signup .tab--base-a .tab__nav__items__item.id_login {
  border-left: none;
}

.content--login .tab--base-a .tab__nav__items__item.one_login,
.content--signup .tab--base-a .tab__nav__items__item.one_login {
  border-right: none;
  margin-right: 0;
}

.content--login .tabs_terms,
.content--signup .tabs_terms {
  overflow: hidden;
  box-sizing: border-box;
}

.content--login .tabs_terms .tab__nav,
.content--signup .tabs_terms .tab__nav {
  border-bottom: none;
}

.content--login .tabs_terms .tab__nav__items,
.content--signup .tabs_terms .tab__nav__items {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.content--login .tabs_terms .tab__nav__items::after,
.content--signup .tabs_terms .tab__nav__items::after {
  display: none;
}

.content--login .tabs_terms .tab__nav__items__item,
.content--signup .tabs_terms .tab__nav__items__item {
  display: table-cell;
  width: 1% !important;
  height: 100%;
  margin: 0 0 0 -1px;
  border: 1px solid #d9d9d9;
  border-left: none;
  background-color: #f7f7f7;
  float: none;
  vertical-align: middle;
}

.content--login .tabs_terms .tab__nav__items__item:first-child,
.content--signup .tabs_terms .tab__nav__items__item:first-child {
  margin-left: 0;
  border-left: 1px solid #d9d9d9;
}

.content--login .tabs_terms .tab__nav__items__item__link,
.content--signup .tabs_terms .tab__nav__items__item__link {
  position: relative;
  display: block;
  padding: 14px 10px !important;
  text-align: center;
  box-sizing: border-box;
}

.content--login .tabs_terms .tab__nav__items__item.is-active,
.content--signup .tabs_terms .tab__nav__items__item.is-active {
  background-color: #fff;
  border-bottom: none;
}

.content--login .tabs_terms .tab__nav__items__item.is-active::after,
.content--signup .tabs_terms .tab__nav__items__item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  visibility: visible;
}

.content--login .notification,
.content--signup .notification {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  padding: 27px 40px 0 40px;
}

.content--login .notification__pic,
.content--signup .notification__pic {
  width: 260px;
  height: 97px;
  margin: 0 auto;
}

.content--login .notification__pic img,
.content--signup .notification__pic img {
  width: 100%;
  height: auto;
}

.content--login .notification__st-pic,
.content--signup .notification__st-pic {
  width: 318px;
  min-height: 187px;
  margin: 0 auto;
}

.content--login .notification__st-pic img,
.content--signup .notification__st-pic img {
  width: 100%;
  height: auto;
  margin-left: -10px;
}

.content--login .notification__st-install,
.content--signup .notification__st-install {
  margin-top: -10px;
  text-align: center;
  padding-bottom: 30px;
}

.content--login .notification__txt,
.content--signup .notification__txt {
  padding-top: 28px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 28px;
}

.content--login .notification__txt dt,
.content--signup .notification__txt dt {
  color: #333;
  padding-bottom: 13px;
}

.content--login .notification__txt dt.point,
.content--signup .notification__txt dt.point {
  padding-bottom: 20px;
  font-weight: 500;
}

.content--login .notification__txt dd,
.content--signup .notification__txt dd {
  font-size: 13px;
  line-height: 19px;
  color: #999;
}

.content--login .notification__txt dd.mgt,
.content--signup .notification__txt dd.mgt {
  margin-top: 20px;
}

.content--login .notification__txt dd.mgt a,
.content--signup .notification__txt dd.mgt a {
  text-decoration: underline;
}

.content--login .notification__txt dd.small,
.content--signup .notification__txt dd.small {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: -0.05em;
}

.content--login .notification__txt .only-dt,
.content--signup .notification__txt .only-dt {
  padding-bottom: 0px;
}

.content--login .notification__txt .color-blue,
.content--signup .notification__txt .color-blue {
  color: #069fee;
}

.content--login .notification__txt .color-orange,
.content--signup .notification__txt .color-orange {
  color: #ff5000;
}

.content--login .notification__txt .email-color,
.content--signup .notification__txt .email-color {
  color: #333;
}

.content--login .notification__txt .color-gray,
.content--signup .notification__txt .color-gray {
  color: #666;
}

.content--login .notification__txt2,
.content--signup .notification__txt2 {
  padding-top: 28px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 28px;
}

.content--login .notification__txt2 dt,
.content--signup .notification__txt2 dt {
  color: #333;
  padding-bottom: 9px;
  font-weight: 500;
}

.content--login .notification__txt2 dd,
.content--signup .notification__txt2 dd {
  font-size: 13px;
  line-height: 19px;
  color: #999;
  text-align: left;
}

.content--login .notification__txt2 .only-dt,
.content--signup .notification__txt2 .only-dt {
  padding-bottom: 0px;
}

.content--login .notification__txt2 .color-blue,
.content--signup .notification__txt2 .color-blue {
  color: #069fee;
}

.content--login .notification__txt2 .color-orange,
.content--signup .notification__txt2 .color-orange {
  color: #ff5000;
}

.content--login .notification__txt2 .email-color,
.content--signup .notification__txt2 .email-color {
  color: #333;
}

.content--login .notification__txt2 .color-gray,
.content--signup .notification__txt2 .color-gray {
  color: #666;
}

.content--login .notification__txt--pic-none,
.content--signup .notification__txt--pic-none {
  padding-top: 0px;
  border-bottom: 1px solid #e7e7e7;
}

.content--login .notification__txt--pic-none.type2,
.content--signup .notification__txt--pic-none.type2 {
  padding-top: 28px;
}

.content--login .notification__txt--pic-none.type4,
.content--signup .notification__txt--pic-none.type4 {
  padding-top: 14px;
  padding-bottom: 40px;
}

.content--login .notification__txt--pic-none.type4 .user-area__nav,
.content--signup .notification__txt--pic-none.type4 .user-area__nav {
  padding-top: 30px;
}

.content--login .notification__txt--pic-none.type4 dl dt,
.content--signup .notification__txt--pic-none.type4 dl dt {
  line-height: 16px;
  padding-bottom: 14px;
}

.content--login .notification__txt--pic-none.type4 dl dd,
.content--signup .notification__txt--pic-none.type4 dl dd {
  line-height: 18px;
}

.content--login .notification__txt--pic-none.type3,
.content--signup .notification__txt--pic-none.type3 {
  padding-top: 20px;
}

.content--login .notification__txt__top-none,
.content--signup .notification__txt__top-none {
  padding-top: 0;
  text-align: center;
  font-size: 16px;
  padding-bottom: 27px;
}

.content--login .notification__txt__top-none dt,
.content--signup .notification__txt__top-none dt {
  color: #333;
  padding-bottom: 13px;
}

.content--login .notification__txt__top-none dt.point,
.content--signup .notification__txt__top-none dt.point {
  padding-bottom: 20px;
  font-weight: 500;
}

.content--login .notification__txt__top-none dd,
.content--signup .notification__txt__top-none dd {
  font-size: 13px;
  line-height: 19px;
  color: #999;
}

.content--login .notification__txt__top-none dd.mgt,
.content--signup .notification__txt__top-none dd.mgt {
  margin-top: 20px;
}

.content--login .notification__txt__top-none dd.mgt a,
.content--signup .notification__txt__top-none dd.mgt a {
  text-decoration: underline;
}

.content--login .notification__txt__top-none dd.small,
.content--signup .notification__txt__top-none dd.small {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: -0.05em;
}

.content--login .notification__txt__top-none .only-dt,
.content--signup .notification__txt__top-none .only-dt {
  padding-bottom: 0px;
}

.content--login .notification__txt__top-none .color-blue,
.content--signup .notification__txt__top-none .color-blue {
  color: #069fee;
}

.content--login .notification__txt__top-none .color-orange,
.content--signup .notification__txt__top-none .color-orange {
  color: #ff5000;
}

.content--login .notification__txt__top-none .email-color,
.content--signup .notification__txt__top-none .email-color {
  color: #333;
}

.content--login .notification__txt__top-none .color-gray,
.content--signup .notification__txt__top-none .color-gray {
  color: #666;
}

.content--login .notification__email,
.content--signup .notification__email {
  width: 50px;
  height: 50px;
  margin: 13px auto 16px;
}

.content--login .notification__email img,
.content--signup .notification__email img {
  width: 100%;
  height: auto;
}

.content--login .notification__phone,
.content--signup .notification__phone {
  width: 82px;
  height: 50px;
  margin: 13px auto 16px;
}

.content--login .notification__phone img,
.content--signup .notification__phone img {
  width: 100%;
  height: auto;
}

.content--login .user-area,
.content--signup .user-area {
  position: relative;
  margin: 0 auto;
  padding: 0px 40px 41px 40px;
  background-color: #fff;
}

.content--login .user-area__content,
.content--signup .user-area__content {
  position: relative;
  padding: 17px 9px 19px 20px;
  border-bottom: 1px solid #e7e7e7;
}

.content--login .user-area__content:first-child,
.content--signup .user-area__content:first-child {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.content--login .user-area__content.is-contetnt-bottomline-none,
.content--signup .user-area__content.is-contetnt-bottomline-none {
  padding: 27px 0 0 0;
  border-bottom: 0 !important;
}

.content--login .user-area__content.is-contetnt-bottomline-none dl,
.content--signup .user-area__content.is-contetnt-bottomline-none dl {
  text-align: center;
}

.content--login .user-area__content.is-contetnt-bottomline-none dt,
.content--signup .user-area__content.is-contetnt-bottomline-none dt {
  text-align: center;
}

.content--login .user-area__content.is-contetnt-bottomline-none dd,
.content--signup .user-area__content.is-contetnt-bottomline-none dd {
  text-align: center;
}

.content--login .user-area__content .button,
.content--signup .user-area__content .button {
  position: absolute;
  top: 18px;
  right: 17px;
}

.content--login .user-area__content .form-input--button,
.content--signup .user-area__content .form-input--button {
  overflow: hidden;
}

.content--login .user-area__content .form-input--button input,
.content--signup .user-area__content .form-input--button input {
  position: relative;
  float: left;
}

.content--login .user-area__content .form-input--button .button,
.content--signup .user-area__content .form-input--button .button {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-left: 7px;
}

.content--login .user-area__content .form-input--button .desc,
.content--signup .user-area__content .form-input--button .desc {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.content--login .user-area__content .form-input--email,
.content--signup .user-area__content .form-input--email {
  margin-top: -13px;
  padding-bottom: 8px;
}

.content--login .user-area__content .input-dec,
.content--signup .user-area__content .input-dec {
  padding-bottom: 20px;
}

.content--login .user-area__content dt,
.content--signup .user-area__content dt {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.content--login .user-area__content dt.normal,
.content--signup .user-area__content dt.normal {
  padding-bottom: 9px;
  font-weight: normal;
}

.content--login .user-area__content dt.only,
.content--signup .user-area__content dt.only {
  margin-top: 7px;
}

.content--login .user-area__content dt.is-fontnomal,
.content--signup .user-area__content dt.is-fontnomal {
  float: left;
  font-weight: normal;
}

.content--login .user-area__content dd,
.content--signup .user-area__content dd {
  color: #666;
}

.content--login .user-area__content dd.member-day,
.content--signup .user-area__content dd.member-day {
  position: relative;
  text-align: right;
  color: #999;
}

.content--login .user-area__content dd.member-day span,
.content--signup .user-area__content dd.member-day span {
  position: relative;
  top: 2px;
}

.content--login .user-area__content dl.radio-dl,
.content--signup .user-area__content dl.radio-dl {
  padding-bottom: 3px;
}

.content--login .user-area__content dl.radio-dl .formstyle,
.content--signup .user-area__content dl.radio-dl .formstyle {
  padding-right: 5px;
}

.content--login .user-area__content dl.radio-dl dd,
.content--signup .user-area__content dl.radio-dl dd {
  padding-left: 25px;
}

.content--login .user-area__content dl.radio-dl dd a,
.content--signup .user-area__content dl.radio-dl dd a {
  text-decoration: underline;
  color: #999;
}

.content--login .user-area__content dl.radio-dl input,
.content--signup .user-area__content dl.radio-dl input {
  left: 26px;
}

.content--login .user-area__content dl.radio-dl .button,
.content--signup .user-area__content dl.radio-dl .button {
  margin-left: 34px;
}

.content--login .user-area__content dl.radio-dl.flex,
.content--signup .user-area__content dl.radio-dl.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.content--login .user-area__content dl.radio-dl.flex .is-fontnomal,
.content--signup .user-area__content dl.radio-dl.flex .is-fontnomal {
  flex: 1;
  padding: 0;
}

.content--login .user-area__content.flex,
.content--signup .user-area__content.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.content--login .user-area__content.flex dl,
.content--signup .user-area__content.flex dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: center;
  align-content: normal;
}

.content--login .user-area__content.flex dl dt,
.content--signup .user-area__content.flex dl dt {
  padding-bottom: 0;
}

.content--login .user-area__content.flex button,
.content--signup .user-area__content.flex button {
  display: flex;
  align-self: center;
  position: relative;
  margin-top: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: auto;
  justify-content: center;
}

.content--login .user-area__content.flex + .user-area__content.flex,
.content--signup .user-area__content.flex + .user-area__content.flex {
  padding-top: 0;
}

.content--login .user-area__content input,
.content--signup .user-area__content input {
  margin-top: 15px;
}

.content--login .user-area__content input.email-input,
.content--signup .user-area__content input.email-input {
  margin-top: 0;
}

.content--login .user-area__content ul.list-ul,
.content--signup .user-area__content ul.list-ul {
  margin-top: -5px;
  margin-bottom: -5px;
}

.content--login .user-area__content ul.list-ul li,
.content--signup .user-area__content ul.list-ul li {
  font-size: 13px;
  color: #333;
  line-height: 27px;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}

.content--login .user-area__content ul.list-ul li .tit,
.content--signup .user-area__content ul.list-ul li .tit {
  width: 120px;
  display: inline-block;
}

.content--login .user-area__content ul.list-ul li:after,
.content--signup .user-area__content ul.list-ul li:after {
  content: ' ';
  position: absolute;
  top: 13px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--login .user-area__content ul.list-ul li .cont,
.content--signup .user-area__content ul.list-ul li .cont {
  padding-left: 20px;
  color: #666;
}

.content--login .user-area__content ul.list-ul li.fl_type,
.content--signup .user-area__content ul.list-ul li.fl_type {
  overflow: hidden;
}

.content--login .user-area__content ul.list-ul li.fl_type .tit,
.content--signup .user-area__content ul.list-ul li.fl_type .tit {
  float: left;
  display: block;
  width: auto;
}

.content--login .user-area__content ul.list-ul li.fl_type .text,
.content--signup .user-area__content ul.list-ul li.fl_type .text {
  display: block;
  padding-right: 50px;
  overflow: hidden;
  text-align: center;
}

.content--login .user-area__content ul.list-ul.parent-agree li,
.content--signup .user-area__content ul.list-ul.parent-agree li {
  display: table;
  width: 100%;
  margin-top: 5px;
  line-height: 20px;
}

.content--login .user-area__content ul.list-ul.parent-agree li .tit,
.content--signup .user-area__content ul.list-ul.parent-agree li .tit {
  display: table-cell;
  width: 1%;
  padding-right: 10px;
  vertical-align: top;
  white-space: nowrap;
}

.content--login .user-area__content ul.list-ul.parent-agree li .tit::after,
.content--signup .user-area__content ul.list-ul.parent-agree li .tit::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--login .user-area__content ul.list-ul.parent-agree li .cont,
.content--signup .user-area__content ul.list-ul.parent-agree li .cont {
  position: relative;
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  word-break: break-all;
}

.content--login .user-area__content ul.list-ul.parent-agree li .cont::before,
.content--signup .user-area__content ul.list-ul.parent-agree li .cont::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}

.content--login .user-area__content ul.list-ul.parent-agree li::after,
.content--signup .user-area__content ul.list-ul.parent-agree li::after {
  display: none;
}

.content--login .user-area__content ul.list-ul.parent-agree li.full-type .tit,
.content--signup .user-area__content ul.list-ul.parent-agree li.full-type .tit {
  display: block;
  width: 100%;
}

.content--login .user-area__content ul.list-ul.parent-agree li.full-type .cont,
.content--signup .user-area__content ul.list-ul.parent-agree li.full-type .cont {
  display: block;
  padding: 0;
}

.content--login .user-area__content ul.list-ul.parent-agree li.full-type .cont::before,
.content--signup .user-area__content ul.list-ul.parent-agree li.full-type .cont::before {
  display: none;
}

.content--login .user-area__content ul.list-ul.parent-agree ~ li,
.content--signup .user-area__content ul.list-ul.parent-agree ~ li {
  margin-top: 7px;
}

.content--login .user-area__content ul.list-ul.simple-agree li,
.content--signup .user-area__content ul.list-ul.simple-agree li {
  display: table;
  margin-top: 5px;
  line-height: 20px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.content--login .user-area__content ul.list-ul.simple-agree li .tit,
.content--signup .user-area__content ul.list-ul.simple-agree li .tit {
  display: table-cell;
  max-width: 346px;
  width: auto;
  padding-right: 10px;
  vertical-align: top;
}

.content--login .user-area__content ul.list-ul.simple-agree li .tit::after,
.content--signup .user-area__content ul.list-ul.simple-agree li .tit::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--login .user-area__content ul.list-ul.simple-agree li .cont,
.content--signup .user-area__content ul.list-ul.simple-agree li .cont {
  position: relative;
  display: table-cell;
  padding-left: 0;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}

.content--login .user-area__content ul.list-ul.simple-agree li::after,
.content--signup .user-area__content ul.list-ul.simple-agree li::after {
  display: none;
}

.content--login .user-area__content ul.list-ul.simple-agree li .cont.blue,
.content--signup .user-area__content ul.list-ul.simple-agree li .cont.blue {
  color: #4a90e2;
}

.content--login .user-area__content ul.list-ul.simple-agree li .cont.orange,
.content--signup .user-area__content ul.list-ul.simple-agree li .cont.orange {
  color: #ff5000;
}

.content--login .user-area__content ul.list-ul.simple-agree li.full-type .tit,
.content--signup .user-area__content ul.list-ul.simple-agree li.full-type .tit {
  display: block;
  width: 100%;
}

.content--login .user-area__content ul.list-ul.simple-agree li.full-type .cont,
.content--signup .user-area__content ul.list-ul.simple-agree li.full-type .cont {
  display: block;
  padding: 0;
}

.content--login .user-area__content ul.list-ul.simple-agree li.full-type .cont::before,
.content--signup .user-area__content ul.list-ul.simple-agree li.full-type .cont::before {
  display: none;
}

.content--login .user-area__content ul.list-ul.simple-agree ~ li,
.content--signup .user-area__content ul.list-ul.simple-agree ~ li {
  margin-top: 7px;
}

.content--login .user-area__content ul.list-guide li,
.content--signup .user-area__content ul.list-guide li {
  color: #666;
}

.content--login .user-area__content ul.input-ul,
.content--signup .user-area__content ul.input-ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

.content--login .user-area__content ul.input-ul > li,
.content--signup .user-area__content ul.input-ul > li {
  position: relative;
  padding-left: 0px;
}

.content--login .user-area__content ul.input-ul > li:after,
.content--signup .user-area__content ul.input-ul > li:after {
  content: ' ';
  position: absolute;
  top: 18px;
  left: -10px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--login .user-area__content ul.input-ul > li p,
.content--signup .user-area__content ul.input-ul > li p {
  padding-left: 15px;
  color: #999;
}

.content--login .user-area__content ul.input-ul > li input,
.content--signup .user-area__content ul.input-ul > li input,
.content--login .user-area__content ul.input-ul > li span,
.content--signup .user-area__content ul.input-ul > li span {
  margin-top: 0px;
  margin-bottom: 8px;
}

.content--login .user-area__content ul.input-ul > li:first-child,
.content--signup .user-area__content ul.input-ul > li:first-child {
  padding-bottom: 15px;
}

.content--login .user-area__content__input,
.content--signup .user-area__content__input {
  width: 440px;
  margin-left: -12px;
}

.content--login .user-area__content__input > ul,
.content--signup .user-area__content__input > ul {
  margin-left: -2px;
}

.content--login .user-area__content__input > ul > li,
.content--signup .user-area__content__input > ul > li {
  padding-right: 12px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 10px;
}

.content--login .user-area__content__input > ul > li:after,
.content--signup .user-area__content__input > ul > li:after {
  content: ' ';
  position: absolute;
  top: 19px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--login .user-area__content__input > ul > li p,
.content--signup .user-area__content__input > ul > li p {
  padding-left: 16px;
  color: #999;
}

.content--login .user-area__content__input > ul > li input,
.content--signup .user-area__content__input > ul > li input,
.content--login .user-area__content__input > ul > li span,
.content--signup .user-area__content__input > ul > li span {
  margin-top: 0;
  margin-bottom: 8px;
}

.content--login .user-area__content__input > ul .birthday,
.content--signup .user-area__content__input > ul .birthday {
  overflow: hidden;
}

.content--login .user-area__content__input > ul .birthday li,
.content--signup .user-area__content__input > ul .birthday li {
  float: left;
  margin-right: 5px;
}

.content--login .user-area__content__input > ul .birthday .is-last,
.content--signup .user-area__content__input > ul .birthday .is-last {
  margin-right: 0;
}

.content--login .user-area__content__input > ul .phone,
.content--signup .user-area__content__input > ul .phone {
  margin-left: 2px;
  overflow: hidden;
}

.content--login .user-area__content__input > ul .phone li,
.content--signup .user-area__content__input > ul .phone li {
  float: left;
  margin-right: 4px;
}

.content--login .user-area__content__input > ul .phone .is-last,
.content--signup .user-area__content__input > ul .phone .is-last {
  margin-right: 0;
}

.content--login .user-area__content__input > ul .email,
.content--signup .user-area__content__input > ul .email {
  margin-left: 2px;
  overflow: hidden;
}

.content--login .user-area__content__input > ul .email li,
.content--signup .user-area__content__input > ul .email li {
  float: left;
}

.content--login .user-area__content__input > ul .email .is-last,
.content--signup .user-area__content__input > ul .email .is-last {
  margin-right: 0;
}

.content--login .user-area__content__input > ul li.is-last,
.content--signup .user-area__content__input > ul li.is-last {
  padding-right: 0;
}

.content--login .user-area__content__input > ul li.is-last,
.content--signup .user-area__content__input > ul li.is-last {
  position: relative;
  padding-left: 10px;
}

.content--login .user-area__content__input > ul li.is-last:after,
.content--signup .user-area__content__input > ul li.is-last:after {
  content: ' ';
  position: absolute;
  top: 19px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--login .user-area__content__input > ul li.tel-bul,
.content--signup .user-area__content__input > ul li.tel-bul {
  position: relative;
  padding-left: 10px;
}

.content--login .user-area__content__input > ul li.tel-bul:after,
.content--signup .user-area__content__input > ul li.tel-bul:after {
  content: ' ';
  position: absolute;
  top: 19px;
  left: 0px;
  width: 5px;
  height: 1px;
  background-color: #999;
  overflow: hidden;
}

.content--login .user-area__content__input > ul li.email-bul span,
.content--signup .user-area__content__input > ul li.email-bul span {
  padding: 0 2px 0 5px;
  vertical-align: top;
  line-height: 38px;
  color: #999;
}

.content--login .user-area__content__input .gate,
.content--signup .user-area__content__input .gate {
  width: 100%;
  margin-top: 5px;
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}

.content--login .user-area__content__input .gate dt,
.content--signup .user-area__content__input .gate dt {
  float: left;
  padding: 0 10px;
}

.content--login .user-area__content__input .gate dd,
.content--signup .user-area__content__input .gate dd {
  float: left;
  font-size: 14px;
}

.content--login .user-area__content__input .gate dd label,
.content--signup .user-area__content__input .gate dd label {
  height: auto;
}

.content--login .user-area__content__input .term,
.content--signup .user-area__content__input .term {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.content--login .user-area__content__input .term dt,
.content--signup .user-area__content__input .term dt {
  margin-left: 10px;
  padding-bottom: 14px;
}

.content--login .user-area__content__input .term.group-block,
.content--signup .user-area__content__input .term.group-block {
  padding-bottom: 10px;
}

.content--login .user-area__content__input .term.group-block dd,
.content--signup .user-area__content__input .term.group-block dd {
  width: auto !important;
  margin: 0;
  padding-right: 4px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.content--login .user-area__content__input .term.group-block dd:nth-child(3n),
.content--signup .user-area__content__input .term.group-block dd:nth-child(3n) {
  width: 33.4%;
}

.content--login .user-area__content__input .term dd,
.content--signup .user-area__content__input .term dd {
  float: left;
  margin-right: 14px;
  padding-bottom: 10px;
  font-size: 14px;
}

.content--login .user-area__content__input label,
.content--signup .user-area__content__input label {
  display: block;
  height: 31px;
  padding-left: 6px;
}

.content--login .user-area__content__input label input,
.content--signup .user-area__content__input label input {
  margin-top: 14px;
}

.content--login .user-area__content__input label span,
.content--signup .user-area__content__input label span {
  position: relative;
  top: 0;
  width: 20px;
  margin-top: -2px;
  font-size: 12px;
  color: #999;
}

.content--login .user-area__content__input h3,
.content--signup .user-area__content__input h3 {
  margin-left: 10px;
  padding-bottom: 20px;
  font-size: 14px;
}

.content--login .user-area__help,
.content--signup .user-area__help {
  position: relative;
  padding-top: 17px;
  padding-bottom: 3px;
  padding-left: 12px;
}

.content--login .user-area__help span.list-bul,
.content--signup .user-area__help span.list-bul {
  color: #999;
  position: relative;
  padding-left: 10px;
}

.content--login .user-area__help span.list-bul:after,
.content--signup .user-area__help span.list-bul:after {
  content: ' ';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 2px;
  height: 1px;
  background-color: #999;
  overflow: hidden;
}

.content--login .user-area__help button,
.content--signup .user-area__help button {
  float: right;
  margin-right: 11px;
  margin-top: -2px;
}

.content--login .user-area__nav,
.content--signup .user-area__nav {
  padding-top: 20px;
  text-align: center;
}

.content--login .user-area__nav.btn-global .button--base-l,
.content--signup .user-area__nav.btn-global .button--base-l {
  padding: 0 15px;
}

.content--login .user-area__form,
.content--signup .user-area__form {
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
}

.content--login .user-area__form a:first-child,
.content--signup .user-area__form a:first-child {
  margin-right: 3px;
}

.content--login .user-area__form label,
.content--signup .user-area__form label {
  overflow: hidden;
}

.content--login .user-area__form label span,
.content--signup .user-area__form label span {
  float: left;
  color: #999;
  padding-top: 0;
}

.content--login .user-area__form label .formstyle,
.content--signup .user-area__form label .formstyle {
  float: left;
  margin-right: 7px;
  padding-top: 0;
}

.content--login .user-area__form .formstyle__icon,
.content--signup .user-area__form .formstyle__icon {
  width: 16px;
  height: 16px;
}

.content--login .user-area__form .formstyle--checkbox.formstyle--checked .formstyle__icon::after,
.content--signup .user-area__form .formstyle--checkbox.formstyle--checked .formstyle__icon::after {
  top: 4px;
  left: 3px;
}

.content--login .user-area__guidance,
.content--signup .user-area__guidance {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 30px;
  background-color: #f7f7f7;
}

.content--login .user-area__guidance dl,
.content--signup .user-area__guidance dl {
  padding: 20px;
  padding-top: 17px;
}

.content--login .user-area__guidance dl.is-border-top,
.content--signup .user-area__guidance dl.is-border-top {
  border-top: 1px solid #e7e7e7;
}

.content--login .user-area__guidance dl dt,
.content--signup .user-area__guidance dl dt {
  color: #333;
  padding-bottom: 5px;
}

.content--login .user-area__guidance dl dd,
.content--signup .user-area__guidance dl dd {
  color: #999;
  line-height: 18px;
  position: relative;
  padding-left: 10px;
}

.content--login .user-area__guidance dl dd:after,
.content--signup .user-area__guidance dl dd:after {
  content: ' ';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 3px;
  height: 1px;
  background-color: #999;
  overflow: hidden;
}

.content--login .user-area__guidance button,
.content--signup .user-area__guidance button {
  margin-top: -2px;
  margin-left: 3px;
  margin-right: 3px;
}

.content--login .user-area__guidance .form-input--new-email,
.content--signup .user-area__guidance .form-input--new-email {
  margin-left: 19px;
  margin-top: -10px;
  padding-bottom: 18px;
}

.content--login .user-area__guidance.type2,
.content--signup .user-area__guidance.type2 {
  margin-top: 0;
  border: 1px solid #e7e7e7;
}

.content--login .user-area__guidance.type2 .guidance-box,
.content--signup .user-area__guidance.type2 .guidance-box {
  padding: 20px 0 18px 30px;
  display: table;
}

.content--login .user-area__guidance.type2 .guidance-box dt,
.content--signup .user-area__guidance.type2 .guidance-box dt,
.content--login .user-area__guidance.type2 .guidance-box dd,
.content--signup .user-area__guidance.type2 .guidance-box dd {
  display: table-cell;
}

.content--login .user-area__guidance.type2 .guidance-tit,
.content--signup .user-area__guidance.type2 .guidance-tit {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  vertical-align: middle;
  padding-bottom: 0;
  padding-right: 19px;
}

.content--login .user-area__guidance.type2 .guidance-tit::after,
.content--signup .user-area__guidance.type2 .guidance-tit::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  border-right: 1px solid #c8c8c8;
}

.content--login .user-area__guidance.type2 .guidance-txt,
.content--signup .user-area__guidance.type2 .guidance-txt {
  color: #ff5000;
  font-size: 14px;
  line-height: 20px;
  padding-left: 19px;
}

.content--login .user-area__guidance.type2 .guidance-txt::after,
.content--signup .user-area__guidance.type2 .guidance-txt::after {
  display: none;
}

.content--login .user-area__guidance.type2 .guide-group dd:not(:first-child),
.content--signup .user-area__guidance.type2 .guide-group dd:not(:first-child) {
  margin-top: 10px;
}

.content--login .user-area__guidance.center,
.content--signup .user-area__guidance.center {
  margin-top: 30px;
}

.content--login .user-area__guidance.center .center-txt,
.content--signup .user-area__guidance.center .center-txt {
  padding: 20px 0;
  text-align: center;
  color: #999;
  line-height: 18px;
}

.content--login .user-area__guidance2,
.content--signup .user-area__guidance2 {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 30px;
  background-color: #f7f7f7;
}

.content--login .user-area__guidance2 dl,
.content--signup .user-area__guidance2 dl {
  padding: 12px;
  padding-top: 17px;
}

.content--login .user-area__guidance2 dl.is-border-top,
.content--signup .user-area__guidance2 dl.is-border-top {
  border-top: 1px solid #e7e7e7;
}

.content--login .user-area__guidance2 dl dt,
.content--signup .user-area__guidance2 dl dt {
  color: #333;
  padding-bottom: 5px;
}

.content--login .user-area__guidance2 dl dd,
.content--signup .user-area__guidance2 dl dd {
  color: #999;
  line-height: 18px;
  position: relative;
  padding-left: 10px;
}

.content--login .user-area__guidance2 dl dd:after,
.content--signup .user-area__guidance2 dl dd:after {
  content: ' ';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 3px;
  height: 1px;
  background-color: #999;
  overflow: hidden;
}

.content--login .user-area__guidance2 button,
.content--signup .user-area__guidance2 button {
  margin-top: -2px;
  margin-left: 3px;
  margin-right: 3px;
}

.content--login .user-area__guidance2 .form-input--new-email,
.content--signup .user-area__guidance2 .form-input--new-email {
  margin-left: 19px;
  margin-top: -10px;
  padding-bottom: 18px;
}

.content--login .user-area__guidance-down,
.content--signup .user-area__guidance-down {
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.content--login .user-area__guidance-down dl,
.content--signup .user-area__guidance-down dl {
  padding: 16px 20px 20px 20px;
}

.content--login .user-area__guidance-down dl dt,
.content--signup .user-area__guidance-down dl dt {
  color: #333;
  padding-bottom: 8px;
}

.content--login .user-area__guidance-down dl dd,
.content--signup .user-area__guidance-down dl dd {
  color: #999;
  line-height: 18px;
}

.content--login .user-area__guidance-down .download-buttion,
.content--signup .user-area__guidance-down .download-buttion {
  overflow: hidden;
  width: 330px;
  margin-left: 70px;
}

.content--login .user-area__guidance-down .agree,
.content--signup .user-area__guidance-down .agree {
  float: left;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  line-height: 8px;
  font-weight: normal;
  width: 143px;
  height: 48px;
  border-radius: 4px;
  background: #73757c;
  border: 1px solid #696c77;
  text-align: center;
  margin-right: 8px;
}

.content--login .user-area__guidance-down .agree__text,
.content--signup .user-area__guidance-down .agree__text {
  padding-top: 11px;
}

.content--login .user-area__guidance-down .viewer,
.content--signup .user-area__guidance-down .viewer {
  float: left;
  cursor: pointer;
  width: 143px;
  height: 29px;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
  background: #fff;
  margin-top: 8px;
  border: 1px solid #cecece;
  font-size: 12px;
  font-size: 13px;
  color: #666;
  line-height: 8px;
  font-weight: normal;
}

.content--login .user-area__guidance-down .viewer .agree__text,
.content--signup .user-area__guidance-down .viewer .agree__text {
  padding-left: 42px;
  position: relative;
  text-align: left;
  padding-top: 9px;
}

.content--login .user-area__guidance-down .viewer .agree__text .icon,
.content--signup .user-area__guidance-down .viewer .agree__text .icon {
  position: absolute;
  top: 6px;
  left: 19px;
}

.content--login .user-area__guidance-down .viewer .agree__text .icon--word,
.content--signup .user-area__guidance-down .viewer .agree__text .icon--word {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -574px -272px;
  width: 16px;
  height: 16px;
}

.content--login .user-area__guidance-down .viewer .agree__text .icon--hangul,
.content--signup .user-area__guidance-down .viewer .agree__text .icon--hangul {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -574px -112px;
  width: 16px;
  height: 16px;
}

.content--login .user-area__guidance-down .fax-adress dd,
.content--signup .user-area__guidance-down .fax-adress dd {
  color: #333;
}

.content--login .user-area__certification,
.content--signup .user-area__certification {
  padding-top: 27px;
  width: 440px;
  margin: 0 auto;
  overflow: hidden;
}

.content--login .user-area__certification .left,
.content--signup .user-area__certification .left {
  width: 220px;
  border-right: 1px solid #e7e7e7;
  float: left;
  background: #fff;
  text-align: center;
}

.content--login .user-area__certification .left dt,
.content--signup .user-area__certification .left dt {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 7px;
}

.content--login .user-area__certification .left dd,
.content--signup .user-area__certification .left dd {
  color: #666;
  line-height: 18px;
}

.content--login .user-area__certification .left icon,
.content--signup .user-area__certification .left icon {
  padding: 15px 0;
  display: block;
}

.content--login .user-area__certification .left icon img,
.content--signup .user-area__certification .left icon img {
  width: auto;
  height: auto;
}

.content--login .user-area__certification .center,
.content--signup .user-area__certification .center {
  margin: 0 auto;
  width: 220px;
  background: #fff;
  text-align: center;
}

.content--login .user-area__certification .center dt,
.content--signup .user-area__certification .center dt {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 7px;
}

.content--login .user-area__certification .center dd,
.content--signup .user-area__certification .center dd {
  color: #666;
  line-height: 18px;
}

.content--login .user-area__certification .center icon,
.content--signup .user-area__certification .center icon {
  padding: 15px 0;
  display: block;
}

.content--login .user-area__certification .center icon img,
.content--signup .user-area__certification .center icon img {
  width: auto;
  height: auto;
}

.content--login .user-area__certification .right,
.content--signup .user-area__certification .right {
  width: 219px;
  float: right;
  background: #fff;
  text-align: center;
}

.content--login .user-area__certification .right dt,
.content--signup .user-area__certification .right dt {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 7px;
}

.content--login .user-area__certification .right dd,
.content--signup .user-area__certification .right dd {
  color: #666;
  line-height: 18px;
}

.content--login .user-area__certification .right icon,
.content--signup .user-area__certification .right icon {
  display: block;
  padding: 15px 0;
}

.content--login .user-area__certification .right icon img,
.content--signup .user-area__certification .right icon img {
  width: auto;
  height: auto;
}

.content--login .user-area__infoset,
.content--signup .user-area__infoset {
  margin-top: 20px;
  text-align: center;
}

.content--login .user-area__infoset p,
.content--signup .user-area__infoset p {
  font-size: 12px;
  color: #069fee;
  line-height: 18px;
  font-weight: normal;
}

.content--login .user-area__check,
.content--signup .user-area__check {
  margin-top: 20px;
}

.content--login .user-area .is-nav-topline,
.content--signup .user-area .is-nav-topline {
  border-top: 1px solid #e7e7e7;
}

.content--login .user-area .contents-desc__group,
.content--signup .user-area .contents-desc__group {
  margin: 24px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 20px;
}

.content--login .user-area .contents-desc__group .desc-tit,
.content--signup .user-area .contents-desc__group .desc-tit {
  padding-left: 23px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: url("../../images/member/member_inactive.png") 0 2px no-repeat;
}

.content--login .user-area .contents-desc__group .desc-txt,
.content--signup .user-area .contents-desc__group .desc-txt {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

.content--login .user-area .contents-txt,
.content--signup .user-area .contents-txt {
  color: #999;
  font-size: 12px;
  line-height: 20px;
}

.content--signup.content--pwchage .signup-input__content {
  padding-bottom: 20px;
}

.content--signup .content__body.signup-new {
  width: 542px !important;
  padding: 30px 40px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
  border: 1px solid #d9d9d9 !important;
}

.content--signup .content__body.signup-new .content__body__page h2 {
  margin: 0;
  padding-top: 0;
}

.content--signup .content__body.front-check {
  padding-top: 17px;
}

.content--signup .content__body.front-check .headline {
  margin: 0 40px;
  padding: 23px 0 20px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

.content--signup .content__body.front-check .headline h1 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: normal;
}

.content--signup .content__body.front-check .headline p {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
  line-height: 20px;
  font-weight: normal;
}

.content--signup .content__body.front-check .panel {
  margin: 0;
}

.content--signup .content__body.front-check .panel:first-child .panel__heading {
  border-bottom: 1px solid #e7e7e7;
}

.content--signup .content__body.front-check .panel:first-child .panel__title {
  padding: 20px 0;
  text-decoration: underline;
  font-size: 16px;
  color: #333;
  line-height: normal;
  font-weight: 500;
}

.content--signup .content__body.front-check .panel__title {
  position: relative;
  display: table;
  min-height: 0;
  padding: 20px 0 16px;
  font-size: 14px;
  border-color: transparent;
}

.content--signup .content__body.front-check .panel__title.front-check label {
  vertical-align: baseline;
}

.content--signup .content__body.front-check .panel__title .S.terms-control {
  display: table-cell;
  vertical-align: top;
}

.content--signup .content__body.front-check .panel__title .S.terms-control__icon {
  width: 20px;
  height: 20px;
}

.content--signup .content__body.front-check .panel__title label {
  display: table-cell;
  padding: 0 0 0 10px;
}

.content--signup .content__body.front-check .panel__title label > a {
  text-decoration: underline;
}

.content--signup .content__body.front-check .panel__body {
  border: none;
}

.content--signup .content__body.front-check .panel__body.box-type {
  padding-left: 5px;
  border: 1px solid #d9d9d9;
}

.content--signup .content__body.front-check .panel__body.box-type .terms-area {
  margin-top: 0;
  margin-bottom: 0;
  height: 130px;
}

.content--signup .content__body.front-check .panel__body.box-type .terms-area .terms-area {
  margin-top: 0;
  margin-bottom: 0;
}

.content--signup .content__body.front-check .panel__body.box-type .terms-area .terms-area__text {
  width: auto;
  padding: 18px 25px 0 10px;
}

.content--signup .content__body.front-check .panel__body.box-type .terms-area .terms-area__text a {
  display: block;
}

.content--signup .content__body.front-check .panel__body .tab__nav__items__item__link {
  font-size: 12px;
}

.content--signup .content__body.front-check .panel__body .tab__content {
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 12px 0 0 5px;
}

.content--signup .content__body.front-check .panel__body .tab__content .terms-area {
  margin-top: 0;
  margin-bottom: 9px;
  height: 130px;
}

.content--signup .content__body.front-check .panel__body .tab__content .terms-area__text {
  width: auto;
  padding-right: 25px;
}

.content--signup .content__body.front-check .panel__body .form--emil {
  margin: 10px 0 20px;
}

.content--signup .content__body.front-check .panel__body .form--emil .form-control--base-d {
  font-size: 12px;
  padding: 8px 15px;
}

.content--signup .content__body.front-check .panel__body .form--emil .form-control--base-d:disabled {
  background-color: #eaeaea;
  opacity: 1;
  -webkit-text-fill-color: inherit;
}

.content--signup .content__body.front-check .panel__body .form--emil .formbox--base-c.formbox--shape-b .formbox--base-c__title {
  padding: 0 14px 0 13px;
}

.content--signup .content__body.front-check .panel__body .form--emil .formbox--base-c__icon:after {
  top: 13px;
}

.content--signup .content__body.front-check .panel__body .form--emil span {
  margin: 0 4px;
}

.content--signup .content__body.front-check .panel__nav {
  border-top: 1px solid #e7e7e7;
  margin: 0 40px;
  padding: 30px 0 40px;
}

.content--signup .content__body.front-check .panel__nav__info {
  margin-bottom: 30px;
  font-size: 12px;
  color: #ff5000;
}

.content--signup .content__body.front-check .wysiwyg-color-orange {
  color: #f0562d;
}

.content--signup .content__body.front-check .wysiwyg-text-align-center {
  text-align: center;
  color: #666;
}

.content--signup .signup-new-title {
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 21px;
  border-bottom: 1px solid #d9d9d9;
}

.content--signup .signup-new-form {
  margin-top: 20px;
}

.content--signup .signup-new-form ~ .signup-new-form {
  margin-top: 7px;
}

.content--signup .signup-new-form:last-of-type {
  padding-bottom: 19px;
  border-bottom: 1px solid #e7e7e7;
}

.content--signup .signup-new-form.wide-type {
  display: table;
  width: 100%;
}

.content--signup .signup-new-form.wide-type .form-tit {
  display: table-cell;
  white-space: nowrap;
  width: 70px;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.content--signup .signup-new-form.wide-type .form-content {
  display: table-cell;
  vertical-align: middle;
  min-height: 0;
  margin-top: 0;
  padding-top: 1px;
}

.content--signup .signup-new-form.wide-type:last-of-type {
  padding-bottom: 45px;
}

.content--signup .signup-new-form .form-tit {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #333;
}

.content--signup .signup-new-form .form-tit-sub {
  font-weight: 100;
  color: #999;
  padding-left: 4px;
}

.content--signup .signup-new-form .form-tit .question {
  float: right;
}

.content--signup .signup-new-form .form-content {
  margin-top: 9px;
  min-height: 77px;
}

.content--signup .signup-new-form .form-content .form-control--base-c {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  border-radius: 4px;
}

.content--signup .signup-new-form .form-content .form-control--base-c:focus {
  background-color: #f4fbff;
  border-color: #069fee;
}

.content--signup .signup-new-form .form-content-pw {
  position: relative;
}

.content--signup .signup-new-form .form-content-pw .form-control--base-c {
  padding-right: 130px;
}

.content--signup .signup-new-form .form-content-pw .pw-security {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  font-size: 11px;
  font-weight: 600;
}

.content--signup .signup-new-form .form-content-pw .pw-security-txt {
  vertical-align: middle;
  padding-right: 1px;
}

.content--signup .signup-new-form .form-content-pw [class*="icon-pw"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.7;
}

.content--signup .signup-new-form .form-content-pw .icon-pw {
  background-image: url("../../images/member/svg/ic-password.svg");
}

.content--signup .signup-new-form .form-content-pw .icon-pw-check {
  background-image: url("../../images/member/svg/ic-password-recheck.svg");
}

.content--signup .signup-new-form .form-content .radio-block {
  display: inline-block;
  margin-right: 30px;
  font-weight: 600;
}

.content--signup .signup-new-form .form-content .radio-block .formstyle__icon {
  top: -1px;
  margin-right: 5px;
}

.content--signup .signup-new-form .form-info-txt {
  margin-top: 9px;
  line-height: 14px;
  font-size: 12px;
  color: #999;
}

.content--signup .signup-new-form.signup-check .form-info-txt,
.content--signup .signup-new-form.signup-check .pw-security-txt {
  color: #069fee;
}

.content--signup .signup-new-form.signup-check .form-content-pw .icon-pw {
  background-image: url("../../images/member/svg/ic-password-check.svg");
}

.content--signup .signup-new-form.signup-check .form-content-pw .icon-pw-check {
  background-image: url("../../images/member/svg/ic-password-recheck-check.svg");
}

.content--signup .signup-new-form.signup-error .pw-security-txt {
  color: #da0707;
}

.content--signup .signup-new-form.signup-error .form-info-txt {
  color: #ff5000;
}

.content--signup .signup-new-form.signup-error .form-control--base-c {
  background-color: #fff5f1;
  border-color: #ff5000;
}

.content--signup .signup-new-form.signup-error .form-content-pw .icon-pw {
  background-image: url("../../images/member/svg/ic-password-error.svg");
}

.content--signup .signup-new-form.signup-normal .form-info-txt,
.content--signup .signup-new-form.signup-normal .pw-security-txt {
  color: #f79d00;
}

.content--signup .signup-new-form.signup-normal .form-content-pw .icon-pw {
  background-image: url("../../images/member/svg/ic-password-normal.svg");
}

.content--signup .signup-new-form.signup-safe .form-info-txt,
.content--signup .signup-new-form.signup-safe .pw-security-txt {
  color: #079c0e;
}

.content--signup .signup-new-form.signup-safe .form-content-pw .icon-pw {
  background-image: url("../../images/member/svg/ic-password-safe.svg");
}

.content--signup .signup-new-form.signup-risk .form-info-txt,
.content--signup .signup-new-form.signup-risk .pw-security-txt {
  color: #f76430;
}

.content--signup .signup-new-form.signup-risk .form-content-pw .icon-pw {
  background-image: url("../../images/member/svg/ic-password-risk.svg");
}

.content--signup .signup-new-agree {
  position: relative;
  padding-top: 16px;
  z-index: 0;
}

.content--signup .signup-new-agree .label-agree {
  position: relative;
  display: block;
  padding-left: 26px;
  padding-top: 1px;
  line-height: 16px;
  color: #999;
}

.content--signup .signup-new-agree .label-agree a {
  position: relative;
  z-index: 2;
  text-decoration: underline;
  color: #666;
}

.content--signup .signup-new-agree .label-agree .formstyle {
  position: static;
  margin: 0;
  display: block;
}

.content--signup .signup-new-agree .label-agree .formstyle__icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  border-radius: 2px;
}

.content--signup .signup-new-agree .label-agree .formstyle--checkbox.formstyle--checked .formstyle__icon:after {
  top: 4px;
  left: 3px;
}

.content--signup .signup-new-agree .label-agree ~ .label-agree {
  margin-top: 17px;
}

.content--signup .signup-new .user-area__nav {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}

.content--signup .signup-new .user-area__nav .button {
  padding: 0 19px;
  min-width: 90px;
}

.content--signup .signup-new .user-area__nav .button ~ .button {
  margin-left: 10px;
}

.content--signup .signup-new .user-area__nav .button--base-l.button--shape-a:disabled,
.content--signup .signup-new .user-area__nav .button--base-l.button--shape-a:disabled:hover {
  background-color: #f7f7f7;
  border-color: #cecece;
  cursor: default;
}

.content--signup .signup-new .user-area__nav .button--base-l.button--shape-a:disabled .button__text,
.content--signup .signup-new .user-area__nav .button--base-l.button--shape-a:disabled:hover .button__text {
  color: #b5b5b5;
}

.content--signup .signup-input {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}

.content--signup .signup-input::after {
  content: '';
  display: block;
  clear: both;
}

.content--signup .signup-input__title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  font-size: 18px;
}

.content--signup .signup-input__content {
  padding: 0px 40px;
  padding-top: 2px;
}

.content--signup .signup-input__content > ul > li {
  padding-right: 12px;
  position: relative;
  padding-left: 10px;
}

.content--signup .signup-input__content > ul > li:after {
  content: ' ';
  position: absolute;
  top: 18px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--signup .signup-input__content > ul > li p {
  padding-left: 16px;
  color: #999;
}

.content--signup .signup-input__content > ul > li input,
.content--signup .signup-input__content > ul > li span {
  margin-top: 13px;
  margin-bottom: 8px;
}

.content--signup .signup-input__content > ul > li .input-state [class*=security-level] + input {
  padding-right: 120px;
}

.content--signup .signup-input__content > ul > li .input-state .input-state__icon + input {
  padding-right: 30px;
}

.content--signup .signup-input__content > ul > li .birthday {
  display: table;
  width: 100%;
  overflow: hidden;
}

.content--signup .signup-input__content > ul > li .birthday li {
  display: table-cell;
  padding: 0 5px;
}

.content--signup .signup-input__content > ul > li .birthday li:first-child {
  padding-left: 0;
}

.content--signup .signup-input__content > ul > li .birthday li:last-child {
  padding-right: 0;
}

.content--signup .signup-input__content > ul > li [class*=security-level] {
  margin: 0;
  top: 12px;
  right: 13px;
}

.content--signup .signup-input__content > ul li.is-last {
  position: relative;
  padding-left: 12px;
}

.content--signup .signup-input__content > ul li.is-last:after {
  content: ' ';
  position: absolute;
  top: 30px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--signup .signup-input__content > ul li.is-bul-none {
  position: relative;
  padding-left: 10px;
}

.content--signup .signup-input__content > ul li.is-bul-none:after {
  content: ' ';
  position: absolute;
  top: 30px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #fff;
  overflow: hidden;
}

.content--signup .signup-input__content label {
  display: block;
  min-height: 31px;
  padding-left: 10px;
}

.content--signup .signup-input__content label input {
  margin-top: 14px;
}

.content--signup .signup-input__content label span {
  position: relative;
  top: 12px;
  margin-top: -2px;
  font-size: 12px;
  color: #999;
}

.content--signup .signup-input__content .st-feed {
  margin-top: 15px;
  padding-top: 2px;
  border-top: 1px solid #d9d9d9;
}

.content--signup .signup-input__content .st-feed span {
  font-size: 11px;
}

.content--signup .signup-input__content .st-feed a {
  color: #999;
  font-weight: 500;
  text-decoration: underline;
}

.content--signup .signup-input__content .check-group {
  margin-top: 30px;
  margin-left: 2px;
}

.content--signup .signup-input__content .check-group label {
  height: auto;
}

.content--signup .signup-input__content .check-group label > * {
  top: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.content--signup .signup-input__content .check-group label input {
  margin: 0;
}

.content--signup .signup-input__content .check-group label .icon--question {
  margin-left: 4px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -385px;
  width: 14px;
  height: 14px;
}

.content--signup .signup-input__gender {
  margin: 10px 0;
}

.content--signup .signup-input__gender label {
  display: inline-block;
}

.content--signup .signup-input__gender span,
.content--signup .signup-input__gender input {
  margin: 0 !important;
}

.content--signup .signup-input__gender .formstyle__icon {
  margin-top: -4px;
}

.content--signup .signup-input.type2 {
  margin-top: 33px;
}

.content--signup .signup-input.type2 .signup-input__content {
  padding: 0;
}

.content--signup .signup-input.type2 .signup-input__content > ul > li p {
  padding-left: 3px;
}

.content--signup .signup-input.type2 .signup-input__desc {
  font-weight: 600;
  font-size: 13px;
  padding-left: 24px;
  line-height: 24px;
  margin-left: 13px;
  background: url("../../images/member/ic-alarm.png") 0 3px no-repeat;
}

.content--signup .signup-input.type2 .signup-input__desc strong {
  color: #ff5000;
}

.content--signup .input-state p {
  font-size: 11px;
}

.content--signup .panel {
  position: relative;
  margin: 10px auto;
  padding: 0 40px;
  font-size: 13px;
  color: #666;
  overflow: hidden;
}

.content--signup .panel.agree-type {
  position: relative;
  padding: 14px 15px;
  background: #f8f8f8;
}

.content--signup .panel.agree-type .panel__title {
  padding: 0 90px 0 0;
}

.content--signup .panel.agree-type .text-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}

.content--signup .panel.agree-type .text-right .panel__label {
  position: static;
  padding: 0;
}

.content--signup .panel__heading {
  position: relative;
  min-height: 54px;
}

.content--signup .panel__heading .panel__title {
  margin: 0;
  padding: 16px 0;
  color: #333;
  font-size: 18px;
}

.content--signup .panel__heading .panel__title.is-border-none {
  border: none;
}

.content--signup .panel__heading .panel__title small {
  font-size: 12px;
  color: #f0562d;
}

.content--signup .panel__heading .panel__label {
  position: absolute;
  top: 0;
  left: 0;
}

.content--signup .panel__label {
  padding: 18px 0;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  font-size: 13px;
}

.content--signup .panel__label span {
  margin-top: 1px;
  color: #333;
  vertical-align: middle;
}

.content--signup .panel__body {
  border-bottom: 1px solid #d9d9d9;
}

.content--signup .panel__body h3 {
  font-size: 13px;
  padding-bottom: 10px;
}

.content--signup .panel__nav {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
}

.content--signup .panel__nav a:first-child {
  margin-right: 5px;
}

.content--signup .panel__footer {
  padding-top: 10px;
}

.content--signup .panel__footer.text-right {
  text-align: right;
}

.content--signup .panel__footer .panel__label.label-block {
  position: relative;
  display: block;
  padding: 8px 0 8px 26px;
  text-align: left;
}

.content--signup .panel__footer .panel__label.label-block .formstyle {
  position: absolute;
  top: 10px;
  left: 0;
}

.content--signup .panel__footer .panel__label.label-block span {
  font-size: 12px;
}

.content--signup .panel__footer .panel__label.label-block span em {
  color: #999;
}

.content--signup .panel__agreement {
  padding-top: 18px;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.content--signup .panel__agreement span {
  display: inline-block;
  vertical-align: middle;
}

.content--signup .panel--first {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto;
  background-color: #fff6f5;
  border-bottom: 1px solid #d9d9d9;
}

.content--signup .panel--first .panel__body {
  border: none;
}

.content--signup .panel--first .panel__heading {
  min-height: auto;
}

.content--signup .panel--first .panel__heading .panel__title {
  padding-top: 0;
  padding-bottom: 6px;
  font-size: 14px;
  color: #333;
  border: none;
}

.content--signup .panel--base-a {
  margin: 20px 0;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.content--signup .panel--base-a .panel__header {
  margin-bottom: 20px;
}

.content--signup .panel--base-a .panel__title {
  font-size: 16px;
  color: #333;
}

.content--signup .panel--base-a .panel__body {
  margin-top: 0;
  border: 0;
}

.content--signup .user-area {
  position: static;
}

.content--signup .user-area__content__input {
  width: auto;
  margin-left: 0;
}

.content--signup .user-area__content__input .term {
  width: auto;
}

.content--signup .user-area__content__input .term dt {
  margin-left: 10px;
  padding-bottom: 14px;
}

.content--signup .user-area__content__input .term dd {
  margin-right: 14px !important;
}

.content--signup .user-area__content__input > ul::after {
  content: '';
  display: block;
  clear: both;
}

.content--signup .user-area__content__input > ul li {
  padding-right: 0;
}

.content--signup .user-area__content__input > ul li ul.email {
  margin-left: 0;
}

.content--signup .user-area__content__input > ul li ul.email .email-bul {
  font-size: 0;
  line-height: 0;
}

.content--signup .user-area__content__input > ul li ul.email .email-bul > span {
  float: left;
  width: 15px;
  padding: 0 0 0 5px;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
}

.content--signup .user-area__content__input > ul li ul.email .email-bul .form-control--base-c {
  float: left;
}

.content--signup .user-area__content__input > ul li ul.phone li {
  margin-right: 0;
  margin-left: 4px;
}

.content--signup .user-area__content__input > ul li ul.phone li:first-child {
  margin-left: 0;
}

.content--signup .user-area__content__input .gate::after {
  content: '';
  display: block;
  clear: both;
}

.content--mypage {
  width: 1024px;
  padding-top: 106px;
  padding-bottom: 100px;
  padding-bottom: 60px;
}

.content--mypage::after {
  content: '';
  display: block;
  clear: both;
}

.content--mypage .content__header {
  margin-bottom: 14px;
}

.content--mypage .content__header .content__title {
  font-size: 22px;
  color: #333;
}

.content--mypage .content__side {
  float: left;
  width: 241px;
}

.content--mypage .content__body {
  float: right;
  width: 763px;
  padding: 40px 30px;
  margin: 0;
  border-color: #d9d9d9;
  background-color: #fff;
  box-sizing: border-box;
}

.content--mypage .content__body .content__title {
  position: relative;
  padding: 36px 0 16px;
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1;
  font-weight: 500;
}

.content--mypage .content__body .content__title:first-child {
  margin-top: -40px;
}

.content--mypage .content__body .content__title .button {
  position: absolute;
  bottom: 12px;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
}

.content--mypage .content__body .content__title + h3.title {
  padding-top: 10px;
}

.content--mypage .content__body .content__title--no-line {
  border: none;
}

.content--mypage .content__body .content__title .sub_txt {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  font-weight: normal;
}

.content--mypage .content__body .content__title + .result {
  padding-top: 30px;
}

.content--mypage .content__body--home {
  padding: 0;
  width: 761px;
  background-color: transparent;
  border: none;
}

.content--mypage .content__body > *:last-child {
  margin-bottom: 0;
}

.content--mypage .content__body.otp {
  padding: 40px 30px 0;
}

.content--mypage .content__body.otp .table--base-d {
  margin: 10px 0 20px 0;
}

.content--mypage .content__body.otp .notification {
  padding: 10px 0 0 0;
}

.content--mypage .content__body.otp .notification:after {
  content: '';
  display: block;
  clear: both;
}

.content--mypage .content__body.otp .notification__txt {
  padding-top: 27px;
  padding-bottom: 18px;
}

.content--mypage .content__body.otp .notification__txt._sub {
  padding: 0;
  margin: 0;
  margin-top: -10px;
  font-weight: normal;
}

.content--mypage .content__body.otp .notification__txt._sub dt {
  font-size: 13px;
}

.content--mypage .content__body.otp .notification__otp {
  float: left;
  width: 320px;
  padding-right: 29px;
  border-right: 1px solid #e7e7e7;
}

.content--mypage .content__body.otp .notification__otp .user-area__nav.is-nav-topline {
  padding-bottom: 0;
}

.content--mypage .content__body.otp .notification__login {
  float: left;
  width: 320px;
  margin-left: 30px;
}

.content--mypage .content__body.otp .user-area {
  width: inherit;
  padding: 0 0 41px 0;
}

.content--mypage .content__body.otp .user-area__nav {
  padding-top: 0;
  padding-bottom: 30px;
}

.content--mypage .content__body.otp .user-area__nav.is-nav-topline {
  margin-top: 6px;
  padding-top: 20px;
  padding-bottom: 39px;
  border-top: 1px solid #e7e7e7;
}

.content--mypage .content__body.otp .user-area__guidance-typea dl {
  padding-left: 0;
}

.content--mypage .content__body.otp .user-area__guidance-typea dt {
  font-size: 15px;
  color: #333333;
}

.content--mypage .content__body.otp .user-area__guidance-typea dd {
  padding-left: 0;
  font-size: 13px;
  color: #333333;
  line-height: 21px;
}

.content--mypage .content__body.otp .user-area__guidance-typea dd::after {
  display: none;
}

.content--mypage .content__body.otp .user-area__reference {
  padding: 17px 0 20px 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  text-align: center;
}

.content--mypage .content__body.otp .user-area__reference:after {
  content: '';
  display: block;
  clear: both;
}

.content--mypage .content__body.otp .user-area__reference-type {
  position: relative;
  float: left;
  margin-left: 34px;
  padding-left: 30px;
}

.content--mypage .content__body.otp .user-area__reference-type:first-child {
  margin-left: 0;
  padding-left: 0;
}

.content--mypage .content__body.otp .user-area__reference-type:first-child:after {
  display: none;
}

.content--mypage .content__body.otp .user-area__reference-type:after {
  content: '';
  position: absolute;
  top: 33px;
  left: -3px;
  width: 1px;
  height: 361px;
  background-color: #e7e7e7;
}

.content--mypage .content__body.otp .user-area__reference-type h3 {
  display: inline-block;
  max-width: 160px;
  height: inherit;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.content--mypage .content__body.otp .user-area__reference-type ul:after {
  content: '';
  display: block;
  clear: both;
}

.content--mypage .content__body.otp .user-area__reference-type ul li {
  float: left;
}

.content--mypage .content__body.otp .user-area__reference-type ul li.text {
  margin: 0 7px;
  padding-top: 169px;
  font-size: 12px;
  color: #333;
}

.content--mypage .content__body .form-section .table--base-d .table__th {
  text-align: left;
}

.content--mypage .content__body > .tab--line-custom.tab > .tab__nav {
  border: 0;
}

.content--mypage .content__body > .tab--line-custom.tab > .tab__nav > .tab__nav__items {
  margin-bottom: 0;
}

.content--mypage .content__body > .tab--line-custom.tab > .tab__nav > .tab__nav__items > .tab__nav__items__item {
  position: relative;
  border: 0;
}

.content--mypage .content__body > .tab--line-custom.tab > .tab__nav > .tab__nav__items > .tab__nav__items__item.is-active {
  max-width: 352.5px;
  border: 0;
}

.content--mypage .content__body > .tab--line-custom.tab > .tab__nav > .tab__nav__items > .tab__nav__items__item.is-active::after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 1;
}

.content--mypage .content__body > .tab--line-custom.tab > .tab__nav > .tab__nav__items > .tab__nav__items__item.is-active a {
  box-sizing: border-box;
  color: #1f1f1f;
}

.content--mypage .content__body > .tab--line-custom.tab > .tab__nav > .tab__nav__items > .tab__nav__items__item .tab__nav__items__item__link {
  padding: 0 10px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  color: #666;
}

.content--mypage .content__body .tab .tab__nav__items__item {
  border-left: 0px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.content--mypage .content__body .tab .tab__nav__items__item:first-child.is-active .tab__nav__items__item__link {
  border-left: 1px solid #d9d9d9;
}

.content--mypage .content__body .tab .tab__nav__items__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
}

.content--mypage .content__body .tab .tab__nav__items__item.is-active {
  border-left: 0;
}

.content--mypage .content__body .tab .tab__nav__items__item.is-active a {
  min-height: 44px;
  border-top-width: 2px;
  box-sizing: border-box;
}

.content--mypage .content__nav {
  margin: 20px 0;
  text-align: center;
}

.content--mypage .panel {
  position: relative;
  margin: 0 auto;
  width: 441px;
  padding: 0px 51px 0px 51px;
  margin: 20px 0;
  font-size: 13px;
  color: #999;
}

.content--mypage .panel--base-a {
  margin: 20px 0;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.content--mypage .panel--base-a .panel__header {
  margin-bottom: 20px;
}

.content--mypage .panel--base-a .panel__title {
  font-size: 16px;
  color: #333;
}

.content--mypage .panel--base-a .panel__title .icon--plus {
  position: relative;
  right: -619px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -613px -213px;
  width: 10px;
  height: 10px;
}

.content--mypage .panel--base-a .panel__title .icon--plus:hover {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -613px -143px;
  width: 10px;
  height: 10px;
}

.content--mypage .panel--base-a .panel__body {
  margin-top: 0;
  border: 0;
}

.content--mypage h3.title {
  font-size: 15px;
  color: #333;
  line-height: 19px;
  font-weight: 500;
  height: 32px;
}

.content--mypage .notification {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 0px 0 0px;
  width: 701px;
}

.content--mypage .notification__pic {
  width: 260px;
  height: 97px;
  display: table;
  margin: 0 auto;
}

.content--mypage .notification__pic img {
  width: 100%;
  height: auto;
}

.content--mypage .notification__qr {
  width: 240px;
  height: 170px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}

.content--mypage .notification__qr img {
  width: 110px;
  height: 110px;
  margin: 15px auto 10px;
  display: block;
}

.content--mypage .notification__qr__text {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.content--mypage .notification__txt {
  padding-top: 28px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 28px;
}

.content--mypage .notification__txt dt {
  color: #333;
  padding-bottom: 11px;
}

.content--mypage .notification__txt dt.title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding-bottom: 11px;
}

.content--mypage .notification__txt dd {
  font-size: 13px;
  line-height: 19px;
  color: #999;
}

.content--mypage .notification__txt dd .underline {
  text-decoration: underline;
}

.content--mypage .notification__txt dd .bold {
  color: #333;
  font-weight: 500;
}

.content--mypage .notification__txt dd .point {
  color: #333;
}

.content--mypage .notification__txt dd.type_a {
  color: #666;
}

.content--mypage .notification__txt .only-dt {
  padding-bottom: 0px;
}

.content--mypage .notification__txt .color-blue {
  color: #069fee;
}

.content--mypage .notification__txt .email-color {
  color: #333;
}

.content--mypage .notification__txt--pic-none {
  padding-top: 0px;
  border-bottom: 1px solid #e7e7e7;
}

.content--mypage .notification__arry {
  padding-top: 20px;
  text-align: center;
}

.content--mypage .notification__confirm {
  padding: 20px;
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.content--mypage .notification__confirm__title {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
}

.content--mypage .notification__confirm__desc {
  font-size: 12px;
  line-height: normal;
  color: #666;
}

.content--mypage .notification .table--base-d .table__th {
  text-align: left;
}

.content--mypage .user-area {
  position: relative;
  margin: 0 auto;
  width: 701px;
  padding: 0px 8px 41px 8px;
  background-color: #fff;
}

.content--mypage .user-area .line {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
  text-indent: -9999px;
  margin-left: 13px;
  margin-right: 13px;
  line-height: 8px;
}

.content--mypage .user-area .delday {
  text-align: center;
}

.content--mypage .user-area .delday__tit {
  font-size: 13px;
  color: #333;
}

.content--mypage .user-area .delday__cont {
  font-size: 13px;
  color: #666;
}

.content--mypage .user-area .is-nav-topline {
  border-top: 1px solid #e7e7e7;
}

.content--mypage .user-area .is-underline {
  color: #666;
  text-decoration: underline;
}

.content--mypage .user-area__content {
  position: relative;
  padding: 18px 20px 20px 20px;
  margin: -1px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.content--mypage .user-area__content.with-btn {
  display: table;
  width: 100%;
}

.content--mypage .user-area__content.with-btn:after {
  display: none;
}

.content--mypage .user-area__content.with-btn dl {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}

.content--mypage .user-area__content.with-btn .col {
  padding-top: 15px;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
}

.content--mypage .user-area__content.with-btn .col .button {
  position: static;
}

.content--mypage .user-area__content dt {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 7px;
}

.content--mypage .user-area__content dt.is-fontnomal {
  float: left;
  overflow: hidden;
  font-weight: normal;
}

.content--mypage .user-area__content dd {
  color: #666;
  font-size: 13px;
}

.content--mypage .user-area__content dd.is-last {
  padding-bottom: 30px;
}

.content--mypage .user-area__content dd.member-day {
  position: relative;
  text-align: right;
  color: #999;
}

.content--mypage .user-area__content .button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.content--mypage .user-area__content input {
  margin-top: 5px;
}

.content--mypage .user-area__content .form-input--button {
  overflow: hidden;
}

.content--mypage .user-area__content .form-input--button input {
  float: left;
  position: relative;
}

.content--mypage .user-area__content .form-input--button .button {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 5px;
  margin-left: 5px;
}

.content--mypage .user-area__content .form-table-type {
  display: table;
  width: 100%;
  margin-top: 2px;
}

.content--mypage .user-area__content .form-table-type .col {
  display: table-cell;
  padding-right: 5px;
  vertical-align: top;
}

.content--mypage .user-area__content .form-table-type .col .form-control--base-b {
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.content--mypage .user-area__content .form-table-type .col-addn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}

.content--mypage .user-area__content .form-table-type .col-addn .button {
  position: static;
}

.content--mypage .user-area__content ul.list-ul li {
  font-size: 12px;
  color: #333;
  line-height: 27px;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}

.content--mypage .user-area__content ul.list-ul li:after {
  content: ' ';
  position: absolute;
  top: 13px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--mypage .user-area__content ul.list-ul li span {
  padding-left: 20px;
  color: #666;
}

.content--mypage .user-area__content ul.input-ul > li {
  position: relative;
  padding-left: 0px;
}

.content--mypage .user-area__content ul.input-ul > li:after {
  content: ' ';
  position: absolute;
  top: 18px;
  left: -10px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--mypage .user-area__content ul.input-ul > li p {
  padding-left: 15px;
  color: #999;
}

.content--mypage .user-area__content ul.input-ul > li input,
.content--mypage .user-area__content ul.input-ul > li span {
  margin-top: 0px;
  margin-bottom: 8px;
}

.content--mypage .user-area__content ul.input-ul > li:first-child {
  padding-bottom: 15px;
}

.content--mypage .user-area__content dl.radio-dl .formstyle {
  padding-right: 7px;
}

.content--mypage .user-area__content dl.radio-dl dd {
  padding-left: 30px;
}

.content--mypage .user-area__content dl.radio-dl input {
  left: 29px;
}

.content--mypage .user-area__content dl.radio-dl .button {
  margin-left: 34px;
}

.content--mypage .user-area__content dl.radio-dl.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.content--mypage .user-area__content dl.radio-dl.flex .is-fontnomal {
  flex: 1;
  padding: 0;
}

.content--mypage .user-area__content.is-graybg {
  border-bottom: 1px solid #e7e7e7;
  background: #f7f7f7;
}

.content--mypage .user-area__content.is-line-none {
  border-top: 0;
}

.content--mypage .user-area__content .input-state {
  margin-left: 144px;
  margin-right: 144px;
}

.content--mypage .user-area__help {
  position: relative;
  padding-top: 17px;
  padding-bottom: 3px;
  padding-left: 12px;
}

.content--mypage .user-area__help span.list-bul {
  color: #999;
  position: relative;
  padding-left: 10px;
}

.content--mypage .user-area__help span.list-bul:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #999;
  overflow: hidden;
}

.content--mypage .user-area__help button {
  margin-right: 11px;
  margin-top: -6px;
  float: right;
}

.content--mypage .user-area__nav {
  text-align: center;
  padding-top: 20px;
}

.content--mypage .user-area__nav button:first-child {
  margin-right: 3px;
}

.content--mypage .user-area__guidance-typea {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-right: 20px;
  background-color: #f7f7f7;
}

.content--mypage .user-area__guidance-typea dl + dl {
  margin-top: 21px;
}

.content--mypage .user-area__guidance-typea dl {
  padding-left: 20px;
}

.content--mypage .user-area__guidance-typea dl dt {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  padding-bottom: 8px;
}

.content--mypage .user-area__guidance-typea dl dt .orange {
  color: #f0562d;
}

.content--mypage .user-area__guidance-typea dl dd {
  font-size: 13px;
  position: relative;
  padding-left: 10px;
  color: #999;
  line-height: 18px;
}

.content--mypage .user-area__guidance-typea dl dd:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #999;
  overflow: hidden;
}

.content--mypage .user-area__guidance-typea button {
  margin-top: -2px;
  margin-left: 3px;
  margin-right: 3px;
}

.content--mypage .user-area__guidance-typea.attention {
  padding: 20px;
  margin-top: 30px;
}

.content--mypage .user-area__guidance-typeb {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 0px;
  margin-top: 30px;
  background-color: #f7f7f7;
}

.content--mypage .user-area__guidance-typeb dl {
  padding-left: 20px;
  padding-bottom: 20px;
}

.content--mypage .user-area__guidance-typeb dl dt {
  color: #333;
  padding-bottom: 8px;
}

.content--mypage .user-area__guidance-typeb dl dd {
  position: relative;
  padding-left: 10px;
  color: #999;
  line-height: 18px;
}

.content--mypage .user-area__guidance-typeb dl dd:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #999;
  overflow: hidden;
}

.content--mypage .user-area__guidance-typeb button {
  margin-top: -2px;
  margin-left: 3px;
  margin-right: 3px;
}

.content--mypage .user-area__guidance-agree {
  padding: 13px 18px;
}

.content--mypage .user-area__guidance-agree span {
  font-size: 13px;
  margin-top: -2px;
  vertical-align: middle;
}

.content--mypage .user-area__certification {
  padding-top: 27px;
  width: 440px;
  overflow: hidden;
}

.content--mypage .user-area__certification .left {
  width: 220px;
  border-right: 1px solid #e7e7e7;
  float: left;
  background: #fff;
  text-align: center;
}

.content--mypage .user-area__certification .left dt {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 7px;
}

.content--mypage .user-area__certification .left dd {
  line-height: 18px;
}

.content--mypage .user-area__certification .left icon {
  padding: 15px 0;
  display: block;
}

.content--mypage .user-area__certification .left icon img {
  width: auto;
  height: auto;
}

.content--mypage .user-area__certification .right {
  width: 219px;
  float: right;
  background: #fff;
  text-align: center;
}

.content--mypage .user-area__certification .right dt {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 7px;
}

.content--mypage .user-area__certification .right dd {
  line-height: 18px;
}

.content--mypage .user-area__certification .right icon {
  display: block;
  padding: 15px 0;
}

.content--mypage .user-area__certification .right icon img {
  width: auto;
  height: auto;
}

.content--mypage .user-area__qrcode {
  margin-top: 11px;
  text-align: center;
}

.content--mypage .user-area__qrcode li {
  display: inline-block;
  padding-left: 18px;
}

.content--mypage .user-area__qrcode li:first-child {
  margin-left: 0;
}

.content--mypage .user-area__qrcode-img {
  width: 168px;
  height: 158px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.content--mypage .user-area__qrcode-img img {
  width: 102px;
  height: 102px;
  margin-top: 28px;
}

.content--mypage .user-area__qrcode-img span {
  display: inline-block;
  margin-top: 62px;
  font-size: 13px;
  color: #333;
}

.content--mypage .user-area__qrcode .icon {
  vertical-align: bottom;
}

.content--mypage .user-area__qrcode .icon--googleplay {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -520px -497px;
  width: 15px;
  height: 18px;
}

.content--mypage .user-area__qrcode .icon--appstore {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -537px -479px;
  width: 15px;
  height: 19px;
}

.content--mypage .user-area__qrcode.cn {
  padding-bottom: 20px;
}

.content--mypage .user-area__qrcode.cn .user-area__qrcode-img {
  width: 150px;
  height: 140px;
}

.content--mypage .user-area__qrcode.cn .user-area__qrcode-img img {
  margin-top: 15px;
  width: 111px;
  height: 110px;
}

.content--mypage .user-area__qrcode.cn .button--base-r.button--shape-b {
  width: 150px;
}

.content--mypage .user-area__auth__group {
  position: relative;
  height: 52px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.content--mypage .user-area__auth__group:first-child {
  border-bottom: none;
  margin-top: 30px;
}

.content--mypage .user-area__auth__group dl {
  padding-left: 20px;
}

.content--mypage .user-area__auth__group dt {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  font-weight: 500;
}

.content--mypage .user-area__auth__group dd {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  font-weight: normal;
  padding-top: 5px;
}

.content--mypage .user-area__auth__group .button {
  position: absolute;
  top: 20px;
  right: 0;
}

.content--mypage .well-cash + .title {
  margin-top: 32px;
}

.content--mypage .card-money + .title {
  margin-top: 41px;
}

.content--mypage .form-actions {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  text-align: center;
}

.content--mypage .step + .form-actions {
  margin-top: 30px;
}

.content--mypage .result {
  width: 460px;
  padding-top: 50px;
  margin: 0 auto;
}

.content--mypage .result .top-icon {
  margin-bottom: 20px;
}

.content--mypage .result .top-icon .icon--check {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2231%22%20stroke%3D%22%23FF5000%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FF5000%22%20d%3D%22M44.644%2025.16L29.76%2041.029a1%201%200%200%201-1.455.004l-8.937-9.416a1%201%200%200%201%20.028-1.405l1.889-1.838a1%201%200%200%201%201.341-.049l5.745%204.835a1%201%200%200%200%201.31-.02l12.284-10.992a1%201%200%200%201%201.445.116l1.281%201.585a1%201%200%200%201-.048%201.313z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A") no-repeat 0 0;
}

.content--mypage .result .top-icon .icon--x {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2231%22%20stroke%3D%22%23FF5000%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FF5000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M34.95%2032l7.775%207.775a1%201%200%200%201%200%201.414l-1.536%201.536a1%201%200%200%201-1.414%200L32%2034.95l-7.775%207.775a1%201%200%200%201-1.414%200l-1.536-1.536a1%201%200%200%201%200-1.414L29.05%2032l-7.775-7.775a1%201%200%200%201%200-1.414l1.536-1.536a1%201%200%200%201%201.414%200L32%2029.05l7.775-7.775a1%201%200%200%201%201.414%200l1.536%201.536a1%201%200%200%201%200%201.414L34.95%2032z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A") no-repeat 0 0;
}

.content--mypage .result .title {
  text-align: center;
  height: 52px;
  font-size: 22px;
  color: #ff5000;
  line-height: 26px;
  font-weight: 500;
}

.content--mypage .result .list-line {
  border-top: 2px solid #f6552b;
}

.content--mypage .result .list-line .list-group__item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  padding: 13px 0 16px 0;
  font-size: 12px;
  color: #333;
  line-height: 19px;
  font-weight: normal;
  overflow: hidden;
}

.content--mypage .result .list-line .text-left {
  vertical-align: top;
  display: table-cell;
  width: 140px;
  padding: 0 0 0 20px;
}

.content--mypage .result .list-line .text-right {
  vertical-align: top;
  display: table-cell;
  color: #666;
}

.content--mypage .result .list-line + .list-hyp {
  margin-top: 20px;
}

.content--mypage .result .list-hyp + .form-actions {
  padding-top: 20px;
}

.content--mypage .result + .form-actions {
  border-top: 0;
}

.content--mypage .agreement {
  text-align: center;
  padding-top: 20px;
}

.content--mypage .agreement--check {
  font-size: 12px;
}

.content--mypage .agreement--check .bold {
  font-weight: 500;
}

.content--mypage .agreement--check .light {
  color: #999;
}

.content--mypage .agreement--check a {
  color: #999;
}

.content--mypage .agreement--check a .icon--arrow {
  width: 6px;
  height: 3px;
  background: url("../../images/share/sprite/icon_libs/triangle_6x3.png") no-repeat 0 0;
  vertical-align: middle;
  margin-left: 4px;
}

.content--mypage .agreement--check a .underline {
  color: #666;
  text-decoration: underline;
}

.content--mypage .agreement--btn {
  padding-top: 30px;
}

.content--error {
  margin: 0 auto;
  width: 542px;
}

.content--winner {
  margin-bottom: -10px;
  font-family: NotoSansCJKkr;
}

.content--winner .content__body {
  position: relative;
  width: 544px;
  margin: -56px auto 0;
  padding: 40px;
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
}

.content--winner .content__body h2 {
  margin: 30px 0 15px;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  font-weight: 500;
}

.content--winner .content__body h2:first-child {
  margin-top: 0;
}

.content--winner .content__body h3 {
  margin: 24px 0 5px;
  letter-spacing: -1.43px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}

.content--winner .content__body h3:first-child {
  margin-top: 0;
}

.content--winner .content__body h3 + .winner-info .winner-info-sub {
  font-size: 14px;
}

.content--winner .content__body h3 + .winner-info .winner-info-sub::before {
  top: 10px;
}

.content--winner .content__body .color-bule {
  color: #069fee !important;
}

.content--winner .content__body .color-orange {
  color: #ff5000 !important;
}

.content--winner .content__body .winner-agree {
  float: right;
}

.content--winner .content__body .winner-agree .S.terms-control__icon {
  width: 18px;
  height: 18px;
}

.content--winner .content__body .winner-agree label {
  font-size: 14px;
  vertical-align: top;
}

.content--winner .content__body .winner-agree-box {
  padding-left: 5px;
  border: 1px solid #dddfe2;
  background-color: #f5f6f8;
}

.content--winner .content__body .winner-agree-box .terms-area {
  margin-top: 0;
  margin-bottom: 0;
  height: 130px;
  color: #333;
}

.content--winner .content__body .winner-agree-box .terms-area__text {
  width: auto;
  padding: 12px 25px 0 10px;
}

.content--winner .module-panel.panel-winner {
  width: 462px;
  background-color: #f5f6f8;
}

.content--winner .module-panel.panel-winner .list-group {
  border: 1px solid #dddfe2;
  border-bottom: none;
}

.content--winner .module-panel.panel-winner .list-group__item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddfe2;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.content--winner .module-panel.panel-winner .list-group__item.pd {
  padding: 16px 0 17px;
}

.content--winner .module-panel.panel-winner .list-group__item label {
  margin-left: 40px;
}

.content--winner .module-panel.panel-winner .list-group__item label:first-child {
  margin-left: 0;
}

.content--winner .module-panel.panel-winner .list-group__item label span {
  font-size: 14px;
  color: #333;
  vertical-align: top;
}

.content--winner .module-panel.panel-winner .list-group .text-left {
  position: relative;
  display: table-cell;
  width: 76px;
  padding: 16px 14px 17px;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  color: #333;
  line-height: 14px;
  background-color: #ebeef4;
  border-right: 1px solid #dddfe2;
  vertical-align: middle;
}

.content--winner .module-panel.panel-winner .list-group .text-right {
  display: table-cell;
  padding: 16px 10px 17px 24px;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: normal;
  letter-spacing: -0.5px;
}

.content--winner .module-panel.panel-winner .list-group .text-right.ft13 {
  font-size: 13px;
}

.content--winner .module-panel.panel-input {
  width: 462px;
  background-color: #fff;
}

.content--winner .module-panel.panel-input + .winner-info .winner-info-sub {
  padding-left: 0;
}

.content--winner .module-panel.panel-input + .winner-info .winner-info-sub::before {
  content: none;
}

.content--winner .module-panel.panel-input .list-group__item {
  display: table;
  width: 100%;
  padding: 8px 0;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.content--winner .module-panel.panel-input .list-group .text-left {
  display: table-cell;
  width: 80px;
  padding: 12px 14px 0 12px;
  vertical-align: top;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 14px;
}

.content--winner .module-panel.panel-input .list-group .text-right {
  display: table-cell;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 13px;
  letter-spacing: -0.5px;
}

.content--winner .module-panel.panel-input .list-group .consent-compt {
  margin-top: 10px;
  font-size: 12px;
  color: #5fa5f1;
  line-height: 18px;
  font-weight: 500;
}

.content--winner .module-panel.panel-input .form-content {
  position: relative;
}

.content--winner .module-panel.panel-input .form-content .form-control--base-c {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  border-radius: 4px;
}

.content--winner .module-panel.panel-input .form-content .form-control--base-c:focus {
  background-color: #f4fbff !important;
  border-color: #069fee !important;
}

.content--winner .module-panel.panel-input .form-content .form-control--base-c::-webkit-input-placeholder {
  color: #999;
}

.content--winner .module-panel.panel-input .form-content .form-control--base-c::-moz-placeholder {
  color: #999;
}

.content--winner .module-panel.panel-input .form-content .form-control--base-c:-ms-input-placeholder {
  color: #999;
}

.content--winner .module-panel.panel-input .form-content .form-control--base-c:-moz-placeholder {
  color: #999;
}

.content--winner .module-panel.panel-input .form-content .element-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url("../../images/member/svg/combined-shape.svg") no-repeat center center;
}

.content--winner .module-panel.panel-input .form-content .form-info-txt {
  margin-top: 8px;
  font-size: 12px;
  color: #ff5000;
  line-height: 14px;
  font-weight: normal;
}

.content--winner .module-panel.panel-input .form-content.form-content-error .form-info-txt {
  margin-top: 8px;
  font-size: 12px;
  color: #ff5000;
  line-height: 14px;
  font-weight: normal;
}

.content--winner .module-panel.panel-input .form-content.form-content-error .form-control--base-c {
  background-color: #fff5f1;
  border-color: #ff5000;
}

.content--winner .winner-info {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #eaeaea;
}

.content--winner .winner-info-sub {
  letter-spacing: -0.2px;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

.content--winner .group-actions {
  margin-top: 38px;
  text-align: center;
}

.content--winner .group-actions-info {
  margin-bottom: 32px;
}

.content--winner .group-actions-info p {
  font-size: 14px;
  color: #333;
}

.content--winner .before-none {
  padding-left: 0;
}

.content--winner .before-none::before {
  content: none;
}

.content--secession {
  max-width: 944px;
  text-align: center;
}

.content--secession h2 {
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  font-size: 24px;
  color: #333;
  line-height: 36px;
  font-weight: 500;
}

.content--secession .secession--info {
  margin-top: 80px;
}

.content--secession .secession--info p {
  font-size: 22px;
  color: #333;
  line-height: 33px;
  font-weight: normal;
}

.content--secession .secession--info p strong {
  color: #069fee;
}

.content--secession .secession--date {
  display: table;
  min-width: 600px;
  width: 600px;
  min-height: 60px;
  height: 60px;
  margin: 80px auto 0;
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  text-align: center;
}

.content--secession .secession--date p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  line-height: 27px;
  font-weight: normal;
}

.content--secession .secession--date p strong {
  color: #ff5000;
}

.content--secession .secession--subinfo {
  margin-top: 24px;
}

.content--secession .secession--subinfo li {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: normal;
}

.content--secession .secession--subinfo li .icon--bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #333;
  vertical-align: middle;
}

.content--secession .button.button--base-l.button--shape-a {
  margin-top: 64px;
}

.step-content .content__body__page h2 {
  margin: 0 50px;
}

.step-content .notification {
  padding: 47px 50px 0 40px;
}

.step-content .content__body__page h2 {
  padding-top: 32px;
  min-height: 38px;
  padding-bottom: 0;
}

.step-content .step-section {
  width: 570px;
  margin: 34px auto 19px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.step-content .step-section__inner {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  width: 437px;
}

.step-content .step-section__inner:before {
  content: '';
  position: absolute;
  top: 20px;
  height: 2px;
  background-color: #d9d9d9;
  left: 70px;
  right: 70px;
}

.step-content .step-section li {
  float: left;
  width: 33.3%;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #d9d9d9;
  z-index: 10;
}

.step-content .step-section li.step01,
.step-content .step-section li.active {
  color: #333;
}

.step-content .step-section li::before {
  z-index: 10;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../images/member/progress01-over.png") 0 0 no-repeat;
  background-size: 40px 40px;
}

.step-content .step-section li span {
  display: block;
  margin: 7px 0 0;
}

.step-content .step-section li.step01 {
  text-align: left;
}

.step-content .step-section li.step01 span {
  margin-left: -5px;
}

.step-content .step-section li.step02::before {
  background: url("../../images/member/progress02-normal.png") 0 0 no-repeat;
  background-size: 40px 40px;
}

.step-content .step-section li.step02.active::before {
  background: url("../../images/member/progress02-over.png") 0 0 no-repeat;
  background-size: 40px 40px;
}

.step-content .step-section li.step03 {
  text-align: right;
}

.step-content .step-section li.step03 span {
  margin-right: 6px;
}

.step-content .step-section li.step03::before {
  background: url("../../images/member/progress03-normal.png") 0 0 no-repeat;
  background-size: 40px 40px;
}

.step-content .step-section li.step03.active::before {
  background: url("../../images/member/progress03-over.png") 0 0 no-repeat;
  background-size: 40px 40px;
}

.step-content .step-section__type2 {
  padding: 0;
  width: 50%;
}

.step-content .step-section__type2::before {
  width: 48%;
  left: 50%;
  right: auto;
  margin-left: -24%;
}

.step-content .step-section__type2 li {
  width: 50%;
}

.step-content .user-area__certification .left {
  float: none;
  border: none;
  width: auto;
}

.step-content hr {
  padding: 0;
  display: block;
  margin: 0;
  border: 0;
  border-top: 1px solid #e7e7e7;
}

.step-content hr + .list-group {
  margin-top: 20px;
}

.step-content .notification__tit {
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
}

.step-content .notification__tit span {
  color: #f0562d;
}

.step-content .list-group + hr {
  margin-top: 20px;
}

.step-content .form-group {
  margin-bottom: -3px;
}

.step-content .form-group::after {
  content: '';
  display: block;
  clear: both;
}

.step-content .form-group .form-group {
  display: table-row;
  table-layout: fixed;
  padding-bottom: 0;
  margin-bottom: 0;
}

.step-content .form-group .form-group:first-child {
  padding-top: 0;
}

.step-content .form-group .form-group + .form-group .form-group__label {
  padding-top: 10px;
}

.step-content .form-group .form-group + .form-group .form-group__label::before {
  top: 16px;
}

.step-content .form-group .form-group + .form-group .form-group__text {
  padding-top: 10px;
}

.step-content .form-group__label {
  display: table-cell;
  width: 1%;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}

.step-content .form-group__label::before {
  content: '';
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  position: absolute;
  top: 6px;
  left: 0;
}

.step-content .form-group__text {
  display: table-cell;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  font-weight: normal;
}

.step-content .consent {
  margin-top: 20px;
}

.step-content .terminate .notification {
  padding: 31px 51px 0 51px;
}

.step-content .terminate .notification__pic .img {
  width: 67px;
  height: 87px;
  margin: 0 auto;
  position: relative;
}

.step-content .terminate .notification__pic img {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: -29px;
}

.step-content .terminate .notification__txt {
  padding-top: 21px;
  padding-bottom: 39px;
}

.step-content .terminate .notification__txt dt {
  font-size: 20px;
  font-weight: 500;
}

.step-content .terminate .notification__txt dd {
  font-size: 16px;
  color: #333;
}

.step-content .terminate .list-hyp .list-group__item {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: -1px;
}

.step-content .terminate .list-hyp .list-group__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 2px;
  height: 1px;
  background: #787878;
}

.step-content .terminate .list-hyp .list-group__item:first-child {
  margin-top: 0;
}

.step-content .terminate .user-area__nav .button {
  min-width: 96px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.step-content .terminate .guide {
  padding-top: 30px;
}

.step-content .terminate .guide p {
  font-size: 13px;
  color: #333;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
}

.content--mypage {
  /* 내정보 포인트 / 플레이크 */
}

.content--mypage h3.title {
  font-size: 15px;
  color: #333;
  line-height: 19px;
  font-weight: 500;
  height: 32px;
}

.content--mypage .notification {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 0px 0 0px;
  width: 701px;
}

.content--mypage .notification__pic {
  width: 260px;
  height: 97px;
  display: table;
  margin: 0 auto;
}

.content--mypage .notification__pic img {
  width: 100%;
  height: auto;
}

.content--mypage .notification__qr {
  width: 240px;
  height: 170px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}

.content--mypage .notification__qr img {
  width: 110px;
  height: 110px;
  margin: 15px auto 10px;
  display: block;
}

.content--mypage .notification__qr__text {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.content--mypage .notification__txt {
  padding-top: 28px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 28px;
}

.content--mypage .notification__txt dt {
  color: #333;
  padding-bottom: 11px;
}

.content--mypage .notification__txt dt.title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding-bottom: 11px;
}

.content--mypage .notification__txt dd {
  font-size: 13px;
  line-height: 19px;
  color: #999;
}

.content--mypage .notification__txt dd .underline {
  text-decoration: underline;
}

.content--mypage .notification__txt dd .bold {
  color: #333;
  font-weight: 500;
}

.content--mypage .notification__txt dd .point {
  color: #333;
}

.content--mypage .notification__txt dd.type_a {
  color: #666;
}

.content--mypage .notification__txt .only-dt {
  padding-bottom: 0;
}

.content--mypage .notification__txt .color-blue {
  color: #069fee;
}

.content--mypage .notification__txt .email-color {
  color: #333;
}

.content--mypage .notification__txt--pic-none {
  padding-top: 0;
  border-bottom: 1px solid #e7e7e7;
}

.content--mypage .notification__arry {
  padding-top: 20px;
  text-align: center;
}

.content--mypage .notification__confirm {
  padding: 20px;
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.content--mypage .notification__confirm__title {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
}

.content--mypage .notification__confirm__desc {
  font-size: 12px;
  line-height: normal;
  color: #666;
}

.content--mypage .notification .table--base-d .table__th {
  text-align: left;
}

.content--mypage .user-area {
  position: relative;
  margin: 0 auto;
  width: 701px;
  padding: 0px 8px 41px 8px;
  background-color: #fff;
}

.content--mypage .user-area .line {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
  text-indent: -9999px;
  margin-left: 13px;
  margin-right: 13px;
  line-height: 8px;
}

.content--mypage .user-area .delday {
  text-align: center;
}

.content--mypage .user-area .delday__tit {
  font-size: 13px;
  color: #333;
}

.content--mypage .user-area .delday__cont {
  font-size: 13px;
  color: #666;
}

.content--mypage .user-area .is-nav-topline {
  border-top: 1px solid #e7e7e7;
}

.content--mypage .user-area .is-underline {
  color: #666;
  text-decoration: underline;
}

.content--mypage .user-area__content {
  position: relative;
  padding: 18px 20px 20px 20px;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.content--mypage .user-area__content.with-btn {
  display: table;
  width: 100%;
}

.content--mypage .user-area__content.with-btn::after {
  display: none;
}

.content--mypage .user-area__content.with-btn dl {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}

.content--mypage .user-area__content.with-btn .col {
  padding-top: 15px;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
}

.content--mypage .user-area__content.with-btn .col .button {
  position: static;
}

.content--mypage .user-area__content dt {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 7px;
}

.content--mypage .user-area__content dt.is-fontnomal {
  float: left;
  overflow: hidden;
  font-weight: normal;
}

.content--mypage .user-area__content dd {
  color: #666;
  font-size: 13px;
}

.content--mypage .user-area__content dd.is-last {
  padding-bottom: 30px;
}

.content--mypage .user-area__content dd.member-day {
  position: relative;
  text-align: right;
  color: #999;
}

.content--mypage .user-area__content .button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.content--mypage .user-area__content input {
  margin-top: 5px;
}

.content--mypage .user-area__content .form-input--button {
  overflow: hidden;
}

.content--mypage .user-area__content .form-input--button input {
  float: left;
  position: relative;
}

.content--mypage .user-area__content .form-input--button .button {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-left: 5px;
}

.content--mypage .user-area__content .form-table-type {
  display: table;
  width: 100%;
  margin-top: 2px;
}

.content--mypage .user-area__content .form-table-type .col {
  display: table-cell;
  padding-right: 5px;
  vertical-align: top;
}

.content--mypage .user-area__content .form-table-type .col .form-control--base-b {
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.content--mypage .user-area__content .form-table-type .col-addn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}

.content--mypage .user-area__content .form-table-type .col-addn .button {
  position: static;
}

.content--mypage .user-area__content ul.list-ul li {
  font-size: 12px;
  color: #333;
  line-height: 27px;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}

.content--mypage .user-area__content ul.list-ul li:after {
  content: ' ';
  position: absolute;
  top: 13px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--mypage .user-area__content ul.list-ul li span {
  padding-left: 20px;
  color: #666;
}

.content--mypage .user-area__content ul.input-ul > li {
  position: relative;
  padding-left: 0px;
}

.content--mypage .user-area__content ul.input-ul > li:after {
  content: ' ';
  position: absolute;
  top: 18px;
  left: -10px;
  width: 3px;
  height: 2px;
  background-color: #f0562d;
  overflow: hidden;
}

.content--mypage .user-area__content ul.input-ul > li p {
  padding-left: 15px;
  color: #999;
}

.content--mypage .user-area__content ul.input-ul > li input,
.content--mypage .user-area__content ul.input-ul > li span {
  margin-top: 0;
  margin-bottom: 8px;
}

.content--mypage .user-area__content ul.input-ul > li:first-child {
  padding-bottom: 15px;
}

.content--mypage .user-area__content dl.radio-dl .formstyle {
  padding-right: 7px;
}

.content--mypage .user-area__content dl.radio-dl dd {
  padding-left: 30px;
}

.content--mypage .user-area__content dl.radio-dl input {
  left: 29px;
}

.content--mypage .user-area__content dl.radio-dl .button {
  margin-left: 34px;
}

.content--mypage .user-area__content dl.radio-dl.flex {
  border: 1px solid red;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.content--mypage .user-area__content dl.radio-dl.flex .is-fontnomal {
  flex: 1;
  padding: 0;
}

.content--mypage .user-area__content.is-graybg {
  border-bottom: 1px solid #e7e7e7;
  background: #f7f7f7;
}

.content--mypage .user-area__content.is-line-none {
  border-top: 0 !important;
}

.content--mypage .user-area__content.is-padding-top {
  padding-top: 20px;
}

.content--mypage .user-area__content .input-state {
  margin-left: 144px;
  margin-right: 144px;
}

.content--mypage .user-area__content:first-child {
  border-top: 1px solid #e7e7e7;
}

.content--mypage .user-area__help {
  position: relative;
  padding-top: 17px;
  padding-bottom: 3px;
  padding-left: 12px;
}

.content--mypage .user-area__help span.list-bul {
  color: #999;
  position: relative;
  padding-left: 10px;
}

.content--mypage .user-area__help span.list-bul:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #999;
  overflow: hidden;
}

.content--mypage .user-area__help button {
  margin-right: 11px;
  margin-top: -6px;
  float: right;
}

.content--mypage .user-area__nav {
  text-align: center;
  padding-top: 20px;
}

.content--mypage .user-area__nav button:first-child {
  margin-right: 3px;
}

.content--mypage .user-area__guidance-typea {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-right: 20px;
  background-color: #f7f7f7;
}

.content--mypage .user-area__guidance-typea dl {
  padding-left: 20px;
}

.content--mypage .user-area__guidance-typea dl dt {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  padding-bottom: 8px;
}

.content--mypage .user-area__guidance-typea dl dt .orange {
  color: #f0562d;
}

.content--mypage .user-area__guidance-typea dl dd {
  font-size: 13px;
  position: relative;
  padding-left: 10px;
  color: #999;
  line-height: 18px;
}

.content--mypage .user-area__guidance-typea dl dd:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #999;
  overflow: hidden;
}

.content--mypage .user-area__guidance-typea button {
  margin-top: -2px;
  margin-left: 3px;
  margin-right: 3px;
}

.content--mypage .user-area__guidance-typea.attention {
  padding: 20px;
  margin-top: 30px;
}

.content--mypage .user-area__guidance-typeb {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 0;
  margin-top: 30px;
  background-color: #f7f7f7;
}

.content--mypage .user-area__guidance-typeb dl {
  padding-left: 20px;
  padding-bottom: 20px;
}

.content--mypage .user-area__guidance-typeb dl dt {
  color: #333;
  padding-bottom: 8px;
}

.content--mypage .user-area__guidance-typeb dl dd {
  position: relative;
  padding-left: 10px;
  color: #999;
  line-height: 18px;
}

.content--mypage .user-area__guidance-typeb dl dd:after {
  content: ' ';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 3px;
  height: 2px;
  background-color: #999;
  overflow: hidden;
}

.content--mypage .user-area__guidance-typeb button {
  margin-top: -2px;
  margin-left: 3px;
  margin-right: 3px;
}

.content--mypage .user-area__guidance-agree {
  padding: 13px 18px;
}

.content--mypage .user-area__guidance-agree span {
  font-size: 13px;
  margin-top: -2px;
  vertical-align: middle;
}

.content--mypage .user-area__certification {
  padding-top: 27px;
  width: 440px;
  overflow: hidden;
}

.content--mypage .user-area__certification .left {
  width: 220px;
  border-right: 1px solid #e7e7e7;
  float: left;
  background: #fff;
  text-align: center;
}

.content--mypage .user-area__certification .left dt {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 7px;
}

.content--mypage .user-area__certification .left dd {
  line-height: 18px;
}

.content--mypage .user-area__certification .left icon {
  padding: 15px 0;
  display: block;
}

.content--mypage .user-area__certification .left icon img {
  width: auto;
  height: auto;
}

.content--mypage .user-area__certification .right {
  width: 219px;
  float: right;
  background: #fff;
  text-align: center;
}

.content--mypage .user-area__certification .right dt {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 7px;
}

.content--mypage .user-area__certification .right dd {
  line-height: 18px;
}

.content--mypage .user-area__certification .right icon {
  display: block;
  padding: 15px 0;
}

.content--mypage .user-area__certification .right icon img {
  width: auto;
  height: auto;
}

.content--mypage .user-area__qrcode {
  margin-top: 32px;
  text-align: center;
}

.content--mypage .user-area__qrcode li {
  display: inline-block;
  padding-left: 18px;
}

.content--mypage .user-area__qrcode li:first-child {
  margin-left: 0;
}

.content--mypage .user-area__qrcode-img {
  width: 168px;
  height: 158px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.content--mypage .user-area__qrcode-img img {
  width: 102px;
  height: 102px;
  margin-top: 28px;
}

.content--mypage .user-area__qrcode-img span {
  display: inline-block;
  margin-top: 62px;
  font-size: 13px;
  color: #333;
}

.content--mypage .user-area__qrcode .icon {
  vertical-align: bottom;
}

.content--mypage .user-area__qrcode .icon--googleplay {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -520px -497px;
  width: 15px;
  height: 18px;
}

.content--mypage .user-area__qrcode .icon--appstore {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -537px -479px;
  width: 15px;
  height: 19px;
}

.content--mypage .user-area__qrcode.cn {
  padding-bottom: 20px;
}

.content--mypage .user-area__qrcode.cn .user-area__qrcode-img {
  width: 150px;
  height: 140px;
}

.content--mypage .user-area__qrcode.cn .user-area__qrcode-img img {
  margin-top: 15px;
  width: 111px;
  height: 110px;
}

.content--mypage .user-area__qrcode.cn .button--base-r.button--shape-b {
  width: 150px;
}

.content--mypage .user-area__auth__group {
  position: relative;
  height: 52px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.content--mypage .user-area__auth__group:first-child {
  border-bottom: none;
  margin-top: 30px;
}

.content--mypage .user-area__auth__group dl {
  padding-left: 20px;
}

.content--mypage .user-area__auth__group dt {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  font-weight: 500;
}

.content--mypage .user-area__auth__group dd {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  font-weight: normal;
  padding-top: 5px;
}

.content--mypage .user-area__auth__group .button {
  position: absolute;
  top: 20px;
  right: 0;
}

.content--mypage .well-cash + .title {
  margin-top: 32px;
}

.content--mypage .card-money + .title {
  margin-top: 41px;
}

.content--mypage .form-actions {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  text-align: center;
}

.content--mypage .step + .form-actions {
  margin-top: 30px;
}

.content--mypage .result {
  width: 460px;
  padding-top: 50px;
  margin: 0 auto;
}

.content--mypage .result .top-icon {
  margin-bottom: 20px;
}

.content--mypage .result .top-icon .icon--check {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2231%22%20stroke%3D%22%23FF5000%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FF5000%22%20d%3D%22M44.644%2025.16L29.76%2041.029a1%201%200%200%201-1.455.004l-8.937-9.416a1%201%200%200%201%20.028-1.405l1.889-1.838a1%201%200%200%201%201.341-.049l5.745%204.835a1%201%200%200%200%201.31-.02l12.284-10.992a1%201%200%200%201%201.445.116l1.281%201.585a1%201%200%200%201-.048%201.313z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A") no-repeat 0 0;
}

.content--mypage .result .top-icon .icon--x {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2231%22%20stroke%3D%22%23FF5000%22%20stroke-width%3D%222%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FF5000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M34.95%2032l7.775%207.775a1%201%200%200%201%200%201.414l-1.536%201.536a1%201%200%200%201-1.414%200L32%2034.95l-7.775%207.775a1%201%200%200%201-1.414%200l-1.536-1.536a1%201%200%200%201%200-1.414L29.05%2032l-7.775-7.775a1%201%200%200%201%200-1.414l1.536-1.536a1%201%200%200%201%201.414%200L32%2029.05l7.775-7.775a1%201%200%200%201%201.414%200l1.536%201.536a1%201%200%200%201%200%201.414L34.95%2032z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A") no-repeat 0 0;
}

.content--mypage .result .title {
  text-align: center;
  height: 52px;
  font-size: 22px;
  color: #ff5000;
  line-height: 26px;
  font-weight: 500;
}

.content--mypage .result .list-line {
  border-top: 2px solid #f6552b;
}

.content--mypage .result .list-line .list-group__item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  padding: 13px 0 16px 0;
  font-size: 12px;
  color: #333;
  line-height: 19px;
  font-weight: normal;
  overflow: hidden;
}

.content--mypage .result .list-line .text-left {
  vertical-align: top;
  display: table-cell;
  width: 140px;
  padding: 0 0 0 20px;
}

.content--mypage .result .list-line .text-right {
  vertical-align: top;
  display: table-cell;
  color: #666;
}

.content--mypage .result .list-line + .list-hyp {
  margin-top: 20px;
}

.content--mypage .result .list-hyp + .form-actions {
  padding-top: 20px;
}

.content--mypage .result + .form-actions {
  border-top: 0;
}

.content--mypage .point-icon-line {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  padding: 0;
  min-height: 20px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: normal;
}

.content--mypage .point-icon-line > * {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.content--mypage .point-icon-line > *:first-child {
  padding-right: 8.67px;
}

.content--mypage .point-icon-line > *:last-child {
  padding-left: 8.66px;
}

.content--mypage .point-icon-line > *:last-child::before {
  margin-top: -1px;
}

.content--mypage .point-icon-line > *:last-child::after {
  margin-top: 2px;
}

.content--mypage .point-icon-line > *:last-child::before,
.content--mypage .point-icon-line > *:last-child::after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 50%;
  left: -3px;
  width: 7px;
  height: 1px;
}

.content--mypage .knowhow-tit .point-icon-line {
  color: #000;
  font-size: 12px;
}

.content--mypage .knowhow-tit .point-icon-line > *:last-child::after,
.content--mypage .knowhow-tit .point-icon-line > *:last-child::before {
  background-color: #999;
}

.content--mypage .icon--point,
.content--mypage .icon--flake {
  margin-right: 2px;
}

.content--mypage .icon--point,
.content--mypage .icon--flake {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}

.content--mypage .icon--point {
  background-image: url("../../images/member/icon-point@2x.png");
}

.content--mypage .icon--flake {
  background-image: url("../../images/member/icon-flake@2x.png");
}

.content--mypage .icon--point-Bullet {
  background: url("../../images/member/svg/point-img.svg") no-repeat 0 0;
}

.content--mypage .point-detail-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 15px 20px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  background-color: #fafafa;
  font-size: 15px;
  letter-spacing: -0.05px;
}

.content--mypage .point-detail-desc .point-txt {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 500;
  color: #fc6020;
}

.content--mypage .point-detail-desc .icon--point-Bullet {
  margin-right: 12px;
  width: 32px;
  height: 32px;
  background-size: cover;
}

.content--mypage .point-detail-desc .desc-txt {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.content--mypage .point-detail-desc .desc-txt-wrap {
  display: flex;
  flex-direction: row;
}

.content--mypage .point-detail-desc .desc-txt-wrap > span {
  display: inline-flex;
}

.content--mypage .point-detail-desc .button {
  min-width: 92px;
  height: 32px;
  border-radius: 2px;
  padding-left: 16px;
  padding-right: 16px;
}

.content--mypage .point-detail-desc .button .icon--arrow {
  width: 16px;
  height: 16px;
  background: url("../../images/member/svg/ico-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content--mypage .point-detail-desc .button__text {
  color: #1F1F1F;
}

.content--mypage .flake-detail-list {
  margin-bottom: 28px;
  color: #000;
}

.content--mypage .point-detail-list {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #fff;
}

.content--mypage .flake-detail-list {
  padding-bottom: 56px;
}

.content--mypage .flake-detail-list,
.content--mypage .point-detail-list {
  position: relative;
  width: 100%;
  min-height: 100%;
  min-height: 180px;
  border-radius: 8px;
  display: flex;
  box-sizing: border-box;
}

.content--mypage .flake-detail-list > *,
.content--mypage .point-detail-list > * {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.content--mypage .flake-detail-list.point,
.content--mypage .point-detail-list.point {
  background-color: #ff7442;
}

.content--mypage .flake-detail-list.point .point-detail-item-wrap,
.content--mypage .point-detail-list.point .point-detail-item-wrap {
  color: #fff;
}

.content--mypage .flake-detail-list.point .icon-point-apng,
.content--mypage .point-detail-list.point .icon-point-apng {
  position: relative;
  z-index: 1;
}

.content--mypage .flake-detail-list.point .icon-point-apng img,
.content--mypage .point-detail-list.point .icon-point-apng img {
  width: 120px;
  height: 120px;
}

.content--mypage .flake-detail-list.point .point-icon-bg,
.content--mypage .point-detail-list.point .point-icon-bg {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  background-size: 120px auto;
}

.content--mypage .flake-detail-list.point .point-icon-bg video,
.content--mypage .point-detail-list.point .point-icon-bg video {
  width: 100%;
  height: 100%;
  background-image: url("../../images/member/point_page.png");
  background-size: 120px 120px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}

.content--mypage .flake-detail-list.point .item-btn-link,
.content--mypage .point-detail-list.point .item-btn-link {
  background: url("../../images/member/svg/icon-long-arrow-right.svg") no-repeat right 3px;
}

.content--mypage .flake-detail-list.point .icon-text-circle,
.content--mypage .point-detail-list.point .icon-text-circle {
  background: url("../../images/member/ico-rewward-p.svg") no-repeat 0 0;
  text-indent: -999999px;
}

.content--mypage .flake-detail-list.point .item-txt,
.content--mypage .point-detail-list.point .item-txt {
  margin-top: 32px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.05px;
  color: #fff;
}

.content--mypage .flake-detail-list.point .item-btn-link,
.content--mypage .point-detail-list.point .item-btn-link {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 22px;
}

.content--mypage .flake-detail-list.point .point-icon-line > *:last-child::before,
.content--mypage .point-detail-list.point .point-icon-line > *:last-child::before,
.content--mypage .flake-detail-list.point .point-icon-line > *:last-child::after,
.content--mypage .point-detail-list.point .point-icon-line > *:last-child::after {
  background-color: rgba(255, 255, 255, 0.8);
}

.content--mypage .flake-detail-list.point + .point-detail-desc + .point-detail-info-list li,
.content--mypage .point-detail-list.point + .point-detail-desc + .point-detail-info-list li {
  padding-left: 0;
}

.content--mypage .flake-detail-list.point + .point-detail-desc + .point-detail-info-list li::after,
.content--mypage .point-detail-list.point + .point-detail-desc + .point-detail-info-list li::after {
  display: none;
}

.content--mypage .flake-detail-list.point + .point-detail-desc + .point-detail-info-list li > span,
.content--mypage .point-detail-list.point + .point-detail-desc + .point-detail-info-list li > span {
  display: block;
}

.content--mypage .flake-detail-list.flake .icon-flake-apng,
.content--mypage .point-detail-list.flake .icon-flake-apng {
  position: absolute;
  right: 80px;
  z-index: 1;
}

.content--mypage .flake-detail-list.flake .icon-flake-apng img,
.content--mypage .point-detail-list.flake .icon-flake-apng img {
  width: 210px;
  height: 190px;
}

.content--mypage .flake-detail-list.flake .flake-icon-bg,
.content--mypage .point-detail-list.flake .flake-icon-bg {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 190px;
}

.content--mypage .flake-detail-list.flake .flake-icon-bg video,
.content--mypage .point-detail-list.flake .flake-icon-bg video {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  background-image: url("../../images/member/flake_img.png");
  background-size: 210px 190px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}

.content--mypage .flake-detail-list.flake .item-btn-link,
.content--mypage .point-detail-list.flake .item-btn-link {
  background: url("../../images/member/svg/icon-long-arrow-right-dark.svg") no-repeat right 3px;
}

.content--mypage .flake-detail-list.flake .icon-text-circle,
.content--mypage .point-detail-list.flake .icon-text-circle {
  background-color: #7e9cff;
}

.content--mypage .flake-detail-list.flake .item-txt,
.content--mypage .point-detail-list.flake .item-txt {
  margin-top: 36px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.24px;
  font-weight: bold;
}

.content--mypage .flake-detail-list.flake .item-txt span,
.content--mypage .point-detail-list.flake .item-txt span {
  display: block;
}

.content--mypage .flake-detail-list.flake .item-btn-link,
.content--mypage .point-detail-list.flake .item-btn-link {
  margin-top: 4px;
  margin-bottom: 20px;
}

.content--mypage .flake-detail-list.flake .point-detail-item-flake,
.content--mypage .point-detail-list.flake .point-detail-item-flake {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 56px;
  padding-left: 100px;
  line-height: 56px;
  border-radius: 8px;
  background-color: #4e7bfe;
  box-shadow: 0 7px 15px 0 rgba(199, 213, 255, 0.5);
  border: solid 1px rgba(104, 148, 255, 0.4);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.content--mypage .flake-detail-list.flake .point-detail-item-flake .item-text,
.content--mypage .point-detail-list.flake .point-detail-item-flake .item-text {
  display: none;
  font-size: 20px;
  line-height: 26px;
}

.content--mypage .flake-detail-list.flake .point-detail-item-flake .item-flake-txt,
.content--mypage .point-detail-list.flake .point-detail-item-flake .item-flake-txt {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.04px;
}

.content--mypage .flake-detail-list .point-detail-item:first-child,
.content--mypage .point-detail-list .point-detail-item:first-child {
  padding-left: 100px;
  min-width: 62%;
}

.content--mypage .flake-detail-list .point-detail-item:last-child .point-detail-icon-wrap,
.content--mypage .point-detail-list .point-detail-item:last-child .point-detail-icon-wrap {
  margin-top: 12px;
}

.content--mypage .flake-detail-list .point-detail-item:last-child .point-detail-icon-wrap,
.content--mypage .point-detail-list .point-detail-item:last-child .point-detail-icon-wrap,
.content--mypage .flake-detail-list .point-detail-item:last-child .flake-detail-icon-wrap,
.content--mypage .point-detail-list .point-detail-item:last-child .flake-detail-icon-wrap {
  display: inline-flex;
}

.content--mypage .flake-detail-list .point-detail-item:last-child .point-detail-icon-wrap,
.content--mypage .point-detail-list .point-detail-item:last-child .point-detail-icon-wrap {
  position: relative;
  margin-right: 138px;
}

.content--mypage .flake-detail-list .point-detail-item:last-child .flake-detail-icon-wrap,
.content--mypage .point-detail-list .point-detail-item:last-child .flake-detail-icon-wrap {
  padding-right: 80px;
}

.content--mypage .flake-detail-list .point-detail-item:last-child .point-icon-line,
.content--mypage .point-detail-list .point-detail-item:last-child .point-icon-line {
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0 12px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.content--mypage .flake-detail-list .point-detail-item-wrap,
.content--mypage .point-detail-list .point-detail-item-wrap {
  display: inline-block;
  max-width: 267px;
  min-width: 100px;
  box-sizing: border-box;
}

.content--mypage .flake-detail-list .point-detail-item-wrap .item-point,
.content--mypage .point-detail-list .point-detail-item-wrap .item-point {
  display: flex;
  align-items: baseline;
  font-size: 42px;
  line-height: 56px;
  white-space: nowrap;
  letter-spacing: -0.44px;
}

.content--mypage .flake-detail-list .point-detail-item-wrap .item-point-txt,
.content--mypage .point-detail-list .point-detail-item-wrap .item-point-txt {
  margin-left: 4px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.04px;
}

.content--mypage .flake-detail-list .point-detail-item-wrap .icon-text-circle,
.content--mypage .point-detail-list .point-detail-item-wrap .icon-text-circle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 24px;
}

.content--mypage .flake-detail-list .point-detail-item-wrap .item-btn-link,
.content--mypage .point-detail-list .point-detail-item-wrap .item-btn-link {
  display: inline-block;
  padding-right: 20px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.04px;
  background-size: 16px 16px;
}

.content--mypage .flake-detail-list .point-detail-icon-wrap,
.content--mypage .point-detail-list .point-detail-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
}

.content--mypage .flake-detail-info-list {
  font-size: 13px;
}

.content--mypage .point-detail-info-list {
  font-size: 14px;
}

.content--mypage .flake-detail-info-list,
.content--mypage .point-detail-info-list {
  line-height: 22px;
  letter-spacing: -0.04px;
}

.content--mypage .flake-detail-info-list .gray-btn,
.content--mypage .point-detail-info-list .gray-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  color: #1f1f1f;
}

.content--mypage .flake-detail-info-list .info-list-tit,
.content--mypage .point-detail-info-list .info-list-tit {
  margin-bottom: 8px;
  color: #666;
  font-weight: 500;
}

.content--mypage .flake-detail-info-list .info-list-tit.detail-box-tit,
.content--mypage .point-detail-info-list .info-list-tit.detail-box-tit {
  margin-top: 32px;
}

.content--mypage .flake-detail-info-list .info-list-tit.tit-line,
.content--mypage .point-detail-info-list .info-list-tit.tit-line {
  margin-top: 32px!important;
  padding-top: 16px;
  border-top: 1px solid #ebebeb;
  color: #666;
  font-size: 13px;
}

.content--mypage .flake-detail-info-list .info-list-tit.tit-line ~ .info-list-desc,
.content--mypage .point-detail-info-list .info-list-tit.tit-line ~ .info-list-desc {
  font-size: 13px;
}

.content--mypage .flake-detail-info-list .info-list-desc .gray-btn,
.content--mypage .point-detail-info-list .info-list-desc .gray-btn {
  margin-top: 12px;
}

.content--mypage .flake-detail-info-list .info-list-desc .point-color,
.content--mypage .point-detail-info-list .info-list-desc .point-color {
  color: #fc6020;
}

.content--mypage .flake-detail-info-list .info-list-desc ~ .info-list-tit,
.content--mypage .point-detail-info-list .info-list-desc ~ .info-list-tit {
  margin-top: 12px;
}

.content--mypage .flake-detail-info-list .info-list-desc p,
.content--mypage .point-detail-info-list .info-list-desc p {
  color: #666;
  font-weight: normal;
}

.content--mypage .flake-detail-info-list .info-list-desc li,
.content--mypage .point-detail-info-list .info-list-desc li {
  margin-bottom: 2px;
  color: #999;
  font-weight: normal;
}

.content--mypage .flake-detail-info-list .info-list-desc li:last-child,
.content--mypage .point-detail-info-list .info-list-desc li:last-child {
  margin-bottom: 0;
}

.content--mypage .flake-detail-info-list .info-list-desc.line-bullet p,
.content--mypage .point-detail-info-list .info-list-desc.line-bullet p {
  position: relative;
  padding-left: 10px;
}

.content--mypage .flake-detail-info-list .info-list-desc.line-bullet p::after,
.content--mypage .point-detail-info-list .info-list-desc.line-bullet p::after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 2px;
  border-radius: 2px;
  background-color: #b4b4b4;
}

.content--mypage .flake-detail-info-list .info-list-txt,
.content--mypage .point-detail-info-list .info-list-txt {
  font-size: 12px;
  line-height: 18px;
}

.content--mypage .flake-detail-info-list .info-list-txt > li,
.content--mypage .point-detail-info-list .info-list-txt > li {
  margin-bottom: 4px;
  color: #999;
}

.content--mypage .flake-detail-info-list .info-list-txt > li:last-child,
.content--mypage .point-detail-info-list .info-list-txt > li:last-child {
  margin-bottom: 0;
}

.content--mypage .flake-detail-info-list li,
.content--mypage .point-detail-info-list li {
  position: relative;
  padding-left: 10px;
  color: #666;
}

.content--mypage .flake-detail-info-list li::after,
.content--mypage .point-detail-info-list li::after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  border-radius: 2px;
  background-color: #b4b4b4;
}

.content--mypage .flake-detail-info-list .point-detail-box,
.content--mypage .point-detail-info-list .point-detail-box {
  margin-top: 8px;
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.content--mypage .flake-detail-info-list .point-detail-box .info-list-tit,
.content--mypage .point-detail-info-list .point-detail-box .info-list-tit {
  font-size: 13px;
  margin-bottom: 0;
  color: #3d3d3d;
}

.content--mypage .flake-detail-info-list .point-detail-box .info-list-desc,
.content--mypage .point-detail-info-list .point-detail-box .info-list-desc {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}

.content--mypage .card-detail-list {
  margin-top: 80px;
}

.content--mypage .card-detail-list .card-detail-list-tit {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.05px;
  color: #1f1f1f;
}

.content--mypage .card-detail-list .card-detail-item-wrap {
  display: flex;
  justify-content: space-between;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item-link:hover ~ .card-header .card-header-hover {
  display: block;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item {
  position: relative;
  width: calc(25% - 9.75px);
  min-height: 166px;
  max-height: 186px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item:last-child {
  margin-right: 0;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .badge-wrap {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .badge-wrap:not(.badge-right) > * {
  margin-right: 4px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .badge-wrap.badge-right {
  left: initial;
  right: 8px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .badge-wrap.badge-right .inds-badge-basic {
  margin-left: 4px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .badge-txt {
  font-size: 11px;
  z-index: 10;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .inds-badge-pre {
  position: relative;
  display: inline-flex;
  height: 20px;
  align-items: center;
  gap: 4px;
  border-radius: 2px;
  background-color: #944cec;
  padding-left: 4px;
  padding-right: 4px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .inds-badge-pre::before {
  position: absolute;
  right: -3px;
  height: 100%;
  width: 12px;
  transform: skewX(16deg);
  content: '';
  background-color: #944cec;
  z-index: 1;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .inds-badge-wrap {
  overflow: hidden;
  align-items: center;
  display: inline-flex;
  border-radius: 2px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .inds-badge-pre-next {
  display: inline-flex;
  align-items: center;
  background-color: #666666;
  padding-left: 8px;
  padding-right: 4px;
  height: 20px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .inds-badge-pre::before {
  position: absolute;
  right: -3px;
  height: 100%;
  width: 12px;
  transform: skewX(-16deg);
  content: '';
  --tw-bg-opacity: 1;
  background-color: #944cec;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .inds-badge-basic {
  display: inline-flex;
  height: 20px;
  align-items: center;
  gap: 4px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 4px;
  padding-right: 4px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-control-long-arrow-down-circle-line::before {
  display: none;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-control-long-arrow-down-circle-line,
.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-indi-game-line,
.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-collection-line,
.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-early-line,
.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-vr-line {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-control-long-arrow-down-circle-line {
  background-image: url("../../images/member/svg/ic-control-long-arrow-down-circle-line.svg");
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-indi-game-line {
  background-image: url("../../images/member/svg/ic-object-indi-game-line.svg");
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-collection-line {
  background-image: url("../../images/member/svg/ic-object-collection-line.svg");
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-early-line {
  background-image: url("../../images/member/svg/ic-object-early-line.svg");
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .ic-object-vr-line {
  background-image: url("../../images/member/svg/ic-object-vr-line.svg");
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-header {
  position: relative;
  padding-top: 57.94%;
  border-radius: 4px 4px 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-header .card-header-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 91px;
  padding: 8px 16px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer .card-footer-tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  min-height: 40px;
  max-height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.035px;
  color: #333;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer .card-footer-pay {
  display: flex;
  align-items: center;
  min-height: 33px;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer .card-footer-pay .discount-percent {
  margin-right: 8px;
  padding: 3px 1px 3px 2px;
  border-radius: 2px;
  background-color: #ec3b47;
  color: #fff;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer .card-footer-pay .discount {
  display: flex;
  flex-direction: column;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer .card-footer-pay .point-color .discount-after {
  color: #fc6020;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer .card-footer-pay .discount-before {
  font-size: 11px;
  letter-spacing: -0.028px;
  color: #b2b2b2;
  text-decoration: line-through;
}

.content--mypage .card-detail-list .card-detail-item-wrap .card-detail-item .card-footer .card-footer-pay .discount-after {
  font-size: 13px;
  letter-spacing: -0.033px;
  color: #333;
}

.content--mypage .flake-exchange-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
}

.content--mypage .flake-exchange-box > div {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.05px;
  color: #333;
}

.content--mypage .flake-exchange-box > div:last-child {
  background-color: rgba(232, 240, 255, 0.3);
}

.content--mypage .flake-exchange-box .exchange-flake {
  width: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.content--mypage .exchange-point-bg {
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.content--mypage .exchange-flake-form-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.content--mypage .exchange-flake-form-wrap .exchange-flake-txt,
.content--mypage .exchange-point-bg .exchange-flake-txt {
  min-width: 240px;
  max-width: 250px;
  margin-right: 28px;
  padding-left: 100px;
  font-weight: 500;
  box-sizing: border-box;
}

.content--mypage .exchange-flake-item {
  flex-grow: 0;
  width: 100%;
}

.content--mypage .exchange-flake-item .input-wrap {
  position: relative;
  display: inline-block;
  height: 100%;
}

.content--mypage .exchange-flake-item .input-wrap.typing-text input {
  padding-right: 40px;
}

.content--mypage .exchange-flake-item .input-wrap.typing-text input ~ .icon-del {
  display: block;
}

.content--mypage .exchange-flake-item .input-wrap .icon-del {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: none;
  width: 16px;
  height: 16px;
  border: 0;
  background-color: transparent;
  background-image: url("../../images/member/svg/ic-close-circle.svg");
  background-size: cover;
}

.content--mypage .exchange-flake-item .input-wrap,
.content--mypage .exchange-flake-item input {
  width: 100%;
}

.content--mypage .exchange-point-desc {
  margin-left: 267px;
  margin-right: 100px;
  margin-top: 12px;
  margin-bottom: -8px;
  color: #477ef4;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.04px;
}

.content--mypage .exchange-point .input-wrap {
  flex-grow: 0;
  width: 100%;
}

.content--mypage .exchange-flake-item input {
  display: flex;
  align-items: center;
  color: #4f4f4f;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
}

.content--mypage .exchange-point input {
  width: 100%;
  color: #477ef4;
  font-size: 18px;
  font-weight: 500;
}

.content--mypage .exchange-flake-item input,
.content--mypage .exchange-point input {
  min-height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: -0.08px;
  text-align: right;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.content--mypage .exchange-flake-item input::-moz-placeholder,
.content--mypage .exchange-point input::-moz-placeholder {
  opacity: 1;
}

.content--mypage .exchange-flake-item input:focus,
.content--mypage .exchange-point input:focus,
.content--mypage .exchange-flake-item input.focus,
.content--mypage .exchange-point input.focus,
.content--mypage .exchange-flake-item input.active,
.content--mypage .exchange-point input.active {
  border: 1px solid #666;
}

.content--mypage .exchange-flake-item input:focus {
  font-size: 13px;
}

.content--mypage .exchange-flake-item input::placeholder {
  color: #999;
}

.content--mypage .exchange-point input::placeholder {
  color: #477ef4;
}

.content--mypage .exchange-flake-item input::placeholder {
  font-size: 14px;
  margin-top: -1px;
}

.content--mypage .exchange-point input::placeholder {
  font-size: 18px;
}

.content--mypage .exchange-flake-item input::placeholder,
.content--mypage .exchange-point input::placeholder {
  line-height: 26px;
  letter-spacing: -0.05px;
}

.content--mypage .exchange-flake .btn {
  flex-shrink: 0;
  flex-basis: 92px;
  max-width: 92px;
  min-height: 44px;
  height: auto;
  padding: 7px;
  margin-left: 8px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05px;
  box-sizing: border-box;
}

.content--mypage .exchange-flake .btn-txt {
  word-break: keep-all;
  word-wrap: break-word;
  color: #1F1F1E;
}

.content--mypage .exchange-flake .btn:disabled .btn-txt {
  color: #ccc;
}

.content--mypage .flake-exchange-box .exchange-point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
}

.content--mypage .flake-exchange-box .exchange-point::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  background: url("../../images/svg/ic-arrow-down.svg") no-repeat;
  background-size: cover;
}

.content--mypage .flake-exchange-box .exchange-point-txt {
  color: #477ef4;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.08px;
}

.content--mypage .flake-exchange-checkbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  line-height: 20px;
  color: #1f1f1f;
}

.content--mypage .flake-exchange-checkbox > *:first-child {
  font-size: 14px;
}

.content--mypage .flake-exchange-checkbox > *:first-child ~ .checkbox-text {
  font-size: 14px;
}

.content--mypage .flake-exchange-checkbox.is-active .checkbox-list {
  display: block;
}

.content--mypage .flake-exchange-checkbox.is-active .btn-arrow-toggle {
  transform: rotate(0deg);
}

.content--mypage .flake-exchange-checkbox.is-active .checkbox-wrap {
  display: block;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap {
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F0F0F0;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap .checkbox-list-wrap {
  position: relative;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap .checkbox-list-wrap .checkbox-list {
  display: none;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap .checkbox-list-wrap .btn-arrow-toggle {
  top: 0;
  transform: rotate(180deg) !important;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap .checkbox-list-wrap.is-active .btn-arrow-toggle {
  transform: rotate(0deg) !important;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap .checkbox-list-wrap.is-active .checkbox-list {
  display: block;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap .checkbox-list-wrap + .checkbox-list-wrap {
  margin-top: 16px;
}

.content--mypage .flake-exchange-checkbox .checkbox-wrap .point-txt {
  color: #333;
  font-weight: 700;
}

.content--mypage .flake-exchange-checkbox .formstyle-wrap {
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.content--mypage .flake-exchange-checkbox .formstyle-wrap .inp_chk {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding-left: 0;
}

.content--mypage .flake-exchange-checkbox .formstyle-wrap .inp_chk .checkbox-txt {
  width: calc(100% - 60px);
}

.content--mypage .flake-exchange-checkbox .formstyle {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.content--mypage .flake-exchange-checkbox .formstyle--checkbox .formstyle__icon {
  width: 18px;
  height: 18px;
}

.content--mypage .flake-exchange-checkbox .formstyle--checkbox .formstyle__icon:after {
  background-image: url("../../images/member/control-line-check-bold.svg");
  background-position: 0 0;
  background-size: 18px auto;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.content--mypage .flake-exchange-checkbox .formstyle--checkbox.formstyle--checked .formstyle__icon {
  background-color: #6da3f6 !important;
  border-color: #6da3f6 !important;
}

.content--mypage .flake-exchange-checkbox .formstyle--checkbox.formstyle--focused .formstyle__icon {
  border-color: #e5e5e5 !important;
}

.content--mypage .flake-exchange-checkbox .formstyle--checkbox.formstyle--focused.formstyle--checked .formstyle__icon {
  background-color: #6da3f6 !important;
  border-color: #6da3f6 !important;
}

.content--mypage .flake-exchange-checkbox .checkbox-list {
  display: none;
  margin-top: 12px;
}

.content--mypage .flake-exchange-checkbox .checkbox-list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 6px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.04px;
  color: #7f7f7f;
}

.content--mypage .flake-exchange-checkbox .checkbox-list li:last-child {
  margin-bottom: 0;
}

.content--mypage .flake-exchange-checkbox .checkbox-list li::before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #b4b4b4;
}

.content--mypage .flake-exchange-checkbox .btn-arrow-toggle {
  position: absolute;
  top: 16px;
  right: 0;
  width: 20px;
  height: 20px;
  border: 0;
  outline: 0;
  background: url("../../images/member/control-line-arrow-up.svg") no-repeat center;
  background-size: 20px auto;
  transform: rotate(180deg);
}

.content--mypage .btn-flake-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 24px;
}

.content--mypage .btn-flake-wrap .btn-flake {
  min-width: 192px;
  height: 56px;
  border: 0;
  background-color: #6da3f6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.content--mypage .btn-flake-wrap .btn-flake .btn-txt {
  line-height: 56px;
}

.content--mypage .btn-flake-wrap .btn-flake:disabled {
  background-color: #ebebeb;
  color: #ccc;
}

.content--mypage .datepicker-group-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 10.75px 12px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
}

.content--mypage .datepicker-group-box .datepicker-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.content--mypage .datepicker-group-box .datepicker-group .icon-calendar {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.content--mypage .datepicker-group-box .datepicker-group__input {
  position: relative;
  min-width: 138px;
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}

.content--mypage .datepicker-group-box .datepicker-group__input input {
  border: 1px solid #d9d9d9;
}

.content--mypage .datepicker-group-box .datepicker-group__input input:focus,
.content--mypage .datepicker-group-box .datepicker-group__input.focus input,
.content--mypage .datepicker-group-box .datepicker-group__input.active input {
  border: 1px solid #999;
  box-shadow: inset 1px 1px #999, inset -1px -1px #999;
}

.content--mypage .datepicker-group-box .datepicker-group__input.error {
  border: 1px solid #d53430;
  box-shadow: inset 1px 1px #d53430, inset -1px -1px #d53430;
}

.content--mypage .datepicker-group-box .datepicker-group__input.error input {
  border: 1px solid transparent;
}

.content--mypage .datepicker-group-box .datepicker-group__input ~ .formbox,
.content--mypage .datepicker-group-box .datepicker-group__input ~ .formbox--base-c {
  margin-left: 8px;
}

.content--mypage .datepicker-group-box .datepicker-group__input .form-control--base-b {
  border: 1px solid #d9d9d9;
  background-color: transparent;
  color: #333;
}

.content--mypage .datepicker-group-box .datepicker-group__input .form-control--base-b::selection {
  background-color: #fff;
  color: #333;
}

.content--mypage .datepicker-group-box .datepicker-group__input .form-control--base-b:disabled {
  color: #b2b2b2;
}

.content--mypage .datepicker-group-box .datepicker-group__input .form-control--base-b::placeholder {
  color: #b2b2b2;
  text-align: left;
  padding-right: 20px;
}

.content--mypage .datepicker-group-box .datepicker-group .button--base-d.button--shape-a {
  min-width: 78px;
  background-color: #4c4c4c;
  border: 0;
}

.content--mypage .datepicker-group-box .datepicker-group .button--base-d.button--shape-a .button__text {
  color: #fff;
}

.content--mypage .datepicker-group-box .datepicker-group .formbox {
  width: 140px;
}

.content--mypage .datepicker-group-box .datepicker-group .formbox--base-c.formbox--shape-g {
  border-radius: 4px;
  height: 30px!important;
}

.content--mypage .datepicker-group-box .datepicker-group .formbox--base-c.formbox--shape-g .formbox--base-c__title {
  height: 30px!important;
}

.content--mypage .datepicker-group-box .datepicker-group .formbox--base-c.formbox--shape-g .formbox--base-c__icon::after {
  background: url("../../images/member/svg/ic-select-arrow.svg") 0 0 no-repeat;
  top: 10px!important;
  right: 10px!important;
  width: 12px;
  height: 12px;
}

.content--mypage .datepicker-group-box .datepicker-group .formbox--base-c + .button--base-d {
  background-color: #4c4c4c;
}

.content--mypage .datepicker-group-box .datepicker-group .formbox--base-c + .button--base-d .button__text {
  color: #fff;
}

.content--mypage .knowhow-tit {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.05px;
}

.content--mypage .knowhow-tit .knowhow-tit-text {
  width: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content--mypage .knowhow-tit .icon--point,
.content--mypage .knowhow-tit .icon--flake {
  width: 16px;
  height: 16px;
}

.content--mypage .flake-detail-banner {
  position: relative;
  height: 84px;
  margin-top: 32px;
  border-radius: 4px;
  background-image: url("../../images/member/banner/banner-flake-pc-en.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.content--mypage .flake-detail-banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content--mypage .flake-detail-knowhow {
  margin-top: 32px;
  margin-bottom: 16px;
  padding-top: 28px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.content--mypage .flake-detail-knowhow ~ .flake-detail-info-list .info-list-tit {
  color: #666;
}

.content--mypage .flake-detail-knowhow ~ .flake-detail-info-list li {
  margin-bottom: 2px;
  color: #7f7f7f;
}

.content--mypage .flake-detail-knowhow ~ .flake-detail-info-list li:last-child {
  margin-bottom: 0;
}

.content--mypage .flake-detail-knowhow .icon--knowhow1,
.content--mypage .flake-detail-knowhow .icon--knowhow2,
.content--mypage .flake-detail-knowhow .icon--knowhow3,
.content--mypage .flake-detail-knowhow .icon--knowhow4 {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}

.content--mypage .flake-detail-knowhow .icon--knowhow1 {
  background-image: url("../../images/member/icon-knowhow1.svg");
}

.content--mypage .flake-detail-knowhow .icon--knowhow2 {
  background-image: url("../../images/member/icon-knowhow2.svg");
}

.content--mypage .flake-detail-knowhow .icon--knowhow3 {
  background-image: url("../../images/member/icon-knowhow3.svg");
}

.content--mypage .flake-detail-knowhow .icon--knowhow4 {
  background-image: url("../../images/member/icon-knowhow4.svg");
}

.content--mypage .flake-detail-knowhow .flake-detail-knowhow-tit {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.08px;
  color: #1f1f1f;
}

.content--mypage .flake-detail-knowhow .knowhow-list {
  padding-left: 16px;
}

.content--mypage .flake-detail-knowhow .knowhow-list .knowhow-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.content--mypage .flake-detail-knowhow .knowhow-list > li {
  margin-bottom: 24px;
}

.content--mypage .flake-detail-knowhow .knowhow-list > li:last-child {
  margin-bottom: 0;
}

.content--mypage .flake-detail-knowhow .knowhow-box {
  margin-top: 8px;
  margin-bottom: 32px;
  margin-right: 16px;
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 13px;
}

.content--mypage .flake-detail-knowhow .knowhow-box li {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}

.content--mypage .flake-detail-knowhow .knowhow-box li:first-child {
  padding-top: 0;
}

.content--mypage .flake-detail-knowhow .knowhow-box li:last-child {
  padding-bottom: 0;
  border: 0;
}

.content--mypage .flake-detail-knowhow .knowhow-box .knowhow-box-tit {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 242px;
  padding-right: 16px;
  color: #3d3d3d;
  font-weight: 500;
}

.content--mypage .flake-detail-knowhow .knowhow-box .knowhow-box-desc {
  display: flex;
  align-items: center;
  flex-grow: 0;
  color: #666;
  line-height: 22px;
  font-weight: normal;
}

.content--mypage .table--base-i.table--shape-i .no-data td {
  width: 100%;
  height: 380px;
  text-align: center;
}

.content--mypage .table--base-i.table--shape-i tr > td:first-child {
  padding-left: 24px;
  padding-right: 24px;
}

.content--mypage .table--base-i.table--shape-i tr > td:nth-child(2) {
  padding-right: 32px;
}

.content--mypage .table--base-i.table--shape-i tr:not(.no-data) td:last-child {
  max-width: 156px;
  text-align: right;
}

.content--mypage .table--base-i.table--shape-i td {
  padding-right: 24px;
}

.content--mypage .table--base-i .icon--circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.content--mypage .table--base-i .blue .point-txt {
  color: #477ef4;
}

.content--mypage .table--base-i .blue .icon--circle {
  background-image: url("../../images/member/point-img-blue.png");
}

.content--mypage .table--base-i .blue.flake .icon--circle {
  background-image: url("../../images/member/flake-img-blue.png");
}

.content--mypage .table--base-i .orange .point-txt {
  color: #fc6020;
}

.content--mypage .table--base-i .orange .icon--circle {
  background-image: url("../../images/member/point-img-orange.png");
}

.content--mypage .table--base-i .orange.flake .icon--circle {
  background-image: url("../../images/member/flake-img-orange.png");
}

.content--mypage .table--base-i .gray .point-txt {
  color: #7f868c;
}

.content--mypage .table--base-i .gray .icon--circle {
  background-image: url("../../images/member/point-img-gray.png");
}

.content--mypage .table--base-i .gray.flake .icon--circle {
  background-image: url("../../images/member/flake-img-gray.png");
}

.content--mypage .table--base-i .date {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.04px;
  white-space: nowrap;
  color: #666;
}

.content--mypage .table--base-i .date-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.05px;
  color: #333;
}

.content--mypage .table--base-i .title {
  max-width: 310px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.04px;
  color: #333;
}

.content--mypage .table--base-i .title .title-game-name {
  display: inline-block;
  margin-right: 4px;
  font-weight: 500;
}

.content--mypage .table--base-i .title .title-game-desc {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.0324px;
  font-weight: 400;
  word-break: break-all;
}

.content--mypage .table--base-i .title-desc {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.04px;
  color: #999;
}

.content--mypage .table--base-i .point-txt {
  font-size: 16px;
  letter-spacing: -0.06px;
}

.content--mypage .btn-more {
  width: 100%;
  margin-top: 20px;
  padding: 6px;
  outline: 0;
  color: #808080;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.03px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.content--mypage .btn-more ~ .flake-detail-info-list,
.content--mypage .btn-more ~ .point-detail-info-list {
  margin-top: 32px;
}

.content--mypage .agreement {
  text-align: center;
  padding-top: 20px;
}

.content--mypage .agreement--check {
  font-size: 12px;
}

.content--mypage .agreement--check .bold {
  font-weight: 500;
}

.content--mypage .agreement--check .light {
  color: #999;
}

.content--mypage .agreement--check a {
  color: #999;
}

.content--mypage .agreement--check a .icon--arrow {
  width: 6px;
  height: 3px;
  background: url("../../images/share/sprite/icon_libs/triangle_6x3.png") no-repeat 0 0;
  vertical-align: middle;
  margin-left: 4px;
}

.content--mypage .agreement--check a .underline {
  color: #666;
  text-decoration: underline;
}

.content--mypage .agreement--btn {
  padding-top: 30px;
}

.terms-area {
  position: relative;
  left: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  height: 100px;
  overflow: hidden;
  line-height: 1.8;
}

.terms-area > *:first-child {
  margin-top: 0;
}

.terms-area > *:last-child {
  margin-top: 0;
}

.terms-area h1,
.terms-area h2,
.terms-area h3,
.terms-area h4,
.terms-area h5,
.terms-area h6 {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.terms-area li {
  width: 415px;
}

.terms-area .scroll-wrapper > .scroll-content {
  overflow: auto;
}

.terms-area__text {
  width: 425px;
  font-size: 12px;
}

.terms-area__text .tit {
  font-size: 13px;
  color: #333;
}

.terms-area__text .font-15 {
  font-size: 15px;
  letter-spacing: -1px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -10px;
}

.profile-card .profile-edit-link {
  cursor: pointer;
}

.profile-card .ico-circle-line {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding: 3.34px;
  border-radius: 40%;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12px;
}

.profile-card .ico-circle-line.ic-v-8-navigation-setting-fill::before {
  width: 12px;
  height: 12px;
}

.profile-card {
  position: relative;
  padding: 37px 0 0;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  text-align: center;
  line-height: 1;
}

.profile-card__bg {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 91px;
  text-align: center;
  overflow: hidden;
}

.profile-card__bg > img {
  width: auto;
  height: 100%;
  margin-left: -100px;
}

.profile-card__link {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px;
  box-shadow: 1px 1px 1px #ccc;
  background-color: #fff;
  line-height: 1;
  z-index: 1;
}

.profile-card__link:after {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #000;
  opacity: 0.05;
}

.profile-card__link .profile-card__button {
  position: absolute;
  left: 6px;
  bottom: 6px;
  border: none;
  text-indent: -1000em;
  background-color: transparent;
  z-index: 1;
  outline: none;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: 0px -537px;
  width: 20px;
  height: 17px;
}

.profile-card__link .profile-card__button:hover {
  opacity: 0.8;
}

.profile-card__link .icon--camera {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -261px -517px;
  width: 22px;
  height: 17px;
}

.profile-card__pic {
  width: 90px;
  height: 90px;
}

.profile-card__text {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  word-break: break-all;
  padding-left: 10px;
  padding-right: 10px;
}

.profile-card__info {
  margin: 20px 12px 20px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.05px;
  color: #3a3a3a;
}

.profile-card__info li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 16px 6px;
}

.profile-card__info li:last-child {
  padding-bottom: 0;
}

.profile-card__info li:not(.bg-orange) {
  font-size: 13px;
  color: #595959;
}

.profile-card__info li.bg-orange {
  background-color: #fff7ec;
  font-weight: 500;
}

.profile-card__info li.bg-orange:first-child {
  border-radius: 4px 4px 0 0;
}

.profile-card__info li.bg-orange:nth-child(2) {
  border-radius: 0 0 4px 4px;
}

.profile-card__info li.bg-orange:nth-child(2)::after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}

.profile-card__info li > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-card__info .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.profile-card__info .icon--cash {
  background-image: url("../../images/member/svg/icon-cash-20x20.svg");
}

.profile-card__info .icon--spoint {
  background-image: url("../../images/member/svg/icon-spoint-20x20.svg");
}

.profile-card__info .icon--reward {
  background-image: url("../../images/member/svg/icon-reward-20x20.svg");
}

.profile-card__info .info-unit {
  margin-left: 4px;
  color: #595959;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.04px;
  white-space: nowrap;
}

.side-nav {
  font-size: 14px;
}

.side-nav .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.side-nav .icon-new {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-left: 5px;
  background-image: url("../../images/member/icon-new.svg");
  background-size: 14px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.side-nav__item .icon-new {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-left: 5px;
  vertical-align: top;
  background: url("../../images/member/svg/icon-new.svg") no-repeat center center;
}

.side-nav__item a {
  vertical-align: top;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: #f7f7f7;
  color: #666;
}

.side-nav__item a span {
  vertical-align: top;
}

.side-nav__item a:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -454px;
  width: 5px;
  height: 10px;
}

.side-nav__item.active a,
.side-nav__item a:hover {
  background-color: #fff;
  color: #333;
  font-weight: 500;
}

.side-nav__item.active a:after,
.side-nav__item a:hover:after {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -444px;
  width: 5px;
  height: 10px;
}

.form-section {
  margin: 30px 0;
}

.form-section label {
  margin: 0 10px;
}

.form-section label:first-child {
  margin-left: 0;
}

.form-section__title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.form-section__title:first-child {
  margin-top: -4px;
}

.form-section__title.line-type {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4;
}

.form-section:last-child {
  margin-bottom: 0;
}

.form-section [class*=formstyle] {
  margin-top: -1px;
}

.form-section [class*=formstyle]:first-child {
  margin-left: 0;
}

.form-section [class*=formbox]:first-child,
.form-section [class*=form-control]:first-child {
  margin-left: 0;
}

.form-section__btn {
  padding-top: 12px;
}

.form-section__btn-right {
  text-align: right;
}

.form-section__description {
  font-size: 13px;
  color: #999;
  line-height: 18px;
  font-weight: normal;
  padding-top: 0;
  margin-top: -4px;
}

.form-section.center {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.form-section.center .section-description {
  margin: 12px 0;
  padding: 0;
}

.form-section .text-bold {
  font-weight: normal;
  color: #333;
}

.form-section .text-highlight {
  color: #069fee;
}

.form-section .text-small {
  font-size: 11px;
}

.form-section .ml10 {
  margin-left: 10px;
}

.form-section .is-hidden {
  display: none;
}

.form-section .btn-file {
  position: relative;
  float: left;
  margin-right: 2px;
  margin-top: 1px;
}

.form-section .btn-file .form-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-section .thumbnail-group {
  box-sizing: border-box;
}

.form-section .thumbnail-group__item {
  display: table;
  table-layout: fixed;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.form-section .thumbnail-group__item.is-empty {
  min-height: 274px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

.form-section .thumbnail-group .thumbnail-group__item + .thumbnail-group__item {
  margin-top: 16px;
}

.form-section .thumbnail-group__img {
  box-sizing: border-box;
  display: table-cell;
  width: 220px;
  position: relative;
}

.form-section .thumbnail-group__img .cover {
  display: block;
  width: 220px;
  height: 130px;
  margin-top: -1px;
  margin-bottom: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.form-section .thumbnail-group__img .textbar {
  height: 45px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.form-section .thumbnail-group__img .textbar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
}

.form-section .thumbnail-group__img .textbar .text {
  position: relative;
  padding-top: 12px;
  z-index: 1;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-weight: 500;
}

.form-section .thumbnail-group__body {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 360px;
  border-right: 1px solid #e7e7e7;
}

.form-section .thumbnail-group__side {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.form-section .thumbnail-group__side .button {
  min-width: 98px;
}

.form-section .thumbnail-gameinfo {
  margin-top: 21px;
}

.form-section .thumbnail-gameinfo.first-border-none {
  margin-top: -23px;
}

.form-section .thumbnail-gameinfo.first-border-none .thumbnail-group__item:first-child {
  border-top: 0;
}

.form-section .thumbnail-gameinfo .thumbnail-group__item + .thumbnail-group__item {
  margin-top: 0;
  border-top: 0;
}

.form-section .thumbnail-gameinfo .thumbnail-group__img {
  max-width: 178px;
  width: auto;
  padding: 0 10px;
}

.form-section .thumbnail-gameinfo .thumbnail-group__img .cover {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 150px;
  height: 90px;
}

.form-section .thumbnail-gameinfo .thumbnail-group__body {
  width: 100%;
  border: 0;
}

.form-section .thumbnail-gameinfo .thumbnail-group__side {
  width: 1%;
  white-space: nowrap;
  font-size: 0;
}

.form-section .thumbnail-gameinfo .thumbnail-group__side .button {
  min-width: 96px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.form-section .thumbnail-gameinfo .thumbnail-group__side .button + .button {
  margin-left: 10px;
}

.form-section .thumbnail-mobile {
  margin-top: 0;
  border-bottom: 1px solid #e7e7e7;
}

.form-section .thumbnail-mobile:first-child {
  margin-top: 21px;
  border-top: 1px solid #e7e7e7;
}

.form-section .thumbnail-mobile::after {
  content: '';
  display: block;
  clear: both;
}

.form-section .thumbnail-mobile .thumbnail-group__item + .thumbnail-group__item {
  margin-top: 0;
}

.form-section .thumbnail-mobile hr {
  display: block;
  clear: both;
  border: 0;
  margin: 0;
}

.form-section .thumbnail-mobile .thumbnail-group__item {
  float: left;
  table-layout: fixed;
  width: 349px;
  height: 122px;
  box-sizing: border-box;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
}

.form-section .thumbnail-mobile .thumbnail-group__item .body-log .info {
  min-height: auto;
}

.form-section .thumbnail-mobile .thumbnail-group__img {
  width: 104px;
}

.form-section .thumbnail-mobile .thumbnail-group__img img {
  display: block;
  margin: 0 auto;
  margin-top: 21px;
  width: 82px;
  height: 81px;
  border-radius: 8px;
}

.form-section .thumbnail-mobile .thumbnail-group__img .cover {
  display: block;
  margin: 0 auto;
  margin-top: 21px;
  width: 82px;
  height: 81px;
  border-radius: 8px;
}

.form-section .thumbnail-mobile .thumbnail-group__body {
  border: 0;
  width: auto;
}

.form-section .thumbnail-mobile .thumbnail-group__body .body-log .title {
  padding-top: 21px;
}

.form-section .thumbnail-mobile .thumbnail-group__side {
  white-space: nowrap;
}

.form-section .thumbnail-mobile .thumbnail-group__side .button {
  min-width: 96px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.form-section .thumbnail-nodata {
  min-height: 245px;
  margin-top: 21px;
  box-sizing: border-box;
  padding-top: 106px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.form-section .thumbnail-nodata p {
  font-size: 13px;
  color: #666;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
}

.form-section .body-log .title {
  font-size: 16px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
  padding-top: 26px;
  padding-left: 10px;
}

.form-section .body-log .info {
  min-height: 76px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 13px;
  box-sizing: border-box;
}

.form-section .body-log .info li {
  overflow: hidden;
  word-break: break-all;
  position: relative;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  font-weight: normal;
}

.form-section .body-log .info .text-left {
  font-size: 13px;
  color: #666666;
  line-height: 16px;
  float: left;
  min-width: 62px;
  padding-bottom: 2px;
}

.form-section .body-log .info .text-right {
  float: left;
  line-height: 16px;
  font-size: 13px;
  padding-left: 4px;
  text-align: right;
  color: #333333;
}

.form-section .body-cash {
  padding-bottom: 44px;
}

.form-section .body-cash .info {
  min-height: 83px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  box-sizing: border-box;
}

.form-section .body-cash .info li {
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 9px;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  font-weight: normal;
}

.form-section .body-cash .info li::before {
  position: absolute;
  top: 18px;
  left: 0;
  content: '';
  width: 2px;
  height: 1px;
  background-color: #989898;
}

.form-section .body-cash .info .text-left {
  margin-top: 5px;
  float: left;
  padding-bottom: 2px;
}

.form-section .body-cash .info .text-right {
  margin-top: 5px;
  float: right;
  padding-left: 4px;
  text-align: right;
}

.form-section .body-cash .total {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  border-top: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  overflow: hidden;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
}

.form-section .body-cash .total .text-left {
  margin-top: 0;
  float: left;
  padding-bottom: 5px;
}

.form-section .body-cash .total .text-right {
  margin-top: 0;
  float: right;
  padding-left: 4px;
  text-align: right;
}

.form-section .section-description {
  padding-bottom: 12px;
  margin-top: -15px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}

.form-section .form-minor--txt {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #999;
}

.form-section .form-minor--txt.alert--txt {
  color: #ff5000;
}

.form-section .form-minor--txt.alert--txt:before {
  content: '';
  display: inline-block;
  margin: 0 4px -2px 0;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -80px -586px;
  width: 12px;
  height: 12px;
}

.form-section .table__header .section-description {
  font-size: 12px;
  color: #666;
  display: inline-block;
}

.form-section .table__header .category-nav {
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: unset;
  text-align: unset;
  border-top: 0;
  border-bottom: 0;
}

.form-section .table__header .category-nav__link {
  position: relative;
  margin-right: 6px;
  padding-right: 11px;
  display: inline-block;
  color: #999;
  font-weight: 500;
}

.form-section .table__header .category-nav__link:after {
  content: ' ';
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
}

.form-section .table__header .category-nav__link:last-child {
  margin-right: 0;
  padding-right: 0;
}

.form-section .table__header .category-nav__link:last-child:after {
  display: none;
}

.form-section .table__header .category-nav__link.is-active {
  color: #333;
}

.form-section .table__header .category-nav__link.is-active:before {
  content: ' ';
  margin: -1px 4px 0 0;
  display: inline-block;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -613px -425px;
  width: 10px;
  height: 8px;
  font-weight: 500;
}

.form-section .button__arry {
  text-align: center;
  padding: 36px 0;
}

.form-section + .button__arry {
  text-align: center;
}

.form-box {
  position: relative;
  width: 699px;
  border: 1px solid #cecece;
}

.form-box__oval {
  position: absolute;
  top: 32px;
  right: -1px;
  width: 9px;
  height: 16px;
  background: url("../../images/member/box-oval.png") no-repeat 0 0;
}

.form-box__info {
  position: relative;
  padding: 30px 32px 24px;
}

.form-box__info::after {
  content: '';
  display: block;
  clear: both;
}

.form-box__info__add {
  position: absolute;
  top: 16px;
  right: 32px;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #999;
  line-height: normal;
  font-weight: normal;
}

.form-box__info__left {
  float: left;
  width: 280px;
  padding-right: 32px;
}

.form-box__info__left p {
  margin-top: 20px;
}

.form-box__info__left p:after {
  content: '';
  display: block;
  clear: both;
}

.form-box__info__left p:first-child {
  margin-top: 0;
}

.form-box__info__left .title {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.form-box__info__left .cash {
  float: right;
}

.form-box__info__left .cash em {
  font-size: 16px;
  color: #333;
  line-height: 17px;
  font-weight: 500;
}

.form-box__info__right {
  position: relative;
  float: right;
  width: 285px;
  padding-left: 32px;
}

.form-box__info__right:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 60px;
  background-color: #e7e7e7;
}

.form-box__info__right .title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.form-box__info__right .cash {
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.form-box__info__right .cash em {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  font-weight: 500;
}

.form-box__info__right .button {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.form-box__info__item {
  float: left;
  width: 50%;
  min-height: 84px;
  box-sizing: border-box;
  padding-right: 32px;
}

.form-box__info__item .title {
  font-size: 14px;
  color: #333;
}

.form-box__info__item .title span {
  font-size: 12px;
  color: #999;
}

.form-box__info__item ~ .form-box__info__item {
  border-left: 1px solid #eaeaea;
  padding: 0 0 0 32px;
}

.form-box__info__item .cash-detail {
  margin-top: 23px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.form-box__info__item .cash-detail .cash {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
}

.form-box__info__item .cash-detail .cash em {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  font-weight: 500;
}

.form-box__info__item .cash-detail .button {
  flex-shrink: 0;
  flex-basis: 90px;
  height: auto;
  font-weight: 500;
}

.form-box__info__item .cash-detail_info {
  margin-top: 10px;
  overflow: hidden;
}

.form-box__info__item .cash-detail_info dt {
  float: left;
  clear: both;
  padding-bottom: 2px;
  font-size: 13px;
  color: #333;
  line-height: 13px;
  font-weight: normal;
}

.form-box__info__item .cash-detail_info dd {
  overflow: hidden;
  text-align: right;
  padding-bottom: 2px;
  font-size: 13px;
  color: #333;
  line-height: 13px;
  font-weight: normal;
}

.form-box__info__item .cash-detail_info dd ~ dt,
.form-box__info__item .cash-detail_info dd ~ dd {
  margin-top: 8px;
}

.form-box__info__item .cash-select .formbox--base-c.formbox--shape-d {
  width: 100% !important;
}

.form-box__ex {
  padding: 14px 26px;
  border-top: 1px dashed #e7e7e7;
  background-color: #f9f9f9;
}

.form-box__ex p {
  font-size: 12px;
  color: #999;
  line-height: normal;
  font-weight: normal;
}

.form-box.shdow {
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);*/
  margin-bottom: 50px;
}

.form-box.shdow .form-box__info {
  padding: 32px 40px;
}

.status-panel {
  background-color: #fff;
}

.status-panel__list {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.status-panel__item {
  position: relative;
  display: table-cell;
  padding: 40px 0 30px;
  width: 25%;
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: bottom;
}

.status-panel__item .icon-new {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -537px -112px;
  width: 18px;
  height: 18px;
}

.status-panel__img {
  margin-bottom: 13px;
  height: 65px;
  overflow: hidden;
}

.status-panel__img img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.status-panel__text {
  margin: 10px 0;
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

strong.status-panel__text {
  font-weight: 500;
  color: #333;
}

.tab-nav {
  font-size: 14px;
}

.tab-nav .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.tab-nav .icon-new {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-left: 5px;
  background-image: url("../../images/member/icon-new.svg");
  background-size: 14px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.tab-nav__item .icon-new {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-left: 5px;
  vertical-align: top;
  background: url("../../images/member/svg/icon-new.svg") no-repeat center center;
}

.tab-nav__item a {
  vertical-align: top;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: #f7f7f7;
  color: #666;
}

.tab-nav__item a span {
  vertical-align: top;
}

.tab-nav__item a:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -454px;
  width: 5px;
  height: 10px;
}

.tab-nav__item.active a,
.tab-nav__item a:hover {
  background-color: #fff;
  color: #333;
  font-weight: 500;
}

.tab-nav__item.active a:after,
.tab-nav__item a:hover:after {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -444px;
  width: 5px;
  height: 10px;
}

.tab-nav__list {
  margin-left: 1px;
}

.tab-nav__list::after {
  content: '';
  display: block;
  clear: both;
}

.tab-nav__item {
  float: left;
  width: 33.33%;
  margin-top: 0;
  margin-right: -1px;
  margin-bottom: -1px;
}

.input-group {
  position: relative;
  margin: 10px 0;
}

.input-group [class*=form-control] {
  margin: 10px 0;
}

.input-group [class*=form-control]:first-child {
  margin-top: 0;
}

.input-group [class*=form-control]:last-child {
  margin-bottom: 0;
}

.input-group [class*=security-level] {
  margin-top: 1px;
}

.input-group small {
  font-size: 11px;
}

.input-group.check-group {
  margin: 30px 0;
}

.input-group.check-group label > * {
  margin-top: 0 !important;
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.friend__item {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}

.notify-message .table__td .button__text {
  white-space: nowrap;
}

.notify-message .table__td small {
  display: block;
  color: #999;
}

.notify-message .table .td-date {
  padding-right: 20px;
}

.notify-message .table tr.is-unConfirm {
  background: #eefaff;
}

.notify-message__item {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #666;
  font-size: 12px;
}

.notify-message__item.is-unConfirm {
  background: #eefaff;
}

.notify-message__top {
  position: relative;
  margin-bottom: 15px;
}

.notify-message__title {
  color: #333;
  font-size: 14px;
}

.notify-message__date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  color: #999;
}

.notify-message__date .icon {
  margin-top: -1px;
  vertical-align: middle;
}

.no-item {
  display: table;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  min-height: 150px;
}

.no-item__inner {
  display: table-cell;
  vertical-align: middle;
}

.no-item__inner strong {
  display: block;
}

.no-item__inner small {
  display: block;
  font-size: 12px;
  color: #999;
}

.no-item__inner .button {
  margin-top: 12px;
}

.linked-status {
  display: table;
  margin-top: -20px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.linked-status__service,
.linked-status__nav {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}

.linked-status__service {
  padding: 20px;
}

.linked-status__img {
  margin-right: 15px;
  width: 58px;
  height: 58px;
  vertical-align: middle;
}

.linked-status__text {
  position: relative;
  margin-right: 7px;
  padding-right: 10px;
}

.linked-status__text:after {
  content: ' ';
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
}

.linked-status__text:last-child::after {
  display: none;
}

.linked-status__nav {
  padding-right: 20px;
  text-align: right;
}

.user-list__text {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
}

.user-list__text strong {
  color: #f0562d;
}

.user-list__items {
  margin-left: -15px;
}

.user-list__items:after {
  content: '';
}

.user-list__item {
  position: relative;
  float: left;
  margin: 0 0 15px 15px;
  padding: 20px;
  width: 301px;
  border: 1px solid #e7e7e7;
}

.user-list__nav {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
}

.user-list__pic {
  margin-right: 11px;
  width: 58px;
  height: 58px;
}

.user-list__pic--circle {
  border-radius: 50%;
}

.user-list__pic--small {
  width: 38px;
  height: 38px;
}

.user-list__pic,
.user-list__icon,
.user-list__name {
  vertical-align: middle;
}

.user-list__icon {
  margin: 1px 4px 0 0;
}

.user-list__name {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.user-list__name sup {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #069fee;
}

.category-nav {
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 15px 20px;
  text-align: right;
  border-bottom: 1px solid #e7e7e7;
}

.category-nav.sub {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.category-nav__link {
  position: relative;
  margin-right: 6px;
  padding-right: 11px;
  display: inline-block;
  color: #999;
  font-weight: 500;
}

.category-nav__link:after {
  content: ' ';
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 8px;
  background-color: #d9d9d9;
}

.category-nav__link:last-child {
  margin-right: 0;
  padding-right: 0;
}

.category-nav__link:last-child:after {
  display: none;
}

.category-nav__link.is-active {
  color: #333;
}

.category-nav__link.is-active:before {
  content: ' ';
  margin: -1px 4px 0 0;
  display: inline-block;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -613px -425px;
  width: 10px;
  height: 8px;
  font-weight: 500;
}

.graph {
  min-height: 355px;
  margin: 30px 0;
}

.graph__cash {
  margin-bottom: 17px;
}

.graph__cash p {
  text-align: right;
  font-size: 13px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.graph__cash p strong {
  font-size: 16px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
}

.datepicker-group-box .form-control--base-b ~ .icon-calendar {
  background-image: url("../../images/member/ic-calendar.png");
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.datepicker-group {
  padding: 15px 0;
}

.datepicker-group ~ .tab__pane .table--base-e .table__td,
.datepicker-group ~ .table--base-e .table__td {
  word-break: break-all;
}

.datepicker-group .datepicker-group__input {
  position: relative;
  display: inline-block;
}

.datepicker-group .datepicker-group__input .icon-calendar {
  position: relative;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  margin-left: 5px;
}

.datepicker-group .datepicker-group__input .form-control--base-b::selection {
  background-color: #fff;
  color: #333;
}

.datepicker-group .datepicker-group__input ~ .button--base-d {
  margin-left: 10px;
}

.datepicker-group__text {
  margin: 0 8px;
  color: #333;
  font-size: 12px;
}

.datepicker-group .icon-calendar {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -180px -517px;
  height: 19px;
  width: 20px;
  height: 20px;
}

.datepicker-group .formbox + .button--base-d,
.datepicker-group .formbox--base-c + .button--base-d,
.datepicker-group .datepicker-group__input + .formbox--base-c {
  margin-left: 8px;
}

.datepicker-group .formbox {
  margin-left: 8px;
}

.datepicker-group .note {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.datepicker-group .sub-info {
  float: right;
  display: inline-block;
  letter-spacing: -0.1px;
  font-size: 12px;
  color: #999;
  line-height: normal;
  font-weight: normal;
}

.figure-desc__img {
  text-align: center;
  max-height: 116px;
}

.figure-desc__img img {
  width: auto;
  height: 100%;
}

.figure-desc__img-bg {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: cover;
}

.figure-desc__title {
  font-size: 22px;
  text-align: center;
  color: #333;
}

.figure-desc__text {
  margin: 30px 0;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.figure-desc__text > span {
  display: block;
}

.figure-desc__text strong {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0562d;
  font-weight: normal;
}

.figure-desc__text strong .item-point-txt {
  margin-left: 4px;
  font-size: 12px;
  color: #666;
}

.figure-desc__text a {
  display: inline-block;
}

.figure-desc .icon-question {
  display: inline-block;
  margin-top: -4px;
  text-indent: -1000em;
  vertical-align: middle;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -385px;
  width: 14px;
  height: 14px;
}

.figure-desc .icon-question:hover {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -371px;
  width: 14px;
  height: 14px;
}

.figure-desc--base-a {
  padding: 0;
}

.figure-desc--base-a .figure-desc__img {
  margin: 35px 0;
  max-height: 110px;
}

.figure-desc--base-a .figure-desc__text {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.define-list {
  padding: 12px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.define-list--medium {
  margin: 0 auto;
  width: 440px;
}

.define-list__item {
  display: table;
  width: 100%;
  font-size: 13px;
}

.define-list__dt,
.define-list__dd {
  display: table-cell;
  padding: 6px 0;
}

.define-list__dt {
  padding-left: 20px;
  color: #333;
}

.define-list__dd {
  padding-right: 20px;
  color: #666;
  text-align: right;
}

.define-list .icon-question {
  display: inline-block;
  margin: -3px 0 0 3px;
  text-indent: -1000em;
  vertical-align: middle;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -385px;
  width: 14px;
  height: 14px;
}

.define-list .icon-question:hover {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -371px;
  width: 14px;
  height: 14px;
}

.text-list {
  margin: 4px 0;
  font-size: 12px;
  color: #999;
}

.text-list strong {
  color: #ff5000;
}

.text-list__item {
  position: relative;
  padding-left: 12px;
}

.text-list__item:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 1px;
  background-color: #999;
}

.text-list--base-a {
  margin: 20px 0;
  padding: 20px;
  background: #f7f7f7;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #999;
}

.text-list + .text-legend {
  margin: -18px 0 0;
}

.text-legend {
  text-align: right;
  color: #999;
}

.figure-list {
  padding: 50px 0 10px;
}

.figure-list__nav {
  margin: 20px 0;
  text-align: center;
}

.figure-list__nav .button {
  margin: 0 2px;
}

.figure-list .text-list {
  margin-left: 20px;
}

.figure-list--base-a {
  padding: 0;
}

.figure-list--base-a .text-list {
  margin-left: 0;
}

.gray-panel {
  margin: 30px 0;
  padding: 20px 15px;
  background-color: #f2f2f2;
  border-radius: 4px;
}

.gray-panel *:first-child {
  margin-top: 0;
}

.gray-panel *:last-child {
  margin-bottom: 0;
}

.gray-panel__btn {
  text-align: center;
}

.gray-panel.certify {
  margin: 12px 0 0 0;
}

.gray-panel.info_txt {
  margin: 2 0px 0 10px 0;
  padding: 9px 12px;
}

.gray-panel.info_txt p {
  font-size: 12px;
  color: #666;
  line-height: 19px;
  font-weight: normal;
}

.gray-panel.big {
  padding: 30px 19px 16px;
}

.gray-panel.big .text-list {
  margin-bottom: 20px;
}

.gray-panel.big .text-list__item {
  font-size: 13px;
  line-height: 19px;
}

.gray-panel.big .text-list__item::after {
  top: 10px;
}

.info_t {
  padding: 6px 0 0 12px;
  color: #999;
  line-height: 18px;
}

.ip-info {
  margin: 30px 0;
}

.ip-info::after {
  content: '';
  display: block;
  clear: both;
}

.ip-info__panel {
  float: left;
  width: 306px;
  margin-left: 21px;
  min-height: 56px;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
}

.ip-info__panel:first-child {
  margin-left: 0;
}

.ip-info__panel.blue {
  background-color: #fafdff;
  border: 1px solid #b9daf0;
}

.ip-info__panel.blue .panel__ip {
  color: #059fee;
}

.ip-info__panel.pink {
  background-color: #fff6f6;
  border: 1px solid #efc7c7;
}

.ip-info__panel.pink .panel__ip {
  color: #ff5000;
}

.ip-info__panel p {
  font-weight: 500;
}

.ip-info__panel p.panel__tit {
  margin-bottom: 14px;
  font-size: 13px;
  color: #666;
  word-break: break-word;
  word-wrap: break-word;
}

.ip-info__panel p.panel__ip {
  font-size: 20px;
}

.select-date {
  padding: 10px 0 6px;
  text-align: right;
}

.select-date .formbox--base-c.formbox--shape-d {
  border-radius: 4px;
  width: 140px !important;
  height: 30px !important;
}

.select-date .button--base-d {
  padding: 0 10px;
}

.print-login {
  display: none;
  width: 100%;
  margin-bottom: 50px;
}

.print-login caption {
  position: static;
  display: block;
  visibility: inherit;
  overflow: inherit;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: 500;
}

.column-list {
  display: table;
  margin: 30px 0;
  width: 100%;
}

.column-list__item {
  position: relative;
  display: table-cell;
  width: 33.3%;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.column-list__item:after {
  content: ' ';
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 62px;
  background-color: #e7e7e7;
}

.column-list__item:last-child .column-list__item:after {
  display: none;
}

.column-list__title {
  color: #333;
}

.column-list__text {
  color: #f0562d;
}

.text-orange {
  color: #f0562d;
}

.text-blue {
  color: #069fee;
}

.top-event {
  position: relative;
  padding: 20px 0;
  min-width: 1024px;
  min-height: 81px;
  background-color: #fff8db;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  box-sizing: border-box;
}

.top-event--login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.top-event__inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  z-index: 1;
}

.top-event__title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.top-event__title span {
  color: #f0562d;
}

.top-event__text {
  font-size: 11px;
  color: #666;
}

.top-event__text a {
  color: #f0562d;
}

.top-event__text a:after {
  content: ' ';
  display: inline-block;
  margin-left: 4px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -372px;
  width: 6px;
  height: 9px;
}

.top-event__img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 300px;
  width: 50px;
  z-index: 0;
}

.dialog-promotion {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -255px;
  width: 510px;
  height: 835px;
  z-index: 101;
}

.dialog-promotion__blind {
  position: absolute;
  top: -1000em;
  left: -1000em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.dialog-promotion__x {
  position: absolute;
  top: 44px;
  right: 8px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  text-indent: -1000em;
}

.dialog-promotion__btn {
  position: absolute;
  left: 50%;
  bottom: 46px;
  margin-left: -75px;
  width: 161px;
  height: 37px;
  text-indent: -1000em;
}

#dialog--file-cover,
#dialog--file-thum {
  display: none;
  top: 25%;
  width: 542px;
}

#dialog--file-cover .form__add,
#dialog--file-thum .form__add {
  padding: 10px;
  border: 1px solid #e7e7e7;
}

#dialog--file-cover .form--actions,
#dialog--file-thum .form--actions {
  text-align: center;
}

.tab_mypage_info .app {
  margin-top: -3px;
}

.tab_mypage_info .app--game .app__img {
  width: 90px;
}

.tab_mypage_info .app__item {
  margin-top: 15px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
  min-height: 100px;
  padding-bottom: 20px;
  border: 1px solid #e7e7e7;
}

.tab_mypage_info .app__img {
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 13px;
  position: relative;
}

.tab_mypage_info .app__img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.tab_mypage_info .app__info {
  float: left;
}

.tab_mypage_info .app__actions {
  float: right;
  margin-right: 20px;
  padding-top: 14px;
}

.tab_mypage_info .app__actions .button {
  float: left;
  margin-left: 8px;
}

.tab_mypage_info .app__title {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
  padding-top: 4x;
  margin-bottom: 3px;
}

.tab_mypage_info .app__text {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  font-weight: normal;
  padding-top: 2px;
}

.tab_mypage_info .table--base-d .table__th {
  text-align: left;
}

.tab_mypage_info .icon-copy {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../../images/member/icon/community-copy-line.svg") no-repeat 0 0;
}

.tab_mypage_info .btn-copy {
  background: none;
  margin-left: 4px;
  border: 0;
}

.coupon-line {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}

.coupon-area.cn-type .form-control--group .form-control {
  width: 340px;
}

.coupon-area.cn-type .coupon-area__detail h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.coupon-area.cn-type ~ .figure-list__nav .button--base-c.button--shape-b {
  font-weight: 500;
}

.coupon-area .form-control--group select.js-formbox--base-c.js-formbox--shape-f {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}

.coupon-area .form-control--group select.js-formbox--base-c.js-formbox--shape-f option {
  height: 20px;
  padding: 10px 0;
}

.coupon-area--content {
  display: block;
  position: relative;
  /*max-width: 172px;
        text-align: left;*/
}

.coupon-area--content > span,
.coupon-area--content > small {
  display: block;
  max-width: 100%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coupon-area--content > span.clear,
.coupon-area--content > small.clear {
  overflow: visible;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.coupon-area--content > span.nowrap,
.coupon-area--content > small.nowrap {
  white-space: nowrap !important;
}

.coupon-area--content small {
  margin-top: 4px;
  color: #999;
  font-family: 'malgun gothic', AppleSDGothicNeo;
  white-space: nowrap;
}

.coupon-area--content .popover {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  padding: 10px;
}

.coupon-area--content:hover .popover,
.coupon-area--content:focus .popover {
  display: block;
}

.coupon-area--content dl {
  white-space: nowrap;
  font-size: 12px;
}

.coupon-area--content dl dt {
  margin: 10px 0;
  color: #333;
  font-weight: 500;
}

.coupon-area--content dl dt:first-child {
  margin-top: 0;
}

.coupon-area--content dl dd {
  color: #666;
}

.coupon-area__caption {
  margin: 10px 0;
  font-size: 12px;
  color: #999;
}

.coupon-area__write {
  margin: 45px auto 35px;
  text-align: center;
  overflow: hidden;
}

.coupon-area__write .form-control {
  width: 215px;
  padding: 0 14px;
  height: 38px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
}

.coupon-area__write .form-control::-webkit-input-placeholder {
  color: #999;
}

.coupon-area__write .form-control::-moz-placeholder {
  color: #999;
}

.coupon-area__write .form-control:-ms-input-placeholder {
  color: #999;
}

.coupon-area__write .form-control:-moz-placeholder {
  color: #999;
}

.coupon-area__write .form-control--group {
  display: inline-block;
  position: relative;
  padding-left: 66px;
}

.coupon-area__write .form-control--group.disabled .form-control {
  cursor: normal;
  border-color: #d1d1d1;
  background-color: #f7f7f7;
}

.coupon-area__write .form-control--group.disabled .button.button--base-l.button--shape-a {
  cursor: default;
  border-color: #bdbdbd;
  background-color: #cbcbcb;
}

.coupon-area__write .form-control--group::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  margin-top: -2px;
  margin-right: 4px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("../../images/member/ico_coupon.png") no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}

.coupon-area__write .form-control--group::after {
  display: table;
  content: '';
  clear: both;
}

.coupon-area__write .form-control--group .formbox--base-c {
  float: left;
  margin-right: 6px;
}

.coupon-area__write .form-control--group .form-control {
  float: left;
  margin-right: 6px;
}

.coupon-area__write .button {
  height: 40px;
}

.coupon-area__write .button__text {
  font-weight: normal !important;
}

.coupon-area__text {
  clear: both;
  padding-top: 11px;
  font-size: 12px;
  color: #999;
  text-align: left;
  line-height: 21px;
}

.coupon-area__message {
  clear: both;
  padding-top: 11px;
  font-size: 12px;
  color: #ff5000;
  text-align: left;
}

.coupon-area__message:before {
  content: '';
  margin-top: -4px;
  margin-right: 4px;
  display: inline-block;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -80px -586px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.coupon-area__detail {
  padding: 50px 0;
  background-color: #f2f2f2;
}

.coupon-area__number {
  padding: 13px 1px 30px 2px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.coupon-area__number:before {
  content: "";
}

.coupon-area__paper {
  margin: 0 auto;
  padding-top: 25px;
  width: 403px;
  height: 155px;
  background: url("../../images/member/bg_coupon.png");
  background-size: 100% auto;
}

.coupon-area__paper .title,
.coupon-area__paper .text {
  display: table;
  width: 100%;
}

.coupon-area__paper span {
  display: table-cell;
  word-break: keep-all;
  vertical-align: middle;
  text-align: center;
}

.coupon-area__paper .title span {
  height: 75px;
  font-size: 18px;
  font-weight: 400;
}

.coupon-area__paper .text span {
  margin-top: 2px;
  height: 77px;
  font-size: 14px;
  color: #666;
}

.coupon-area__paper[class*=end] {
  position: relative;
  background: url("../../images/member/bg_coupon_gray.png");
}

.coupon-area__paper[class*=end] .stemp {
  position: absolute;
  top: 89px;
  left: 320px;
  width: 108px;
  height: 108px;
}

.coupon-area__paper[class*=end] .stemp:before {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -99px;
}

.coupon-area__paper.end_a .stemp {
  background: url("../../images/member/coupon_end01.png");
}

.coupon-area__paper.end_a .stemp:before {
  content: '유효기간 만료';
}

.coupon-area__paper.end_b .stemp {
  background: url("../../images/member/coupon_end02.png");
}

.coupon-area__paper.end_b .stemp:before {
  content: '사용완료';
}

.coupon-area__list {
  margin: 0 auto;
  margin-top: 26px;
  padding-top: 26px;
  width: 400px;
  border-top: 1px solid #e0e0e0;
}

.coupon-area__list dt,
.coupon-area__list dd {
  min-height: 20px;
}

.coupon-area__list dt {
  width: 96px !important;
  clear: both;
  float: left;
  font-weight: 500;
  color: #333;
}

.coupon-area__list dd {
  float: left;
  width: 239px;
  color: #666;
}

.coupon-area__list dd:last-child {
  margin-bottom: 0;
}

.coupon-area__list dd .dialog-button {
  display: inline-block;
  position: relative;
}

.coupon-area__list dd .dialog-button .dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 284px;
  height: 291px;
  padding: 64px 24px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.coupon-area__link {
  max-width: 480px;
  margin-top: 10px;
  text-align: left;
}

.coupon-area__link ul {
  margin: -4px;
}

.coupon-area__link ul::after {
  content: '';
  display: block;
  clear: both;
}

.coupon-area__link ul li {
  display: table;
  float: left;
  width: 226px;
  height: 38px;
  padding-left: 8px;
  margin: 4px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

.coupon-area__link ul li:hover {
  border-color: #ccc;
}

.coupon-area__link ul li a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.coupon-area__link ul li a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 14px;
  width: 7px;
  height: 12px;
  background: url("../../images/member/arrow-right.png");
}

.coupon-area__link ul li a img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 12px;
}

.coupon-area__link ul li a span {
  display: inline-block;
  width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
}

.coupon-area__group {
  margin: 17px 0 10px;
}

.coupon-area__group::after {
  content: '';
  display: block;
  clear: both;
}

.coupon-area__group .coupon-area__caption {
  float: left;
  margin: 0;
}

.coupon-area__group .category-nav {
  float: right;
  padding: 0;
  margin: 0;
  border: none;
}

.coupon-area .module-select {
  width: 481px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.coupon-area .module-select-selected {
  position: relative;
  height: 40px;
  width: 100%;
  border: 0;
  background: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  box-sizing: border-box;
}

.coupon-area .module-select-selected:focus {
  border-color: #b9b9b9;
}

.coupon-area .module-select-selected span {
  font-size: 12px;
  color: #666;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
}

.coupon-area .module-select-selected::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #888888;
  border-bottom: 0;
}

.coupon-area .module-select-content {
  display: none;
  border: solid 1px #d1d1d1;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  background: #fff;
  border-radius: 4px;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0.4rem 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.coupon-area .module-select-content ul {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.coupon-area .module-select-content ul li button {
  display: block;
  padding: 10px 15px 10px 15px;
  text-align: left;
  font-size: 12px;
  color: #666;
  background: none;
  border: 0;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

.coupon-area .module-select-content ul li button:hover {
  background: #f3f3f3;
  font-weight: bold;
}

.coupon-area .module-select-content ul li.is-active button {
  background: #f3f3f3;
  font-weight: bold;
}

.coupon-area .module-select.is-active {
  z-index: 30;
}

.coupon-area .module-select.is-active .module-select-content {
  display: block;
}

.coupon-area .module-select.is-active .module-select-selected::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #888888;
  border-top: 0;
}

.coupon-area .module-select.w-auto {
  width: auto;
}

.coupon-area .coupon-area__write .coupon-area__text {
  padding-top: 16px;
}

.coupon-area .coupon-area__write .form-control--group .form-control {
  height: 40px;
  flex: 1;
  margin-left: 6px;
}

.coupon-area .coupon-area__write .form-control--group .button.button--base-l.button--shape-a {
  min-width: 92px;
}

ul.coupon-area__list li {
  display: flex;
}

ul.coupon-area__list li:not(:first-child) {
  margin-top: 16px;
}

ul.coupon-area__list li strong {
  width: 96px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: #333;
}

ul.coupon-area__list li span {
  flex: 1;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  color: #666;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
}

ul.coupon-area__list li span button {
  margin-left: 4px;
}

.coupon-list {
  margin: 0 -0.5%;
  overflow: hidden;
}

.coupon-list__item {
  float: left;
  margin: 0 0.5%;
  width: 49%;
}

.coupon-list__nodata {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.coupon-list__nodata div {
  display: table-cell;
  height: 170px;
  text-align: center;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  font-weight: 500;
  vertical-align: middle;
}

.coupon-card {
  margin: 10px 0;
  position: relative;
}

.coupon-card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #cecece;
}

.coupon-card:after {
  content: '';
  position: absolute;
  top: 35px;
  right: 0;
  width: 8px;
  height: 12px;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABNAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI5QUJDRjZCNDlFMjExRTg4RkJCQUE3NjM3RDlFOEVEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI5QUJDRjZDNDlFMjExRTg4RkJCQUE3NjM3RDlFOEVEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjlBQkNGNjk0OUUyMTFFODhGQkJBQTc2MzdEOUU4RUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjlBQkNGNkE0OUUyMTFFODhGQkJBQTc2MzdEOUU4RUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAADAgICAgIDAgIDBAMCAwQFBAMDBAUGBQUFBQUGBwYGBgYGBgcHCAkJCQgHCwsMDAsLDQwMDA0ODg4ODg4ODg4OAQMDAwYFBgsHBwsQDQoNEBMODg4OExEODg4ODhERDg4ODg4OEQ4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg7/wAARCAAMAAgDAREAAhEBAxEB/8QAXAABAQAAAAAAAAAAAAAAAAAAAwkBAQAAAAAAAAAAAAAAAAAAAAAQAAEDAgQHAQAAAAAAAAAAAAMBERICBAAiFAUhMUGBEyQVFhEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8Ap1aWNrvKGvdzHTcucwhAIkhjoESoaIlC8JLF1VUfpywAXH1NbcfmIPP29S+m8rI8I55s0my93wH/2Q==") no-repeat 0 0;
}

.coupon-card__top {
  position: relative;
  padding: 20px;
  padding-left: 110px;
  min-height: 118px;
  box-sizing: border-box;
}

.coupon-card__bottom {
  min-height: 50px;
  padding: 9px 16px;
  background: #f9f9f9;
  border-top: 1px dashed #e7e7e7;
  color: #999;
  font-size: 11px;
  line-height: 1.4;
  box-sizing: border-box;
}

.coupon-card__title {
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1;
}

.coupon-card__img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 75px;
  height: 75px;
}

.coupon-card__cash {
  padding-top: 10px;
  line-height: 1;
}

.coupon-card .icon-lock {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 17px;
  height: 21px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAVCAYAAACg/AXsAAAAAXNSR0IArs4c6QAAAgJJREFUOBGdVM1KAlEUbq5aZlhZrdoU2UalKPIFokCKpBTxDXqNoEXUK0RP4BhYSIWL6AEqaqOuKqJlv2aBqeP0HesMM+OMRheGc+Z8P+feO/eO1GUxstnsSKVSWQY0IUnSsKqqz8hv3W73cTQafTJLJHMhk8nM1Ov1dQidwBSYvCL3IXcgrzudzr1YLHat1xlMfmewAVGPEOI0EAgchEKhaj6f7y4Wi2uNRmMBRl8Oh2MzHo/T7JqDummjWq1OkQGe+0QiITNARsjlVCo1iTgGfBrxjHHBCUV0GqWIWdxTNA+uM49xgwmm2lweOqlM0EeuM4+xpkiW5QGscxAbugTCLPJLEHJM0sWIoihzMLvCBp8gf0smkyUJ61zENBMADJusE9qmaKhiafsCycp/DMiZdKSnPem1bfU3oNfwic0aLPMOtRI6DuIZN+P83s7kBWdlh4nY/G3kQ/yuj4ZPrAeQf3R41+B2JhqpUyKwVruD5aM7QwYUQaNL2DJIL6XT6S3EkRb0p2C4xVYcbP6jwGE5twKpBvMvnAMfRTsOTu2F8Pv9RyA+WJFQ96AJ/Uc8NvgD6UU4HK6h0y6ILX8sKyHXiE860mv3hTavUCisApyn7kw2R+yBAvFZMBg8/P3PdGkmTM7lcn3lctkPcn+tVtOOgMvlgnfj3ev13kQikU/mU/wG7lvwcBcOVaQAAAAASUVORK5CYII=") no-repeat 0 0;
}

.coupon-card .cash-balance {
  position: relative;
  display: block;
  padding-top: 5px;
}

.coupon-card .cash-balance strong {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.coupon-card .cash-balance .button {
  position: absolute;
  top: 0;
  right: 0;
}

.coupon-card .cash-point {
  color: #aaa;
}

.coupon-card .cash-point strong {
  font-size: 24px;
}

.coupon-card .cash-point span {
  margin-top: 4px;
  display: block;
}

.coupon-card .cash-point.is-active {
  color: #ff5000;
}

.button--coupon {
  display: block;
  width: 100%;
  height: 31px;
  line-height: 31px;
  background-color: transparent;
  border: 1px solid #069fee;
  border-radius: 4px;
  text-align: center;
  color: #069fee;
  cursor: pointer;
}

.dialog.is-center {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 760px;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow: auto;
}

.content--mypage .banner-app {
  margin: 0 -20px 0 -20px;
}

.content--mypage .banner-app .banner-link {
  display: block;
  padding: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #3c4666;
}

.content--mypage .banner-app .banner-detail {
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  background-color: #2d344b;
  border-radius: 10px;
}

.content--mypage .banner-app .banner-logo {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 68px;
  height: 16px;
  vertical-align: middle;
  background: url("../../images/share/bi_stove-176x40.png") 0 0 no-repeat;
  background-size: 68px auto;
}

.content--mypage .panel-app {
  padding: 0;
  width: auto;
  margin: 0 -20px 0 -20px;
  padding-left: 21px;
  padding-bottom: 41px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: url("../../images/member/otp/241113_stove_auth2.png") no-repeat 455px 118px #f7f7f7;
  background-size: 198px auto;
}

.content--mypage .panel-app .description {
  padding-top: 30px;
}

.content--mypage .panel-app .description .h2 {
  font-size: 15px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

.content--mypage .panel-app .description .h3 {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

.content--mypage .panel-app .description .h2 + .h3 {
  padding-top: 25px;
}

.content--mypage .panel-app .description .h3 + .h3 {
  padding-top: 12px;
}

.content--mypage .panel-app .description.side-image {
  padding-right: 255px;
}

.content--mypage .panel-app .store {
  padding-top: 23px;
  overflow: hidden;
}

.content--mypage .panel-app .store__item {
  float: left;
  width: 170px;
  margin-right: 20px;
}

.content--mypage .panel-app .store__item .qrcode {
  width: 170px;
  height: 160px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.content--mypage .panel-app .store__item .qrcode.google {
  background: #fff url("../../images/member/img_qr_google.png") no-repeat 0 0;
}

.content--mypage .panel-app .store__item .qrcode.all {
  background: #fff url("../../images/member/img-qr-live.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.content--mypage .panel-app .store__item .qrcode.apple {
  background: #fff url("../../images/member/img_qr_apple.png") no-repeat 0 0;
}

.content--mypage .panel-app .store__item .icon-google {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -520px -497px;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 37px;
}

.content--mypage .panel-app .store__item .icon-apple {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -537px -479px;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 9px;
  left: 41px;
}

.content--mypage .panel-app .store__item .actions {
  padding-top: 9px;
}

.content--mypage .panel-app .store__item .actions div {
  position: relative;
  width: 170px;
  height: 38px;
  text-indent: -9999px;
  border-radius: 2px;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
  display: flex;
}

.content--mypage .panel-app .store__item .actions div span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.content--mypage .panel-app .store__item .actions div + div {
  margin-top: 8px;
}

.content--mypage .panel-app .store__item .actions .btn-google {
  background: url("../../images/member/text_google.png") no-repeat 60px center #73757c;
}

.content--mypage .panel-app .store__item .actions .btn-apple {
  background: url("../../images/member/text_apple.png") no-repeat 63px center #73757c;
}

.content--mypage .panel-app .guide {
  background: url("../../images/member/otp/img_auth_guide.png") no-repeat 44px 65px #f7f7f7;
  height: 426px;
  padding-top: 26px;
  box-sizing: border-box;
  margin-bottom: -12px;
}

.content--mypage .panel-app .guide__item {
  float: left;
  width: 250px;
  padding-left: 19px;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

.content--mypage .panel-app .guide__item:first-child {
  padding-left: 0;
  width: 411px;
}

.card-cash {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 40px;
}

.card-cash::after {
  content: "";
  clear: both;
  display: table;
}

.card-cash .card {
  margin-left: 11px;
  position: relative;
  float: left;
  width: 226px;
  overflow: hidden;
}

.card-cash .card__header {
  height: 32px;
  box-sizing: border-box;
  background-color: #ff5000;
  border: solid 2px #ff5000;
  text-align: center;
}

.card-cash .card__header .caption {
  font-size: 12px;
  color: #fff;
  line-height: 27px;
  font-weight: normal;
}

.card-cash .card__body {
  border: 1px solid #cecece;
  border-top: 0;
}

.card-cash .card__body .cash {
  text-align: center;
  padding: 18px 21px 14px 21px;
}

.card-cash .card__body .cash__num {
  font-size: 28px;
  color: #333;
  line-height: 27px;
  font-weight: normal;
}

.card-cash .card__body .cash__text {
  font-size: 14px;
  color: #333;
  line-height: 27px;
  font-weight: normal;
}

.card-cash .card__body hr {
  border: 0;
  height: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
  border-top: 1px dashed #d8d8d8;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.card-cash .card__body hr::after {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -7px;
  border-radius: 12px;
  border: 1px solid #cecece;
  background: #fff;
}

.card-cash .card__body hr::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -7px;
  border-radius: 12px;
  border: 1px solid #cecece;
  background: #fff;
}

.card-cash .card__body .actions {
  padding-top: 7px;
  padding-bottom: 9px;
}

.card-cash .card__body .actions .menu {
  overflow: hidden;
}

.card-cash .card__body .actions .menu__item {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  font-weight: 500;
}

.card-cash .card__body .actions .menu__item a {
  font-size: 13px;
  color: #ff5000;
  line-height: 27px;
  font-weight: 500;
}

.card-cash .card__body .actions .menu__item::after {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #d8d8d8;
}

.card-cash .card__body .actions .menu__item:first-child a {
  color: #666;
}

.card-cash .card__body .actions .menu__item:first-child::after {
  display: none;
}

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

.card-money {
  margin-top: 0;
  margin-bottom: 0;
}

.card-money::after {
  content: "";
  clear: both;
  display: table;
}

.card-money .card {
  width: 132px;
  height: 150px;
  float: left;
  margin-left: 10px;
  position: relative;
}

.card-money .card .label {
  display: none;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FF5000%22%20d%3D%22M30%200L0%2030V0z%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8.557%2013.255a.688.688%200%200%201-.49-.203l-2.865-2.864a.693.693%200%200%201%20.98-.98l2.32%202.32%204.254-5.27a.693.693%200%200%201%201.078.869l-4.739%205.87a.694.694%200%200%201-.502.257l-.036.001%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A") no-repeat 0 0;
}

.card-money .card a,
.card-money .card label {
  display: block;
  border: solid 1px #cecece;
  width: 132px;
  height: 150px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}

.card-money .card input[type='radio'] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.card-money .card input[type='radio']:checked + label {
  border: solid 1px #ff5000;
}

.card-money .card input[type='radio']:checked + label .label {
  display: block;
}

.card-money .card input[type='radio']:checked + label .card__header .h1,
.card-money .card input[type='radio']:checked + label .card__header .h2 {
  color: #ff5000;
}

.card-money .card input[type='radio']:checked + label .card__body {
  color: #ff5000;
}

.card-money .card input[type='radio']:checked ~ .self--enter {
  z-index: 3;
}

.card-money .card .self--enter {
  position: absolute;
  top: 38px;
  left: 10px;
  right: 10px;
}

.card-money .card .self--enter input[type='text'] {
  width: 100%;
  border: none;
  text-align: center;
  height: 30px;
}

.card-money .card .card__header {
  display: block;
  padding: 34px 5px 0 5px;
  height: 97px;
  padding-top: 0;
  text-align: center;
  line-height: 99px;
}

.card-money .card .card__header .caption {
  display: block;
}

.card-money .card .card__header .h1 {
  font-size: 22px;
  color: #666;
  font-weight: 500;
}

.card-money .card .card__header .h2 {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.card-money .card .card__header span.caption {
  color: #999;
}

.card-money .card hr {
  display: block;
  border: 0;
  border-top: 1px dashed #d8d8d8;
  border-bottom: 1px dashed #d8d8d8;
  height: 0px;
  padding: 0;
  margin: -1px 15px 0 15px;
}

.card-money .card .card__body {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  padding: 10px 5px 0 5px;
}

.card-money .card.is-active a {
  border: solid 1px #ff5000;
}

.card-money .card.is-active a .label {
  display: block;
}

.card-money .card.is-active a .card__header .h1,
.card-money .card.is-active a .card__header .h2 {
  color: #ff5000;
}

.card-money .card.is-active a .card__body {
  color: #ff5000;
}

.card-money .card:first-child {
  margin-left: 0;
}

.card-group {
  padding-bottom: 1px;
}

.card-group .card-money:first-child {
  margin-left: 0;
}

.card-group .wrap::after {
  display: block;
  content: "";
  clear: both;
}

.card-group .card-pay {
  float: left;
  height: 90px;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  margin-right: -1px;
  margin-bottom: -1px;
}

.card-group .card-pay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
}

.card-group .card-pay a:hover::before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: solid 1px #ff5000;
}

.card-group .card-pay .badge {
  display: none;
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  text-align: center;
}

.card-group .card-pay .badge span {
  display: inline-block;
  padding-top: 1px;
  font-size: 11px;
  color: #fff;
  line-height: normal;
  font-weight: normal;
  box-sizing: border-box;
  font-family: 'Arial';
  height: 19px;
  overflow: hidden;
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ff5000;
  border: solid 1px #ff5000;
}

.card-group .card-pay .company-logo {
  display: block;
  margin: 0 auto;
  height: 48px;
  display: table;
  width: 100%;
  margin-top: 11px;
  position: relative;
}

.card-group .card-pay .company-logo > span {
  display: table-cell;
  height: 48px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}

.card-group .card-pay .company-name {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.card-group .card-pay.bonus .badge {
  display: block;
}

.card-group.colum-3 .wrap {
  margin-right: -3px;
}

.card-group.colum-3 .card-pay {
  width: 33.3%;
}

.card-group.colum-2 .wrap {
  margin-right: -2px;
}

.card-group.colum-2 .card-pay {
  width: 50%;
}

.card-group.colum-1 .wrap {
  margin-right: 0;
}

.card-group.colum-1 .card-pay {
  width: 100%;
}

.tab__pane .category-nav:first-child {
  padding-top: 31px;
}

.well-cash {
  background-color: #fafafa;
  border: solid 1px #eee;
  position: relative;
  margin-top: 29px;
}

.well-cash p {
  padding: 16px 0 19px 21px;
  font-size: 13px;
  color: #333;
  line-height: 30px;
  font-weight: normal;
}

.well-cash p .h1 {
  font-size: 24px;
  color: #ff5000;
  vertical-align: -2px;
}

.well-cash p .h2 {
  font-size: 15px;
  color: #ff5000;
}

.well-cash .actions {
  position: absolute;
  top: 20px;
  right: 21px;
}

.well-cash .actions .button {
  min-width: 92px;
}

.well-white {
  border: solid 1px #e7e7e7;
  background-color: #fff;
}

.well-gray {
  padding: 20px;
  background-color: #f7f7f7;
}

.refund-box {
  margin: -20px;
  border: solid 1px #ff5000;
}

.refund-box .column-group {
  display: table;
  width: 100%;
}

.refund-box .column-group .column {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 32%;
  padding: 20px 6px 53px;
}

.refund-box .column-group .column__title {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}

.refund-box .column-group .column__text {
  font-size: 0;
  position: absolute;
  bottom: 13px;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.refund-box .column-group .column__text span {
  display: inline-block;
  color: #333;
  font-weight: 500;
  line-height: normal;
}

.refund-box .column-group .column__text span ~ span {
  margin-left: 4px;
}

.refund-box .column-group .column__text .price {
  font-size: 22px;
}

.refund-box .column-group .column__text .unit {
  font-size: 13px;
}

.refund-box .column-group .column:first-child:after {
  content: '';
  width: 17px;
  height: 2px;
  position: absolute;
  bottom: 25px;
  right: -8px;
  background-color: #333;
}

.refund-box .column-group .column-total {
  width: 36%;
  background-color: #fff;
}

.refund-box .column-group .column-total .column__title {
  color: #ff5000;
}

.refund-box .column-group .column-total .column__text {
  bottom: 11px;
}

.refund-box .column-group .column-total .column__text span {
  color: #ff5000;
}

.refund-box .column-group .column-total .column__text .price {
  font-size: 28px;
}

.bank-form {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.bank-form .form-group {
  display: table-row;
}

.bank-form .form-group__label,
.bank-form .form-group__text {
  font-size: 12px;
  display: table-cell;
  height: 32px;
  vertical-align: middle;
  padding-right: 15px;
  box-sizing: border-box;
}

.bank-form .form-group__label {
  word-break: break-word;
  font-weight: 500;
  color: #333;
}

.bank-form .form-group__text {
  color: #666;
}

.bank-form .form-group__text strong {
  color: #333;
}

.bank-form .form-group__form div ~ div {
  margin-top: 4px;
}

.bank-form .form-group + .form-group {
  padding-top: 12px;
}

.bank-form .form-group + .form-group .form-group__label,
.bank-form .form-group + .form-group .form-group__text {
  padding-top: 12px;
}

.step ol {
  overflow: hidden;
  border-right: 1px solid #d9d9d9;
}

.step ol li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 0;
  font-size: 13px;
  color: #999;
  line-height: 18px;
  font-weight: 500;
}

.step ol li .group {
  padding: 13px 21px 0 31px;
  box-sizing: border-box;
  height: 46px;
  border: solid 1px #d9d9d9;
  position: relative;
}

.step ol li .group::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 15px;
  border-color: transparent transparent transparent #d9d9d9;
}

.step ol li .group::after {
  clear: both;
  content: '';
  z-index: 1;
  position: absolute;
  top: -1px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 15px;
  border-color: transparent transparent transparent #fff;
}

.step ol li .text-left {
  float: left;
}

.step ol li .text-right {
  float: right;
  color: #999;
}

.step ol li strong.text-left {
  color: #333;
}

.step ol li strong.text-right {
  color: #ff5000;
}

.step ol li:first-child .group {
  padding-left: 15px;
}

.mypage-secure.global .table + .tab {
  margin-top: 30px;
}

.mypage-secure.global .table--base-e .table__th {
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: 500;
  padding-top: 13px;
  padding-bottom: 14px;
}

.mypage-secure.global .table--base-e .table__td {
  font-size: 13px;
  color: #999;
  line-height: normal;
  font-weight: normal;
  padding-top: 22px;
  padding-bottom: 24px;
}

.mypage-secure.global h3.title {
  padding-left: 10px;
  font-size: 15px;
  color: #333;
  line-height: 27px;
  font-weight: 500;
}

.mypage-secure.global .tab__pane h3.title:first-child {
  margin-top: 26px;
}

.mypage-secure.global h3.title + .portlet {
  margin-top: 7px;
}

.mypage-secure.global .portlet-header {
  padding-top: 32px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
  border: solid 1px #e7e7e7;
}

.mypage-secure.global .portlet-header p {
  font-size: 15px;
  color: #333;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
}

.mypage-secure.global .portlet-header .actions {
  text-align: center;
  padding-top: 20px;
}

.mypage-secure.global .portlet-header .ip {
  text-align: center;
}

.mypage-secure.global .portlet-header .ip li {
  display: inline;
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.mypage-secure.global .portlet-header .ip li:first-child {
  padding-right: 19px;
  margin-right: 19px;
  position: relative;
}

.mypage-secure.global .portlet-header .ip li:first-child:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #dae8f4;
}

.mypage-secure.global .portlet-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 17px;
  border: solid 1px #e7e7e7;
  border-top: 0;
}

.mypage-secure.global .portlet-body h4.title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}

.mypage-secure.global .portlet-body h4.title .count {
  font-weight: normal;
  color: #666;
}

.mypage-secure.global .portlet-body .title {
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 500;
}

.mypage-secure.global .portlet-body .h2 {
  font-size: 13px;
  color: #333;
  line-height: 21px;
  font-weight: normal;
}

.mypage-secure.global .portlet-body .h3 {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

.mypage-secure.global .portlet-body .h2 + .h3 {
  padding-top: 25px;
}

.mypage-secure.global .portlet-body .h3 + .h3 {
  padding-top: 12px;
}

.mypage-secure.global .portlet-body .h2 + .title {
  margin-top: 30px;
}

.mypage-secure.global .portlet-body .title + .h2 {
  margin-top: 5px;
}

.mypage-secure.global .portlet-body .list-group__item {
  font-size: 13px;
  margin-top: 3px;
  color: #666;
}

.mypage-secure.global .portlet-body .title + .list-group {
  margin-top: 14px;
}

.mypage-secure.global .portlet-body .list-group + .title {
  margin-top: 27px;
}

.mypage-secure.global .portlet-body .title + .table--base-e {
  margin-top: 15px;
}

.mypage-secure.global .portlet-body .table--base-e + .guide {
  margin-top: 48px;
}

.mypage-secure.global .portlet-body .title + .list-guide {
  margin-top: 10px;
}

.mypage-secure.global .portlet-body .qrcode + .guide {
  margin-top: 48px;
}

.mypage-secure.global .portlet-body .h2 + .qrcode {
  margin-top: 19px;
}

.mypage-secure.global .portlet-body .h2 + .table {
  margin-top: 21px;
}

.mypage-secure.global .portlet-body .qrcode {
  padding-left: 8px;
  position: relative;
}

.mypage-secure.global .portlet-body .qrcode::before {
  content: '';
  width: 238px;
  height: 280px;
  position: absolute;
  top: -77px;
  left: 361px;
  background: url("../../images/member/img_auth2.png") no-repeat left top;
}

.mypage-secure.global .portlet-body .qrcode::after {
  content: "";
  display: table;
  clear: both;
}

.mypage-secure.global .portlet-body .qrcode__item {
  float: left;
  width: 150px;
  margin-right: 20px;
}

.mypage-secure.global .portlet-body .qrcode__item .qrcode-google {
  width: 150px;
  height: 140px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  background: url("../../images/member/img_qr_google_110x110.png") no-repeat center center;
}

.mypage-secure.global .portlet-body .qrcode__item .qrcode-apple {
  width: 150px;
  height: 140px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  background: url("../../images/member/img_qr_apple_110x110.png") no-repeat center center;
}

.mypage-secure.global .portlet-body .qrcode__item .icon-google {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -520px -497px;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 27px;
}

.mypage-secure.global .portlet-body .qrcode__item .icon-apple {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -537px -479px;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 9px;
  left: 33px;
}

.mypage-secure.global .portlet-body .qrcode__item .actions {
  padding-top: 9px;
}

.mypage-secure.global .portlet-body .qrcode__item .actions a {
  position: relative;
  display: block;
  width: 150px;
  height: 38px;
  text-indent: -9999px;
  border-radius: 2px;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

.mypage-secure.global .portlet-body .qrcode__item .actions a span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.mypage-secure.global .portlet-body .qrcode__item .actions .btn-google {
  background: url("../../images/member/text_google.png") no-repeat 49px center #73757c;
}

.mypage-secure.global .portlet-body .qrcode__item .actions .btn-apple {
  background: url("../../images/member/text_apple.png") no-repeat 55px center #73757c;
}

.mypage-secure.global .portlet-body .list-guide .list-group__item {
  line-height: 16px;
  padding-left: 8px;
  font-size: 12px;
}

.mypage-secure.global .portlet-body .list-guide .list-group__item::before {
  top: 10px;
  width: 3px;
}

.mypage-secure.global .portlet-body .store + .title {
  margin-top: 34px;
}

.mypage-secure.global .portlet-body .title + .list-hyp {
  margin-top: 10px;
}

.list-hyp .list-group__item {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}

.list-hyp .list-group__item::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  width: 4px;
  height: 1px;
  background: #787878;
}

.attention--box {
  padding: 28px 52px;
  background-color: #f2f2f2;
}

.attention--box__tit {
  color: #333;
  font-weight: 500;
}

.attention--box .text-list__item {
  line-height: 20px;
}

.attention--box .text-list__item::after {
  top: 9px;
}

.attention--box .text-list__item.point {
  color: #ff5000;
}

.active__type_a {
  color: #ff5000;
}

.active__type_b {
  color: #999;
}

[class*='security-area_icon'] {
  display: inline-block;
  width: 80px;
  height: 64px;
  margin-right: 20px;
  vertical-align: top;
}

.security-area {
  width: 100%;
  margin-top: -20px;
  border-bottom: 1px solid #f0f0f0;
}

.security-area:after {
  content: '';
  display: block;
  clear: both;
}

.security-area_item_row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.security-area_item_row ul > li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.security-area_item_row ul > li:first-child .security-area_tit {
  margin-top: 0;
}

.security-area_item_row ul > li .security-area_tit {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.security-area_item_row .item_row_box {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
}

.security-area_item_row .security-area_item_info {
  width: calc(100% - 100px);
}

.security-area_item {
  position: relative;
  display: table;
  border-bottom: 1px solid #f0f0f0;
}

.security-area_item:last-child {
  border-bottom: none;
}

.security-area_item ul {
  display: table-row;
}

.security-area_item ul li {
  display: table-cell;
  width: 350px;
  height: 135px;
  padding: 24px 10px 24px 15px;
  vertical-align: top;
  border-left: 1px solid #f0f0f0;
}

.security-area_item ul li:first-child {
  border-left: none;
}

.security-area_item_info {
  display: inline-block;
  width: 220px;
}

.security-area_item label {
  display: block;
  margin-bottom: 10px;
}

.security-area_item label > span {
  vertical-align: middle;
  letter-spacing: -1.3px;
  font-size: 11px;
  color: #666;
  line-height: 18px;
  font-weight: normal;
}

.security-area_item label > span > span {
  display: block;
}

.security-area_tit {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}

.security-area_tit span {
  color: #22aaef;
}

.security-area_txt {
  margin: 8px 0 15px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  font-weight: normal;
}

.security-area_icon01 {
  background: url("../../images/member/ic-1-80.png");
}

.security-area_icon02 {
  background: url("../../images/member/ic-2-80.png");
}

.security-area_icon03 {
  background: url("../../images/member/ic-3-80.png");
}

.security-area_icon04 {
  background: url("../../images/member/ic-4-80.png");
}

.security-area_icon05 {
  background: url("../../images/member/ic-5-80.png");
}

.security-area_icon06 {
  background: url("../../images/member/ic-6-80.png");
}

.security-area_icon07 {
  background: url("../../images/member/ic-7-80.png");
}

[class*='security-step_icon'] {
  display: block;
  margin: 0 auto 18px;
  width: 78px;
  height: 79px;
  background-image: url("../../images/member/security_img.png");
  background-repeat: no-repeat;
}

.security-step {
  padding: 0 10px;
}

.security-step_icon01 {
  background: url("../../images/member/ic-group-4.png") 0 0 no-repeat;
}

.security-step_icon02 {
  background: url("../../images/member/ic-lock-78x79.png") 0 0 no-repeat;
}

.security-step_icon03 {
  width: 110px;
  height: 88px;
  background: url("../../images/member/ic-110x88.png") 0 0 no-repeat;
}

.security-step_icon04 {
  background: url("../../images/member/ic-comt-78x79.png") 0 0 no-repeat;
}

.security-step_icon05 {
  width: 110px;
  height: 88px;
  background: url("../../images/member/ic-110x88.png") 0 0 no-repeat;
}

.security-step_box {
  border: 1px solid #e7e7e7;
}

.security-step_box ol {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.security-step_box ol li {
  position: relative;
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 56px;
  padding-left: 20px;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 13px;
  color: #666;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
  background-color: #f7f7f7;
  box-sizing: border-box;
  border-right: 1px solid #e7e7e7;
  word-break: break-all;
  word-wrap: break-word;
}

.security-step_box ol li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  margin-left: -1px;
  z-index: 1;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 0 29px 21px;
  border-color: transparent transparent transparent #f7f7f7;
}

.security-step_box ol li + li:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  margin-top: -30px;
  margin-left: 0px;
  border-style: solid;
  border-width: 29px 0 29px 21px;
  border-color: transparent transparent transparent #e7e7e7;
}

.security-step_box ol li + li:last-child {
  border-right: 0;
}

.security-step_box ol li.active {
  background-color: #fff;
  color: #f6552b;
}

.security-step_box ol li.active + li:before {
  border-color: transparent transparent transparent #fff;
}

.security-step .notify-area {
  padding-top: 30px;
}

.security-overseas_txt {
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  font-weight: normal;
}

.security-overseas_icon01 {
  display: block;
  width: 100px;
  height: 80px;
  margin: 0 auto 26px;
  background: url("../../images/member/ic-3-100.png");
}

.security-overseas__nav {
  margin-top: 18px;
  text-align: center;
}

.security-overseas__nav .button {
  margin-left: 8px;
}

.security-overseas__nav .button:first-child {
  margin-left: 0;
}

.security-overseas__content {
  margin-top: 30px;
  padding: 30px 10px 0;
  border-top: 1px solid #e7e7e7;
}

.security-overseas__content > ul {
  margin: 4px 0 24px;
}

.security-overseas__content > ul li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  color: #666;
  line-height: 24px;
  font-weight: normal;
}

.security-overseas__content > ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}

.security-overseas__content .table__td .blue {
  color: #059fee;
}

.security-overseas__content .table__td .orange {
  color: #ff5000;
}

.security-info_tit {
  font-size: 13px;
  color: #333;
  line-height: 17px;
  font-weight: 500;
}

.security-info_item ol {
  display: table;
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
}

.security-info_item ol li {
  position: relative;
  width: 1%;
  display: table-cell;
  vertical-align: middle;
}

.security-info_item ol li i {
  display: table-cell;
  width: 66px;
  height: 66px;
  vertical-align: top;
}

.security-info_item ol li span {
  padding-left: 12px;
  padding-right: 23px;
  display: table-cell;
  vertical-align: middle;
}

.security-info_item ol li span.point {
  font-weight: 500;
}

.security-info_item ol li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../../images/member/ic-arrow-right20x20.png") no-repeat 0 0;
}

.security-info_item ~ .security-info_item {
  margin-top: 17px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}

.security-info_img01 {
  background: url("../../images/member/ic-list-66x65.png") 0 0 no-repeat;
}

.security-info_img02 {
  background: url("../../images/member/ic-cr-66x66.png") 0 0 no-repeat;
}

.security-info_img03 {
  background: url("../../images/member/ic-66x66.png") 0 0 no-repeat;
}

.notify-area {
  padding: 10px 0 30px;
  text-align: center;
}

.notify-area [class*='security-area_icon'] {
  margin: 0 auto 20px;
}

.notify-area_tit {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.notify-area_txt {
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
}

.notify-area_txt2 {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 17px;
  font-weight: normal;
}

.notify {
  margin: 40px 0 20px;
  text-align: center;
}

.notify__img {
  margin: 13px 0 25px;
}

.notify__tit {
  margin-bottom: 6px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: normal;
}

.notify__subtit {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  font-weight: normal;
}

.line-area {
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}

.line-area_txt {
  font-size: 13px;
  color: #666;
  line-height: 21px;
  font-weight: normal;
}

.line-area_txt .color-orange {
  font-weight: 500;
}

.line-area .form-section__title .page {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  font-weight: normal;
}

.line-area .form-section__title .page .color-orange {
  font-weight: 500;
}

.line-area .form-section__title ~ .form-section__title {
  margin-top: 30px;
}

.attention_tit {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
}

.attention_tit + .dash-list {
  margin-top: 11px;
}

.dash-list li {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  font-weight: normal;
  padding-left: 8px;
  text-indent: -8px;
}

.certification {
  margin: 0 0 40px 0;
}

.certification__info .info__list {
  padding: 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.certification__info .info__list li {
  position: relative;
  display: table;
  padding-left: 10px;
  margin-bottom: 12px;
}

.certification__info .info__list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 2px;
  background-color: #ff5000;
}

.certification__info .info__list li span {
  display: table-cell;
}

.certification__info .info__list li .tit {
  width: 108px;
  font-size: 12px;
  color: #333;
  line-height: 16px;
  font-weight: 500;
}

.certification__info .info__list li .cont {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  font-weight: normal;
}

.certification__identity ul {
  display: table;
  margin: 0 auto;
  border-spacing: 10px;
}

.certification__identity ul::after {
  content: '';
  display: block;
  clear: both;
}

.certification__identity ul li {
  display: table-cell;
  width: 148px;
  min-height: 148px;
  padding-top: 16px;
  background-color: #f2f2f2;
  border-radius: 4px;
  text-align: center;
}

.certification__identity ul li:first-child {
  margin-left: 0;
}

.certification__identity ul li:hover,
.certification__identity ul li:focus,
.certification__identity ul li.is-active {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ff5000;
}

.certification__identity ul li a {
  display: block;
}

.certification__identity ul li .icon {
  width: 80px;
  height: 80px;
}

.certification__identity ul li .icon--hp {
  background: url("../../images/member/svg/certify-hp.svg") 0 0 no-repeat;
}

.certification__identity ul li .icon--ipin {
  background: url("../../images/member/svg/certify-ipin.svg") 0 0 no-repeat;
}

.certification__identity ul li p {
  margin-top: 7px;
  padding: 0 8px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: 500;
}

.certification__identity ul li span {
  display: inline-block;
  min-width: 56px;
  max-width: 92px;
  margin: 7px 0 10px;
  padding: 4px 12px;
  border-radius: 11.5px;
  background-color: rgba(255, 255, 255, 0.6);
  word-break: break-all;
  word-wrap: break-word;
  font-size: 11px;
  color: #999;
  line-height: normal;
  font-weight: normal;
}

.certification-box {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 30px 0;
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.certification-box_item {
  display: table-cell;
  padding: 30px 0;
  text-align: center;
}

.certification-box_item + .certification-box_item {
  border-left: 1px solid #e7e7e7;
}

.certification-box_tit {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}

.gray-panel_b {
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
}

.gray-panel_b .basic_txt {
  font-size: 13px;
  color: #333;
  line-height: 23px;
  font-weight: normal;
}

.gray-panel_b .basic_txt ~ .basic_txt {
  margin-top: 10px;
}

.gray-panel_b .dl-detail {
  padding: 0 50px;
}

.agree_check {
  margin-top: 10px;
}

.agree_check label {
  font-size: 13px;
}

.agree_check .formstyle {
  top: -1px;
}

.dl-detail {
  overflow: hidden;
}

.dl-detail dt {
  float: left;
}

.dl-detail dt label {
  padding-right: 12px;
  font-size: 13px;
  color: #666;
  line-height: 40px;
  font-weight: 500;
}

.dl-detail dd {
  overflow: hidden;
}

.dl-detail dd .full {
  height: 40px;
  width: 100%;
}

.dl-detail dd .info_t {
  padding: 6px 12px 0;
  color: #999;
}

.dl-detail_b {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.dl-detail_b dt {
  display: table-cell;
  width: 60px;
  line-height: 32px;
  vertical-align: middle;
  padding-bottom: 0 !important;
}

.dl-detail_b dd {
  font-size: 14px;
  color: #383d41;
  line-height: 32px;
  font-weight: 500;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}

.dl-detail_b dd input {
  width: 100%;
  margin-top: 0 !important;
}

.dl-detail_b ~ .info_t {
  padding-left: 70px;
}

.content__process {
  display: table;
  margin: 22px auto;
  width: 100%;
  max-width: 541px;
  background-color: #fff;
  border-collapse: collapse;
}

.content__process__item {
  position: relative;
  display: table-cell;
  padding-left: 15px;
  width: 1%;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: #999;
  height: 46px;
  border: 1px solid #e3e3e3;
}

.content__process__item:first-child {
  padding-left: 0;
}

.content__process__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 15px;
  height: 47px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI0NiIgdmlld0JveD0iMCAwIDE1IDQ2Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRTNFM0UzIiBkPSJNLTEzOC41LjV2NDVILjQwMmwxNC4wMDktMjMuMDU2TC40MS41SC0xMzguNXoiLz4KPC9zdmc+Cg==") no-repeat right 0;
}

.content__process__item:last-child:after {
  display: none;
}

.content__process__item.is-active {
  background-color: #ff5000;
  border-color: #ff5000;
  color: #fff;
}

.content__process__item.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 15px;
  height: 47px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI0NiIgdmlld0JveD0iMCAwIDE1IDQ2Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRTNFM0UzIiBkPSJNLTEzOC41LjV2NDVILjQwMmwxNC4wMDktMjMuMDU2TC40MS41SC0xMzguNXoiLz4KPC9zdmc+Cg==") no-repeat 0 0;
}

.content__process__item.is-active:first-child:before {
  display: none;
}

.content__process__item.is-active:after {
  right: -16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI0NiIgdmlld0JveD0iMCAwIDE1IDQ2Ij4KICAgIDxwYXRoIGZpbGw9IiNGRjUwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTS0xMzggMEguNjg0TDE1IDIyLjQzOC42ODQgNDZILTEzOHoiLz4KPC9zdmc+Cg==");
}

.check-list {
  margin: 40px;
}

.check-list__title {
  padding-bottom: 8px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}

.check-list__group {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

.check-list__group label {
  position: relative;
  padding: 14px 0;
  display: block;
  font-size: 14px;
  color: #333;
}

.check-list__group .formstyle {
  position: absolute;
  top: 15px;
  right: 0;
}

.check-list__toggle {
  position: absolute;
  top: 11px;
  right: 35px;
  width: 68px;
  height: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  z-index: 1;
}

.check-list__toggle:hover,
.check-list__toggle:active {
  border-color: #aaa;
}

.check-list__toggle.is-active + .check-list__agreement {
  display: block;
}

.check-list__body {
  padding-bottom: 14px;
  font-size: 12px;
  color: #333;
}

.check-list__agreement {
  display: none;
  margin-bottom: -1px;
  padding: 15px;
  height: 500px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  overflow: auto;
}

.check-list__nav {
  margin-top: 57px;
  text-align: center;
}

.check-list__nav > p {
  margin-bottom: 15px;
  font-size: 13px;
  color: #fc2d2d;
}

.check-list__nav .button {
  padding: 0 36px;
  height: 48px;
  line-height: 48px;
  color: #fff;
}

.check-list__nav .button__text {
  font-size: 16px !important;
}

.check-list__nav .button.is-disabled {
  background-color: #eee;
  border-color: #d4d4d4;
  cursor: not-allowed;
}

.check-list__nav .button.is-disabled span {
  color: #b5b5b5;
}

.check-list__nav .button + .button {
  margin-left: 4px;
}

.win--pop {
  background-color: #fff;
}

.win--pop__area {
  padding: 30px;
  text-align: center;
}

.win--pop__tit {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: 500;
}

.win--pop__tit + .win--pop__txt {
  margin-top: 12px;
}

.win--pop__txt {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
}

.win--pop__footer {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.win--pop .captcha--area {
  margin: 30px auto;
  width: 302px;
  height: 76px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.onetime--info {
  padding: 0 9px;
}

.onetime--info__top {
  padding: 10px 0 30px;
  border-bottom: 1px solid #e7e7e7;
}

.onetime--info__tit {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
}

.onetime--info__txt {
  margin-top: 7px;
  letter-spacing: -0.1px;
  font-size: 13px;
  color: #666;
  line-height: 21px;
  font-weight: normal;
}

.onetime--info__use {
  margin-top: 30px;
}

.onetime--info__use ol {
  margin: 20px 0 0 0;
}

.onetime--info__use ol:after {
  content: '';
  display: block;
  clear: both;
}

.onetime--info__item {
  float: left;
  width: 218px;
  margin-bottom: 42px;
  text-align: center;
}

.onetime--info__item ~ .onetime--info__item {
  margin-left: 14px;
}

.onetime--info__item:nth-child(1) {
  width: 683px;
  margin-left: 0;
}

.onetime--info__item:nth-child(2) {
  width: 218px;
  margin-left: 0;
}

.onetime--info__item:nth-child(3) {
  width: 218px;
}

.onetime--info__item__txt {
  margin-top: 15px;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  font-weight: normal;
}

.onetime--info__point {
  font-weight: 500;
}

.onetime--info__subt {
  display: block;
  margin-top: 2px;
  color: #999;
}

.onetime--info__img img {
  vertical-align: top;
}

.onetime--info__report ol {
  padding: 20px;
  background-color: #f7f7f7;
  border-top: 1px solid #e7e7e7;
}

.onetime--info__report ol li {
  font-size: 12px;
  color: #666;
}

.onetime--info .banner-area {
  overflow: hidden;
}

.banner-area img {
  vertical-align: top;
}

.content--mypage .global-chage .cash-state {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.content--mypage .global-chage .cash-state__cash {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 25px;
  width: 453px;
  position: relative;
}

.content--mypage .global-chage .cash-state__cash .icon--cash {
  width: 47px;
  height: 33px;
  position: absolute;
  top: 35px;
  left: 10px;
  background: url("../../images/member/icon-sc_47x32.png") no-repeat left top;
}

.content--mypage .global-chage .cash-state__cash .num {
  padding-left: 67px;
  font-size: 36px;
  color: #ff5000;
  line-height: normal;
  font-weight: 500;
}

.content--mypage .global-chage .cash-state__cash .text {
  font-size: 12px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.content--mypage .global-chage .cash-state__detail {
  display: table-cell;
  height: 100px;
  padding-top: 26px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  vertical-align: top;
}

.content--mypage .global-chage .cash-state__detail li {
  padding-left: 30px;
  white-space: nowrap;
}

.content--mypage .global-chage .cash-state__detail li .num {
  font-size: 14px;
  color: #666;
  line-height: normal;
  font-weight: normal;
}

.content--mypage .global-chage .cash-state__detail li .text {
  font-size: 12px;
  color: #666;
  line-height: normal;
  font-weight: normal;
}

.content--mypage .global-chage .cash-state__detail li + li {
  padding-top: 12px;
}

.content--mypage .global-chage h4.title {
  height: 27px;
  margin-top: 21px;
  font-size: 13px;
  color: #666;
  line-height: normal;
  font-weight: 500;
}

.content--mypage .global-chage .cash-state + .title {
  margin-top: 30px;
}

.content--mypage .global-chage .well-gray {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.content--mypage .global-chage .well-gray .country {
  margin-top: -6px;
  margin-bottom: -6px;
  padding-left: 2px;
}

.content--mypage .global-chage .well-gray .country::after {
  display: block;
  content: "";
  clear: both;
}

.content--mypage .global-chage .well-gray .country h4 {
  font-size: 13px;
  color: #666;
  line-height: normal;
  font-weight: 500;
  float: left;
}

.content--mypage .global-chage .well-gray .country ul {
  float: left;
  padding-left: 10px;
}

.content--mypage .global-chage .well-gray .country ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.content--mypage .global-chage .well-gray .country ul li + li::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #d8d8d8;
}

.content--mypage .result .list-line .list-group__item .text-left {
  font-size: 13px;
  color: #333;
  line-height: normal;
  font-weight: 500;
}

.content--mypage .result .list-line .list-group__item .text-right {
  font-size: 13px;
  color: #333;
  line-height: normal;
  font-weight: normal;
}

.content--mypage .result .form-actions {
  border-top: 0;
  font-size: 0;
}

.content--mypage .result .form-actions .button + .button {
  margin-left: 8px;
}

.state-message {
  padding-top: 10px;
  padding-left: 16px;
  color: #999;
}

.state-message p {
  font-size: 12px;
  color: #666;
}

.header-member.cn {
  margin-bottom: 40px;
}

.header-member.cn img {
  width: 206px;
}

.header-member > a {
  display: block;
  max-width: 944px;
  margin: 0 auto;
  pointer-events: none;
}

.header-member > a img {
  width: auto;
}

.header-member > a.size-2x img {
  width: 380px;
}

.header-member .formbox--shape-g {
  margin: 0 -412px 40px 0;
}

.cn .login_ch {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 60px;
  height: 60px;
  z-index: 4;
  border: none;
  background-color: transparent;
}

.cn .login_ch i {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.cn .login_ch i.login_qr {
  opacity: 1;
  background: url("../../images/member/img_login_qr.png") no-repeat 0 0;
}

.cn .login_ch i.login_input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url("../../images/member/img_login_input.png") no-repeat 0 0;
}

.cn .login_ch.qr .login_qr {
  opacity: 0;
}

.cn .login_ch.qr .login_input {
  opacity: 1;
}

.cn .login__form {
  padding-top: 44px;
  padding-bottom: 17px;
}

.cn .form-control--base-a {
  padding-left: 35px;
}

.cn .form-control--base-a:focus {
  background-color: #faffbd;
}

.cn .form-control--base-a[type='password'] {
  padding-right: 70px;
}

.cn .input-state .icon {
  position: absolute;
  display: block;
  left: 8px;
  top: 18px;
  width: 23px;
  height: 23px;
  background-size: 100%;
}

.cn .input-state .icon.ico_id {
  background-image: url("../../images/member/svg/ico_id.svg");
}

.cn .input-state .icon.ico_pw {
  background-image: url("../../images/member/svg/ico_pw.svg");
}

.cn .input-state .caps_lock {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  font-size: 12px;
  color: #069fee;
  line-height: 18px;
  font-weight: normal;
}

.cn .error_noti {
  margin-bottom: 20px;
  font-size: 12px;
  color: #069fee;
  line-height: 18px;
  font-weight: normal;
}

.cn .find-nav {
  text-align: center;
  margin-bottom: 27px;
}

.cn .find-nav li {
  position: relative;
  display: inline-block;
  padding: 0 14px;
}

.cn .find-nav li a {
  color: #333;
}

.cn .find-nav li a:hover {
  text-decoration: underline;
}

.cn .find-nav li + li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background-color: #d9d9d9;
}

.cn .login__qr {
  text-align: center;
  padding-top: 68px;
}

.cn .login__qr_txt {
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
}

.cn .login__qr_img {
  position: relative;
  margin: 20px auto 37px;
  width: 140px;
  height: 140px;
}

.cn .login__qr_img .timeover_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: none;
  margin-top: -41px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  font-weight: 500;
}

.cn .login__qr_img .timeover_txt:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  margin: 10px auto 0;
  background: url("../../images/member/svg/ico_timeover.svg");
  background-size: 100%;
}

.cn .login__qr_img.timeover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(51, 51, 51, 0.9);
}

.cn .login__qr_img.timeover .timeover_txt {
  display: block;
}

.cn #cnLogin .login__qr {
  display: none;
}

.cn #cnLogin.qr .login__form {
  display: none;
}

.cn #cnLogin.qr .login__qr {
  display: block;
}

.title--wrap {
  position: relative;
}

.title--wrap .info-news {
  position: absolute;
  right: 10px;
  top: 24px;
  line-height: 16px;
}

.title--wrap .info-news_item {
  position: relative;
  padding: 0 10px;
  color: #333;
}

.title--wrap .info-news_item a {
  position: relative;
  margin-left: 2px;
  color: #ff5000;
}

.title--wrap .info-news_item a.new:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 2px;
  background-color: #ff5000;
}

.title--wrap .info-news_item:last-child {
  padding-right: 0;
}

.title--wrap .info-news_item + .info-news_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #eee;
}

.table--base-d + .section-description {
  margin-top: 10px;
  padding-bottom: 0;
}

.form-input--tb {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}

.form-input--tb .form-input--cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.form-input--tb .form-input--cell .form-control--base-b {
  width: 100%;
  padding-right: 40px !important;
}

.form-input--tb .form-input--cell .time {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 16px;
  margin-top: -8px;
  color: #a1a1a1;
  font-size: 12px;
}

.form-input--tb .form-input--cell .time.active {
  color: #1da0eb;
}

.form-input--tb .form-input--cell.btns {
  width: 142px;
  padding-left: 8px;
}

.form-input--tb .form-input--cell.btns .button {
  width: 100%;
  margin: 0;
}

.form-input--tb .button--base-d.button--shape-c:disabled {
  background-color: #cbcbcb;
  border-color: #bdbdbd;
}

.form-input--tb .button--base-d.button--shape-c:disabled:hover {
  background-color: #cbcbcb;
  border-color: #bdbdbd;
}

.in_row {
  margin-top: 10px !important;
}

.pw--qna {
  overflow: hidden;
}

.pw--qna dt {
  float: left;
  min-width: 40px;
  line-height: 16px;
  clear: both;
}

.pw--qna dd {
  overflow: hidden;
  line-height: 16px;
}

.pw--qna dd ~ dt {
  margin-top: 12px;
}

.pw--qna dd ~ dd {
  margin-top: 12px;
}

.cn-otp-set {
  margin-top: 40px;
}

.cn-otp-set .cn-otp-step {
  text-align: center;
}

.cn-otp-set .cn-otp-step li {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background-color: #d8d8d8;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
}

.cn-otp-set .cn-otp-step li span {
  font-size: 0;
  line-height: 0;
}

.cn-otp-set .cn-otp-step li.active {
  background-color: #ff5000;
  border-color: #ce3f00;
}

.cn-otp-set .cn-otp-step li ~ li {
  margin-left: 8px;
}

.main-column {
  padding-top: 50px;
  line-height: 1.8;
}

.article-body {
  margin-top: 25px;
}

.meta-data {
  float: right;
  color: #999;
  font-size: 11px;
  font-weight: 300;
}

.text-align-right {
  text-align: right;
}

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

.text-align-left {
  text-align: left;
}

.font-size-x-large {
  font-size: x-large;
}

.font-size-large {
  font-size: large;
}

.color-black {
  color: #000;
}

.article-body p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.article-body table {
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #666;
  font-family: 'tahoma';
}

.article-body table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.article-body table tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.tb_rules {
  border-collapse: collapse;
  border: none;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.article-body .tb_rules tbody tr th {
  background: #f3f3f3;
  border: none;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  font-weight: 500;
}

.article-body .tb_rules tbody tr td {
  border: none;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 10px;
  vertical-align: middle;
  color: #444;
  line-height: 1.6em;
}

.article-body table tbody tr td {
  padding: 0 20px;
  height: 43px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.color-red {
  color: #f00;
}

.article-footer {
  padding-top: 10px;
  border-top: solid #ccc 1px;
}

.article-more-questions {
  position: relative;
  margin: 0;
  font-size: 12px;
  color: #999;
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  height: 34px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  line-height: 34px;
  color: #666;
}

.article-more-questions button {
  position: absolute;
  top: 0;
  right: 0;
}

.main-column footer nav p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.content__body .note-hyp {
  font-size: 11px;
  color: #999999;
  padding-left: 10px;
  position: relative;
}

.content__body .note-hyp::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: #999;
}

.note-hyp + .table {
  margin-top: 15px;
}

.datepicker-group + .note-hyp {
  margin-top: 5px;
}

.info-text {
  padding: 20px 31px 29px 32px;
}

.info-text > p {
  font-size: 13px;
  line-height: 22px;
}

.info-text > p strong {
  color: #ff5000;
}

.info-text__tit {
  color: #333;
}

.info-text__txt {
  color: #666;
  margin-top: 14px;
}

.protect-way {
  background-color: #f6f6f6;
  padding: 32px 50px;
}

.protect-way__tit {
  font-weight: normal;
  font-size: 18px;
  color: #333;
  padding-bottom: 28px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 28px;
}

.protect-way__tit strong {
  font-weight: 600;
}

.protect-way__step li:not(:first-child) {
  margin-top: 60px;
}

.protect-way__step-header.active .btn_step {
  transform: rotate(180deg);
}

.protect-way__step-header.active + div {
  display: block;
}

.protect-way__step .number {
  position: relative;
  font-size: 11px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  z-index: 10;
  background-color: #ff5000;
  border-radius: 50%;
  line-height: 20px;
  vertical-align: top;
  margin-right: 8px;
}

.protect-way__step-tit {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.protect-way__step-tit .btn_step {
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 11px;
  background: url("../../images/member/path-2.png") 0 0 no-repeat;
  transform: rotate(0);
}

.protect-way__step-txt {
  color: #666;
  line-height: 20px;
  margin-top: 8px;
}

.protect-way__step-img {
  display: none;
  margin-top: 20px;
}

.protect-way__step-img .step-box {
  height: 290px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 24px 0 0;
  text-align: center;
  box-sizing: border-box;
}

.protect-way__step-img .step-box:not(:first-child) {
  margin-top: 20px;
}

.protect-way__step-img .step {
  line-height: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 23px;
}

.protect-way__step-img .step.type02 {
  margin-bottom: 14px;
}

.protect-way__step .point-color-b {
  color: #10b4f2;
}

.content__store .icon--cash {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/member/svg/icon-cash_16x16.svg") no-repeat 0 0;
}

.content__store .portlet {
  padding: 0;
  width: auto;
  border-bottom: 1px solid #eeeeee;
}

.content__store .portlet--header {
  position: relative;
  padding-top: 11px;
  padding-left: 0;
  padding-bottom: 11px;
}

.content__store .portlet--header .column--group__column {
  float: left;
  padding-left: 16px;
  position: relative;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}

.content__store .portlet--header .column--group__column:first-child {
  padding-right: 0;
}

.content__store .portlet--header .column--group__column:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #eeeeee;
  width: 1px;
  height: 100%;
}

.content__store .portlet--header .column--group::after {
  content: '';
  clear: both;
  display: table;
}

.content__store .portlet--header .title--group + .title--group {
  margin-top: 4px;
}

.content__store .portlet--header__title {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  color: #000000;
  font-size: 13px;
  line-height: 19px;
}

.content__store .portlet--header__text {
  display: inline-block;
  font-size: 13px;
  color: #000000;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content__store .portlet--header__text .icon {
  vertical-align: middle;
  margin-right: 4px;
}

.content__store .portlet--header__text .text {
  padding-right: 4px;
  vertical-align: middle;
}

.content__store .portlet--header .tools {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 16px;
}

.content__store .portlet--header .tools__handle {
  width: 20px;
  height: 20px;
}

.content__store .portlet--header .tools__handle .icon--arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/member/svg/arrow-down_6x10.svg") no-repeat center center;
}

.content__store .portlet--body {
  display: none;
  background-color: #fafafa;
}

.content__store .portlet .data__header {
  padding-top: 25px;
  font-size: 0;
  color: #000000;
  line-height: 0;
  vertical-align: middle;
}

.content__store .portlet .data__header .icon {
  vertical-align: middle;
  margin-right: 4px;
}

.content__store .portlet .data__header .equal {
  margin-right: 4px;
}

.content__store .portlet .data__header .text {
  font-size: 13px;
  margin-right: 4px;
  vertical-align: middle;
}

.content__store .portlet .data__header .text.bold {
  font-weight: 500;
}

.content__store .portlet .data__header .text + .icon {
  margin-left: 4px;
}

.content__store .portlet .data__header .text + .equal {
  margin-left: 4px;
}

.content__store .portlet .data__header .text + .hyp {
  margin-right: 4px;
}

.content__store .portlet .data__header .hyp {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.content__store .portlet .data__header .equal {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 6px;
  position: relative;
}

.content__store .portlet .data__header .equal::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.content__store .portlet .data__header .equal::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.content__store .portlet .data .list--group li {
  overflow: hidden;
  padding-top: 12px;
}

.content__store .portlet .data .list--group__title {
  float: left;
  font-size: 13px;
  margin-right: 8px;
  color: #000000;
}

.content__store .portlet .data .list--group__content {
  float: left;
  color: #000000;
  font-size: 0;
  vertical-align: middle;
}

.content__store .portlet .data .list--group__content .icon {
  vertical-align: middle;
  margin-right: 4px;
}

.content__store .portlet .data .list--group__content .equal {
  margin-right: 4px;
}

.content__store .portlet .data .list--group__content .text {
  font-size: 13px;
  margin-right: 4px;
  vertical-align: middle;
}

.content__store .portlet .data .list--group__content .text + .icon {
  margin-left: 4px;
}

.content__store .portlet .data .list--group__content .text + .equal {
  margin-left: 4px;
}

.content__store .portlet .data .list--group__content .text + .hyp {
  margin-right: 4px;
}

.content__store .portlet .data .list--group .hyp {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.content__store .portlet .data .list--group .equal {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 6px;
  position: relative;
}

.content__store .portlet .data .list--group .equal::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.content__store .portlet .data .list--group .equal::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.content__store .portlet .data__header {
  padding-left: 16px;
}

.content__store .portlet .data__body {
  padding-top: 24px;
}

.content__store .portlet.is-active .portlet--body {
  display: block;
}

.content__store .portlet.is-active .portlet--header .tools__handle .icon--arrow {
  background: url("../../images/member/svg/arrow-up_6x10.svg") no-repeat center center;
}

.content__store .thumb--group {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content__store .thumb--group__img {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
}

.content__store .thumb--group__content {
  padding-left: 8px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.content__store .thumb--group__content .title {
  font-size: 13px;
  word-break: break-all;
  display: inline-block;
}

.content__store .thumb--group__content .state {
  font-size: 11px;
  color: #ff5000;
}

.content__store .icon--group {
  display: table;
}

.content__store .icon--group__icon {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.content__store .icon--group__icon .icon {
  vertical-align: middle;
}

.content__store .icon--group__content {
  display: table-cell;
  padding-left: 4px;
  text-align: left;
  vertical-align: middle;
}

.content__store .icon--group__content .title {
  font-size: 13px;
}

.content__store .icon--group__content .state {
  font-size: 11px;
  color: #ff5000;
}

.content__store .table .actions {
  white-space: nowrap;
  font-size: 0;
}

.content__store .table .actions .button:first-child {
  margin-right: 8px;
}

.content__store .table--base-e .table__th,
.content__store .table--base-e .table__td {
  border-top: 1px solid #eee;
  border-bottom: 0;
}

.content__store .table--base-e .table__td {
  font-size: 13px;
  color: #333;
}

.content__store .table--base-e .table__th,
.content__store .table--base-e .table__td {
  padding: 8px;
}

.content__store .pagingbar {
  margin-top: 11px;
  overflow: hidden;
  position: relative;
}

.content__store .pagingbar .pagination {
  margin: 0;
  width: 620px;
}

.content__store .pagingbar .form--actions {
  position: absolute;
  top: 0;
  right: 0;
}

.content__store .portlet--group .portlet:first-child {
  border-top: 1px solid #eee;
}

.content__store .empty {
  padding: 24px;
  font-size: 13px;
  color: #333;
  border-top: 1px solid #eee;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.content__store .datepicker-group + .list-group {
  margin-top: -7px;
}

.content__store .list-group + .cash-detail-list {
  margin-top: 9px;
}

.dialog--cashcancel {
  top: 10%;
  margin-left: -225px;
}

.dialog--cashcancel .dialog__header__title {
  font-size: 16px;
}

.dialog--cashcancel .dialog__content {
  padding-top: 20px;
  font-size: 13px;
}

.dialog--cashcancel .dialog__content > *:first-child.cash-total_noti {
  margin: 0;
  padding: 0;
  border-top: 1px solid transparent;
}

.dialog--cashcancel .dialog__content-desc {
  padding-bottom: 12px;
  color: #333;
  line-height: 18px;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
}

.dialog--cashcancel .dialog__content-desc + .data-group_list {
  border-top: 1px solid transparent;
}

.dialog--cashcancel .dialog__content .scroll-list > :first-child {
  border-top: 1px solid transparent;
}

.dialog--cashcancel .dialog__content .scroll-list {
  overflow-y: auto;
  max-height: 385px;
}

.dialog--cashcancel .dialog__content .scroll-list .data-group_list {
  padding-top: 13px;
  padding-bottom: 13px;
}

.dialog--cashcancel .dialog__content .scroll-list ~ .cash-total_noti {
  margin-top: 0;
}

.dialog--cashcancel .data-group_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-height: 385px;
  overflow-y: auto;
  border-top: 1px solid #e7e7e7;
}

.dialog--cashcancel .data-group_list .data-group_list-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.dialog--cashcancel .data-group_list .data-group_list-item + .data-group_list-item {
  border-top: 1px solid #e7e7e7;
}

.dialog--cashcancel .data-group_list .cell {
  vertical-align: middle;
  overflow: hidden;
}

.dialog--cashcancel .data-group_list .cash-thumb {
  flex-basis: 80px;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.dialog--cashcancel .data-group_list .cash-thumb img {
  width: 100%;
}

.dialog--cashcancel .data-group_list .cash-name {
  max-width: calc(100% - 200px);
  padding-left: 16px;
  font-weight: 600;
  color: #333;
  line-height: 17px;
}

.dialog--cashcancel .data-group_list .cash-name p {
  word-break: break-all;
}

.dialog--cashcancel .data-group_list .cash-price {
  white-space: nowrap;
  margin-left: auto;
}

.dialog--cashcancel .cash_group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
  color: #888;
}

.dialog--cashcancel .cash-total_group-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.dialog--cashcancel .cash-total_group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 9px;
  font-weight: 600;
  line-height: 17px;
}

.dialog--cashcancel .cash-total_group [class*="cash-"] {
  overflow: hidden;
}

.dialog--cashcancel .cash-total_group .cash-title {
  color: #333;
}

.dialog--cashcancel .cash-total_group .cash-detail-sc {
  color: #ff5000;
}

.dialog--cashcancel .cash-total_group dl {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.dialog--cashcancel .cash-total_group dl .cash-title {
  display: inline-block;
  color: #888;
  font-weight: normal;
}

.dialog--cashcancel .cash-total_group dl .cash-detail-sc {
  white-space: nowrap;
  font-weight: normal;
  padding: 0;
}

.dialog--cashcancel .cash-total_group dl .cash-detail-sc .normal {
  font-weight: normal;
}

.dialog--cashcancel .cash-total_group dl .cash-detail-sc .price {
  margin-left: 24px;
}

.dialog--cashcancel .cash-total_group dl strong {
  color: #333;
  font-weight: 500;
}

.dialog--cashcancel .cash-total_group dl + dl {
  margin-top: 4px;
}

.dialog--cashcancel .cash-total_group dl:last-child {
  margin-top: 13px;
}

.dialog--cashcancel .cash-total_noti {
  margin-top: 12px;
  margin-bottom: 16px;
  padding-top: 12px;
  border-top: 1px solid #e7e7e7;
  line-height: 18px;
  font-size: 12px;
  color: #888;
}

.dialog--cashcancel .cash-total_noti > * {
  display: block;
}

.dialog--cashcancel .icon--cash {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/member/svg/icon-cash_16x16.svg") no-repeat 0 0;
}

.dialog--cashcancel .cash-detail-sc {
  padding: 0 0 0 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.dialog--cashcancel .cash-terms {
  max-height: 243px;
  overflow: auto;
  padding: 20px 20px 35px;
  border: 1px solid #e7e7e7;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
}

.dialog--cashcancel .dialog__x {
  top: 17px;
  right: 17px;
}

.dialog--receipt {
  top: 10%;
  margin-left: -225px;
}

.dialog--receipt .dialog__content {
  padding-top: 20px;
  font-size: 13px;
}

.dialog--receipt .dialog__content-desc p {
  margin-top: 12px;
}

.dialog--receipt .dialog__content .list-scroll {
  overflow-y: auto !important;
  /*max-height: 441px;*/
}

.dialog--receipt .dialog__content .list-group {
  margin-top: 21px;
  border-top: 1px solid #e7e7e7;
}

.dialog--receipt .dialog__content .list-group__item {
  padding: 14px 0;
  border-bottom: 1px solid #e7e7e7;
}

.dialog--receipt .dialog__content .list-group__item > span {
  display: table-cell;
  vertical-align: top;
}

.dialog--receipt .dialog__content .list-group__item > span:first-child {
  width: 196px;
  padding-right: 15px;
  color: #000;
  font-weight: 500;
}

.dialog--receipt .dialog__content .list-group__item > span:last-child {
  width: calc(100% - 196px);
}

.dialog--receipt .dialog__content .list-group__item > span.item-list > span {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.dialog--receipt .dialog__content .list-group__item > span.item-list > span:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #666;
}

.dialog--receipt .dialog__content .list-group__item > span.point-txt {
  color: #000;
  font-weight: 500;
}

.dialog--buycancel .dialog__content {
  padding-top: 70px;
}

.dialog--buycancel .note {
  margin-top: 13px;
}

.dialog--buycancel .table--base-d {
  margin-top: 25px;
}

.dialog--buycancel .table--base-d th {
  font-weight: 500;
  color: #000;
}

.dialog--buycancel .table--base-d td {
  font-weight: 500;
  color: #000;
  font-size: 13px;
  height: 89px;
  box-sizing: border-box;
}

.dialog--buycancel .table--base-d td .icon {
  vertical-align: middle;
}

.dialog--buycancel .table--base-d td .text {
  vertical-align: middle;
}

.dialog--buycancel .table--base-d .table__td {
  padding-left: 16px;
}

.dialog--buycancel .icon--cash {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/member/svg/icon-cash_16x16.svg") no-repeat 0 0;
}

.dialog--buycancel .table--vertical {
  display: table;
  width: 100%;
}

.dialog--buycancel .table--vertical .cellgroup {
  display: table-row;
  background-color: #fafafa;
  width: 100%;
  border-radius: 3px;
}

.dialog--buycancel .table--vertical .cellgroup .cell {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

.dialog--buycancel .table--vertical .colgroup {
  display: table-row;
  width: 100%;
}

.dialog--buycancel .table--vertical .colgroup .col {
  display: table-cell;
  vertical-align: middle;
}

.dialog--buycancel .icon--win {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/member/svg/os-win-darkgray_16x16.svg") no-repeat left top;
}

.dialog--buycancel .table--apps tr td {
  box-sizing: border-box;
}

.dialog--buycancel .table--apps .cellgroup .cell .thumb--group .thumb {
  width: 148px;
  height: 68px;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group {
  font-size: 0;
  line-height: normal;
  vertical-align: middle;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .clamp {
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-left: 12px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 100%;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .icon-append {
  display: inline-block;
  padding-left: 12px;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .clamp .text {
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .clamp .subject {
  font-size: 13px;
  display: inline-block;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .clamp .subject {
  line-height: 20px;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .clamp .text {
  vertical-align: top;
  line-height: 20px;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .icon-append {
  font-size: 0;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .icon-append .icon {
  vertical-align: middle;
}

.dialog--buycancel .table--apps .cellgroup .cell .subject--group .clamp {
  line-height: 0;
  font-size: 0;
}

.dialog--buycancel .table--apps .cellgroup .cell.righbar .icon {
  vertical-align: middle;
}

.dialog--buycancel .table--apps .cellgroup .cell.rightbar {
  text-align: right;
  padding-right: 16px;
}

.dialog--buycancel .table--apps .cellgroup .cell.rightbar .icon {
  vertical-align: middle;
}

.dialog--buycancel .table--apps .cellgroup .cell.rightbar .text {
  vertical-align: middle;
  color: #333;
  font-weight: 500;
}

.dialog--buycancel .well--terms {
  margin-top: -45px;
  border-radius: 3px;
  padding: 12px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #666;
  font-size: 12px;
}

.dialog--discount-coupon .dialog__header__title {
  font-size: 16px;
}

.dialog--discount-coupon .dialog__content p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
}

.dialog--discount-coupon .dialog__content .panel-gray {
  padding: 16px;
  margin-top: 16px;
  background-color: #fafafa;
}

.dialog--discount-coupon .dialog__content dl {
  display: flex;
  justify-content: space-between;
  color: #333;
}

.dialog--discount-coupon .dialog__content dl + dl {
  margin-top: 4px;
}

.dialog--discount-coupon .dialog__content dl dt {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 21px;
}

.dialog--discount-coupon .dialog__content dl dd {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 21px;
}

.dialog--discount-coupon .dialog__content dl:last-child {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #f7f7f7;
}

.dialog--discount-coupon .dialog__content dl:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dialog--discount-coupon .dialog__content dl:last-child dd {
  font-weight: 500;
}

.dialog--cashcancel-confirm .dialog__content {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 60px 0 30px 0;
}

.button--size-half {
  max-width: 50%;
}

.tab--base-a .tab__nav.tab-globle-auto .tab__nav__items__item {
  width: auto;
  min-width: 25%;
  white-space: nowrap;
}

.tab.tab--base-a.tab--shape-a .tab__nav__items__item__link {
  position: relative;
}

.tab.tab--base-a.tab--shape-a .tab__nav__items__item__link .icon-blank {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 4px;
  background: url("../../images/member/svg/ic-blank.svg") no-repeat left top;
}

.wrapper .content--mypage .bodyglobal {
  padding-bottom: 60px;
}

.wrapper .content--mypage .bodyglobal .title-group {
  padding: 0;
  margin: 0;
  border: 0;
}

.wrapper .content--mypage .bodyglobal .panel-pay .panel-body {
  padding-left: 20px;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group {
  overflow: hidden;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group .list-group__item {
  font-size: 11px;
  color: #999;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group .list-group__item::before {
  top: 7px;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group::before {
  background-color: #999;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group-item {
  float: left;
  position: relative;
  width: 158px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group-item .image {
  display: block;
  padding-top: 8px;
  text-align: center;
  vertical-align: middle;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group-item .image img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 24px;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group-item .text {
  padding-top: 3px;
  display: block;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group-item .label {
  position: absolute;
  top: 0;
  right: 0;
}

.wrapper .content--mypage .bodyglobal .panel-pay .list-group-item.active,
.wrapper .content--mypage .bodyglobal .panel-pay .list-group-item:hover {
  border: solid 1px #ff5000;
}

.wrapper .content--mypage .bodyglobal .panel-pay + .title-group {
  margin-top: 30px;
}

.wrapper .content--mypage .bodyglobal .user-area__nav {
  padding-top: 30px;
}

.bodyglobal .panel {
  width: auto;
  padding: 0;
}

.bodyglobal .hr {
  border: 0;
  background: none;
  border-top: solid 1px #e7e7e7;
}

.bodyglobal .icon-sc {
  width: 16px;
  height: 16px;
  display: block;
  background: url("../../images/member/svg/cash-zcoin.svg");
}

.bodyglobal .well-gray {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fbfbfb;
}

.bodyglobal .well-gray .list-hyp .list-group__item {
  font-size: 11px;
}

.bodyglobal .well-gray .list-hyp .list-group__item::before {
  background: #d9d9d9;
  top: 9px;
}

.bodyglobal h3.title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.bodyglobal .panel-pay .list-hyp li {
  font-size: 11px;
}

.bodyglobal .list-hyp li {
  position: relative;
  padding-left: 10px;
}

.bodyglobal .list-hyp li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #d9d9d9;
}

.bodyglobal .icon-group {
  display: table;
  width: 1%;
}

.bodyglobal .icon-group-icon {
  display: table-cell;
}

.bodyglobal .icon-group-text {
  display: table-cell;
  padding-left: 4px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ff5000;
  vertical-align: middle;
}

.bodyglobal .title-group {
  position: relative;
  border: 0;
  margin: 0;
  padding-bottom: 0;
}

.bodyglobal .title-group .tooltip {
  display: none;
  position: fixed;
  transition: none;
  left: auto;
  top: auto;
  right: auto;
  max-height: auto;
  max-width: 322px;
  height: auto;
  z-index: 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.bodyglobal .title-group .tooltip .tooltip_x {
  top: 12px;
}

.bodyglobal .title-group .tooltip .tooltip_text {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
}

.bodyglobal .title-group .tooltip .tooltip_arrow.bottom {
  width: 0;
  height: 0;
  bottom: -6px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #d2d2d2 transparent transparent transparent;
}

.bodyglobal .title-group .tooltip .tooltip_arrow.bottom::before {
  position: absolute;
  bottom: 1px;
  left: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fbfbfb transparent transparent transparent;
}

.bodyglobal .title-group .side {
  position: absolute;
  top: 2px;
  right: 0;
  height: 30px;
}

.bodyglobal .title-group .side .cashbar > span {
  float: left;
  margin-right: 10px;
}

.bodyglobal .title-group .side .cashbar .icon-group {
  float: left;
}

.bodyglobal .radio-inline {
  padding-bottom: 8px;
}

.bodyglobal .radio-inline::after {
  display: table;
  content: '';
  clear: both;
}

.bodyglobal .radio-inline.cash {
  padding: 12px 0 20px;
}

.bodyglobal .radio-inline.cash .radio-group {
  width: 330px;
  margin: 6px 10px;
}

.bodyglobal .radio-inline.cash .radio-group .formbox--base-c.formbox--shape-d {
  width: 302px !important;
}

.bodyglobal .radio-inline .radio-group {
  float: left;
  margin: 7px 10px;
}

.bodyglobal .radio-inline .radio-group label {
  display: inline-block;
}

.bodyglobal .radio-inline .radio-group label span {
  font-size: 13px;
  line-height: normal;
  color: #333;
  font-weight: 500;
}

.bodyglobal .radio-inline .radio-group label span:first-child {
  font-weight: normal;
}

.bodyglobal .radio-inline .radio-group label span.typo-13 {
  display: inline-block;
  letter-spacing: 0;
  line-height: 14px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

.bodyglobal .radio-inline .radio-group label span.typo-11 {
  font-size: 11px;
  font-weight: 500;
}

.bodyglobal .radio-inline.column-3 .radio-group {
  width: 33.3%;
  margin-right: 0;
}

.bodyglobal .radio-inline.column-4 .radio-group {
  min-width: 25%;
  margin: 0;
  box-sizing: border-box;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-right: 10px;
}

.bodyglobal .radio-inline.column-2 .radio-group {
  min-width: 50%;
  padding-right: 10px;
  margin: 0;
  box-sizing: border-box;
  min-height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.bodyglobal .radio-inline .formbox--base-c.formbox--shape-d {
  width: 228px !important;
  height: 32px !important;
}

.bodyglobal .hr + .radio-inline {
  margin-top: 16px;
}

.bodyglobal .hr + .radio-inline.column-2 {
  margin-top: 0;
  padding-top: 5px;
}

.bodyglobal .hr + .radio-inline.column-4 {
  margin-top: 0;
  padding-bottom: 12px;
  padding-top: 5px;
}

.bodyglobal .list-pay + .list-hyp {
  padding-top: 4px;
}

.bodyglobal .panel-gray {
  background-color: #fbfbfb;
}

.bodyglobal .panel-pay {
  border: 1px solid #e7e7e7;
  margin: 0;
  border-left: 0;
  border-right: 0;
}

.bodyglobal .panel-pay .panel-body {
  padding-left: 10px;
  padding-top: 16px;
  padding-bottom: 10px;
}

.bodyglobal .panel-pay .card-pay {
  background: #fff;
  margin-right: 14px;
}

.bodyglobal .panel-pay .list-group__item {
  color: #666 !important;
}

.bodyglobal .panel-pay .list-group__item::before {
  top: 10px !important;
  background: #d9d9d9;
}

.bodyglobal .list-group.list-border ul {
  width: 120%;
}

.bodyglobal .list-group.list-border ul::after {
  content: '';
  display: block;
  clear: both;
}

.bodyglobal .list-group.list-border .list-group-item {
  float: left;
  box-sizing: border-box;
  margin-right: -1px;
  margin-bottom: -1px;
  font-size: 12px;
  color: #666;
  line-height: 40px;
  text-align: center;
}

.bodyglobal .list-group.list-border .list-group-item.active {
  position: relative;
  z-index: 4;
}

.bodyglobal .list-group.list-border .list-group-item.active a::after {
  border: solid 1px #ff5000;
}

.bodyglobal .list-group.list-border .list-group-item a {
  display: block;
  position: relative;
  width: 222px;
  height: 40px;
  z-index: 1;
}

.bodyglobal .list-group.list-border .list-group-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
}

.bodyglobal .list-group.list-border .list-group-item a:hover {
  position: relative;
  z-index: 2;
}

.bodyglobal .list-group.list-border .list-group-item a:hover::after {
  border: solid 1px #ff5000;
}

.bodyglobal .list-group.list-border .list-group-item strong {
  font-weight: 500;
  color: #000;
}

.bodyglobal .column-cardcode::after {
  content: '';
  display: block;
  clear: both;
}

.bodyglobal .column-cardcode .column {
  float: right;
  width: 418px;
}

.bodyglobal .column-cardcode .column:first-child {
  float: left;
  width: 255px;
}

.bodyglobal .column-cardcode .table--base-c {
  border: solid 1px #e7e7e7;
}

.bodyglobal .column-cardcode .table--base-c .table__th {
  background: none;
  color: #333;
  height: 35px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #e7e7e7;
}

.bodyglobal .column-cardcode .table--base-c .table__td {
  font-size: 12px;
  color: #666;
  height: 27.2px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #e7e7e7;
}

.bodyglobal .column-cardcode .panel {
  margin: 0;
  padding: 29px 35px 14px 35px;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
  background-color: #fbfbfb;
}

.bodyglobal .column-cardcode .panel p {
  padding-top: 19px;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.bodyglobal .column-cardcode .hr {
  height: 1px;
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
  background: #e7e7e7;
}

.bodyglobal .column-cardcode .list-group {
  margin-left: -7px;
}

.bodyglobal .column-cardcode .list-group__item {
  font-size: 11px;
  color: #666;
  line-height: 15px;
}

.bodyglobal .column-cardcode .list-group__item::before {
  background: #d9d9d9;
  top: 8px;
}

.bodyglobal .column-cardcode p + .hr {
  margin-top: 20px;
}

.bodyglobal .column-cardcode .hr + .list-group {
  margin-top: 11px;
}

.bodyglobal .form--control {
  height: 32px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  color: #333;
}

.bodyglobal .panel-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.bodyglobal .form-group {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.bodyglobal .form-group .form-group {
  display: table-row;
}

.bodyglobal .form-group_label {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
  line-height: 26px;
  font-size: 13px;
  color: #666;
}

.bodyglobal .form-group_form {
  display: table-cell;
  vertical-align: top;
}

.bodyglobal .form-group_form .col {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bodyglobal .form-group_form .col + .col {
  padding-left: 8px;
}

.bodyglobal .form-group_form .col-3 {
  width: 33.3%;
}

.bodyglobal .form-group_form .form--control {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
}

.bodyglobal .form-group + .form-group .form-group_label {
  padding-top: 8px;
}

.bodyglobal .form-group + .form-group .form-group_form {
  padding-top: 8px;
}

.bodyglobal .column-cashstate {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 9px 0 10px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.bodyglobal .column-cashstate .column {
  display: table-cell;
  border-left: 1px solid #e7e7e7;
}

.bodyglobal .column-cashstate .column:first-child {
  border-left: none;
}

.bodyglobal .column-cashstate .column-title {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #666;
}

.bodyglobal .column-cashstate .column-text {
  display: block;
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.bodyglobal .column-cashstate .column .color-point {
  color: #ff5000;
}

.bodyglobal .panel-pay + .column-cardcode {
  margin-top: 20px;
}

.bodyglobal .column-cardcode + .column-cashstate {
  margin-top: 30px;
}

.bodyglobal .panel-pay + .list-cash {
  margin-top: 20px;
}

.bodyglobal .list-cash + .column-cashstate {
  margin-top: 30px;
}

.bodyglobal .list-border + .column-cashstate {
  margin-top: 20px;
}

.bodyglobal .color-point {
  color: #ff5000 !important;
}

.bodyglobal .well-gray + .list-cash {
  margin-top: 20px;
}

.bodyglobal .card-group {
  overflow: hidden;
}

.bodyglobal .card-group .card-pay {
  float: left;
  margin-bottom: 4px;
  height: 24px;
  width: auto;
  position: relative;
  margin-right: 10px;
  box-sizing: border-box;
  background: none;
}

.bodyglobal .card-group .card-pay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
}

.bodyglobal .card-group .card-pay a:hover::before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: solid 1px #ff5000;
}

.bodyglobal .card-group .card-pay a:hover .company-name {
  color: #ff5000;
}

.bodyglobal .card-group .card-pay label {
  position: relative;
  display: block;
  padding-left: 25px;
}

.bodyglobal .card-group .card-pay label .formstyle--radio {
  position: absolute;
  top: 3px;
  left: 0;
}

.bodyglobal .card-group .card-pay .badge {
  display: none;
  width: 34px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  text-align: center;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../../images/member/icon-bonus.png") no-repeat left top;
}

.bodyglobal .card-group .card-pay .company-logo {
  display: block;
  height: 24px;
  display: table;
  width: 100px;
  margin: 0;
  position: relative;
}

.bodyglobal .card-group .card-pay .company-logo img {
  max-height: 19px;
}

.bodyglobal .card-group .card-pay .company-logo > span {
  display: table-cell;
  background-color: #fff;
  height: 24px;
  text-align: left;
  width: 100%;
  vertical-align: middle;
}

.bodyglobal .card-group .card-pay .company-name {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: normal;
  font-weight: normal;
}

.bodyglobal .card-group .card-pay.bonus .badge {
  display: block;
}

.bodyglobal .element-radio-paycard {
  float: left;
  display: inline-block;
  padding: 4px;
}

.bodyglobal .element-radio-paycard.bonus label::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 12px;
  background: url("../../images/member/svg/icon-bonus-billing.svg") no-repeat 0 0;
}

.bodyglobal .element-radio-paycard label {
  position: relative;
  display: inline-block;
  padding: 0;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}

.bodyglobal .element-radio-paycard label .card-img-wrap {
  display: block;
  position: relative;
  width: 122px;
  height: 36px;
  text-align: center;
}

.bodyglobal .element-radio-paycard label img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100px;
  height: 24px;
  pointer-events: none;
}

.bodyglobal .element-radio-paycard .radio-input {
  display: none;
}

.bodyglobal .element-radio-paycard .radio-input:hover + label::before,
.bodyglobal .element-radio-paycard .radio-input:checked + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ff5000;
  border-radius: 0;
  background: transparent;
}

.bodyglobal .element-radio-paycard .formbox--base-c.formbox--shape-d {
  width: 226px !important;
  height: 32px !important;
  margin-top: 3px;
}

.bodyglobal .confirm-check {
  margin-top: 20px;
  text-align: center;
}

.bodyglobal .confirm-check .element-checkbox input {
  position: relative;
  top: initial;
  left: initial;
}

.bodyglobal .confirm-check .formstyle {
  vertical-align: top;
}

.bodyglobal .column-group.column-3 {
  display: table;
  border-top: 2px solid #f6552b;
  margin-top: 22px;
  width: 100%;
}

.bodyglobal .column-group.column-3 .column {
  display: table-cell;
  text-align: center;
}

.bodyglobal .column-group.column-3 .column {
  width: 33.3%;
  box-sizing: border-box;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.bodyglobal .column-group.column-3 .column span {
  font-size: 13px;
  line-height: 19px;
  display: block;
  height: 40px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border-bottom: 1px solid #e7e7e7;
}

.bodyglobal .column-group.column-3 .column strong {
  flex: none;
  font-size: 13px;
  display: block;
  line-height: 19px;
}

.bodyglobal .column-group.column-3 .column .font-14 {
  flex: none;
  padding-top: 6px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  color: #ff5000;
}

.bodyglobal .column-group.column-3 .column .height-79 {
  height: 79px;
  display: flex;
  color: #333333;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.bodyglobal .column-group.column-3 .column.total {
  background-color: #fdfeee;
}

.bodyglobal .column-group.column-3 .column.total strong {
  font-size: 20px;
  color: #ff5000 !important;
}

.bodyglobal .column-group.column-3 .column:first-child {
  border-left: 0;
}

.dialog--ticket-select1 {
  max-width: none;
  width: 339px;
  margin-left: -169px;
}

.dialog--ticket-select2 {
  max-width: none;
  width: 636px;
  margin-left: -319px;
}

.dialog--coupon-ticket {
  max-width: 763px;
  width: 763px;
  margin-left: -381px;
}

.dialog--coupon-ticket .panel-gray {
  border-radius: 4px;
  background-color: #f2f2f2;
}

.bodys-ticketform .form-lable label {
  font-size: 13px;
  color: #333;
}

.bodys-ticketform .form-content {
  padding-top: 15px;
}

.bodys-ticketform .form-content .column-group {
  display: table;
  width: 100%;
}

.bodys-ticketform .form-content .column-group .column {
  display: table-cell;
}

.bodys-ticketform .form-content .column-group .column + .column {
  padding-left: 20px;
}

.bodys-ticket {
  padding-top: 48px;
  padding-bottom: 40px;
  width: 403px;
  margin: 0 auto;
}

.bodys-ticket .ticket--group + .ticket--group {
  margin-top: 20px;
}

.bodys-ticket .ticket--group {
  width: 403px;
  height: 218px;
  position: relative;
  background: #b4b4b4;
  overflow: hidden;
  margin: 0 auto;
}

.bodys-ticket .ticket--group__img {
  width: 341px;
  height: 212px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: red;
}

.bodys-ticket .ticket--group__img img {
  width: 341px;
  height: 212px;
}

.bodys-ticket .ticket--group__title {
  width: 230px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 66px;
  left: 24px;
  color: #fff;
  z-index: 1;
}

.bodys-ticket .ticket--group__key {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding-right: 100px;
  z-index: 1;
}

.bodys-ticket .ticket--group__data {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  z-index: 1;
}

.bodys-ticket .ticket--group__copy {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  border: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
  background: none;
  border-radius: 2px;
  background-color: #fff;
}

.bodys-ticket .ticket--group .stamp {
  position: absolute;
  top: 86px;
  left: 24px;
  width: 108px;
  height: 108px;
  z-index: 2;
}

.bodys-ticket .ticket--group .stamp-used {
  background: url("../../images/member/svg/stamp-used.svg") no-repeat left top;
}

.bodys-ticket .ticket--group .stamp-expired {
  background: url("../../images/member/svg/stamp-expired.svg") no-repeat left top;
}

.bodys-ticket .ticket--group .ticket--group__side {
  position: absolute;
  top: 32px;
  right: 17px;
  width: 26px;
  height: 154px;
  overflow: hidden;
  text-indent: -999px;
  background: url("../../images/member/tit_gamecoupon.png") no-repeat left top;
}

.bodys-ticket .ticket--group::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: -15px;
  right: 45px;
  background: #f2f2f2;
  border-radius: 20px;
  border: 3px solid #b4b4b4;
  z-index: 1;
}

.bodys-ticket .ticket--group::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -15px;
  right: 45px;
  background: #f2f2f2;
  border-radius: 20px;
  border: 3px solid #b4b4b4;
  z-index: 1;
}

.bodys-ticket .hr {
  margin-top: 26px;
  border-top: 1px solid #e0e0e0;
}

.bodys-ticket .text-group {
  display: table;
  margin-top: 10px;
  width: 100%;
}

.bodys-ticket .text-group_item {
  display: table-row;
  width: 100%;
}

.bodys-ticket .text-group_title {
  width: 90px;
  padding-top: 8px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  font-size: 12px;
  line-height: 19px;
  color: #333;
}

.bodys-ticket .text-group_content {
  display: table-cell;
  padding-top: 8px;
  font-size: 12px;
  line-height: 19px;
  color: #666;
}

.question {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  z-index: 1;
}

.question__toggle {
  display: inline-block;
  text-indent: -1000em;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -385px;
  width: 14px;
  height: 14px;
}

.question__toggle:hover {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -590px -371px;
  width: 14px;
  height: 14px;
}

.question__toggle:hover ~ .question__content {
  display: block;
}

.question__title {
  margin-bottom: 10px;
}

.question__content {
  display: none;
  position: absolute;
  min-width: 298px;
  margin-top: 4px;
  top: 100%;
  right: 0;
  padding: 16px 20px;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.question__list {
  font-size: 11px;
  color: #666;
  line-height: 1.27;
  word-break: break-word;
}

.question__list li {
  margin: 10px 0;
  position: relative;
  padding-left: 7px;
}

.question__list li:last-child {
  margin-bottom: 0;
}

.question__list li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 1px;
  background-color: #666;
}

.content--signup .content__body.game-agreement {
  width: 100%;
  max-width: 944px;
  padding-bottom: 80px;
  border: none;
  background-color: #f7f7f7;
}

.game-agreement .check-list {
  margin: 0;
}

.game-agreement .check-list__title {
  padding-bottom: 16px;
  font-size: 28px;
  border-color: #333;
  text-align: center;
  letter-spacing: -1px;
}

.game-agreement .check-list__title > p {
  margin-top: 16px;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0;
}

.game-agreement .check-list__group {
  margin-bottom: 24px;
  border-color: #ddd;
}

.game-agreement .check-list__group:first-of-type {
  margin-bottom: 0;
}

.game-agreement .check-list__group.low-padding label {
  padding: 16px 0;
}

.game-agreement .check-list__group .check-list__toggle.is-active .check-list__group {
  margin-bottom: 0;
}

.game-agreement .check-list__group label {
  padding: 24px 0;
}

.game-agreement .check-list__group label .S.terms-control {
  height: 24px;
}

.game-agreement .check-list__group .label-text {
  font-size: 14px;
  vertical-align: top;
  line-height: 24px;
  color: #333;
}

.game-agreement .check-list__group .label-text.all {
  font-size: 18px;
  text-decoration: underline;
}

.game-agreement .check-list__group .label-text.sub {
  font-size: 1.167em;
}

.game-agreement .check-list__group .label-text.orange {
  margin-left: 12px;
  font-size: 18px;
  color: #ff5000;
  line-height: normal;
  font-weight: 500;
}

.game-agreement .check-list__group .label-text.orange a {
  text-decoration: underline;
  font-size: 18px;
  color: #ff5000;
  line-height: normal;
  font-weight: 500;
}

.game-agreement .check-list__group .label-text em {
  vertical-align: middle;
  font-size: 1em;
  color: #ff5000;
  line-height: normal;
  font-weight: 500;
}

.game-agreement .check-list__group .scrollbar-outer > .scroll-element.scroll-y {
  width: 8px;
  height: 84px;
  right: 10px;
  top: 8px;
}

.game-agreement .check-list__group .scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  margin-left: 0;
  max-height: 66px !important;
}

.game-agreement .check-list__toggle {
  top: 15px;
  right: 0;
  width: 24px;
  height: 24px;
  border: none;
  text-indent: -9999px;
  background: url("../../images/member/agreement/arrow-up.png") no-repeat center center;
}

.game-agreement .check-list__toggle:hover {
  background-image: url("../../images/member/agreement/arrow-up-hover.png");
}

.game-agreement .check-list__toggle.is-active {
  background: url("../../images/member/agreement/arrow-down.png") no-repeat center center;
}

.game-agreement .check-list__toggle.is-active:hover {
  background-image: url("../../images/member/agreement/arrow-down-hover.png");
}

.game-agreement .check-list__toggle.is-active + .check-list__agreement {
  display: none;
  margin-bottom: 0;
}

.game-agreement .check-list__agreement {
  display: block;
  height: 98px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
  border-color: #ddd;
  border-bottom: none;
}

.game-agreement .check-list__agreement pre {
  white-space: pre-line;
}

.game-agreement .check-list__agreement p {
  font-size: 1em;
  color: #666;
  line-height: 23px;
  font-weight: normal;
}

.game-agreement .check-list__agreement p strong {
  display: inline-block;
  margin-bottom: 10px;
}

.game-agreement .check-list__agreement dl,
.game-agreement .check-list__agreement dt,
.game-agreement .check-list__agreement dd {
  padding: 0;
  font-size: 1em;
  color: #333;
  line-height: 23px;
  font-weight: normal;
}

.game-agreement .check-list__agreement dl strong,
.game-agreement .check-list__agreement dt strong,
.game-agreement .check-list__agreement dd strong {
  font-size: 1.25em;
}

.game-agreement .check-list__agreement dl {
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #f7f7f7;
}

.game-agreement .check-list__agreement dl dt {
  clear: left;
  float: left;
  display: block;
  margin: -1px 0 0 0;
  width: 190px;
  padding: 10px 20px;
  border-top: 1px solid #f1f1f1;
  background-color: #f7f7f7;
}

.game-agreement .check-list__agreement dl dt:first-child {
  border-top: none;
}

.game-agreement .check-list__agreement dl dd {
  padding: 10px 20px 0 20px;
  margin: -1px 0 0 230px;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}

.game-agreement .check-list__agreement dl dd:first-child {
  border-top: none;
}

.game-agreement .check-list__agreement dl dd::after {
  content: "";
  display: table;
  clear: both;
}

.game-agreement .check-list__form {
  margin: 30px 0 45px;
  padding: 24px 32px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  background-color: #f2f2f2;
}

.game-agreement .check-list__form > p {
  margin-bottom: 16px;
  font-size: 1.167em;
  color: #333;
}

.game-agreement .check-list__form h3 {
  font-size: 1.167em;
  color: #333;
  line-height: normal;
  font-weight: 500;
}

.game-agreement .check-list__form h3 em {
  font-size: 1em;
  color: #ff5000;
}

.game-agreement .check-list__form .form--email {
  margin-bottom: 15px;
}

.game-agreement .check-list__form .form--email p {
  margin: 8px 0 13px;
  font-size: 1em;
  color: #666;
  line-height: 16px;
  font-weight: normal;
}

.game-agreement .check-list__form .form--email .atsign {
  display: inline-block;
  margin: 0 8px;
  font-size: 1.333em;
  color: #999;
}

.game-agreement .check-list__form .form--email .formbox--base-c {
  margin-left: 10px;
  height: 40px;
}

.game-agreement .check-list__form .form--protector p {
  margin: 8px 0;
  font-size: 1em;
  color: #666;
  line-height: 16px;
  font-weight: normal;
}

.game-agreement .check-list__form .button {
  margin-bottom: 16px;
}

.game-agreement .check-list__nav .button.is-disabled {
  background-color: #f7f7f7 !important;
  border-color: #cecece !important;
  cursor: not-allowed;
}

.game-agreement .check-list__nav .button.is-disabled .button__text {
  color: #fff;
}

.game-agreement .check-list__complete {
  padding: 32px 0 40px;
  text-align: center;
}

.game-agreement .check-list__complete h3 {
  font-size: 1.5em;
  color: #333;
  line-height: 36px;
  font-weight: 500;
}

.game-agreement .check-list__complete p {
  margin-top: 23px;
  font-size: 1.167em;
  color: #333;
  line-height: 18px;
  font-weight: normal;
}

.game-agreement .check-list__line {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background-color: #333;
}

.game-agreement .banner-area {
  margin-top: 80px;
}

.game-agreement .banner-area a {
  position: relative;
  display: block;
}

.game-agreement .banner-area a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.game-agreement .banner-area a img {
  width: 100%;
  height: auto;
}

.game-agreement .check-disabled {
  cursor: not-allowed;
}

.game-agreement .service-termination {
  padding: 16px 0;
  border: 1px solid #ff5000;
  background-color: #fff5f1;
  font-size: 13px;
  text-align: center;
}

.tab--shape-b.global-tab {
  overflow: hidden;
  box-sizing: border-box;
}

.tab--shape-b.global-tab .tab__nav {
  border-bottom: none;
  margin-top: 15px;
}

.tab--shape-b.global-tab .tab__nav__items {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.tab--shape-b.global-tab .tab__nav__items::after {
  display: none;
}

.tab--shape-b.global-tab .tab__nav__items__item {
  float: none;
  display: table-cell;
  width: 1% !important;
  height: 44px;
  margin: 0 0 0 -1px;
  border: 1px solid #d9d9d9;
  border-left: none;
  background-color: #f7f7f7;
  vertical-align: middle;
  box-sizing: border-box;
}

.tab--shape-b.global-tab .tab__nav__items__item:first-child {
  margin-left: 0;
  border-left: 1px solid #d9d9d9 !important;
}

.tab--shape-b.global-tab .tab__nav__items__item__link {
  position: relative;
  display: block;
  padding: 5px 10px !important;
  text-align: center;
  box-sizing: border-box;
  border: none!important;
}

.tab--shape-b.global-tab .tab__nav__items__item.is-active {
  background-color: #fff;
  border-bottom: none;
}

.tab--shape-b.global-tab .tab__nav__items__item.is-active::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background-color: #ff5000;
  z-index: 2;
}

.tab--shape-b.global-tab .tab__nav__items__item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  visibility: visible;
}

.tab--shape-b.global-tab .tab__nav__items__item.is-active a {
  border: none;
}

.tab--shape-b.global-tab-auto {
  overflow: hidden;
  box-sizing: border-box;
}

.tab--shape-b.global-tab-auto .tab__nav {
  border-bottom: none;
  margin-top: 15px;
}

.tab--shape-b.global-tab-auto .tab__nav__items {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.tab--shape-b.global-tab-auto .tab__nav__items::after {
  display: none;
}

.tab--shape-b.global-tab-auto .tab__nav__items > li:first-child.tab__nav__items__item.is-active .tab__nav__items__item__link {
  border-left: 1px solid #d9d9d9 !important;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item {
  float: none;
  display: table-cell;
  width: auto;
  min-width: 120px;
  height: 45px;
  margin: 0 0 0 -1px;
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  vertical-align: middle;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item:first-child {
  border: 1px solid #d9d9d9;
  margin-left: 0;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px !important;
  text-align: center;
  box-sizing: border-box;
  border: none !important;
  font-weight: normal;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item__link .clamp2 {
  word-break: break-all;
  word-wrap: break-word;
  display: block;
  overflow: hidden;
  max-height: 36px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item.is-active {
  background-color: #fff;
  border-bottom: none;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item.is-active::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background-color: #ff5000;
  z-index: 2;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  visibility: visible;
}

.tab--shape-b.global-tab-auto .tab__nav__items__item.is-active a {
  border: none;
}

.table.global-table {
  table-layout: fixed;
}

.table.global-table .table__th {
  height: 47px;
  padding: 6px 12px;
  line-height: 17px;
  font-weight: normal;
  box-sizing: border-box;
}

.table.global-table .table__td {
  padding: 16px 12px 15px;
}

.page-bottom__nav {
  text-align: center;
}

.page-bottom__nav .button--base-l {
  padding: 0 18px;
}

.detail-info-area .detail-info-title {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  font-weight: 500;
}

.detail-info-area .detail-info-txt {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 17px;
  font-weight: normal;
}

.detail-info-area .detail-info-txt.t-right {
  text-align: right;
}

.detail-info-area .detail-info-box {
  position: relative;
  padding: 32px;
  margin-top: 16px;
  border: 1px solid #d4d4d4;
}

.detail-info-area .detail-info-box::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 50%;
  width: 1px;
  background-color: #eaeaea;
}

.detail-info-area .detail-info-box::after {
  content: '';
  display: block;
  clear: both;
}

.detail-info-area .detail-info-box .detail-info-col {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.detail-info-area .detail-info-box .detail-info-col:first-child {
  padding-right: 24px;
}

.detail-info-area .detail-info-box .detail-info-col ~ .detail-info-col {
  padding-left: 25px;
}

.detail-info-area .detail-info-box .detail-info-col .cash-select {
  width: 100%;
}

.detail-info-area .detail-info-box .detail-info-col .cash-select .formbox--base-c.formbox--shape-d {
  width: 100% !important;
}

.detail-info-area .detail-info-box .detail-info-col .dl-table {
  margin-top: 12px;
}

.detail-info-area .detail-info-box .detail-info-col .dl-table ~ .dl-table {
  margin-top: 8px;
}

.detail-info-area .detail-info-box .mycash-limit {
  display: table;
  width: 100%;
}

.detail-info-area .detail-info-box .mycash-limit-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  color: #333;
  line-height: 17px;
  font-weight: normal;
}

.detail-info-area .detail-info-box .mycash-limit-btn {
  display: table-cell;
  width: 1%;
  padding-left: 10px;
  vertical-align: top;
  white-space: nowrap;
}

.detail-info-area .detail-info-box .mycash-limit-btn .button--base-d {
  padding: 6px 16px;
}

.detail-info-area .detail-info-box .mycash-limit-btn .button__text {
  font-weight: 500;
}

.detail-info-area .detail-info-box .cash-limit-data {
  margin-top: 20px;
  font-size: 13px;
  color: #333;
  line-height: 16px;
  font-weight: normal;
}

.detail-info-area .detail-info-box .cash-limit-data strong {
  margin-right: 4px;
  font-size: 32px;
  color: #FF5000;
  line-height: 26px;
  font-weight: 500;
}

.dl-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
  color: #333;
  line-height: 13px;
  font-weight: normal;
  vertical-align: top;
}

.dl-table-col {
  display: table-cell;
}

.dl-table-col.hyphen {
  position: relative;
  width: 176px;
  padding-left: 9px;
}

.dl-table-col.hyphen::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 1px;
  background-color: #999;
}

.dl-table-col.cash-data {
  text-align: right;
}

.mycash-about {
  padding: 51px 0 0 0;
}

.mycash-about .figure-list__nav .button__text {
  font-weight: 500;
}

.mycash-about .figure-desc__text {
  margin: 16px 0 27px;
}

.mycash-about .figure-desc__text strong {
  margin-top: 7px;
  color: #ff5000;
}

.mycash-about .icon--crewward-c {
  margin-left: 4px;
}

.mycash-about .define-list__dd {
  font-size: 12px;
}

.mycash-section {
  margin: 40px 0 15px;
  border-top: 1px solid #e7e7e7;
}

.mycash-section .div-table {
  padding: 18px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}

.div-table {
  display: table;
  width: 100%;
}

.div-table .div-col-data {
  display: table-cell;
  padding: 0 20px;
}

.div-table .div-col-data.detail-info-title {
  padding-left: 0;
}

.div-table .div-col-data .data-title {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  font-weight: 500;
}

.div-table .div-col-data .data-txt {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 17px;
  font-weight: normal;
}

.div-table .div-col-data .note {
  padding-right: 10px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  font-weight: normal;
}

.div-table .div-col-btn {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
}

.div-table .div-col-btn .button--base-d {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-table .div-col-btn.nav {
  vertical-align: bottom;
}

.div-table .div-col-right {
  display: table-cell;
  vertical-align: bottom;
  width: 1%;
  white-space: nowrap;
}

.div-table .div-col-right.detail-info-txt {
  margin-top: 0;
  font-size: 11px;
  color: #999;
  line-height: 16px;
  font-weight: normal;
}

.div-table .category-nav {
  padding: 0;
  border-bottom: none;
}

.div-table .category-nav__link {
  font-weight: normal;
}

.table-info-area {
  margin-bottom: 16px;
}

.table-info-area .div-table .div-col-data {
  padding: 0;
}

.txt-basic-a {
  margin: 10px 0;
  font-size: 13px;
  color: #666;
  line-height: 16px;
  font-weight: normal;
}

.cash-detail-body .cash-pay-header .cash-detail-group .cash-detail-col:first-child {
  padding-left: 12px;
}

.cash-detail-body .cash-pay-header .cash-detail-group .cash-detail-col:last-child {
  padding-right: 12px;
}

.cash-detail-body .cash-pay-header .cash-detail-group .cash-detail-col:last-child .cash-detail-title,
.cash-detail-body .cash-pay-header .cash-detail-group .cash-detail-col:last-child .cash-detail-sc {
  color: #ff5000;
}

.cash-detail-body .cash-pay-header .cash-detail-group .cash-detail-col:last-child .cash-detail-sc {
  margin-bottom: 0;
}

.cash-detail-body .thumb--group__content ~ .cash-detail-group {
  background-color: transparent;
}

.cash-detail-body .cash-detail-group {
  background-color: #f2f2f2;
}

.cash-detail-body .hist-list-body .cash-detail-sc,
.cash-detail-body .cash-detail-body .cash-detail-sc {
  font-size: 16px;
}

.cash-detail-footer {
  padding-top: 77px;
  padding-bottom: 57px;
  background-color: #fafafa;
}

.cash-detail-footer .cash-detail-group .cash-detail-col .cash-detail-sc {
  margin-bottom: 0;
}

.cash-detail-footer .cash-detail-group .cash-detail-col:first-child {
  padding-left: 31px;
}

.cash-detail-footer .cash-detail-group .cash-detail-col:last-child {
  padding-right: 12px;
}

.cash-detail-footer .hist-list-body .cash-detail-sc,
.cash-detail-footer .cash-detail-body .cash-detail-sc {
  font-size: 14px;
}

.cash-detail-list {
  margin-top: 1px;
}

.cash-detail-list .empty {
  padding: 24px 0;
  border-top-color: #d2d2d2;
  border-bottom: none;
  text-align: center;
}

.cash-detail-list .cash-detail-body .cash-detail-col:last-child {
  width: 32%;
}

.cash-detail-list .cash-detail-footer .cash-detail-col:last-child {
  width: 29%;
}

.cash-detail-list .hist-list-body .cash-detail-title,
.cash-detail-list .cash-detail-body .cash-detail-title {
  font-size: 12px;
}

.hist-list-item,
.cash-detail-item {
  border-top: 1px solid #d2d2d2;
}

.hist-list-item.is-active .cash-detail-header .tools-handle .icon--arrow,
.cash-detail-item.is-active .cash-detail-header .tools-handle .icon--arrow {
  background: url("../../images/member/svg/arrow-up_6x10.svg") no-repeat center center;
}

.hist-list-item.is-active .cash-detail-body,
.cash-detail-item.is-active .cash-detail-body {
  display: block;
}

.hist-list-header,
.cash-detail-header {
  position: relative;
}

.hist-list-header .tools,
.cash-detail-header .tools {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
}

.hist-list-header .tools-handle,
.cash-detail-header .tools-handle {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
}

.hist-list-header .tools-handle .icon--arrow,
.cash-detail-header .tools-handle .icon--arrow {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../images/member/svg/arrow-down_6x10.svg") no-repeat center center;
}

.hist-list-group,
.cash-detail-group {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.hist-list-col,
.cash-detail-col {
  position: relative;
  display: table-cell;
  padding: 16px;
}

.hist-list-col ~ .cash-detail-col:before,
.cash-detail-col ~ .cash-detail-col:before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 1px;
  background-color: #eee;
}

.hist-list-title,
.cash-detail-title {
  font-size: 13px;
  color: #000;
  line-height: 17px;
  font-weight: 500;
}

.hist-list-txt,
.cash-detail-txt {
  margin-top: 6px;
  font-size: 13px;
  color: #333;
  line-height: 19px;
  font-weight: normal;
}

.hist-list-data ~ .cash-detail-data,
.cash-detail-data ~ .cash-detail-data {
  margin-top: 16px;
}

.hist-list-sc,
.cash-detail-sc {
  position: relative;
  padding: 2px 0 0 0;
  margin-bottom: 8px;
  font-size: 13px;
  color: #333;
  line-height: 17px;
  font-weight: normal;
}

.hist-list-sc .icon--cash,
.cash-detail-sc .icon--cash {
  vertical-align: middle;
}

.hist-list-body .cash-detail-col,
.cash-detail-body .cash-detail-col,
.hist-list-footer .cash-detail-col,
.cash-detail-footer .cash-detail-col {
  padding: 16px 18px;
  text-align: left;
}

.hist-list-body .cash-detail-col:first-child,
.cash-detail-body .cash-detail-col:first-child,
.hist-list-footer .cash-detail-col:first-child,
.cash-detail-footer .cash-detail-col:first-child {
  padding-left: 0;
}

.hist-list-body .cash-detail-col:last-child,
.cash-detail-body .cash-detail-col:last-child,
.hist-list-footer .cash-detail-col:last-child,
.cash-detail-footer .cash-detail-col:last-child {
  padding-right: 0;
}

.hist-list-body .cash-detail-col:last-child .cash-detail-title,
.cash-detail-body .cash-detail-col:last-child .cash-detail-title,
.hist-list-footer .cash-detail-col:last-child .cash-detail-title,
.cash-detail-footer .cash-detail-col:last-child .cash-detail-title,
.hist-list-body .cash-detail-col:last-child .cash-detail-sc,
.cash-detail-body .cash-detail-col:last-child .cash-detail-sc,
.hist-list-footer .cash-detail-col:last-child .cash-detail-sc,
.cash-detail-footer .cash-detail-col:last-child .cash-detail-sc {
  font-weight: 500;
}

.hist-list-body .cash-detail-col ~ .cash-detail-col::before,
.cash-detail-body .cash-detail-col ~ .cash-detail-col::before,
.hist-list-footer .cash-detail-col ~ .cash-detail-col::before,
.cash-detail-footer .cash-detail-col ~ .cash-detail-col::before {
  top: 12px;
  bottom: 12px;
}

.hist-list-body .icon-info-circle,
.cash-detail-body .icon-info-circle,
.hist-list-footer .icon-info-circle,
.cash-detail-footer .icon-info-circle {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  background-image: url("../../images/member/svg/icon-info-circle.svg");
}

.hist-list-body .symbol,
.cash-detail-body .symbol,
.hist-list-footer .symbol,
.cash-detail-footer .symbol {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
}

.hist-list-body .symbol::before,
.cash-detail-body .symbol::before,
.hist-list-footer .symbol::before,
.cash-detail-footer .symbol::before,
.hist-list-body .symbol::after,
.cash-detail-body .symbol::after,
.hist-list-footer .symbol::after,
.cash-detail-footer .symbol::after {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 2px;
  background-color: #999;
}

.hist-list-body .symbol.hyp::before,
.cash-detail-body .symbol.hyp::before,
.hist-list-footer .symbol.hyp::before,
.cash-detail-footer .symbol.hyp::before {
  content: '';
  top: 50%;
  margin-top: -1px;
}

.hist-list-body .symbol.equal::before,
.cash-detail-body .symbol.equal::before,
.hist-list-footer .symbol.equal::before,
.cash-detail-footer .symbol.equal::before {
  content: '';
  top: 7px;
}

.hist-list-body .symbol.equal::after,
.cash-detail-body .symbol.equal::after,
.hist-list-footer .symbol.equal::after,
.cash-detail-footer .symbol.equal::after {
  content: '';
  bottom: 7px;
}

.hist-list-body,
.cash-detail-body {
  display: none;
  background-color: #fafafa;
  border-top: 1px solid #eee;
}

.hist-list-body .cash-detail-title,
.cash-detail-body .cash-detail-title {
  font-weight: normal;
}

.hist-list-body .cash-detail-sc,
.cash-detail-body .cash-detail-sc {
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  font-weight: normal;
  word-break: keep-all;
  word-wrap: break-word;
}

.hist-list-body .cash-detail-sc #ff5000 .icon--cash,
.cash-detail-body .cash-detail-sc #ff5000 .icon--cash {
  position: relative;
  top: 2px;
  margin-right: 4px;
  vertical-align: top;
}

.hist-list-body .cash-detail-sc span,
.cash-detail-body .cash-detail-sc span {
  display: block;
}

.hist-list-actions,
.cash-detail-actions {
  margin-top: 5px;
  text-align: right;
}

.hist-list-actions .button--shape-b,
.cash-detail-actions .button--shape-b {
  font-weight: normal;
}

.item2--group {
  padding-left: 20px;
}

.item2--group .cash-detail-group {
  margin-left: -20px;
}

.cash-pay-item {
  padding: 16px 8px 12px;
  border-top: 1px solid #eee;
}

.cash-pay-item .thumb--group__img,
.cash-pay-item .thumb--group__content {
  vertical-align: top;
}

.cash-pay-item .title {
  word-break: break-all;
  line-height: 17px;
}

.cash-pay-item .state {
  margin-top: 4px;
}

.cash-pay-item2 {
  display: flex;
  flex-direction: row;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
}

.cash-pay-item2 .thumb--group__content .badge-wrap {
  display: flex;
  margin-bottom: 4px;
}

.cash-pay-item2 .badge-wrap .badge {
  display: inline-block;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
}

.cash-pay-item2 .badge-wrap .badge ~ .badge {
  margin-left: 4px;
}

.cash-pay-item2 .badge-wrap .badge-gray {
  background-color: #3a3a3a;
}

.cash-pay-item2 .badge-wrap .badge-blue {
  background: #3191f0;
}

.cash-pay-item2 .thumb--group {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border-right: 1px solid #eee;
}

.cash-pay-item2 .thumb--group__img,
.cash-pay-item2 .thumb--group__content {
  padding-top: 17px;
  padding-bottom: 17px;
}

.cash-pay-item2 .thumb--group__img {
  flex-shrink: 0;
  flex-basis: 70px;
  height: auto;
}

.cash-pay-item2 .thumb--group__img img {
  width: 70px;
  height: 70px;
}

.cash-pay-item2 .thumb--group__content {
  flex-grow: 1;
  width: calc(100% - 70px);
  padding-left: 16px;
}

.cash-pay-item2 .thumb--group__content > * {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.cash-pay-item2 .thumb--group__content > *:last-child {
  margin-bottom: 0;
}

.cash-pay-item2 .cash-pay-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 160px;
  text-align: center;
  margin-top: 0;
}

.cash-pay-item2 .cash-pay-element .cash-pay-state,
.cash-pay-item2 .cash-pay-element .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
}

.cash-pay-item2 .actions {
  margin-top: 9px;
}

.cash-pay-item2 .cash-detail-title {
  white-space: nowrap;
}

.cash-pay-item2 .state {
  color: #ff5000;
}

.cash-pay-item2 .pay {
  font-weight: 500;
}

.cash-pay-item2 .hist-list-col ~ .cash-detail-col:before,
.cash-pay-item2 .cash-detail-col ~ .cash-detail-col:before {
  display: none;
}

.cash-pay-element {
  margin-top: 12px;
  text-align: right;
}

.cash-pay-element > strong {
  margin-right: 4px;
  font-size: 13px;
}

.cash-pay-element .cash-detail-sc {
  vertical-align: middle;
  margin-right: 0;
  margin-left: 24px;
  font-size: 13px;
  font-weight: 500;
}

.cash-pay-element .cash-detail-sc.normal {
  font-weight: normal;
}

.cash-pay-element .cash-detail-sc strong {
  padding-left: 24px;
}

.cash-pay-element .button--base-m {
  padding: 4px 8px;
  color: #333;
}

.cash-pay-element .button--base-m.button--shape-a.disabled {
  border-color: #efefef;
  background-color: #fff;
  color: #999;
}

.cash-pay-element .button--base-m:disabled {
  border-color: #efefef;
  color: #999;
}

.cash-pay-element .actions {
  margin-left: 24px;
  vertical-align: middle;
}

.cash-pay-state {
  vertical-align: middle;
  font-size: 13px;
  margin-left: 24px;
}

.cash-pay-footer .cash-pay-item {
  padding-bottom: 16px;
}

.cash-pay-footer .cash-pay-element {
  margin-top: 0;
  box-sizing: border-box;
}

.not-sh .table.global-table .table__th {
  font-weight: 500;
  font-size: 13px;
}

.not-sh .table.global-table .table__td.no--data {
  padding: 32px 0;
  text-align: center;
  font-size: 13px;
  color: #333;
  line-height: 17px;
  font-weight: normal;
  border-bottom: 1px solid #d2d2d2;
}

.S.terms-control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.S.terms-control__checkbox {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.S.terms-control__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #9b9b9b;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSI+ICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBmaWxsPSIjOTk5IiBkPSJNNS42NyA2LjUyOEwxMS45OTMuMjA1YS43LjcgMCAxIDEgLjk5Ljk5TDYuMTk1IDcuOTgzYS42OTkuNjk5IDAgMCAxLS4yMDIuMTQxLjcuNyAwIDAgMS0uODI4LS4xMmwtMy45Ni0zLjk2YS43LjcgMCAwIDEgLjk5LS45OUw1LjY3IDYuNTI4eiIvPiAgICAgICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNHY5SDB6Ii8+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50%;
  border-radius: 50%;
}

.S.terms-control__checkbox:checked ~ .S.terms-control__icon {
  border: 1px solid #ff5500;
  background-color: #ff5500;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSI+ICAgIDxnIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBkPSJNNS42NyA2LjUyOEwxMS45OTMuMjA1YS43LjcgMCAxIDEgLjk5Ljk5TDYuMTk1IDcuOTgzYS42OTkuNjk5IDAgMCAxLS4yMDIuMTQxLjcuNyAwIDAgMS0uODI4LS4xMmwtMy45Ni0zLjk2YS43LjcgMCAwIDEgLjk5LS45OUw1LjY3IDYuNTI4eiIvPiAgICAgICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNHY5SDB6Ii8+ICAgIDwvZz48L3N2Zz4=");
}

.S.terms-control__checkbox:disabled {
  cursor: not-allowed;
}

.S.terms-control__checkbox:disabled ~ .S.terms-control__icon {
  opacity: 0.6;
  background-color: #eaeaea;
}

.S.terms-area {
  margin: 20px 0;
  height: auto;
}

.S.terms-area *:last-child {
  margin: 0;
}

.S.terms-area__header {
  margin-bottom: 10px;
  position: relative;
  padding-right: 30px;
}

.S.terms-area__header::after {
  content: '';
  display: block;
  clear: both;
}

.S.terms-area__title {
  float: left;
  margin: 0 !important;
  font-size: 16px !important;
  color: #333;
  font-weight: 500;
  padding: 0 !important;
  border-bottom: none !important;
  width: auto !important;
}

.S.terms-area__title small {
  font-size: 12px;
  color: #888;
}

.S.terms-area__title small.active-text {
  color: #ff5500;
}

.S.terms-area__header .S.terms-control {
  position: absolute;
  top: 0;
  right: 0;
}

.S.terms-area__body {
  padding: 12px;
  max-height: 140px;
  border: 1px solid #e7e7e7;
  overflow: auto;
  font-size: 12px;
  color: #888;
}

.S.terms-area__body * {
  margin: 10px 0 !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 12px !important;
  border-bottom: none !important;
}

.S.terms-area__body h2,
.S.terms-area__body h3 {
  font-weight: 500;
}

.S.terms-area__body *:first-child {
  margin-top: 0 !important;
}

.dialog--base-c.dialog--shape-a.dialog-refund {
  margin-top: -365px;
}

.dialog--base-c.dialog--shape-a.dialog-refund.dialog-valign-center {
  margin-top: 0;
  transform: translateY(-50%);
  overflow-y: auto;
  max-height: 90%;
  flex-direction: column;
}

.dialog--base-c.dialog--shape-a.dialog-refund.dialog-valign-center:not(.dialog--hidden) {
  display: flex !important;
}

.dialog--base-c.dialog--shape-a.dialog-refund.dialog-valign-center .dialog__content-scroll {
  overflow-y: auto;
}

.content_refund .list-group__item {
  font-size: 12px;
  color: #999;
}

.content_refund .user-area__guidance-typea {
  padding-left: 0;
}

.content_refund .user-area__guidance-typea ol {
  padding-left: 15px;
}

.content_refund .user-area__guidance-typea ol li {
  position: relative;
  list-style: decimal;
}

.content_refund .user-area__guidance-typea ol li::marker {
  position: absolute;
  left: 0;
  border: 1px solid red;
  font-size: 10px;
}

.content_refund .user-area__guidance-typea ol.circle-type {
  padding-left: 0;
}

.content_refund .user-area__guidance-typea ol.circle-type li {
  position: relative;
  list-style: decimal;
  list-style: none;
  padding-left: 15px;
}

.content_refund .user-area__guidance-typea ol.circle-type li::before {
  position: absolute;
  left: 0;
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(1)::before {
  content: '①';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(2)::before {
  content: '②';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(3)::before {
  content: '③';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(4)::before {
  content: '④';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(5)::before {
  content: '⑤';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(6)::before {
  content: '⑥';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(7)::before {
  content: '⑦';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(8)::before {
  content: '⑧';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(9)::before {
  content: '⑨';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(10)::before {
  content: '⑩';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(11)::before {
  content: '⑪';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(12)::before {
  content: '⑫';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(13)::before {
  content: '⑬';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(14)::before {
  content: '⑭';
}

.content_refund .user-area__guidance-typea ol.circle-type li:nth-child(15)::before {
  content: '⑮';
}

.content_refund .user-area__guidance-typea ul.dot-type {
  padding-left: 5px;
}

.content_refund .user-area__guidance-typea ul.dot-type li {
  position: relative;
  padding-left: 7px;
}

.content_refund .user-area__guidance-typea ul.dot-type li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #999;
}

.content_refund .button.button--base-h.button--shape-a {
  border-color: #d2d2d2;
}

.content_refund .button.button--base-h.button--shape-a .button__text {
  color: #333;
}

.content_refund .user-area__guidance-typea dl dt {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.content_refund .user-area__guidance-typea dl dd {
  font-size: 12px;
  color: #999;
  padding-left: 8px;
}

.content_refund .user-area__guidance-typea dl dd:after {
  width: 2px;
  height: 1px;
  top: 10px;
  background-color: #989898;
}

.content_refund .table--base-e .table__th,
.content_refund .table--base-e .table__td {
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  word-break: break-all;
}

.content_refund .table--base-e .table__td {
  font-size: 12px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_refund .table--base-e .table__td .nodata {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}

.content_refund .pagination {
  margin-top: 12px;
}

.content_refund .pagination .pagination__link {
  color: #333;
}

.content_refund .pagination .pagination__link.is-active {
  font-weight: 500;
  color: #ff5000;
}

.content_refund .content__nav + .user-area__guidance-typea {
  margin-top: 30px;
  padding-bottom: 18px;
}

.content_refund .user-area__guidance-typea {
  padding-top: 18px;
}

.content_refund .user-area__guidance-typea dl dd {
  line-height: 20px;
}

.content_refund .list-group + .table {
  margin-top: 10px;
}

.bodysform {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.bodysform .form-group {
  display: table-row;
}

.bodysform .form-group__label {
  font-size: 12px;
  display: table-cell;
  height: 32px;
  width: 1%;
  vertical-align: middle;
  padding-right: 8px;
  white-space: nowrap;
  font-weight: 500;
  color: #333;
  padding-top: 3px;
  box-sizing: border-box;
}

.bodysform .form-group__text {
  font-size: 12px;
  display: table-cell;
  height: 32px;
  vertical-align: middle;
  padding-right: 8px;
  white-space: nowrap;
  color: #666;
  padding-top: 3px;
  box-sizing: border-box;
}

.bodysform .form-group__text strong {
  color: #333;
}

.bodysform .form-group__form {
  display: table-cell;
  padding-top: 3px;
  height: 32px;
  box-sizing: border-box;
}

.bodysform .form-group__form .col {
  float: left;
  box-sizing: border-box;
}

.bodysform .form-group__form .col + .col {
  padding-left: 8px;
}

.bodysform .form-group:first-child .form-group__label {
  padding-top: 0;
}

.dialog-refund {
  width: 600px;
  top: 0;
  box-sizing: border-box;
}

.dialog-refund .dialog__header {
  padding-top: 11px;
  padding-bottom: 12px;
}

.dialog-refund .dialog__header__title {
  font-size: 16px;
  color: #333;
}

.dialog-refund .list-group .list-group__item {
  font-size: 11px;
  line-height: 16px;
  margin-top: 2px;
  color: #999;
}

.dialog-refund .list-group .list-group__item .point-txt {
  font-size: 13px;
  font-weight: bold;
}

.dialog-refund .list-group .list-group__item:first-child {
  margin-top: 0;
}

.dialog-refund .pagination {
  padding: 0;
  margin: 8px;
  margin-bottom: -7px;
}

.dialog-refund .dialog__content {
  padding-bottom: 0;
  padding-top: 20px;
}

.dialog-refund .dialog__content-scroll {
  overflow-y: auto;
}

.dialog-refund .line {
  height: 1px;
  background: #e7e7e7;
}

.dialog-refund .well + .list-group {
  margin-top: 16px;
}

.dialog-refund .list-group + .line {
  margin-top: 20px;
}

.dialog-refund .line + .indent {
  margin-top: 16px;
}

.dialog-refund .consent label {
  overflow: hidden;
  display: inline-block;
}

.dialog-refund .consent + .list-group {
  margin-top: 1px;
}

.dialog-refund .consent .formstyle--checkbox {
  float: left;
  margin-right: 6px;
}

.dialog-refund .consent .checkbox-text {
  float: left;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  margin-top: -4px;
}

.dialog-refund .agree-desc label {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}

.dialog-refund .agree-desc + .list-group {
  margin-top: 1px;
}

.dialog-refund .agree-desc .formstyle--checkbox {
  display: table-cell;
  margin: 0;
  top: 2px;
  width: 20px;
  vertical-align: top;
}

.dialog-refund .agree-desc .checkbox-text {
  display: table-cell;
  vertical-align: top;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.dialog-refund .indent .guide {
  padding-top: 4px;
  padding-left: 2px;
  font-size: 11px;
  line-height: 16px;
  color: #999;
}

.dialog-refund .table--base-e .table__td {
  color: #333;
}

.dialog-refund .line + .list-group {
  margin-top: 15px;
}

.dialog-refund .dialog__nav + .line {
  margin-top: 20px;
}

.dialog-refund .dialog__footer .list-group + .line {
  margin-top: 16px;
}

.dialog-refund .list-group {
  margin-left: 10px;
}

.dialog-refund .list-group__tit {
  margin-left: 10px;
  margin-top: 12px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.dialog-refund .list-group__tit ~ .list-group.list-hyp {
  margin-top: 8px;
}

.dialog-refund .list-group__tit ~ .list-group.list-hyp .list-group__item a {
  text-decoration: underline;
  color: #333;
}

.dialog-refund .indent .list-group {
  margin-left: 0;
}

.dialog-refund .list-hyp ol {
  padding-left: 15px;
}

.dialog-refund .list-hyp ol li {
  position: relative;
  list-style: decimal;
}

.dialog-refund .list-hyp ol li::marker {
  position: absolute;
  left: 0;
  border: 1px solid red;
  font-size: 10px;
}

.dialog-refund .list-hyp ol.circle-type {
  padding-left: 0;
}

.dialog-refund .list-hyp ol.circle-type li {
  position: relative;
  list-style: decimal;
  list-style: none;
  padding-left: 15px;
}

.dialog-refund .list-hyp ol.circle-type li::before {
  position: absolute;
  left: 0;
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(1)::before {
  content: '①';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(2)::before {
  content: '②';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(3)::before {
  content: '③';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(4)::before {
  content: '④';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(5)::before {
  content: '⑤';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(6)::before {
  content: '⑥';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(7)::before {
  content: '⑦';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(8)::before {
  content: '⑧';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(9)::before {
  content: '⑨';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(10)::before {
  content: '⑩';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(11)::before {
  content: '⑪';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(12)::before {
  content: '⑫';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(13)::before {
  content: '⑬';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(14)::before {
  content: '⑭';
}

.dialog-refund .list-hyp ol.circle-type li:nth-child(15)::before {
  content: '⑮';
}

.dialog-refund .list-hyp ul.dot-type {
  padding-left: 5px;
}

.dialog-refund .list-hyp ul.dot-type li {
  position: relative;
  padding-left: 7px;
}

.dialog-refund .list-hyp ul.dot-type li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #999;
}

.dialog-refund .list-hyp .list-group__item::before {
  background: #999;
  width: 3px;
  top: 8px;
  left: 1px;
}

.dialog-refund .table--base-e .table__th,
.dialog-refund .table--base-e .table__td {
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
}

.dialog-refund .table--base-e .table__td {
  font-size: 12px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dialog-refund .table--base-e .table__td .nodata {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}

.dialog-refund .pagination {
  margin-top: 16px;
}

.dialog-refund .pagination .pagination__link {
  color: #333;
}

.dialog-refund .pagination .pagination__link.is-active {
  font-weight: 500;
  color: #ff5000;
}

.dialog-refund .well-bank {
  padding-top: 17px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 14px;
}

.dialog-refund .formstyle__icon {
  width: 12px;
  height: 12px;
}

.dialog-refund .formstyle--checkbox.formstyle--checked .formstyle__icon:after {
  top: 2px;
  left: 1px;
}

.dialog-refund .formbox--base-c__icon:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #333 transparent transparent transparent;
}

.dialog-refund .indent {
  padding-left: 8px;
}

.dialog-refund .indent .list-group {
  margin-left: 2px;
}

.dialog-refund .indent .list-group .list-group__item {
  margin-top: 0px;
}

.winner--top {
  position: relative;
  max-width: 542px;
  max-height: 312px;
  margin: 0 auto -30px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  z-index: 2;
}

.winner--top img {
  width: 100%;
  height: 100%;
}

.winner--top p {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -8%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 480px;
  height: 60px;
  margin: 0 auto;
  font-family: NotoSansCJKkr;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #ffc100;
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: -0.5px;
}

.tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 5px;
  padding: 14px 26px 15px 14px;
  background-color: #059fee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: all 0.2s;
}

.tooltip_x {
  position: absolute;
  border: none;
  text-indent: -1000em;
  cursor: pointer;
}

.tooltip_button {
  display: inline-block;
  padding: 7px 36px;
  border-radius: 37px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  color: #fff;
}

.tooltip_arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tooltip.is-center {
  text-align: center;
}

.tooltip.is-center .tooltip_text {
  padding: 0;
}

.tooltip.is-center .tooltip_text:before {
  position: static;
  display: inline-block;
}

.tooltip.in {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.tooltip.color-white {
  position: absolute;
  top: -2px;
  left: -325px;
  margin: 0;
  padding: 2px 5px 3px 25px;
  background-color: #fbfbfb;
  border: 1px solid #d9d9d9;
  color: #666;
  font-size: 11px;
  line-height: normal;
  box-shadow: none;
}

.tooltip.color-white .tooltip_x {
  top: 6px;
  right: 0;
  left: 9px;
  width: 8px;
  height: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/member/svg/close_x.svg");
}

.tooltip.color-white .tooltip_text::before {
  display: none;
}

.tooltip.color-white .tooltip_text .total {
  font-weight: 500;
  color: #ff5000;
}

.tooltip.color-white .tooltip_text .plus {
  margin: 0 4px;
}

.tooltip.color-white .tooltip_arrow.right {
  top: 6px;
  right: -7px;
  width: 7px;
  height: 8px;
  border: none;
  background-size: 100%;
  background: url("../../images/member/svg/arrow-right.svg") 50% 50% no-repeat;
}

.change-btn button {
  margin-right: 8px;
}

.browser-banner {
  background: url("../../images/member/browser-campaign/bg_browsers.jpg") #1d1751 no-repeat 50% 50%;
  background-size: 1600px auto;
  color: #fff;
}

.browser-banner__inner {
  margin: 0 auto;
  height: 100px;
  display: table;
}

.browser-banner__col {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
}

.browser-banner__col.is-center {
  text-align: center;
}

.browser-banner__img {
  max-width: 96px;
}

.browser-banner__title {
  margin: 7px 0;
  font-size: 20px;
  color: #fff;
}

.browser-banner__text {
  margin: 7px 0;
  color: #818bba;
  font-size: 12px;
}

.browser-banner__link {
  display: inline-block;
  padding: 10px 24px;
  background-color: rgba(29, 23, 81, 0.5);
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.content--mypage .content__body.content__msg .content__title {
  padding-top: 25px;
}

.content--mypage .content__body.gameinfo .form-section {
  margin-top: 23px;
}

.content--mypage .content__body.gameinfo .tab--base-a .tab__nav a,
.content--mypage .content__body.gameinfo .tab--base-a .tab__nav .is-active a {
  padding-left: 20px;
  padding-right: 20px;
}

.module-actions::after {
  content: '';
  display: block;
  clear: both;
}

.module-actions .actions-left {
  float: left;
}

.module-actions .actions-left .element-btn {
  float: left;
  margin-right: 8px;
}

.module-actions .actions-right {
  float: right;
}

.module-actions .actions-right .element-btn {
  float: left;
}

.module-actions .actions-center {
  font-size: 0;
  text-align: center;
}

.module-actions .actions-center .element-btn + .element-btn {
  margin-left: 8px;
}

.element-input {
  height: 21px;
  padding: 11px 5px 0 5px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  font-size: 13px;
  color: #333;
}

input .element-input[readonly="readonly"] {
  background-color: #fbfbfb;
}

.element-input::placeholder {
  color: #999;
}

.footer-member-new {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-member-new .copy {
  display: table;
  width: 100%;
  height: 79px;
  text-align: center;
}

.footer-member-new .copy small {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.2px;
  font-size: 12px;
  color: #333;
  line-height: normal;
  font-weight: 500;
}

html body.new-bg {
  height: 100%;
}

html body.new-bg .wrapper {
  height: auto;
}

html body.new-bg .wrapper.wrapper--full {
  -ms-overflow-y: visible;
}

html body.new-bg .content--secession {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
  body.mypage-bg {
    width: fit-content;
  }

  .content--signup .content__body.game-agreement {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media only screen and (max-width: 380px) {
  .header-member > a.size-2x img {
    width: 100%;
  }

  .game-agreement .check-list__title {
    letter-spacing: -2px;
  }

  .game-agreement .check-list__title > p {
    letter-spacing: -1px;
  }
}

.content--signup .content__body__page .signup .button--base-l.button--shape-a .button__text {
  line-height: 35px;
}

.dialog-payment {
  position: relative;
  top: 0;
  left: 0;
  border: 0;
  border-right: 0;
  box-shadow: none;
}

.dialog-payment .dialog__header__title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.dialog-payment .dialog__content {
  padding-top: 21px;
  padding-left: 24px;
}

.dialog-payment .radio-inline .radio-group {
  display: inline;
  margin-right: 20px;
}

.dialog-payment .panel {
  margin-top: 19px;
}

.dialog-payment .column-group {
  margin-top: 21px;
  border-radius: 2px;
  display: table;
  width: 100%;
  border: solid 1px #dddddd;
}

.dialog-payment .column-group .column {
  display: table-cell;
  box-sizing: border-box;
  width: 33.3%;
  height: 78px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 7px;
  padding-top: 13px;
  border-left: 1px solid #eeeeee;
}

.dialog-payment .column-group .column:first-child {
  border-left: 0;
}

.dialog-payment .column-group .column span {
  display: block;
  font-size: 12px;
  color: #999999;
}

.dialog-payment .column-group .column strong {
  padding-top: 3px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
}

.dialog-payment .column-group .column strong.color-orange {
  color: #f0562d;
}

.dialog-payment .panel-gray {
  background-color: #f7f7f7;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}

.dialog-payment .panel-gray .panel-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dialog-payment .list-hyp {
  margin-top: -2px;
}

.dialog-payment .list-hyp li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  padding-top: 4px;
}

.dialog-payment .list-hyp li::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  width: 4px;
  height: 1px;
  background-color: #d9d9d9;
}

.dialog-payment .list-pay {
  margin-right: -20px;
}

.dialog-payment .list-pay::after {
  content: "";
  display: table;
  clear: both;
}

.dialog-payment .list-pay li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-right: 16px;
}

.dialog-payment .list-pay a {
  box-sizing: border-box;
  width: 150px;
  display: block;
  text-align: center;
  height: 60px;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
  padding-top: 10px;
}

.dialog-payment .list-pay a .image {
  height: 24px;
  display: block;
  margin: 0 auto;
}

.dialog-payment .list-pay a .image img {
  max-height: 24px;
  max-width: 100px;
}

.dialog-payment .list-pay a .text {
  font-size: 12px;
  line-height: 16px;
  padding-top: 0px;
  margin-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  text-align: center;
  color: #999999;
}

.dialog-payment .list-pay a:hover {
  border: solid 1px #ff5000;
}

.dialog-payment .list-pay li.active a {
  border: solid 1px #ff5000;
}

.content--mypage .user-area.service-status {
  border-top: 1px solid #e7e7e7;
  padding-top: 34px;
}

.content--mypage .user-area.service-status .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.content--mypage .user-area.service-status .table .table__th {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

.content--mypage .user-area.service-status .table .table__td {
  padding: 20px 24px 20px 24px;
}

.content--mypage .user-area.service-status .table .table__td .button--base-m.button--shape-c {
  border-radius: 2px;
}

.content--mypage .user-area.service-status .table .table__td p.typo-13 {
  font-size: 13px;
  color: #333333;
}

.content--mypage .user-area.service-status .table .table__td > p.typo-13:first-child {
  margin-top: -2px;
}

.content--mypage .user-area.service-status .table .table__td .list-group {
  padding-top: 9px;
}

.content--mypage .user-area.service-status .table .table__td .list-group .list-group__item {
  margin-top: 7px;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
  font-weight: normal;
}

.content--mypage .user-area.service-status .table .table__td .list-group .list-group__item::before {
  background: #999999;
  top: 10px;
  width: 4px;
}

.content--mypage .user-area.service-status .table .table__td .list-group .list-group__item:first-child {
  margin-top: 0;
}

.content--mypage .user-area.service-status .table .table__td .actions {
  padding-left: 10px;
  padding-top: 4px;
}

.dialog--nickname {
  top: 20%;
  width: 800px;
  margin-left: -400px;
}

.dialog--nickname .dialog__header {
  padding: 16px 30px 15px 23px;
}

.dialog--nickname .dialog__header__title {
  font-size: 16px;
  color: #333333;
  line-height: normal;
  font-weight: 500;
}

.dialog--nickname .dialog__content {
  padding-top: 37px;
  padding-right: 24px;
  padding-left: 24px;
}

.dialog--nickname .nickname {
  border-bottom: 1px solid #e7e7e7;
}

.dialog--nickname .nickname__notice span {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  font-weight: normal;
}

.dialog--nickname .nickname__notice span:before {
  content: "-";
  position: absolute;
  top: -1px;
  left: 0;
}

.dialog--nickname .nickname__info {
  width: 100%;
}

.dialog--nickname .nickname__info thead th:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  background-color: #d9d9d9;
}

.dialog--nickname .nickname__info thead th {
  height: 45px;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border-top: solid 1px #e7e7e7;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}

.dialog--nickname .nickname__info thead th:first-child:before {
  display: none;
}

.dialog--nickname .nickname__info tbody td {
  border: 0;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  border-top: solid 1px #e7e7e7;
  height: 45px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}

.dialog--nickname .nickname__info tbody td:first-child:before {
  display: none;
}

.dialog--nickname .nickname__info tbody td .formbox--base-c.formbox--shape-d {
  width: 100% !important;
  height: 30px !important;
}

.dialog--nickname .nickname__info tbody .empty td {
  height: 269px;
  text-align: center;
}

.dialog--nickname .nickname__info tbody .formbox--base-c {
  margin-top: -3px;
  margin-bottom: -3px;
}

.dialog--nickname .nickname__info tbody .formbox--base-c.formbox--shape-d .formbox--base-c__icon:after {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #666666 transparent transparent transparent;
}

.dialog--nickname .nickname__info .label-group {
  font-size: 0;
  display: inline-block;
  white-space: nowrap;
  line-height: 0;
  padding: 0;
  text-align: left;
}

.dialog--nickname .nickname__info .label-group label {
  display: inline-block;
  margin-left: 16px;
  white-space: nowrap;
  vertical-align: middle;
}

.dialog--nickname .nickname__info .label-group label .formstyle {
  vertical-align: middle;
  margin-right: 6px;
}

.dialog--nickname .nickname__info .label-group label .formstyle + span {
  color: #333333;
  line-height: 20px;
  vertical-align: middle;
  font-size: 13px;
}

.dialog--nickname .nickname__info .label-group label:first-child {
  margin-left: 0;
}

.dialog--nickname .scroll {
  height: 269px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
}

.dialog--nickname .scroll::-webkit-scrollbar {
  display: none;
}

.dialog--nickname .scroll::-moz-scrollbar {
  display: none;
}

.dialog--nickname .dialog__footer {
  padding-top: 0;
}

.dialog--nickname .formstyle--radio .formstyle__icon {
  width: 16px;
  height: 16px;
  border: 0;
  position: relative;
  background: url("../../images/member/svg/ic-radio-default.svg") no-repeat left top;
}

.dialog--nickname .formstyle--radio input.js-formstyle:checked + .formstyle__icon {
  background: url("../../images/member/svg/ic-radio-check.svg") no-repeat left top;
}

.scrollable-arrow-top {
  background: none;
  border: 0;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 3px;
  outline: none;
  display: none;
}

.scrollable-arrow-top .icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #c8c9ce transparent;
}

.scrollable-arrow-top.disabled {
  border-color: transparent transparent #a3a3a3 transparent;
}

.scrollable-arrow-top.disabled .icon {
  opacity: 0.5;
}

.scrollable-arrow-bottom {
  border: 0;
  width: 10px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 3px;
  display: none;
  background: none;
  outline: none;
}

.scrollable-arrow-bottom .icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c8c9ce transparent transparent transparent;
}

.scrollable-arrow-bottom.disabled {
  border-color: #a3a3a3 transparent transparent transparent;
}

.scrollable-arrow-bottom.disabled .icon {
  opacity: 0.5;
}

.scrollable-body {
  overflow: hidden;
  height: 100%;
}

.scrollable-bar {
  right: 1px;
  width: 8px;
  bottom: 6px;
  position: absolute;
  top: 6px;
  z-index: 10;
}

.scrollable-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  border-radius: 4px;
}

.scrollable-face {
  border: 0;
  padding: 0;
  height: 400px;
  position: absolute;
  top: 0;
  background: #999999;
  border-radius: 5px;
  z-index: 10;
  width: 8px;
  border-radius: 4px;
  background: #e5e5e5;
}

.scrollable-face:hover {
  background: #e5e5e5;
}

.scrollable-face.active {
  background: #e5e5e5;
}

.grid-help .module-actions {
  margin-top: 0;
  border: 0;
}

.scrollable {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

div.dimmed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}

.dialog.scroll {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: none;
  border: 0;
}

.dialog.scroll.dialog--coupon--info .dialog-size {
  width: 700px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #767676;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 101;
  font-size: 14px;
  color: #666;
  line-height: normal;
  font-weight: normal;
  box-sizing: border-box;
}

.dialog.scroll.dialog--coupon--info .dialog-center {
  display: flex;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}

.dialog.scroll.dialog--coupon--info .dialog-scroll {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  max-height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-y: auto;
  box-sizing: border-box;
}

.font {
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.font.size-12 {
  font-size: 12px;
  line-height: 19px;
}

.font.size-13 {
  font-size: 13px;
  line-height: 19px;
}

.font.size-14 {
  font-size: 14px;
  line-height: 19px;
}

.font.size-16 {
  font-size: 16px;
  line-height: 22px;
}

.font.primary {
  color: #ff5000 !important;
}

.font.bold {
  font-weight: 500 !important;
}

.font.center {
  text-align: center;
}

.font.gray {
  color: #888888;
}

.icon {
  display: inline-block;
}

.icon.size-20 {
  width: 20px;
  height: 20px;
}

.icon.size-16 {
  width: 16px;
  height: 16px;
}

.icon.size-12 {
  width: 12px;
  height: 12px;
}

.icon-minus {
  background: url("../../images/member/icon/icon-minus.svg") no-repeat top left;
}

.icon-equal {
  background: url("../../images/member/icon/icon-equal.svg") no-repeat top left;
}

.icon-exclamation-round {
  background: url("../../images/member/icon/ico-exclamation-round.png") no-repeat top left;
}

.icon.full {
  background-size: 100% 100%;
}

.label.group {
  font-size: 0;
}

.label.group .label {
  display: inline-block;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.label.group .label.black {
  background-color: #3a3a3a;
}

.label.group .label.blue {
  background-color: #3191f0;
}

.label.group .label-text {
  text-align: center;
  display: block;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  color: #ffffff;
}

.label.group .label {
  margin-right: 4px;
}

.grid-purchase {
  margin-bottom: 49px;
}

.grid-purchase .tab-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 28px;
}

.grid-purchase .tab-btn-wrap .tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 0 24px;
  border-radius: 100px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor: pointer;
}

.grid-purchase .tab-btn-wrap .tab-btn.is-active {
  background-color: #fc6020;
}

.grid-purchase .tab-btn-wrap .tab-btn.is-active .tab-btn-txt {
  color: #fff;
}

.grid-purchase .tab-btn-wrap .tab-btn:last-child {
  margin-right: 0;
}

.grid-purchase .tab-btn-wrap .tab-btn .tab-btn-txt {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: -0.05px;
  text-align: center;
  color: #666;
}

.grid-purchase > .list-item.is-active .detail-body,
.cash-pay-body > .list-item.is-active .detail-body {
  display: block;
  background-color: #fafafa;
}

.grid-purchase > .list-item.is-active .detail-header .actions .icon-arrow,
.cash-pay-body > .list-item.is-active .detail-header .actions .icon-arrow {
  background: url("../../images/member/icon/ico-arrow-up-gray.svg") no-repeat center center;
}

.grid-purchase > .list-item .detail-body,
.cash-pay-body > .list-item .detail-body {
  display: none;
}

.grid-purchase > .list-item:last-child,
.cash-pay-body > .list-item:last-child {
  border-bottom: 1px solid #eeeeee;
}

.grid-purchase .list.border .list-item,
.cash-pay-body .list.border .list-item {
  border-top: 1px solid #eeeeee;
}

.grid-purchase .list.border .list-item:first-child,
.cash-pay-body .list.border .list-item:first-child {
  border-top: 0;
}

.grid-purchase .column.group,
.cash-pay-body .column.group {
  display: flex;
  box-sizing: border-box;
}

.grid-purchase .column.group.gray,
.cash-pay-body .column.group.gray {
  background-color: #f2f2f2;
}

.grid-purchase .column.group.gray.border .column + .column::before,
.cash-pay-body .column.group.gray.border .column + .column::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #e0e0e0;
}

.grid-purchase .column.group > .column,
.cash-pay-body .column.group > .column {
  flex: 1;
  box-sizing: border-box;
  position: relative;
}

.grid-purchase .column.group > .column > .column-wrap,
.cash-pay-body .column.group > .column > .column-wrap {
  display: inline-block;
  width: calc(100% - 32px);
}

.grid-purchase .column.group > .column > .column-wrap .font,
.cash-pay-body .column.group > .column > .column-wrap .font {
  word-wrap: break-word;
  word-break: break-word;
}

.grid-purchase .column.group > .column.icon-type + .column,
.cash-pay-body .column.group > .column.icon-type + .column {
  display: inline-block;
  flex-direction: column;
}

.grid-purchase .column.group > .column.icon-type + .column .font,
.cash-pay-body .column.group > .column.icon-type + .column .font {
  display: inline-flex;
  width: calc(100% - 52px);
  background-color: red;
  white-space: wrap;
}

.grid-purchase .column.group > .column.middle,
.cash-pay-body .column.group > .column.middle {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-purchase .column.group > .column .clear,
.cash-pay-body .column.group > .column .clear {
  flex: none;
}

.grid-purchase .column.group.border > .column + .column::before,
.cash-pay-body .column.group.border > .column + .column::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  background-color: #eeeeee;
}

.grid-purchase .column.group.full-border > .column + .column::before,
.cash-pay-body .column.group.full-border > .column + .column::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e0e0e0;
}

.grid-purchase .column.group.size-76,
.cash-pay-body .column.group.size-76 {
  min-height: 76px;
}

.grid-purchase.detail .detail-header,
.cash-pay-body.detail .detail-header {
  border-top: 1px solid #cccccc;
  position: relative;
}

.grid-purchase.detail .detail-header .column.group .column,
.cash-pay-body.detail .detail-header .column.group .column {
  padding: 14px 16px 16px 16px;
}

.grid-purchase.detail .detail-header .column.group .column + .column::before,
.cash-pay-body.detail .detail-header .column.group .column + .column::before {
  top: 16px;
  bottom: 16px;
}

.grid-purchase.detail .detail-header strong,
.cash-pay-body.detail .detail-header strong {
  display: block;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: #000000;
  padding-top: 14px;
}

.grid-purchase.detail .detail-header strong:first-child,
.cash-pay-body.detail .detail-header strong:first-child {
  padding-top: 0;
}

.grid-purchase.detail .detail-header p,
.cash-pay-body.detail .detail-header p {
  padding-top: 4px;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
}

.grid-purchase.detail .detail-header .actions,
.cash-pay-body.detail .detail-header .actions {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 9px;
}

.grid-purchase.detail .detail-header .actions .button,
.cash-pay-body.detail .detail-header .actions .button {
  border: 0;
  background: none;
  padding: 0;
}

.grid-purchase.detail .detail-header .actions .icon-arrow,
.cash-pay-body.detail .detail-header .actions .icon-arrow {
  width: 20px;
  height: 20px;
  background: url("../../images/member/icon/ico-arrow-down-gray.svg") no-repeat center center;
}

.grid-purchase.detail .detail-body > .grid-total:first-child,
.cash-pay-body.detail .detail-body > .grid-total:first-child {
  min-height: 76px;
  padding: 16px;
}

.grid-purchase.detail .detail-body > .grid-total:first-child .column,
.cash-pay-body.detail .detail-body > .grid-total:first-child .column {
  padding-left: 28px;
}

.grid-purchase.detail .detail-body > .grid-total:first-child .column:first-child,
.cash-pay-body.detail .detail-body > .grid-total:first-child .column:first-child {
  padding-left: 0;
}

.grid-purchase.detail .detail-body .grid-total .column:first-child .icon,
.cash-pay-body.detail .detail-body .grid-total .column:first-child .icon {
  left: -8px;
}

.grid-purchase.detail .detail-body .grid-total .column strong,
.cash-pay-body.detail .detail-body .grid-total .column strong {
  color: #888;
}

.grid-purchase.detail .detail-body .grid-total .column strong .icon-exclamation-round,
.cash-pay-body.detail .detail-body .grid-total .column strong .icon-exclamation-round {
  position: relative;
  top: 0;
  left: 4px;
  vertical-align: text-top;
  cursor: pointer;
}

.grid-purchase.detail .detail-body .grid-total .column p,
.cash-pay-body.detail .detail-body .grid-total .column p {
  color: #333;
}

.grid-purchase.detail .detail-body .grid-total .column .icon,
.cash-pay-body.detail .detail-body .grid-total .column .icon {
  left: -10px;
}

.grid-purchase .grid-total .column .icon,
.cash-pay-body .grid-total .column .icon {
  position: absolute;
  top: 50%;
  left: 0;
}

.grid-purchase .grid-total .column .icon.size-20,
.cash-pay-body .grid-total .column .icon.size-20 {
  margin-top: -10px;
  left: -10px;
}

.grid-purchase .grid-total .column p,
.cash-pay-body .grid-total .column p {
  padding-top: 4px;
}

.grid-purchase .thumb.group,
.cash-pay-body .thumb.group {
  display: flex;
}

.grid-purchase .thumb.group .thumb-image,
.cash-pay-body .thumb.group .thumb-image {
  padding-left: 0;
}

.grid-purchase .thumb.group .thumb-content,
.cash-pay-body .thumb.group .thumb-content {
  padding-left: 16px;
  padding-right: 16px;
}

.grid-purchase .thumb.group .thumb-content dl,
.cash-pay-body .thumb.group .thumb-content dl {
  margin-top: -1px;
}

.grid-purchase .thumb.group .thumb-content dd,
.cash-pay-body .thumb.group .thumb-content dd {
  padding-top: 4px;
}

.grid-purchase .thumb.group .thumb-content dd.price,
.cash-pay-body .thumb.group .thumb-content dd.price {
  color: #333;
}

.grid-purchase .thumb.group .thumb-content .label.group + .font,
.cash-pay-body .thumb.group .thumb-content .label.group + .font {
  padding-top: 2px;
}

.grid-purchase .thumb.group ~ .grid-total,
.cash-pay-body .thumb.group ~ .grid-total {
  margin-top: 16px;
}

.grid-purchase .grid-apps > .list-item,
.cash-pay-body .grid-apps > .list-item {
  padding: 16px;
}

.grid-purchase .grid-apps > .list-item.column.group > .column + .column::before,
.cash-pay-body .grid-apps > .list-item.column.group > .column + .column::before {
  top: 0;
  bottom: 16px;
  height: 100%;
}

.grid-purchase .grid-apps > .list-item.package-item .column:first-child > .grid-thumb,
.cash-pay-body .grid-apps > .list-item.package-item .column:first-child > .grid-thumb {
  padding-left: 16px;
}

.grid-purchase .grid-apps .column.group .column.large,
.cash-pay-body .grid-apps .column.group .column.large {
  flex: none;
  padding-right: 24px;
  width: 525px;
}

.grid-purchase .grid-apps .actions .button,
.cash-pay-body .grid-apps .actions .button {
  margin-top: 8px;
}

.grid-purchase .grid-apps .grid-total .column p,
.cash-pay-body .grid-apps .grid-total .column p {
  padding-top: 2px;
}

.grid-purchase .grid-apps .grid-total .column + .column .icon,
.cash-pay-body .grid-apps .grid-total .column + .column .icon {
  margin-top: 0;
  left: -32px;
  top: 2px;
}

.form-section .column-group {
  display: flex;
}

.form-section .column-group .column {
  flex: 1;
}

.form-section .column-group .column.middle {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.form-section .column-group .column.right {
  text-align: right;
}

.user-area .captcha {
  padding-top: 15px;
}

.dialog-service {
  width: 500px;
}

.dialog-service .empty {
  padding: 24px;
  font-size: 15px;
  color: #333;
  line-height: 1;
}

.dialog-service .tab {
  margin-top: 10px;
}

.dialog-service .tab .service-list .service-list__item {
  min-height: 60px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.dialog-service .tab .service-list__title {
  margin-bottom: 0;
  padding-left: 10px;
}

.dialog-service .tab .service-list__thumb {
  top: 50%;
  margin-top: -19px;
}

.login .module--guidance {
  margin-top: 22px;
  padding: 11px 16px 10px;
  background-color: #f7f7f7;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}

.login .module--guidance strong {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.login .module--guidance strong:not(:first-child) {
  margin-top: 8px;
}

.login .module--guidance .list--group li {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  color: #a3a3a3;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}

.login .module--guidance .list--group li .color-blue {
  color: #577ec4;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  white-space: normal;
}

.login .module--guidance .list--group li .color-blue:hover {
  text-decoration: underline;
}

.login .module--guidance .list--group li .color-blue::after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 5px;
  height: 8px;
  background: url("../../images/member/svg/arrow-right-blue.svg") no-repeat 0 0;
}

.login .module--guidance .list--group.hyp li {
  padding-left: 8px;
  margin-top: 4px;
}

.login .module--guidance .list--group.hyp li::before {
  content: "-";
  position: absolute;
  top: 6px;
  left: 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 0;
  color: #a3a3a3;
}

.login .module--guidance strong + .list--group {
  margin-top: 4px;
}

.dialog.dialog-button {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 284px;
  display: none;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.dialog.dialog-button.active {
  display: block;
}

.dialog.dialog-button .icon--close {
  background: url("../../images/member/icon/control-close-line.svg") no-repeat;
  width: 24px;
  height: 24px;
}

.dialog.dialog-button .dialog__content {
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 31px;
}

.dialog.dialog-button .dialog__header {
  border: 0;
}

.dialog.dialog-button .dialog__header__title {
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 26px;
}

.dialog.dialog-button .panel {
  padding: 8px 4px 8px 16px;
  background-color: #fbf9f9;
}

.dialog.dialog-button .panel ul {
  height: 196px;
  overflow-y: auto;
  margin-right: 4px;
}

.dialog.dialog-button .panel ul::-webkit-scrollbar {
  width: 4px;
  border: 0;
}

.dialog.dialog-button .panel ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  width: 4px;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.15);
}

.dialog.dialog-button .list-group-item {
  font-size: 12px;
  line-height: 19px;
  padding-left: 6px;
  position: relative;
}

.dialog.dialog-button .list-group-item:not(:first-child) {
  margin-top: 2px;
}

.dialog.dialog-button .list-group-item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #929292;
}

.switch {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 24px;
}

.switch-label {
  display: inline-block;
  width: 40px;
  height: 24px;
  border-radius: 14px;
  background-color: #d9d9d9;
  position: relative;
}

.switch-label span {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
}

.switch input {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -100px;
}

input:checked + .switch-label {
  background-color: #fc6020;
}

input:checked + .switch-label span {
  left: auto;
  right: 4px;
}

.form-section .list-group {
  margin-top: 16px;
}

.form-section .list-group-item {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999;
}

/*formbox*/

.formbox {
  position: relative;
  display: inline-flex;
  min-width: 90px;
  width: auto;
  height: 32px;
  background-color: #fff;
  color: #242424;
  font-size: 14px;
  line-height: 32px;
  vertical-align: top;
}

.formbox .btn-select {
  border: solid 1px #d9d9d9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.formbox.select-line .btn-select::before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 1px;
  right: 32px;
  height: 30px;
  border-left: 1px solid #d9d9d9;
}

.formbox.select-line .btn-select > .btn-txt::before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: calc(100% - 2px);
  border-radius: 0 4px 4px 0;
  background-color: #f7f7f7;
}

.formbox select {
  display: none;
}

.formbox .btn-select {
  position: relative;
  margin-top: 0!important;
}

.formbox .btn-select:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 10px!important;
  right: 10px!important;
  background: url("../../images/member/svg/ic-select-arrow.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.formbox .btn-select .btn-txt {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
}

.formbox.select-line .btn-select:focus {
  height: auto;
}

.formbox.select-line .btn-select:focus::before {
  height: 28px;
}

.formbox.select-line .btn-select:focus .btn-txt::before {
  width: 30px;
  height: calc(100% - 2px);
}

.formbox .dropdown-btn {
  border: 1px solid transparent;
}

.formbox .btn-select,
.formbox .dropdown-btn {
  width: 100%;
  min-height: 100%;
  padding-left: 10px;
  text-align: left;
  background-color: transparent;
  text-decoration: none;
  box-sizing: border-box;
}

.formbox > button:focus,
.formbox.focus > button,
.formbox.active > button {
  border: 1px solid #999;
  box-shadow: inset 1px 1px #999, inset -1px -1px #999;
}

.formbox-dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  z-index: 1;
}

.formbox-dropdown > li .dropdown-btn {
  min-height: 40px;
  font-size: 14px;
}

.formbox-dropdown > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.formbox-dropdown > li:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.formbox-dropdown > li.active .dropdown-btn .btn-txt {
  color: #fc6020;
}

.stds-captcha {
  --stds-glob-color-gray40: #f5f5f5;
}

.stds-captcha .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: flex-end;
  align-content: normal;
  min-height: 100px;
}

.stds-captcha p {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
}

.stds-captcha .stds-input-wrapper {
  height: 44px;
  background-color: var(--stds-glob-color-gray40);
}

.stds-captcha .stds-input-wrapper input:focus-within {
  border: 1px solid #999999;
}

.stds-captcha .stds-input-wrapper input {
  color: #333;
}

.stds-captcha button {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #73757c;
  border: 1px solid #6b6b73;
}

.stds-captcha button i {
  width: 24px;
  height: 24px;
  display: block;
}

.stds-captcha button i::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../images/member/icon/ic_control_update.svg") no-repeat center center;
}

.stds-captcha img {
  margin-right: 12px;
}

.icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cash-pay-tooltip {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 10;
  width: 298px;
  min-height: 172px;
  padding: 12px 12px 9px;
  background-color: #fff;
  color: #333;
}

.cash-pay-tooltip .tooltip__header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.cash-pay-tooltip .tooltip__header .tooltip__tit {
  max-width: 254px;
  white-space: initial;
}

.cash-pay-tooltip .tooltip__header .icon--close {
  border: 0;
  width: 12px;
  height: 12px;
  background: url("../../images/member/svg/close-tooltip-x.svg") no-repeat center center;
}

.cash-pay-tooltip .tooltip__con {
  margin-top: 12px;
  padding: 8px 12px;
  border: solid 1px #f7f7f7;
  font-size: 12px;
  line-height: 19px;
}

.cash-pay-tooltip .tooltip__con li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.cash-pay-tooltip .tooltip__con li.total {
  margin-bottom: 0;
  padding-top: 8px;
  border-top: solid 1px #f7f7f7;
}

.coupon-area__write {
  overflow: visible;
}