@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.blind,
.ipt-box--link .ipt-box__lb,
.ipt-box-half .is-selected .ipt-box__lb,
.chk-box__ipt,
.rdo-box__ipt,
.bill-payment .bill-banner .ic-chk__ipt {
  margin: -1px !important;
  padding: 0 !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.ipt-box-half {
  *zoom: 1;
}

.ipt-box-half:before,
.ipt-box-half:after {
  content: ' ';
  display: table;
}

.ipt-box-half:after {
  clear: both;
}

.ly-event .ly__btn-box:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-width: 0 0 1px 0;
  border-style: solid;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.acc-lst__item:not(:last-child):before,
.trx-lst__item:after,
.shipping__status:after,
.mycard__box:before,
.mycard-history__box + .mycard-history__box:after,
.tx-op-lst__item:after,
.faq-lst + .tit__box:before,
.notice-lst__link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-width: 0 0 1px 0;
  border-style: solid;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

/* color */
/* text colors */
/* account color */
/* line color */
/* cursor color */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

*:not(input):not(textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}

body,
input,
textarea,
select,
button,
table {
  outline: none !important;
}

html,
body {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

html.is-fixed,
body.is-fixed {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

html {
  font-size: 10px;
  line-height: 10px;
}

body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.is-fixed {
  position: fixed;
}

body.is-fixed .container {
  position: fixed;
  top: 44px;
}

html,
body,
code,
kbd,
pre,
samp {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    sans-serif;
  color: #222;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

em,
address {
  font-style: normal;
}

img,
fieldset {
  border: 0;
}

ul,
ol,
dl {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
}

select {
  background-color: transparent;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  vertical-align: top;
}

button[disabled] {
  cursor: default;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  /* none header */
}

.wrap.is-ios {
  padding-top: 24px;
}

.wrap.is-ios.is-start-txt {
  padding-top: 44px;
}

.wrap.is-aos {
  padding-top: 36px;
}

.wrap.is-aos.is-start-txt {
  padding-top: 56px;
}

.header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 44px;
  background: #fff;
}

.header.is-default {
  background: #24c875;
}

.header.is-default .header__txt {
  color: #fff;
}

.header.is-default .header__back {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -232px;
  background-repeat: no-repeat;
}

.header.is-fixed {
  position: fixed;
}

.header__ctr {
  margin: 0 40px;
  margin: 0 calc(40px + env(safe-area-inset-right)) 0 calc(40px + env(safe-area-inset-left));
  margin: 0 calc(40px + constant(safe-area-inset-right)) 0
    calc(40px + constant(safe-area-inset-left));
  height: 44px;
  font-size: 1.7rem;
  line-height: 4.4rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.header__lft {
  position: absolute;
  top: 7px;
  left: 10px;
  left: calc(10px + env(safe-area-inset-left));
  left: calc(10px + constant(safe-area-inset-left));
  height: 30px;
}

.header__rgt {
  position: absolute;
  top: 7px;
  right: 10px;
  right: calc(10px + env(safe-area-inset-right));
  right: calc(10px + constant(safe-area-inset-right));
  height: 30px;
}

.header__logo:after {
  display: inline-block;
  width: 65px;
  height: 13px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -89px -33px;
  background-repeat: no-repeat;
  content: '';
}

header[class*='blueGreen'] .header__tit,
header[class*='skyBlue'] .header__tit,
header[class*='deepBlue'] .header__tit,
header[class*='grayBlue'] .header__tit,
header[class*='purple'] .header__tit,
header[class*='pink'] .header__tit,
header[class*='coral'] .header__tit,
header[class*='orange'] .header__tit,
header[class*='carrot'] .header__tit,
header[class*='yellow'] .header__tit,
header[class*='camel'] .header__tit,
header[class*='brown'] .header__tit,
header[class*='warmGray'] .header__tit,
header[class*='darkGray'] .header__tit,
header[class*='green'] .header__tit,
header[class*='default'] .header__tit {
  color: #fff;
}

.header__txt {
  padding: 0 7px;
  font-size: 1.7rem;
  line-height: 3rem;
}

.header__menu {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -80px -297px;
  background-repeat: no-repeat;
}

.header__menu-dot {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -118px -297px;
  background-repeat: no-repeat;
}

.header__back {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -194px;
  background-repeat: no-repeat;
}

.header__more {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -194px -297px;
  background-repeat: no-repeat;
}

.header__cxl {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -297px;
  background-repeat: no-repeat;
}

.header__set {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -4px;
  background-repeat: no-repeat;
}

.header__share {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -80px;
  background-repeat: no-repeat;
}

.header__noti {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -270px -297px;
  background-repeat: no-repeat;
}

.header__noti-dot {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -308px -297px;
  background-repeat: no-repeat;
}

.header[class*='blueGreen'] .header__menu,
.header[class*='skyBlue'] .header__menu,
.header[class*='deepBlue'] .header__menu,
.header[class*='grayBlue'] .header__menu,
.header[class*='purple'] .header__menu,
.header[class*='pink'] .header__menu,
.header[class*='coral'] .header__menu,
.header[class*='orange'] .header__menu,
.header[class*='carrot'] .header__menu,
.header[class*='yellow'] .header__menu,
.header[class*='camel'] .header__menu,
.header[class*='brown'] .header__menu,
.header[class*='warmGray'] .header__menu,
.header[class*='darkGray'] .header__menu,
.header[class*='green'] .header__menu,
.header[class*='default'] .header__menu {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -156px -297px;
  background-repeat: no-repeat;
}

.header[class*='blueGreen'] .header__back,
.header[class*='skyBlue'] .header__back,
.header[class*='deepBlue'] .header__back,
.header[class*='grayBlue'] .header__back,
.header[class*='purple'] .header__back,
.header[class*='pink'] .header__back,
.header[class*='coral'] .header__back,
.header[class*='orange'] .header__back,
.header[class*='carrot'] .header__back,
.header[class*='yellow'] .header__back,
.header[class*='camel'] .header__back,
.header[class*='brown'] .header__back,
.header[class*='warmGray'] .header__back,
.header[class*='darkGray'] .header__back,
.header[class*='green'] .header__back,
.header[class*='default'] .header__back {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -232px;
  background-repeat: no-repeat;
}

.header[class*='blueGreen'] .header__more,
.header[class*='skyBlue'] .header__more,
.header[class*='deepBlue'] .header__more,
.header[class*='grayBlue'] .header__more,
.header[class*='purple'] .header__more,
.header[class*='pink'] .header__more,
.header[class*='coral'] .header__more,
.header[class*='orange'] .header__more,
.header[class*='carrot'] .header__more,
.header[class*='yellow'] .header__more,
.header[class*='camel'] .header__more,
.header[class*='brown'] .header__more,
.header[class*='warmGray'] .header__more,
.header[class*='darkGray'] .header__more,
.header[class*='green'] .header__more,
.header[class*='default'] .header__more {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -232px -297px;
  background-repeat: no-repeat;
}

.header[class*='blueGreen'] .header__cxl,
.header[class*='skyBlue'] .header__cxl,
.header[class*='deepBlue'] .header__cxl,
.header[class*='grayBlue'] .header__cxl,
.header[class*='purple'] .header__cxl,
.header[class*='pink'] .header__cxl,
.header[class*='coral'] .header__cxl,
.header[class*='orange'] .header__cxl,
.header[class*='carrot'] .header__cxl,
.header[class*='yellow'] .header__cxl,
.header[class*='camel'] .header__cxl,
.header[class*='brown'] .header__cxl,
.header[class*='warmGray'] .header__cxl,
.header[class*='darkGray'] .header__cxl,
.header[class*='green'] .header__cxl,
.header[class*='default'] .header__cxl {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -42px -297px;
  background-repeat: no-repeat;
}

.header[class*='blueGreen'] .header__set,
.header[class*='skyBlue'] .header__set,
.header[class*='deepBlue'] .header__set,
.header[class*='grayBlue'] .header__set,
.header[class*='purple'] .header__set,
.header[class*='pink'] .header__set,
.header[class*='coral'] .header__set,
.header[class*='orange'] .header__set,
.header[class*='carrot'] .header__set,
.header[class*='yellow'] .header__set,
.header[class*='camel'] .header__set,
.header[class*='brown'] .header__set,
.header[class*='warmGray'] .header__set,
.header[class*='darkGray'] .header__set,
.header[class*='green'] .header__set,
.header[class*='default'] .header__set {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -42px;
  background-repeat: no-repeat;
}

.header--aos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  height: 56px;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header--aos.is-default .header__tit {
  color: #fff;
}

.header--aos .header__ctr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
  height: 56px;
  font-size: 2rem;
  line-height: 5.6rem;
  font-weight: 600;
  text-align: left;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header--aos .header__lft {
  position: static;
  height: 24px;
  margin: 16px 0 0 10px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header--aos .header__rgt {
  position: static;
  height: 24px;
  margin: 16px 10px 0 0;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header--aos .header__txt {
  padding: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.header--aos .header__menu {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -335px;
  background-repeat: no-repeat;
}

.header--aos .header__menu-dot {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -36px -335px;
  background-repeat: no-repeat;
}

.header--aos .header__back {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -192px;
  background-repeat: no-repeat;
}

.header--aos .header__more {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -100px -335px;
  background-repeat: no-repeat;
}

.header--aos .header__cxl {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -256px;
  background-repeat: no-repeat;
}

.header--aos .header__set {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -164px -335px;
  background-repeat: no-repeat;
}

.header--aos .header__share {
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -240px;
  background-repeat: no-repeat;
}

.header--aos[class*='blueGreen'] .header__menu,
.header--aos[class*='skyBlue'] .header__menu,
.header--aos[class*='deepBlue'] .header__menu,
.header--aos[class*='grayBlue'] .header__menu,
.header--aos[class*='purple'] .header__menu,
.header--aos[class*='pink'] .header__menu,
.header--aos[class*='coral'] .header__menu,
.header--aos[class*='orange'] .header__menu,
.header--aos[class*='carrot'] .header__menu,
.header--aos[class*='yellow'] .header__menu,
.header--aos[class*='camel'] .header__menu,
.header--aos[class*='brown'] .header__menu,
.header--aos[class*='warmGray'] .header__menu,
.header--aos[class*='darkGray'] .header__menu,
.header--aos[class*='green'] .header__menu,
.header--aos[class*='default'] .header__menu {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -68px -335px;
  background-repeat: no-repeat;
}

.header--aos[class*='blueGreen'] .header__back,
.header--aos[class*='skyBlue'] .header__back,
.header--aos[class*='deepBlue'] .header__back,
.header--aos[class*='grayBlue'] .header__back,
.header--aos[class*='purple'] .header__back,
.header--aos[class*='pink'] .header__back,
.header--aos[class*='coral'] .header__back,
.header--aos[class*='orange'] .header__back,
.header--aos[class*='carrot'] .header__back,
.header--aos[class*='yellow'] .header__back,
.header--aos[class*='camel'] .header__back,
.header--aos[class*='brown'] .header__back,
.header--aos[class*='warmGray'] .header__back,
.header--aos[class*='darkGray'] .header__back,
.header--aos[class*='green'] .header__back,
.header--aos[class*='default'] .header__back {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -224px;
  background-repeat: no-repeat;
}

.header--aos[class*='blueGreen'] .header__more,
.header--aos[class*='skyBlue'] .header__more,
.header--aos[class*='deepBlue'] .header__more,
.header--aos[class*='grayBlue'] .header__more,
.header--aos[class*='purple'] .header__more,
.header--aos[class*='pink'] .header__more,
.header--aos[class*='coral'] .header__more,
.header--aos[class*='orange'] .header__more,
.header--aos[class*='carrot'] .header__more,
.header--aos[class*='yellow'] .header__more,
.header--aos[class*='camel'] .header__more,
.header--aos[class*='brown'] .header__more,
.header--aos[class*='warmGray'] .header__more,
.header--aos[class*='darkGray'] .header__more,
.header--aos[class*='green'] .header__more,
.header--aos[class*='default'] .header__more {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -132px -335px;
  background-repeat: no-repeat;
}

.header--aos[class*='blueGreen'] .header__cxl,
.header--aos[class*='skyBlue'] .header__cxl,
.header--aos[class*='deepBlue'] .header__cxl,
.header--aos[class*='grayBlue'] .header__cxl,
.header--aos[class*='purple'] .header__cxl,
.header--aos[class*='pink'] .header__cxl,
.header--aos[class*='coral'] .header__cxl,
.header--aos[class*='orange'] .header__cxl,
.header--aos[class*='carrot'] .header__cxl,
.header--aos[class*='yellow'] .header__cxl,
.header--aos[class*='camel'] .header__cxl,
.header--aos[class*='brown'] .header__cxl,
.header--aos[class*='warmGray'] .header__cxl,
.header--aos[class*='darkGray'] .header__cxl,
.header--aos[class*='green'] .header__cxl,
.header--aos[class*='default'] .header__cxl {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -288px;
  background-repeat: no-repeat;
}

.header--aos[class*='blueGreen'] .header__set,
.header--aos[class*='skyBlue'] .header__set,
.header--aos[class*='deepBlue'] .header__set,
.header--aos[class*='grayBlue'] .header__set,
.header--aos[class*='purple'] .header__set,
.header--aos[class*='pink'] .header__set,
.header--aos[class*='coral'] .header__set,
.header--aos[class*='orange'] .header__set,
.header--aos[class*='carrot'] .header__set,
.header--aos[class*='yellow'] .header__set,
.header--aos[class*='camel'] .header__set,
.header--aos[class*='brown'] .header__set,
.header--aos[class*='warmGray'] .header__set,
.header--aos[class*='darkGray'] .header__set,
.header--aos[class*='green'] .header__set,
.header--aos[class*='default'] .header__set {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -196px -335px;
  background-repeat: no-repeat;
}

.container {
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 20px 28px 80px;
  padding: 20px calc(28px + env(safe-area-inset-left)) calc(80px + env(safe-area-inset-bottom))
    calc(28px + env(safe-area-inset-right));
  padding: 20px calc(28px + constant(safe-area-inset-left))
    calc(80px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}

.header.is-fixed + .container {
  margin-top: 44px;
}

.header--aos.is-fixed + .container {
  margin-top: 56px;
}

.container--no-margin {
  padding: 0;
  padding: 0 0 env(safe-area-inset-bottom);
  padding: 0 0 constant(safe-area-inset-bottom);
}

.container--acc {
  padding: 20px 28px 28px;
  padding: 20px calc(28px + env(safe-area-inset-left)) calc(28px + env(safe-area-inset-bottom))
    calc(28px + env(safe-area-inset-right));
  padding: 20px calc(28px + constant(safe-area-inset-left))
    calc(28px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}

.container--acc2 {
  padding: 13px 28px 28px;
  padding: 13px calc(28px + env(safe-area-inset-left)) calc(28px + env(safe-area-inset-bottom))
    calc(28px + env(safe-area-inset-right));
  padding: 13px calc(28px + constant(safe-area-inset-left))
    calc(28px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}

.container--acc2 .pos_bottom {
  position: relative;
}

.container--acc2 .pos_bottom.cm-lst {
  top: -48px;
}

.container--acc2 .pos_bottom.btn-flex {
  top: -56px;
}

.container--acc2 .pos_bottom.tx-shortcut {
  bottom: 43px;
}

.container--card {
  padding: 20px 28px 83px;
  padding: 20px calc(28px + env(safe-area-inset-left)) calc(83px + env(safe-area-inset-bottom))
    calc(28px + env(safe-area-inset-right));
  padding: 20px calc(28px + constant(safe-area-inset-left))
    calc(83px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}

.container--card > .flex-box--vcenter {
  padding: 0 0 40px;
}

.container--card2 {
  padding: 20px 28px 96px;
  padding: 20px calc(28px + env(safe-area-inset-left)) calc(96px + env(safe-area-inset-bottom))
    calc(28px + env(safe-area-inset-right));
  padding: 20px calc(28px + constant(safe-area-inset-left))
    calc(96px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}

.container--cm {
  padding: 0 16px;
  padding: 0 calc(16px + env(safe-area-inset-left)) calc(40px + env(safe-area-inset-bottom))
    calc(16px + env(safe-area-inset-right));
  padding: 0 calc(16px + constant(safe-area-inset-left))
    calc(40px + constant(safe-area-inset-bottom)) calc(16px + constant(safe-area-inset-right));
}

.container--cm3 {
  padding: 0 16px 99px;
  padding: 0 calc(16px + env(safe-area-inset-left)) 99px calc(16px + env(safe-area-inset-right));
  padding: 0 calc(16px + constant(safe-area-inset-left)) 99px
    calc(16px + constant(safe-area-inset-right));
}

.container--cm4 {
  padding: 3px 16px 140px;
  padding: 3px calc(16px + env(safe-area-inset-left)) 140px calc(16px + env(safe-area-inset-right));
  padding: 3px calc(16px + constant(safe-area-inset-left)) 140px
    calc(16px + constant(safe-area-inset-right));
}

.container--cm5 {
  padding: 20px 28px 56px;
  padding: 20px calc(28px + env(safe-area-inset-left)) calc(56px + env(safe-area-inset-bottom))
    calc(28px + env(safe-area-inset-right));
  padding: 20px calc(28px + constant(safe-area-inset-left))
    calc(56px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}

.container--cm6 {
  padding: 20px 28px 60px;
  padding: 20px calc(28px + env(safe-area-inset-left)) calc(60px + env(safe-area-inset-bottom))
    calc(28px + env(safe-area-inset-right));
  padding: 20px calc(28px + constant(safe-area-inset-left))
    calc(60px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}

.flex-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 50px;
  /* 임시 여백 */
}

.flex-box--vcenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
}

.flex-box--pb0 {
  padding-bottom: 0;
}

.flex-box--ratio-type2:before {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  content: '';
}

.flex-box--ratio-type2:after {
  display: block;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  content: '';
}

.ipt-box {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-top: 28px;
}

.ipt-box .ipt-box {
  margin-bottom: 0;
}

.ipt-box:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  content: '';
  -webkit-transition: none;
  transition: none;
}

.ipt-box.is-focused:after,
.ipt-box.is-error:after {
  width: 100%;
  -webkit-transition: all 0.25s 0.2s;
  transition: all 0.25s 0.2s;
}

.ipt-box.is-focused:after {
  background: #24c875;
}

.ipt-box.is-error:after {
  background: #db1425;
}

.ipt-box:last-child {
  margin-bottom: 0;
}

.ipt-box + .tit_box {
  padding-top: 30px;
}

.tit__box + .ipt-box {
  margin-top: -2px;
}

.ipt-box > .ico-info3 {
  position: absolute;
  bottom: 13px;
  right: 0;
}

.ipt-box__lb {
  overflow: hidden;
  position: absolute;
  top: 28px;
  width: 100%;
  padding-right: 70px;
  font-size: 1.8rem;
  line-height: 3.7rem;
  color: #c1c1c1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}

.is-focused .ipt-box__lb,
.is-filled .ipt-box__lb,
.is-selected .ipt-box__lb,
.ipt-box--txt .ipt-box__lb,
.ipt-box--link .ipt-box__lb {
  overflow: visible;
  top: 14px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #c1c1c1;
}

.is-focused .ipt-box__lb .ico-info2,
.is-filled .ipt-box__lb .ico-info2,
.is-selected .ipt-box__lb .ico-info2,
.ipt-box--txt .ipt-box__lb .ico-info2,
.ipt-box--link .ipt-box__lb .ico-info2 {
  top: -2px;
  z-index: 1;
  right: inherit;
}

.is-place .ipt-box__lb {
  overflow: visible;
  top: 14px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #c1c1c1;
}

.is-place .ipt-box__lb .ico-info2 {
  top: -3px;
  z-index: 1;
  right: inherit;
}

.is-focused .ipt-box__lb {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.ipt-box__tit {
  position: absolute;
  top: 13px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #c1c1c1;
}

.ipt-box__tit ~ .is-selected .ipt-box__lb,
.ipt-box__tit ~ .is-disabled .ipt-box__lb {
  display: none;
}

.is-selected .ipt-box__tit ~ .ipt-box__lb,
.is-disabled .ipt-box__tit ~ .ipt-box__lb {
  display: none;
}

.ipt-box__ipt {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  border-width: 0 0 1px 0;
  border-color: #e9e9e9;
  border-style: solid;
  border-radius: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 3.7rem;
  caret-color: #5078f2;
}

.ipt-box__ipt--rgtmg {
  width: 84%;
  padding-right: 16%;
}

.ipt-box__link .ipt-box__ipt.ipt-box__ipt--type2 .ipt-box__ipt-split:before {
  background: #000;
}

.ipt-box__link .ipt-box__ipt.ipt-box__ipt--type2 .ipt-box__ipt-split:first-child {
  margin-left: 0;
}

.ipt-box__ipt:disabled {
  opacity: 1;
}

.ipt-box__ipt-area {
  width: 100%;
  margin-top: 10px;
  border: 0 none;
  background: none;
  font-size: 1.5rem;
  line-height: 1.8rem;
  resize: none;
  caret-color: #5078f2;
}

.ipt-box__ipt-area::-webkit-input-placeholder {
  color: #97999e;
}

.ipt-box__ipt-area::-moz-placeholder {
  color: #97999e;
}

.ipt-box__ipt-area:-ms-input-placeholder {
  color: #97999e;
}

.ipt-box__ipt-area::-ms-input-placeholder {
  color: #97999e;
}

.ipt-box__ipt-area::placeholder {
  color: #97999e;
}

.ipt-box__ipt-split {
  display: inline-block;
  min-width: 12px;
  margin-left: 4px;
  margin: 0 0 -1px 4px;
  vertical-align: -1px;
  text-align: center;
}

.ipt-box__ipt-split:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  border-radius: 50%;
  background-color: #e9e9e9;
  content: '';
}

.ipt-box__ipt-split:nth-child(4n + 1) {
  margin-left: 19px;
}

.ipt-box__ipt-split:first-child {
  margin-left: 0;
}

.ipt-box__ipt-split.is-filled:before {
  background-color: #000;
}

.ipt-box__ipt-split--num {
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.ipt-box__ipt-split--num.is-filled:before {
  display: none;
}

@media screen and (max-width: 320px) {
  .ipt-box__ipt-split {
    margin-left: 3px;
  }

  .ipt-box__ipt-split:nth-child(4n + 1):not(:first-child) {
    margin-left: 12px;
  }

  .ipt-box__ipt-split:first-child {
    margin: 0;
  }

  .ipt-box__ipt-split.is-filled + .ipt-box__ipt-split {
    margin-left: 3px;
  }

  .ipt-box__ipt-split.is-filled + .ipt-box__ipt-split:nth-child(4n + 1):not(:first-child) {
    margin-left: 12px;
  }

  .ipt-box__ipt-split.is-filled:nth-child(4n + 1):not(:first-child) {
    margin-left: 12px;
  }
}

.ipt-box__ipt-ghost {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43px;
  opacity: 0;
}

.ipt-box__txt,
.ipt-box__txt-gray {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
  background: none;
  font-size: 1.8rem;
  line-height: 3.7rem;
}

.ipt-box__txt--flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ipt-box__txt--flex__left {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ipt-box__txt--flex__right {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ipt-box__txt-gray {
  color: #97999e;
}

.ipt-box__free {
  position: absolute;
  top: 39px;
  right: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #5078f2;
}

.ipt-box__select {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 4px;
  border-width: 0 0 1px 0;
  border-color: #e9e9e9;
  border-style: solid;
}

.ipt-box__select:before {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -156px;
  background-repeat: no-repeat;
  background-color: #fff;
  content: '';
}

.ipt-box__select.is-selected:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ipt-box__select.ipt-box__select--never-end {
  padding-bottom: 0;
  border-width: 0 0 0 0;
}

.ipt-box__select.ipt-box__select--never-end:before {
  content: none;
}

.is-disabled .ipt-box__select:before {
  display: none;
}

.ipt-box__select-rslt {
  display: none;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  line-height: 3.7rem;
}

.ipt-box__select select {
  width: 100%;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  opacity: 0;
  line-height: 37px;
}

.ipt-box__select input[type^='month'],
.ipt-box__select input[type^='date'] {
  width: 100%;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 0rem;
  line-height: 3.4rem;
  background-color: transparent;
}

.is-selected .ipt-box__select input[type^='month'],
.is-disabled .ipt-box__select input[type^='month'],
.is-selected .ipt-box__select input[type^='date'],
.is-disabled .ipt-box__select input[type^='date'] {
  font-size: 1.8rem;
  line-height: 3.4rem;
}

.ipt-box__select input[type^='month']:disabled,
.ipt-box__select input[type^='date']:disabled {
  color: #222;
}

.ipt-box__select--with-half {
  margin-bottom: 28px;
}

.ipt-box__select--date .ipt-box__select-rslt {
  padding-right: 20px;
}

.ipt-box__select--date input[type='date'] {
  opacity: 0;
  overflow: hidden;
}

.ipt-box__select--date input[type='date']::-webkit-calendar-picker-indicator {
  width: 100%;
  margin: 0;
}

.ipt-box__guide {
  margin-top: -5px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #97999e;
}

.ipt-box__guide strong {
  font-weight: 400;
  color: #4e93f3;
  background: none;
}

.ipt-box__guide--err {
  margin-bottom: 10px;
  color: #db1425;
}

.ipt-box__guide--err + .ipt-box__guide {
  margin-top: 5px;
  color: #ff3a44;
}

.ipt-box__guide--normal {
  margin-top: -2px;
}

.ipt-box__guide--normal + .ipt-box__guide--normal {
  margin-top: 5px !important;
}

.ipt-box__guide + .ipt-box__guide {
  margin-top: 7px;
}

.ipt-box__guide--bigger {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.ipt-box__guide--bigger strong {
  color: #222;
}

.ipt-box__guide--bigger + .ipt-box {
  margin-top: 34px;
}

.ipt-box__link {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 8px 18px 12px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.8rem;
  line-height: 2.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ipt-box__link--before {
  color: #c1c1c1;
}

.shipping .ipt-box__link {
  padding: 0 18px 4px 0;
}

.shipping .ipt-box__link--before {
  padding: 8px 18px 12px 0;
  color: #c1c1c1;
}

.ipt-box__link:before {
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -3px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
  content: '';
}

.ipt-box__link--acc:before {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -156px;
  background-repeat: no-repeat;
}

.ipt-box__link .ipt-box__ipt {
  border: none;
  padding-bottom: 0;
}

.ipt-box__link .ipt-box__ipt--type2 .ipt-box__ipt-split:nth-child(4n + 1) {
  margin-left: 4px;
}

.ipt-box__link .ipt-box__ipt-split:nth-child(4n + 1) {
  margin-left: 5px;
}

@media screen and (max-width: 320px) {
  .ipt-box__link .ipt-box__ipt--type2 .ipt-box__ipt-split:nth-child(4n + 1) {
    margin-left: 3px;
  }
}

.ipt-box__link.is-selected:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ipt-box__tooltip {
  left: 0;
  right: 0;
  margin: 0 !important;
  bottom: 76px;
}

.ipt-box__ellip {
  display: block;
  margin-top: 1px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipt-box-half {
  position: relative;
}

.ipt-box-half .ipt-box {
  float: left;
  width: calc(50% - 14.5px);
  padding-top: 0;
}

.ipt-box-half .ipt-box:first-child {
  margin-right: 29px;
}

.ipt-box-half .ipt-box__lb {
  padding-right: 0;
  white-space: nowrap;
  top: 0;
  font-size: 1.8rem;
  line-height: 3.7rem;
}

.container--cm4 .ipt-box-half .ipt-box__lb {
  top: 14px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.ipt-box--link {
  height: auto;
}

.ipt-box--tit {
  padding-top: 11px;
  margin-bottom: 26px;
}

.ipt-box--tit .ipt-box__ipt {
  padding-bottom: 0;
  border: 0 none;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #000;
}

.ipt-box--dsc {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.ipt-box--dsc.is-error {
  color: #db1425;
}

.ipt-box .ico_edit {
  display: inline-block;
  position: relative;
  top: 1px;
  vertical-align: top;
  cursor: pointer;
}

.ipt-box .ico_edit:after {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -184px;
  background-repeat: no-repeat;
  content: '';
}

.ipt-box.is-selected select {
  font-size: 1.8rem;
  opacity: 1;
}

.ipt-box.is-selected .ipt-box__select--ellip select {
  opacity: 0;
}

.ipt-box.is-selected .ipt-box__select-rslt {
  display: block;
}

.ipt-box + .tit__box {
  padding-top: 30px;
}

.ipt-box .tx-shortcut {
  padding-top: 16px;
}

.ipt-box .ipt-box__ip-box {
  position: relative;
  display: block;
  padding-left: 27px;
  border-bottom: 1px solid #e9e9e9;
}

.ipt-box .ipt-box__ip-box:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 1.8rem;
  line-height: 2.1rem;
  vertical-align: middle;
  content: 'Rp';
}

.ipt-box .ipt-box__ip-box .ipt-box__ipt {
  border-width: 0 0 0 0;
  height: 41px;
}

.ipt-box .ipt-box--currency {
  padding-left: 34px;
}

.ipt-box .ipt-box--currency:before {
  content: 'IDR';
}

.ipt-box--currency:before {
  display: inline-block;
  content: 'IDR';
}

.ipt-box__note {
  margin-top: 30px;
  margin-bottom: 6px !important;
  padding-top: 0;
}

.ipt-box__note:last-child {
  margin-bottom: 36px !important;
}

.ipt-box__note .ipt-box__lb {
  display: block;
  position: static;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.ipt-box__note .ipt-box__lb + .ico_edit {
  top: -2px;
}

.ipt-box__note .ipt-box__lb + .ipt-box__ipt-area {
  margin-top: -2px;
}

.ipt-box__note .ipt-box__ipt-area {
  margin-top: 0;
}

.ipt-box__note .txt-box {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  word-wrap: break-word;
}

.ipt-box__note .txt-box .ico_edit {
  font-size: 0;
  top: 0px;
  margin-left: 4px;
}

.chk-box__ipt:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.chk-box__ipt:checked:hover + label:after {
  -webkit-animation: check 0.2s linear;
  animation: check 0.2s linear;
}

.chk-box__lb {
  display: inline-block;
  position: relative;
  padding: 6px 0 6px 34px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.chk-box__lb:before,
.chk-box__lb:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.chk-box__lb:before {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -158px -257px;
  background-repeat: no-repeat;
}

.chk-box__lb:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -196px -257px;
  background-repeat: no-repeat;
}

.chk-box__lb--gray {
  color: #97999e;
}

.rdo-box {
  display: block;
  padding-top: 13px;
}

.rdo-box__tit {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: rgba(43, 43, 43, 0.76);
}

.rdo-box__ipt:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rdo-box__ipt:checked:hover + label:after {
  -webkit-animation: check 0.2s linear;
  animation: check 0.2s linear;
}

.rdo-box__lb {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
}

.rdo-box__lb:before,
.rdo-box__lb:after {
  position: absolute;
  top: 0;
  left: -4px;
  content: '';
}

.rdo-box__lb:before {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -42px;
  background-repeat: no-repeat;
}

.rdo-box__lb:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -80px;
  background-repeat: no-repeat;
}

.rdo-box__dsc {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #97999e;
}

.toggle {
  position: relative;
}

.toggle__ipt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 51px;
  height: 31px;
  z-index: 1;
}

.toggle__ui {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 31px;
  width: 51px;
  vertical-align: middle;
  border-radius: 15.5px;
}

.toggle__ui:before {
  content: '';
  position: absolute;
  display: block;
  height: 30px;
  width: 50px;
  top: 0;
  left: 0;
  width: 51px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -88px -88px;
  background-repeat: no-repeat;
}

.toggle__ipt:checked + .toggle__ui:before {
  width: 51px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -165px -4px;
  background-repeat: no-repeat;
}

.btn {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 3.4rem;
  font-weight: 400;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* color */
}

.btn + .btn {
  margin-top: 10px;
}

.btn--limit {
  width: 156px;
  margin: 0 auto;
}

.btn--large {
  font-size: 1.6rem;
  line-height: 5.4rem;
  font-weight: 700;
}

.btn--wh {
  background-color: #fff;
  border-color: #ecedf3;
  color: #97999e;
}

.btn--gr {
  background-color: #24c875;
  border-color: #24c875;
  color: #fff;
}

.btn-more {
  margin: 40px auto 30px;
  width: 44px;
  height: 44px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -163px -156px;
  background-repeat: no-repeat;
}

.btn-flex {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-flex .btn.__type2 {
  max-width: 156px;
}

.btn-flex .btn + .btn {
  margin: 0 0 0 6px;
}

.link-arr {
  display: block;
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.link-arr:after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -147px -88px;
  background-repeat: no-repeat;
  content: '';
}

.link-arr--center {
  margin: 22px auto 0;
  font-size: 1.5rem;
}

.step {
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: 700;
  color: #c1c1c1;
  text-transform: uppercase;
}

.step__current {
  color: #24c875;
}

.tit__box {
  position: relative;
}

.tit__lv1 {
  font-size: 3.4rem;
  line-height: 4rem;
  font-weight: 700;
  padding-bottom: 26px;
}

.tit__lv1 small {
  display: block;
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 400;
}

.tit__lv2 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  padding: 10px 0 11px;
}

.tit__amount {
  font-size: 1.6rem;
  line-height: 4rem;
  padding-bottom: 40px;
}

.tit__amount-num {
  display: block;
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: 600;
}

.tit__cms-ico {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.tit__cms-ico img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.tit__img {
  display: block;
  margin-bottom: 10px;
}

.def-lst {
  padding-top: 16px;
  font-size: 0;
}

.def-lst__tit--bold {
  font-weight: bold !important;
}

.def-lst__tit--black {
  color: #000000 !important;
}

.def-lst dt {
  float: left;
  max-width: 50%;
  margin-right: 18px;
  padding-top: 7px;
  color: #97999e;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.def-lst dd {
  min-height: 18px;
  padding: 7px 0 7px calc(50% - 1px);
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  word-break: break-word;
}

.def-lst dd:after {
  display: block;
  clear: both;
  content: '';
}

.def-lst dd .def-lst__acc {
  display: block;
  margin-top: 2px;
  color: #97999e;
}

.def-lst dd .def-lst__acc--bank {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.def-lst dd .def-lst__acc--cancel {
  text-decoration: line-through;
}

.def-lst dd .def-lst__tit {
  font-weight: bold;
}

.def-lst dd.btn-flex {
  width: 100%;
  margin-top: 0;
  padding: 6px 0 20px;
}

.def-lst dd .gr {
  color: #24c875;
}

.def-lst dd .red {
  color: #db1425;
}

.def-lst .def-lst__narrow {
  width: 100px;
}

.def-lst .def-lst__narrow + dd {
  padding-left: 118px;
}

.def-lst .def-lst__narrow + dd.def-lst__ellip {
  padding-left: 0;
}

.def-lst + .tit_box {
  margin-top: 20px;
}

.def-lst + .tit__box {
  margin-top: 36px;
}

.tx-box + .def-lst {
  position: relative;
}

.tx-box + .def-lst:before {
  display: block;
  position: relative;
  top: 0;
  margin: 52px 0 16px;
}

.def-lst--card {
  margin-top: 0;
  padding-top: 0;
}

.def-lst--pb {
  padding-bottom: 30px;
}

.def-lst .btn-favorite--s {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -86px -367px;
  background-repeat: no-repeat;
}

.def-lst .btn-favorite--s.is-active {
  width: 18px;
  height: 18px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -112px -367px;
  background-repeat: no-repeat;
}

.info-lst {
  padding-top: 16px;
}

.info-lst .info-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.info-lst .info-item__tit,
.info-lst .info-item__txt {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.info-lst .info-item__tit {
  min-width: 72px;
  padding: 6px 0;
  color: #97999e;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  word-break: break-all;
}

.info-lst .info-item__txt {
  padding: 7px 0 7px 18px;
  text-align: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.info-lst .txt-inner {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.info-lst .txt-inner--em {
  font-weight: 700;
}

.info-lst .txt-inner--txt {
  margin-top: 2px;
  color: #97999e;
}

.set-lst__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  padding: 3px 0;
  vertical-align: top;
}

.set-lst__item .tooltip {
  top: 100%;
  margin: 0;
}

.set-lst__item:not(:first-child) {
  margin-top: 4px;
}

.bill-payment .set-lst__item:not(:first-child) {
  margin-top: 0;
}

.set-lst__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 11px 25px 11px 0;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  word-break: break-word;
}

.set-lst__link:after {
  position: absolute;
  display: block;
  top: 50%;
  right: -12px;
  margin-top: -15px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
}

.bill-payment .set-lst__link {
  padding: 17px 25px 16px 0;
}

.set-lst__lb,
.set-lst__dt,
.set-lst__dd {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 10px 0;
  vertical-align: top;
}

.set-lst__dt {
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.set-lst__lb {
  position: relative;
}

.set-lst__lb span {
  vertical-align: top;
}

.set-lst__dd {
  display: block;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  color: #97999e;
}

.set-lst .toggle {
  display: block;
  margin-top: 5px;
  text-align: right;
}

.set-lst--loan {
  padding-top: 27px;
}

.set-lst--noti {
  padding: 16px;
}

.set-lst--noti .set-lst__lb {
  font-weight: 700;
}

.set-dsc {
  padding-bottom: 33px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #97999e;
}

.set-dsc a {
  color: #97999e;
  text-decoration: underline;
}

.ipt-box + .cm-dsc {
  padding-top: 16px;
}

.set-lst + .cm-dsc {
  padding-top: 10px;
}

.cm-dsc__txt {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #97999e;
  word-wrap: break-word;
}

.cm-dsc__txt--bigger {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.cm-dsc__txt--max {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.cm-dsc__link {
  color: #24c875;
  text-decoration: underline;
}

.cm-dsc:last-child {
  margin-bottom: 30px;
}

.cm-tit + .cm-lst:last-child {
  margin-bottom: 27px;
}

.flex-box + .cm-lst {
  margin-top: auto;
}

.cm-lst__item {
  position: relative;
  padding-left: 12px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #97999e;
  word-wrap: break-word;
}

.cm-lst__item.red {
  color: #b71a1a;
}

.cm-lst__item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  width: 2px;
  height: 2px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -406px -352px;
  background-repeat: no-repeat;
  content: '';
}

.cm-lst__item + .cm-lst__item {
  margin-top: 5px;
}

.cm-lst__item strong {
  color: #24c875;
  font-weight: 400;
}

.cm-lst--err .cm-lst__item + .cm-lst__item,
.cm-tit + .cm-lst .cm-lst__item + .cm-lst__item {
  margin-top: 4px;
}

.srch {
  margin: 0 14px;
  margin: 0 calc(14px + env(safe-area-inset-right)) 0 calc(14px + env(safe-area-inset-left));
  margin: 0 calc(14px + constant(safe-area-inset-right)) 0
    calc(14px + constant(safe-area-inset-left));
  /* 친구 검색, 찾기, 리스트 */
}

.srch--no-margin {
  margin: 0;
}

.srch__ctrl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.srch__ipt {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 33px;
  height: 36px;
  background: #f2f3f7;
  border: none;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  caret-color: #5078f2;
}

.srch__ipt::-webkit-input-placeholder {
  color: #97999e;
  line-height: normal;
}

.srch__ipt::-moz-placeholder {
  color: #97999e;
  line-height: normal;
}

.srch__ipt:-ms-input-placeholder {
  color: #97999e;
  line-height: normal;
}

.srch__ipt::-ms-input-placeholder {
  color: #97999e;
  line-height: normal;
}

.srch__ipt::placeholder {
  color: #97999e;
  line-height: normal;
}

.srch__ipt::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  top: 0;
  right: -19px;
  width: 12px;
  height: 12px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -297px -367px;
  background-repeat: no-repeat;
}

.srch__ipt-box {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.srch__ipt-box:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 12px;
  width: 19px;
  height: 18px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -59px -367px;
  background-repeat: no-repeat;
  content: '';
}

.srch__ipt-box--type2:before,
.srch__ipt-box.is-focused:before {
  top: 9px;
  width: 18px;
  height: 18px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -190px -367px;
  background-repeat: no-repeat;
}

.srch__ipt-box--type2 + .srch__btn-cxl,
.srch__ipt-box.is-focused + .srch__btn-cxl {
  display: inline-block;
}

.srch__ipt-box.is-focused:before {
  left: 12px;
}

.srch__ipt-box.is-focused + .srch__btn-cxl {
  margin-right: 5px;
}

.srch__btn-cxl {
  display: none;
  margin-left: 11px;
  font-size: 1.5rem;
  line-height: 3.6rem;
  color: #97999e;
}

.srch__lst-link {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srch__lst-link mark {
  background: none;
  color: #24c875;
}

.srch__lst-link--gray {
  color: #97999e;
}

.srch__lst-num {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #97999e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srch__lst .srch__item {
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.srch__tit {
  display: block;
  padding: 16px 14px 2px 14px;
  font-weight: bold;
}

.srch__del-history {
  padding: 0 14px;
  font-size: 1.3rem;
  line-height: 4.2rem;
  color: #97999e;
}

.srch .srch-content--nodata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  height: 100%;
  padding: 0 28px;
  color: #97999e;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.srch--spt {
  margin: 0;
}

.srch--spt .srch__ctrl {
  padding: 40px 0 0;
}

.srch__txt {
  padding: 12px 0 10px;
  font-size: 1.3rem;
  color: #97999e;
}

.srch__select-friends .count {
  margin: 0 14px;
  margin: 0 calc(14px + env(safe-area-inset-right)) 0 calc(14px + env(safe-area-inset-left));
  margin: 0 calc(14px + constant(safe-area-inset-right)) 0
    calc(14px + constant(safe-area-inset-left));
  padding: 24px 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}

.srch__select-friends .count span {
  color: #24c875;
}

.srch__select-friends .list {
  margin-bottom: 12px;
  padding: 1px 14px 18px;
  padding: 1px calc(14px + env(safe-area-inset-left)) 18px calc(14px + env(safe-area-inset-right));
  padding: 1px calc(14px + constant(safe-area-inset-left)) 18px
    calc(14px + constant(safe-area-inset-right));
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  border-bottom: 1px solid #e9e9e9;
}

.srch__select-friends .list .item {
  display: inline-block;
  width: 44px;
  margin: 0 7px;
  padding: 6px 1px 0;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.srch__select-friends .list .item:first-of-type {
  margin-left: 0;
  padding-left: 2px;
}

.srch__select-friends .list .item:last-of-type {
  margin-right: 0;
  padding-right: 2px;
}

.srch__select-friends .list .item .profile {
  position: relative;
}

.srch__select-friends .list .item .profile__img {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.srch__select-friends .list .item .name {
  max-width: 44px;
  line-height: 15px;
  margin: 6px 0 0;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #222;
}

.srch__search-friends {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
}

.srch__search-friends mark {
  background-color: transparent;
  color: #24c875;
}

.srch__search-friends .list {
  width: 100%;
  padding: 0 2px 72px;
}

.srch__search-friends .list .item {
  width: 100%;
  padding: 4px 0;
}

.srch__search-friends .list .item__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px 0;
}

.srch__search-friends .list .check {
  position: absolute;
  top: 9px;
  right: -4px;
}

.srch__search-friends .list .profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 38px;
}

.srch__search-friends .list .profile__img {
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 50%;
}

.srch__search-friends .list .profile__name {
  width: 100%;
  font-size: 1.5rem;
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.srch__search-friends .check {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.srch__search-friends .check__ipt {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
}

.srch__search-friends .check__ipt:checked + .check__icon {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -196px -257px;
  background-repeat: no-repeat;
}

.srch__search-friends .check__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -158px -257px;
  background-repeat: no-repeat;
}

.sort {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 36px;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  padding: 16px 16px;
  padding: 16px calc(16px + env(safe-area-inset-right)) 0 calc(16px + env(safe-area-inset-left));
  padding: 16px calc(16px + constant(safe-area-inset-right)) 0
    calc(16px + constant(safe-area-inset-left));
}

.sort__filter {
  position: relative;
  margin-right: 12px;
  padding-right: 22px;
  font-size: 0;
  white-space: nowrap;
}

.sort__filter-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 700;
}

.sort__filter-item + .sort__filter-item:before {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 600;
  vertical-align: middle;
  content: '･';
}

.sort__filter-btn {
  width: auto;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #f2f3f7;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.sort__filter-btn--latest {
  width: 36px;
  padding: 0;
  margin-left: 10px;
}

.sort__filter-btn--latest:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -118px;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: '';
}

.sort__filter-btn--oldest {
  width: 36px;
  padding: 0;
  margin-left: 10px;
}

.sort__filter-btn--oldest:after {
  display: inline-block;
  width: 30px;
  height: 31px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -44px -257px;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: '';
}

.sort.is-fixed {
  position: fixed;
  top: 44px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 58px;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.header--aos.is-fixed + .container .sort.is-fixed {
  top: 56px;
}

.footer-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1;
  width: 100%;
  bottom: 0;
  font-size: 0;
  background-color: white;
}

.footer-sticky__down {
  position: relative;
  width: 72px;
  height: 56px;
  height: calc(56px + env(safe-area-inset-bottom));
  height: calc(56px + constant(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
  background: #24c875;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.footer-sticky__down:before {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -350px -156px;
  background-repeat: no-repeat;
  content: '';
}

.footer-sticky__down:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  content: '';
}

.footer-sticky__down[disabled] {
  background: #e3e5ec;
  -webkit-transition: none;
  transition: none;
}

.footer-sticky__btn {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  background: #24c875;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: calc(56px + env(safe-area-inset-bottom));
  height: calc(56px + constant(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}

.footer-sticky__btn[disabled] {
  background: #e3e5ec;
  -webkit-transition: none;
  transition: none;
}

.footer-sticky__btn--keypad {
  height: 56px;
  padding-bottom: 0;
}

.content_bottom_fixed .btn_set {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.hbar {
  margin: 30px -25px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e7e9f1;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.tx-box {
  font-size: 0;
  border-bottom: 1px solid #f2f3f7;
}

.tx-box--transfer {
  padding-bottom: 108px;
}

.tx-box__img,
.tx-box__my,
.tx-box__bg {
  overflow: hidden;
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  vertical-align: middle;
}

.tx-box__img img,
.tx-box__my img,
.tx-box__bg img {
  width: 100%;
  height: 100%;
}

.tx-box__ico {
  display: inline-block;
  margin: 0 14px 0 10px;
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -324px -335px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.tx-box__my {
  background-color: #24c875;
  font-size: 1.7rem;
  line-height: 6.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.tx-box__bg {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #f6f7fb;
  border-radius: 100%;
  text-align: center;
  line-height: 62px;
  vertical-align: middle;
}

.tx-box__bg:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  content: '';
}

.tx-box__bg--pulsa:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -154px;
  background-repeat: no-repeat;
}

.tx-box__bg--pulsa-big:before {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -204px;
  background-repeat: no-repeat;
}

.tx-box__bg--topup:before {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -292px -335px;
  background-repeat: no-repeat;
}

.tx-box__bg--topup-big:before {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -257px;
  background-repeat: no-repeat;
}

.tx-box__bg--bills-big:before {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -164px;
  background-repeat: no-repeat;
}

.tx-box__bg--bills:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -124px;
  background-repeat: no-repeat;
}

.tx-box__photo {
  position: relative;
}

.tx-box__photo--sm .tx-box__img,
.tx-box__photo--sm .tx-box__my {
  width: 44px;
  height: 44px;
}

.tx-box__photo--sm .tx-box__my {
  font-size: 1.7rem;
  line-height: 4.4rem;
  font-weight: 700;
}

.tx-box__photo--sm .tx-box__ico {
  margin: 0 8px 0 6px;
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -367px;
  background-repeat: no-repeat;
}

.tx-box__photo + .tx-box__ip-box {
  margin-top: 28px;
}

.tx-box__photo--one .tx-box__info {
  left: 54px;
}

.tx-box__photo--split {
  top: -2px;
  left: -2px;
}

.tx-box__photo--split .tx-box__img {
  margin-right: -16px;
  border: 2px solid #fff;
}

.tx-box__photo--split .tx-box__img img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.tx-box__tit {
  display: block;
  margin-top: 41px;
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 400;
}

.tx-pln__box_tit {
  display: block;
  margin: 0 0 1rem 0;
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 400;
}

.tx_pln__pospaid_tit {
  font-size: 1.4rem;
  color: #97999e;
  min-height: auto;
  padding: 0;
}

.tx-pln__box_footer {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: center;
}

.tx-pln__box_footer_desc {
  text-align: center;
  font-size: 1.4rem;
  color: #97999e;
}

.tx-box__amount {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 3.9rem;
  line-height: 4.5rem;
  font-weight: 700;
}

.tx-box__amount--small {
  font-size: 2.7rem;
  line-height: 3.3rem;
}

.tx-box__amount--big {
  font-size: 3.9rem;
  line-height: 4.5rem;
  font-weight: 700;
}

.tx-box__msg {
  display: block;
  padding: 6px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.tx-box__msg--blue {
  color: #4e93f3;
}

.tx-box__msg--gray {
  color: #97999e;
}

.tx-box__msg--lightgray {
  color: #b3b5b9;
}

.tx-box__msg--red {
  color: #db1425;
}

.tx-box .ico-active,
.tx-box .ico-inactive,
.tx-box .ico-complete {
  margin-top: 7px;
}

.tx-box--nodata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  height: 100%;
  padding: 0 28px;
  color: #97999e;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.quota-msg {
  color: #97999e;
  display: block;
  padding: 10px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.quota-msg-box {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4rem;
  padding: 3px 6px;
}

.quota-msg-box--green {
  background-color: #24c875;
}

.quota-msg-box--red {
  background-color: #db1425;
}

.quota {
  margin: 23px 0;
  padding: 10px 24px;
  padding: 10px calc(24px + env(safe-area-inset-left)) 10px calc(24px + env(safe-area-inset-right));
  padding: 10px calc(24px + constant(safe-area-inset-left)) 10px
    calc(24px + constant(safe-area-inset-right));
}

.quota-txt {
  color: #97999e;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.quota-screen {
  display: block;
  white-space: nowrap;
}

.quota-screen span {
  display: inline-block;
  white-space: nowrap;
}

.quota-screen-txt {
  font-size: 1.4rem;
  line-height: 2.9rem;
  font-weight: 500;
  text-align: right;
  width: 20%;
}

.quota-screen-txt strong {
  font-size: 1.8rem;
}

.quota-screen-bar {
  background-color: #e9e9e9;
  width: 80%;
  height: 20px;
  margin-top: 12px;
}

.quota-screen-bar-bg {
  text-indent: -9999rem;
  height: 20px;
}

.quota-screen-bar-bg--green {
  background-color: #24c875;
}

.quota-screen-bar-bg--orange {
  background-color: #ff7e46;
}

.quota-screen-bar-bg--red {
  background-color: #db1425;
}

.tx-shortcut {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.tx-shortcut__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 7px 13px 8px;
  border-radius: 5px;
  background-color: #f7f8fa;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #97999e;
  text-align: center;
}

.tx-shortcut__item + .tx-shortcut__item {
  margin-left: 12px;
}

.tx-shortcut--sticky {
  display: none;
  position: fixed;
  right: 28px;
  right: calc(28px + env(safe-area-inset-right));
  right: calc(28px + constant(safe-area-inset-right));
  bottom: 56px;
  left: 28px;
  left: calc(28px + env(safe-area-inset-left));
  left: calc(28px + constant(safe-area-inset-left));
  padding: 24px 0;
  background-color: #fff;
}

.ipt-box + .tx-shortcut {
  padding-top: 6px;
}

.ico-info {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.ico-info:before {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -296px;
  background-repeat: no-repeat;
  content: '';
}

.ico-info2 {
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -324px;
  background-repeat: no-repeat;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 19px 27px 19px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.tooltip__tit {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.tooltip__dsc {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #97999e;
  text-align: center;
}

.tooltip__img {
  display: block;
  width: 90px;
  height: 55px;
  margin: 9px auto 0;
  color: #fff;
}

.tooltip__img img {
  width: 100%;
  vertical-align: top;
}

.tooltip__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
}

.tooltip__btn:after {
  display: block;
  position: absolute;
  top: 11px;
  right: 12px;
  width: 12px;
  height: 12px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -277px -367px;
  background-repeat: no-repeat;
  content: '';
}

.link-call {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -1px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #24c875;
  text-decoration: underline;
}

.acc-lst {
  padding-top: 21px;
}

.acc-lst__item {
  position: relative;
}

.acc-lst__item a {
  display: block;
  padding: 15px 16px 15px 71px;
  padding: 15px calc(16px + env(safe-area-inset-left)) 15px calc(71px + env(safe-area-inset-right));
  padding: 15px calc(16px + constant(safe-area-inset-left)) 15px
    calc(71px + constant(safe-area-inset-right));
}

.acc-lst__item:not(:last-child):before {
  border-color: #e4e4e4;
  left: 16px;
  left: calc(16px + env(safe-area-inset-left));
  left: calc(16px + constant(safe-area-inset-left));
}

.acc-lst__item.is-active:after {
  position: absolute;
  top: 50%;
  right: 13px;
  right: calc(13px + env(safe-area-inset-right));
  right: calc(13px + constant(safe-area-inset-right));
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -234px -257px;
  background-repeat: no-repeat;
  content: '';
}

.acc-lst__ico {
  display: block;
  position: absolute;
  top: 13px;
  left: 16px;
  left: calc(16px + env(safe-area-inset-left));
  left: calc(16px + constant(safe-area-inset-left));
  width: 44px;
  height: 44px;
  background: #24c875;
  border-radius: 22px;
  font-size: 1.7rem;
  line-height: 4.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.is-disabled .acc-lst__ico {
  background: #cfcfd0 !important;
}

.acc-lst__name {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.is-disabled .acc-lst__name {
  color: #97999e;
}

.acc-lst__info {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #97999e;
}

.is-disabled .acc-lst__info {
  color: #c1c1c1;
}

.trx__box {
  padding: 26px 16px 0;
  padding: 26px calc(16px + env(safe-area-inset-right)) 0 calc(16px + env(safe-area-inset-left));
  padding: 26px calc(16px + constant(safe-area-inset-right)) 0
    calc(16px + constant(safe-area-inset-left));
}

.trx__box:not(.trx__box-none):last-child {
  padding-bottom: 60px;
}

.trx__box-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
}

.trx__box-none p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
  text-align: center;
}

.trx__date {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.trx__date:not(:first-child) {
  margin-top: 31px;
}

.trx-lst {
  margin-top: 4px;
}

.trx-lst__item {
  position: relative;
}

.trx-lst__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trx-lst__item:after {
  right: -25px;
  left: 50px;
  width: auto;
  border-color: #e9e9e9;
  content: '';
}

.trx-lst__img {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #f6f7fb;
}

.trx-lst__img .ico-repay,
.trx-lst__img .ico-disbursal,
.trx-lst__img .ico-cancel,
.trx-lst__img .ico-debit,
.trx-lst__img .ico-onlinepayment {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
}

.trx-lst__img .ico-repay {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -34px;
  background-repeat: no-repeat;
}

.trx-lst__img .ico-disbursal {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -94px;
  background-repeat: no-repeat;
}

.trx-lst__img .ico-debit {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -4px;
  background-repeat: no-repeat;
}

.trx-lst__img .ico-onlinepayment {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -64px;
  background-repeat: no-repeat;
}

.trx-lst__type {
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trx-lst__box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.trx-lst__detail {
  display: block;
  min-width: 100px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #97999e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trx-lst__detail--row {
  margin-top: 4px;
}

.trx-lst__amount {
  display: block;
  margin-left: 15px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: right;
}

.trx-lst__amount--gr {
  color: #24c875;
}

.trx-lst__amount.is-cancel {
  text-decoration: line-through;
}

.trx-lst__desc {
  display: block;
  margin-top: 1px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #24c875;
  text-align: right;
}

.enforced {
  height: calc(100vh - 152px);
}

.header--aos + .container .enforced {
  height: calc(100vh - 164px);
}

.enforced--short {
  height: calc(100vh - 222px);
}

.header--aos + .container .enforced--short {
  height: calc(100vh - 234px);
}

.enforced__scroll {
  height: 100%;
  padding: 0 28px;
  overflow-y: auto;
}

.enforced__scroll:before {
  display: block;
  margin-left: -8px;
  margin-bottom: 22px;
  width: 56px;
  height: 56px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -24px -88px;
  background-repeat: no-repeat;
  content: '';
}

.enforced__tit {
  margin-bottom: 16px;
  font-size: 2.6rem;
  line-height: 3.1rem;
  font-weight: 700;
}

.enforced__dsc {
  margin-bottom: 22px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.enforced__dsc + .enforced__dsc {
  margin-top: -9px;
}

.enforced__detail {
  border-top: 1px solid #e9e9e9;
  padding-top: 22px;
}

.enforced__detail dt {
  margin-bottom: 4px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #97999e;
}

.enforced__detail dd {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.enforced__detail dd:not(:last-child) {
  margin-bottom: 15px;
}

.enforced__btn {
  position: fixed;
  bottom: 28px;
  left: 28px;
  right: 28px;
}

.terms__title {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #222;
}

.terms__detail {
  font-size: 1.4rem;
  font-weight: 400;
  color: #97999e;
}

.terms__detail__cms_h1,
.terms__detail__cms_h2,
.terms__detail__cms_h3 {
  margin: 20px 0 12px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #222;
}

.terms__detail__cms_h1 {
  font-weight: 700;
}

.terms__detail hr {
  margin: 21px 0 20px;
  border-width: 0 0 1px 0;
  border-color: #f2f3f7;
  border-style: solid;
}

.terms__detail a {
  color: #24c875;
}

.terms__detail ol,
.terms__detail ul {
  padding: 0 28px;
}

.terms__detail ol {
  list-style-type: decimal;
}

.terms__detail ul {
  list-style-type: disc;
}

.terms__detail .bullet {
  list-style-type: disc;
}

.terms__detail .lower {
  list-style-type: lower-roman;
}

.terms__detail .specific {
  list-style-type: lower-latin;
}

.terms__detail .sub {
  list-style-type: upper-roman;
}

.terms__detail table {
  margin: 20px 0;
  border-collapse: collapse;
  border-bottom: 1px solid #e9eaef;
}

.terms__detail table th,
.terms__detail table td {
  border: 1px solid #e9eaef;
  border-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: left;
  color: #97999e;
}

.terms__detail table th {
  padding: 13px 16px;
  background-color: #eeeff4;
}

.terms__detail table td {
  padding: 17px 15px;
}

.terms__detail hr {
  margin: 30px 0;
  border-width: 0 0 1px 0;
  border-color: rgba(34, 34, 34, 0.08);
  border-style: solid;
}

.folding-box {
  position: relative;
}

.folding-box.is-fold {
  overflow: hidden;
  max-height: 150px;
}

.folding-box.is-fold .folding-box__btn-more {
  display: block;
}

.folding-box__btn-more {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  background: #fff;
  font-size: 1.5rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #d0d0d5;
  text-align: center;
}

.is-bluegreen {
  background: #15bbc7 !important;
}

.is-skyblue {
  background: #39acf6 !important;
}

.is-deepblue {
  background: #557bf2 !important;
}

.is-grayblue {
  background: #5d6a8d !important;
}

.is-purple {
  background: #9366ed !important;
}

.is-pink {
  background: #f971c6 !important;
}

.is-coral {
  background: #f97479 !important;
}

.is-orange {
  background: #f88355 !important;
}

.is-carrot {
  background: #f8a248 !important;
}

.is-yellow {
  background: #f5cc2f !important;
}

.is-camel {
  background: #bc8161 !important;
}

.is-brown {
  background: #745f53 !important;
}

.is-warmgray {
  background: #7b7f81 !important;
}

.is-darkgray {
  background: #4a4c4e !important;
}

.is-green {
  background: #24c875 !important;
}

.is-mint {
  background: #00b8c5 !important;
}

.is-blue {
  background: #20a4f9 !important;
}

.is-blue2 {
  background: #5078f2 !important;
}

.is-purple2 {
  background: #9060ef !important;
}

.is-pink2 {
  background: #ff6dc1 !important;
}

.is-coral2 {
  background: #ff7066 !important;
}

.is-carrot2 {
  background: #ff7e4b !important;
}

.is-orange2 {
  background: #fe9f3a !important;
}

.is-yellow2 {
  background: #fdcd12 !important;
}

.is-brown2 {
  background: #bc8161 !important;
}

.btn-favorite {
  position: relative;
  width: 30px;
  height: 30px;
}

.btn-favorite:after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -257px;
  background-repeat: no-repeat;
  content: '';
}

.btn-favorite.is-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -4px;
  background-repeat: no-repeat;
}

.btn-favorite.is-active:hover:after {
  -webkit-animation: check 0.3s linear;
  animation: check 0.3s linear;
}

@media screen and (max-width: 320px) {
  .tx-box__amount {
    font-size: 3.1rem;
    line-height: 3.7rem;
  }

  .tx-box__amount--small {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .tx-box--transfer {
    padding-bottom: 88px;
  }
}

.take-photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 11;
  position: absolute;
  width: 100%;
  height: 100%;
}

.take-photo-box {
  width: 280px;
  height: 180px;
  border: 4px solid #fff;
  border-radius: 15px;
  position: absolute;
}

.take-photo-box:before,
.take-photo-box:after {
  content: '';
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  width: 4px;
  height: 130px;
  top: 25px;
}

.take-photo-box:before {
  left: -4px;
}

.take-photo-box:after {
  right: -4px;
}

.take-photo-frame-top:before,
.take-photo-frame-top:after,
.take-photo-frame-bottom:before,
.take-photo-frame-bottom:after {
  content: '';
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  width: 95px;
  height: 4px;
}

.take-photo-frame-top:before {
  top: -4px;
  left: 25px;
}

.take-photo-frame-top:after {
  top: -4px;
  right: 25px;
}

.take-photo-frame-bottom:before {
  bottom: -4px;
  left: 25px;
}

.take-photo-frame-bottom:after {
  bottom: -4px;
  right: 25px;
}

.z-index-test {
  position: relative;
}

.z-index-test .z-index-div1 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  background-color: red;
  z-index: 3;
}

.z-index-test .z-index-div2 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: 10px;
  background-color: blue;
  z-index: 2;
}

.z-index-test .z-index-div3 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
  background-color: yellow;
  z-index: 1;
}

@-webkit-keyframes check {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes check {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes input-shaking {
  20%,
  60% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  40%,
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes input-shaking {
  20%,
  60% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  40%,
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes dots-shaking {
  10%,
  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  20%,
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  40%,
  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}

@keyframes dots-shaking {
  10%,
  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  20%,
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  40%,
  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}

@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes loader-dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@-webkit-keyframes loader-dash-s {
  0% {
    stroke-dashoffset: 87;
  }

  50% {
    stroke-dashoffset: 18;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 87;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes loader-dash-s {
  0% {
    stroke-dashoffset: 87;
  }

  50% {
    stroke-dashoffset: 18;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 87;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

.ly {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  /* Select account layer */
  /* Alert layer */
  /* Select Financial goal layer */
  /* Transfer account layer */
  /* Leave alert layer */
  /* Select account layer */
  /* Enter input layer */
}

.ly.blank {
  background-color: rgba(255, 255, 255, 0);
}

.ly__tit {
  display: block;
  margin-bottom: 6px;
  padding: 0 16px;
  padding: 0 calc(16px + env(safe-area-inset-left)) 0 calc(16px + env(safe-area-inset-right));
  padding: 0 calc(16px + constant(safe-area-inset-left)) 0
    calc(16px + constant(safe-area-inset-right));
  font-size: 1.6rem;
  line-height: 5.4rem;
  font-weight: 700;
}

.ly__btn-cls {
  position: absolute;
  top: 9px;
  right: 7px;
  right: calc(6px + env(safe-area-inset-right));
  right: calc(6px + constant(safe-area-inset-right));
  padding: 12px;
}

.ly__btn-cls:before {
  display: block;
  width: 19px;
  height: 18px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -270px;
  background-repeat: no-repeat;
  content: '';
}

.ly__btn-box {
  position: absolute;
  right: 7px;
  right: calc(7px + env(safe-area-inset-right));
  right: calc(7px + constant(safe-area-inset-right));
  bottom: 25px;
  font-size: 0;
}

.ly__btn {
  display: inline-block;
  margin: 0 5px;
  padding: 0 11px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #24c875;
}

.ly__btn--type2 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: #97999e;
}

.ly__btn--type3 {
  color: #db1425;
}

.ly-acc {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  background-color: #fff;
  left: 0;
  padding: 10px 0 14px;
  padding: 10px env(safe-area-inset-left) calc(14px + env(safe-area-inset-bottom))
    env(safe-area-inset-right);
  padding: 10px constant(safe-area-inset-left) calc(14px + constant(safe-area-inset-bottom))
    constant(safe-area-inset-right);
}

.ly-acc .ly__btn-box {
  bottom: calc(25px + env(safe-area-inset-bottom));
  bottom: calc(25px + constant(safe-area-inset-bottom));
}

.ly-acc__tit {
  margin-bottom: 6px;
}

.ly-acc .acc-lst {
  max-height: 204px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0;
}

.ly-acc .acc-lst + .footer-sticky__btn {
  margin-top: 18px;
}

.ly-acc .acc-lst__info--error {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.ly-acc .acc-lst__info--error:after {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 6px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -88px -128px;
  background-repeat: no-repeat;
  content: '';
}

.ly-acc .acc-lst__info--ico {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.ly-acc .acc-lst__info--ico:after {
  display: inline-block;
  margin: 0;
  width: 68px;
  height: 18px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -62px;
  background-repeat: no-repeat;
  content: '';
}

.ly-acc .chk-box {
  display: block;
  margin: 18px 0 10px;
  margin: 18px 11px 10px;
  margin: 18px calc(11px + env(safe-area-inset-right)) 10px calc(16px + env(safe-area-inset-left));
  margin: 18px calc(11px + constant(safe-area-inset-right)) 10px
    calc(16px + constant(safe-area-inset-left));
}

.ly-acc .footer-sticky__btn {
  margin-bottom: -14px;
}

.ly-acc .ly__btn-cls {
  top: 16px;
}

.ly-alert,
.ly-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  background-color: #fff;
  left: 0;
  min-height: 150px;
  padding: 20px 20px 89px;
  padding: 20px calc(20px + env(safe-area-inset-left)) calc(89px + env(safe-area-inset-bottom))
    calc(20px + env(safe-area-inset-right));
  padding: 20px calc(20px + constant(safe-area-inset-left))
    calc(89px + constant(safe-area-inset-bottom)) calc(20px + constant(safe-area-inset-right));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ly-alert .ly__btn-box,
.ly-tag .ly__btn-box {
  bottom: calc(25px + env(safe-area-inset-bottom));
  bottom: calc(25px + constant(safe-area-inset-bottom));
}

.ly-alert .chk-box,
.ly-tag .chk-box {
  display: block;
  margin-top: 21px;
}

.ly-alert .rdo-box,
.ly-tag .rdo-box {
  margin-bottom: -8px;
}

.ly-alert .rdo-box__lb,
.ly-tag .rdo-box__lb {
  display: block;
  padding: 15px 0 15px 31px;
}

.ly-alert .rdo-box__lb:before,
.ly-tag .rdo-box__lb:before {
  top: 50%;
  margin-top: -15px;
}

.ly-alert .def-lst,
.ly-tag .def-lst {
  padding-top: 30px;
}

.ly-alert .ly__btn,
.ly-tag .ly__btn {
  padding: 0 10px;
}

.ly-alert .ly__btn-box,
.ly-tag .ly__btn-box {
  right: 5px;
  right: calc(5px + env(safe-area-inset-right));
  right: calc(5px + constant(safe-area-inset-right));
}

.ly-alert__tit,
.ly-tag__tit {
  display: block;
  padding: 2px 0;
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 700;
}

.ly-alert__msg,
.ly-tag__msg {
  padding: 3px 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.ly-alert--center {
  position: relative;
  top: 50%;
  margin: 0 28px;
  margin: 0 calc(28px + env(safe-area-inset-right)) 0 calc(28px + env(safe-area-inset-left));
  margin: 0 calc(28px + constant(safe-area-inset-right)) 0
    calc(28px + constant(safe-area-inset-left));
  padding: 30px 30px 90px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.ly-alert--type2 {
  padding: 22px 20px 92px;
  padding: 22px calc(20px + env(safe-area-inset-left)) calc(92px + env(safe-area-inset-bottom))
    calc(20px + env(safe-area-inset-right));
  padding: 22px calc(20px + constant(safe-area-inset-left))
    calc(92px + constant(safe-area-inset-bottom)) calc(20px + constant(safe-area-inset-right));
}

.ly-alert--type3 {
  padding: 22px 20px 81px;
  padding: 22px calc(20px + env(safe-area-inset-left)) calc(81px + env(safe-area-inset-bottom))
    calc(20px + env(safe-area-inset-right));
  padding: 22px calc(20px + constant(safe-area-inset-left))
    calc(81px + constant(safe-area-inset-bottom)) calc(20px + constant(safe-area-inset-right));
}

.ly-alert--type3 .def-lst {
  padding-top: 25px;
}

.ly-tag {
  padding-bottom: 71px;
}

.ly-tag__tit-sub {
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 400;
  color: #97999e;
}

.ly-tag__msg {
  margin-bottom: 29px;
}

.ly-tx {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  background-color: #fff;
  padding-top: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ly-tx .ly__btn-box {
  bottom: calc(25px + env(safe-area-inset-bottom));
  bottom: calc(25px + constant(safe-area-inset-bottom));
}

.ly-tx__ipt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 13px 16px 16px 16px;
  padding: 13px calc(16px + env(safe-area-inset-right)) 16px calc(16px + env(safe-area-inset-left));
  padding: 13px calc(16px + constant(safe-area-inset-right)) 16px
    calc(16px + constant(safe-area-inset-left));
}

.ly-tx__ipt {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ly-tx__ipt::-webkit-input-placeholder {
  color: #e9e9e9;
}

.ly-tx__ipt::-moz-placeholder {
  color: #e9e9e9;
}

.ly-tx__ipt:-ms-input-placeholder {
  color: #e9e9e9;
}

.ly-tx__ipt::-ms-input-placeholder {
  color: #e9e9e9;
}

.ly-tx__ipt::placeholder {
  color: #e9e9e9;
}

.ly-tx__ipt-txt {
  color: #e9e9e9;
}

.ly-tx__msg {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #ff3a44;
}

.ly-tx__msg--default {
  margin-top: 27px;
  color: #97999e;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.ly-tx__msg--error {
  margin-top: 27px;
  color: #db1425;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.ly-tx .ly__btn-cls {
  top: 18px;
  right: 0;
}

.ly-tx .footer-sticky__btn {
  height: 56px;
  padding-bottom: 0;
}

.ly-leave {
  position: relative;
  top: 50%;
  max-width: 259px;
  margin: 0 auto;
  padding: 30px 30px 90px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 374px) {
  .ly-leave {
    max-width: initial;
    margin: 0 28px;
    margin: 0 calc(28px + env(safe-area-inset-right)) 0 calc(28px + env(safe-area-inset-left));
    margin: 0 calc(28px + constant(safe-area-inset-right)) 0
      calc(28px + constant(safe-area-inset-left));
  }
}

.ly-leave__tit {
  display: block;
  margin-bottom: 14px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
}

.ly-leave__msg {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #333;
}

.ly-leave__msg:first-child {
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.ly-leave__code {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #d0d0d5;
}

.ly-leave .ly__btn {
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 2rem;
}

.ly-leave .ly__btn-box {
  bottom: 30px;
  right: 14px;
  right: calc(14px + env(safe-area-inset-right));
  right: calc(14px + constant(safe-area-inset-right));
}

.ly-pad {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  background-color: #fff;
  padding-top: 0;
}

.ly-pad .ly__btn-box {
  bottom: calc(25px + env(safe-area-inset-bottom));
  bottom: calc(25px + constant(safe-area-inset-bottom));
}

.ly-filter {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  background-color: #fff;
  left: 0;
  min-height: 178px;
  padding: 10px 16px 85px;
  padding: 10px calc(16px + env(safe-area-inset-left)) calc(85px + env(safe-area-inset-bottom))
    calc(16px + env(safe-area-inset-right));
  padding: 10px calc(16px + constant(safe-area-inset-left))
    calc(85px + constant(safe-area-inset-bottom)) calc(16px + constant(safe-area-inset-right));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ly-filter .ly__btn-box {
  bottom: calc(25px + env(safe-area-inset-bottom));
  bottom: calc(25px + constant(safe-area-inset-bottom));
}

.ly-filter__tit {
  height: 54px;
  font-size: 1.6rem;
  line-height: 5.4rem;
  font-weight: 700;
}

.ly-filter .ly__btn-cls {
  top: 17px;
  right: 4px;
  right: calc(4px + env(safe-area-inset-right));
  right: calc(4px + constant(safe-area-inset-right));
}

.ly-filter__dsc {
  margin: 10px 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #97999e;
}

.ly-filter__lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.ly-filter__lst .ly-filter__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-left: 4px;
  height: 36px;
  line-height: 36px;
  background: #f2f3f7;
  color: #97999e;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.ly-filter__lst .ly-filter__item:first-child {
  margin-left: 0;
}

.ly-filter__lst .ly-filter__item:nth-child(2) {
  min-width: 40%;
}

.ly-filter__lst .ly-filter__item.is-selected {
  background: #24c875;
}

.ly-filter__lst .ly-filter__item.is-selected .ly-filter__btn {
  font-weight: 700;
  color: #fff;
}

.ly-filter__lst .ly-filter__item .ly-filter__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  color: #97999e;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.ly-pin {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.ly-pin .pin__top {
  height: 162px;
  position: relative;
}

.ly-pin .pin__link {
  bottom: 0;
}

.ly-pin .keypad {
  height: 258px;
  height: calc(258px + env(safe-area-inset-bottom));
  height: calc(258px + constant(safe-area-inset-bottom));
}

.ly-pin .keypad__keys {
  padding: 28px 0 19px;
  background-color: #fff;
}

.ly-pin .keypad__key {
  height: 52px;
  line-height: 52px;
}

.ly-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  background-color: #fff;
  left: 0;
  padding: 10px 16px;
  padding: 10px env(16pxsafe-area-inset-left) 10px env(16pxsafe-area-inset-right);
  padding: 10px constant(16pxsafe-area-inset-left) 10px constant(16pxsafe-area-inset-right);
}

.ly-link .ly__btn-box {
  bottom: calc(25px + env(safe-area-inset-bottom));
  bottom: calc(25px + constant(safe-area-inset-bottom));
}

.ly-link .ly__tit {
  padding: 0 0;
  padding-right: 40px;
  font-size: 1.9rem;
  line-height: 5.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ly-link .ly__btn-cls {
  top: 20px;
}

.ly-link__item {
  font-size: 1.7rem;
  line-height: 3.2rem;
  padding-bottom: 12px;
}

.ly-link__link {
  display: block;
  width: 100%;
  height: 100%;
}

.ly-event {
  position: relative;
  top: 50%;
  margin: 0 28px;
  margin: 0 calc(28px + env(safe-area-inset-right)) 0 calc(28px + env(safe-area-inset-left));
  margin: 0 calc(28px + constant(safe-area-inset-right)) 0
    calc(28px + constant(safe-area-inset-left));
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 319px;
  height: 380px;
  padding: 0 0 60px;
  margin: -19px auto 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.ly-event__link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 319px;
  padding: 30px 26px 0;
  background: #24c875;
  border-radius: 10px 10px 0 0;
  height: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ly-event__name {
  margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #1d9357;
}

.ly-event__tit {
  font-size: 4.3rem;
  line-height: 5.1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
}

.ly-event__see {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.ly-event__see:after {
  display: inline-block;
  margin-left: 2px;
  width: 12px;
  height: 12px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -257px -367px;
  background-repeat: no-repeat;
  content: '';
  vertical-align: middle;
}

.ly-event__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 319px;
  height: 196px;
  border-radius: 10px 10px 0 0;
}

.ly-event__img img {
  width: 100%;
  vertical-align: top;
}

.ly-event .ly__btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 19px 11px 20px;
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: #222;
}

.ly-event .ly__btn-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
}

.ly-event .ly__btn-box:before {
  border-color: #ececec;
  content: '';
}

.ly-enforced {
  position: relative;
  top: 50%;
  margin: 0 28px;
  margin: 0 calc(28px + env(safe-area-inset-right)) 0 calc(28px + env(safe-area-inset-left));
  margin: 0 calc(28px + constant(safe-area-inset-right)) 0
    calc(28px + constant(safe-area-inset-left));
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  min-height: 139px;
  max-height: calc(100vh - 220px);
  padding: 29px 0 89px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ly-enforced__scroll {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1px 30px;
  overflow-y: auto;
}

.ly-enforced__scroll:before {
  display: block;
  margin-left: -8px;
  margin-bottom: 21px;
  width: 48px;
  height: 48px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -165px -44px;
  background-repeat: no-repeat;
  content: '';
}

.ly-enforced__tit {
  display: block;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 700;
}

.ly-enforced__msg {
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #333;
}

.ly-enforced__tit + .ly-enforced__msg {
  margin-top: 14px;
}

.ly-enforced__msg:first-child {
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.ly-enforced__msg + .ly-enforced__msg {
  margin-top: 12px;
}

.ly-enforced__lst {
  margin-top: 20px;
}

.ly-enforced__lst dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #97999e;
}

.ly-enforced__lst dd {
  overflow: hidden;
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #222;
}

.ly-enforced__lst dd:not(:last-child) {
  padding-bottom: 15px;
}

.ly__chk-box {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 8px;
}

.ly__chk-box .chk-box__lb {
  display: block;
  color: #fff;
}

.ly-notice {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 10;
  padding: 19px 10px 18px;
  padding: 19px calc(10px + env(safe-area-inset-left)) 18px calc(10px + env(safe-area-inset-right));
  padding: 19px calc(10px + constant(safe-area-inset-left)) 18px
    calc(10px + constant(safe-area-inset-right));
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.ly-notice__txt {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #fff;
}

.footer-sticky ~ .ly-notice {
  bottom: 72px;
}

.ly-notice--top {
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: initial;
  border-radius: 0;
  background-color: #24c875;
}

.pin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pin--bg {
  background: #24c875;
}

.pin--bg .pin__tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
  height: 72px;
  margin-top: 0px;
  margin-bottom: 45px;
  word-break: break-all;
}

.pin--bg .pin__dsc {
  height: 37px;
  margin-top: -37px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  word-break: break-all;
}

.pin__top--prof .pin--bg .pin__dsc {
  position: absolute;
  top: 138px;
  height: 36px;
  margin: 0;
}

.pin--bg .pin__dsc-btm {
  position: absolute;
  bottom: 285px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  word-break: break-all;
}

.pin--bg .pin__dots {
  padding-top: 24px;
  margin: 0;
}

.pin--bg .pin__dots.is-error {
  -webkit-animation: dots-shaking 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: dots-shaking 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.pin--bg .pin__dot {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.pin--bg .pin__dot:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  content: '';
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
  transition: -webkit-transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
  transition: transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
  transition: transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62),
    -webkit-transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
}

.pin--bg .pin__dot.is-filled:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pin--bg .pin__link {
  bottom: 277px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.pin--bg .pin__link:after {
  width: 12px;
  height: 12px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -257px -367px;
  background-repeat: no-repeat;
}

.pin__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  vertical-align: middle;
}

.pin__top--prof {
  position: relative;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pin__btm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 325px;
}

.pin__tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #222;
  margin-top: 50px;
  margin-bottom: 5px;
  word-break: break-all;
}

.pin__dsc {
  position: relative;
  top: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #97999e;
  word-break: break-all;
}

.pin__top--prof .pin__dsc {
  position: absolute;
  top: 138px;
  height: 36px;
  margin: 0;
}

.pin__dsc-btm {
  position: absolute;
  bottom: 285px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #97999e;
  word-break: break-all;
}

.pin__dots {
  margin: 20px 0 35px 0;
}

.pin__top--prof .pin__dots {
  padding-top: 61px;
}

.pin__dots.is-error {
  -webkit-animation: dots-shaking 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: dots-shaking 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.pin__dot {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 12px;
  border: 1px solid rgba(151, 153, 158, 0.5);
  border-radius: 50%;
}

.pin__dot:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  background: #24c875;
  border-radius: 50%;
  content: '';
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
  transition: -webkit-transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
  transition: transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
  transition: transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62),
    -webkit-transform 0.1s cubic-bezier(0.15, 0.98, 0.76, 0.62);
}

.pin__dot.is-filled:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pin__link {
  position: absolute;
  bottom: 225px;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #97999e;
  text-align: center;
}

.pin__link:after {
  display: inline-block;
  margin: -2px 0 0 4px;
  width: 12px;
  height: 12px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -132px -128px;
  background-repeat: no-repeat;
  content: '';
  vertical-align: middle;
}

.pin__kb {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 251px;
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.pin__keys {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 0;
}

.pin__key {
  display: inline-block;
  position: relative;
  width: 33.3%;
  height: 52px;
  font-size: 2.6rem;
  line-height: 5.3rem;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pin__key:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: none;
  transition: none;
}

.pin__key.is-active:before {
  opacity: 0.3;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.pin__key--del:after,
.pin__key--space:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22.5px 0 0 -22.5px;
  content: '';
}

.pin__key--del:after {
  width: 45px;
  height: 45px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -156px;
  background-repeat: no-repeat;
}

.pin__key--space:after {
  width: 45px;
  height: 45px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -110px -156px;
  background-repeat: no-repeat;
}

.err {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.err--locked {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.err--locked:before {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  content: '';
}

.err--locked:after {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  content: '';
}

.err__img {
  display: block;
  width: 230px;
  height: 230px;
  margin: 7px auto 0;
  background: url('../img/temp/img-confirm.png');
  -webkit-background-size: cover;
  background-size: cover;
}

.err__img--error {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: url('../img/common/img-common-error.png');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.err__img--locked {
  margin: 0 auto -3px;
  background: url('../img/common/pin-locked.png');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.err__tit {
  padding: 0 36px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
}

.err__tit--smaller {
  padding: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
}

.err__tit--left {
  text-align: left;
}

.err__dsc {
  margin: 8px 0 18px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #97999e;
}

.err__dsc--bigger {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.err__code {
  margin-top: -13px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #d0d0d5;
}

.err__btn {
  margin: 0 28px 28px;
}

.err--none .err__img {
  height: auto;
}

.err--none .err__dsc {
  font-size: 15px;
}

.keypad {
  width: 100%;
  background: #fff;
}

.keypad__act-btn {
  height: 49px;
  padding: 0 16px;
  color: #007aff;
  font-size: 1.7rem;
  line-height: 4.9rem;
  font-weight: 700;
}

.keypad__act-btn--rgt {
  float: right;
}

.keypad__act-btn--lft {
  float: left;
}

.keypad__keys {
  clear: both;
  font-size: 0;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  padding: 8px 12px calc(8px + constant(safe-area-inset-bottom));
  background-color: #f7f8fa;
}

.keypad__act-btn + .keypad__keys {
  border-top: 1px solid #e9e9e9;
}

.keypad__key {
  display: inline-block;
  position: relative;
  width: 33.3%;
  height: 50px;
  font-size: 2.6rem;
  line-height: 5rem;
  vertical-align: top;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

.keypad__key:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #eef0f5;
  border-radius: 50%;
  content: '';
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: none;
  transition: none;
}

.keypad__key.is-active:before {
  opacity: 1;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.keypad__key--del:after,
.keypad__key--space:after,
.keypad__key--space2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22.5px;
  content: '';
}

.keypad__key--del:before,
.keypad__key--space:before,
.keypad__key--space2:before {
  display: none;
}

.keypad__key--del:after {
  width: 45px;
  height: 45px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -57px -156px;
  background-repeat: no-repeat;
}

.keypad__key--space:after {
  width: 46px;
  height: 45px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -165px -100px;
  background-repeat: no-repeat;
}

.keypad__key--space2:after {
  width: 45px;
  height: 45px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -110px -156px;
  background-repeat: no-repeat;
}

.keypad__key--dot:before {
  display: block;
  margin-bottom: -17px;
  content: '';
}

.keypad.is-cover {
  -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.05);
}

.loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.loader__item {
  position: relative;
  width: 52px;
  height: 52px;
}

.loader__item--only {
  width: 30px;
  height: 30px;
  margin: 40px auto;
}

.loader__item + .sa-history__end {
  padding-top: 0;
}

.loader__spinner {
  -webkit-animation: loader-rotate 1.4s linear infinite;
  animation: loader-rotate 1.4s linear infinite;
}

.loader__item--only .loader__spinner {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.loader__bg {
  stroke: #e9e9e9;
  opacity: 0.3;
}

.loader__item--only .loader__bg {
  stroke: #97999e;
  opacity: 0.12;
}

.loader__path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  stroke: #e9e9e9;
  -webkit-animation: loader-dash 1.4s ease-in-out infinite;
  animation: loader-dash 1.4s ease-in-out infinite;
}

.loader__item--only .loader__path {
  stroke-dasharray: 87;
  stroke: #a6a9af;
  -webkit-animation: loader-dash-s 1.2s ease-in-out infinite;
  animation: loader-dash-s 1.2s ease-in-out infinite;
}

.loader__dsc {
  padding-top: 18px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #dbdbdb;
  text-align: center;
}

.loader--dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.25);
}

.debit-txt-fee {
  display: block;
  padding: 6px 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.debit-txt-fee--free {
  color: #5078f2;
}

.debit-txt-fee2 {
  display: block;
  padding-top: 2px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.debit-txt-address {
  display: block;
  margin-top: 5px;
  margin-bottom: 36px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.debit__pin__kb {
  margin: 14px 0 -3px;
  text-align: left;
}

.debit-history-tit {
  position: relative;
  padding: 0 16px 42px 16px;
  background: #24c875;
  text-align: center;
}

.debit-history-tit__lv1 {
  width: 100%;
  padding-top: 39px;
  text-align: center;
  color: #fff;
}

.debit-history-tit__amount {
  display: block;
  margin-bottom: 33px;
  font-size: 3.8rem;
  line-height: 4.5rem;
  font-weight: 700;
}

.debit-history-tit__amount--small {
  padding-top: 6px;
  margin-bottom: 39px;
  font-size: 2.7rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.debit-history-tit__desc {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.debit-history-tit__detail {
  display: none;
  margin-top: 26px;
  padding: 25px 0 11px 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
}

.debit-history-tit__detail.is_active {
  display: block;
}

.debit-history-tit__detail .def-lst dt {
  padding: 0;
  color: #b2ebce;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
}

.debit-history-tit__detail .def-lst dt:not(:first-of-type) {
  margin-top: 11px;
}

.debit-history-tit__detail .def-lst dd {
  min-height: auto;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.debit-history-tit__detail .def-lst dd:not(:first-of-type) {
  margin-top: 11px;
}

.debit-history-tit__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
}

.debit-history-tit__btn .btn__detail {
  position: relative;
  display: block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
}

.debit-history-tit__btn .btn__detail:after {
  display: inline-block;
  vertical-align: bottom;
  width: 36px;
  height: 36px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -144px -209px;
  background-repeat: no-repeat;
  content: '';
}

.debit-history-tit__btn .btn__detail.is_active:after {
  width: 36px;
  height: 36px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -100px -209px;
  background-repeat: no-repeat;
}

.debit-card-img {
  display: block;
  width: 126px;
  margin-bottom: 29px;
}

.debit-card-img img {
  width: 100%;
  vertical-align: top;
}

.debit .tit__lv1 {
  padding-bottom: 52px;
}

.debit .tit__lv1--step-one {
  padding-bottom: 30px;
}

.debit .swiper {
  padding-bottom: 15px;
}

.debit .swiper .swiper__inner {
  max-width: 100% !important;
  height: 180px;
}

.debit .swiper .swiper__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 180px;
  margin-right: 20px;
}

.debit .swiper .swiper__img .mycard__img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.debit .swiper .swiper__img--disabled {
  position: relative;
}

.debit .swiper .swiper__img--disabled:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 56px;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background-color: #fff;
}

.debit .swiper .swiper__img--disabled .rdo-box__lb:before {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -118px;
  background-repeat: no-repeat;
}

.debit .swiper .swiper__img--disabled .mycard__name {
  color: #d0d0d5 !important;
}

.debit .swiper .swiper__img--disabled .mycard__name--detail {
  color: #d0d0d5 !important;
}

.debit .swiper .swiper__img--disabled .msg {
  position: absolute;
  top: 50%;
  height: 23px;
  line-height: 23px;
  margin: -31.5px auto 0;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 10px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.debit .swiper.mycard__swiper--vertical .swiper__inner {
  height: auto;
}

.debit .swiper.mycard__swiper--vertical .swiper__img {
  position: relative;
  width: 176px;
  height: auto;
}

.debit .swiper.mycard__swiper--vertical .swiper__img .mycard__img {
  position: relative;
  width: 100%;
  height: 255px;
}

.debit .swiper.mycard__swiper--vertical .swiper__img .mycard__name {
  display: block;
  padding: 17px 0 0 36px;
  line-height: 18px;
  color: #2b2b2b;
}

.debit .swiper.mycard__swiper--vertical .swiper__img .mycard__name--detail {
  display: block;
  padding-left: 36px;
  margin-top: 6px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #97999e;
}

.debit .ipt-box__lb {
  color: #c1c1c1;
  top: 25px;
}

.debit .ipt-box:last-child {
  padding-top: 25px;
}

.debit .mycard__box {
  padding: 0 0 24px 0;
}

.debit .mycard__box--top {
  padding: 0;
}

.debit .mycard__box:before {
  left: 0;
}

.debit .mycard__box--noborder:before {
  content: none;
}

.debit .mycard__box:last-child {
  padding: 24px 0;
  margin-bottom: 0;
}

.debit .mycard__box .ico-info {
  top: 14px;
}

.debit .mycard__box .ico-info:before {
  left: 4px;
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -268px;
  background-repeat: no-repeat;
}

.debit .mycard__box .tooltip {
  top: 50%;
  left: 50%;
  width: 264px;
  margin-top: -54px;
  padding: 14px 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.debit .mycard__box .tx-chk-box {
  display: block;
  margin-top: 30px;
}

.debit .mycard .tit__lv2 {
  padding: 13px 0 12px;
}

.debit .mycard-history__box .ipt-box {
  position: relative;
  padding-top: 0;
}

.debit .ipt-box__ipt {
  padding-bottom: 7px;
  border-color: #f2f3f7;
}

.debit-confirm {
  padding-bottom: 26px;
}

.debit-confirm .tit__lv1 {
  padding-bottom: 36px;
}

.debit-confirm .def-lst + .tit__box {
  margin-top: 31px;
}

.ico-info {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
}

.ico-info:before {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -296px;
  background-repeat: no-repeat;
  content: '';
}

.btn-edit {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  color: #97999e;
  font-size: 1.4rem;
}

.select-add {
  margin-top: -3px;
  padding-bottom: 36px;
}

.select-add__item + .select-add__item {
  margin-top: 14px;
}

.select-add__item.is-disabled .rdo-box__lb {
  color: #d0d0d5;
}

.select-add__item.is-disabled .rdo-box__lb:before {
  opacity: 0.5;
}

.select-add__item.is-disabled .rdo-box__lb:after {
  display: none;
}

.select-add__item.is-disabled .select-add__txt {
  color: #d0d0d5;
}

.select-add__txt {
  display: block;
  margin-top: 5px;
  padding-right: 5px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: #97999e;
  word-break: break-all;
}

.select-add__link {
  display: block;
  margin-top: 1px;
  padding-left: 32px;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #24c875;
  text-decoration: underline;
}

.shipping__ipt-box {
  padding: 16px 12px 0;
}

.shipping__ipt-box .ipt-box__link:before {
  top: calc(50% + 4px);
  right: -12px;
}

.shipping__status {
  position: relative;
  margin-top: 24px;
  margin-left: -11px;
  margin-right: -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.shipping__status:after {
  left: -50%;
  width: 200%;
  border-color: #e9e9e9;
}

.shipping__item {
  position: relative;
  width: 66px;
  height: 109px;
  padding-top: 55px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shipping__item:before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  content: '';
}

.shipping__item.is-passed:after {
  position: absolute;
  top: 28px;
  right: 13px;
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -356px -335px;
  background-repeat: no-repeat;
  content: '';
}

.shipping__item:nth-child(1) .shipping__txt {
  color: #222;
}

.shipping__item:nth-child(1):before {
  width: 40px;
  height: 40px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -224px -148px;
  background-repeat: no-repeat;
}

.shipping__item:nth-child(1).is-ok:after {
  position: absolute;
  top: 28px;
  right: 13px;
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -356px -335px;
  background-repeat: no-repeat;
  content: '';
}

.shipping__item:nth-child(3):before {
  width: 40px;
  height: 40px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -224px -52px;
  background-repeat: no-repeat;
}

.shipping__item:nth-child(3).is-ok .shipping__txt {
  color: #222;
}

.shipping__item:nth-child(3).is-ok:before {
  background: url('../img/debitcard/ic-making.gif');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.shipping__item:nth-child(3).is-passed .shipping__txt {
  color: #222;
}

.shipping__item:nth-child(3).is-passed:before {
  width: 40px;
  height: 40px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -224px -100px;
  background-repeat: no-repeat;
}

.shipping__item:nth-child(5):before {
  width: 40px;
  height: 40px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -209px;
  background-repeat: no-repeat;
}

.shipping__item:nth-child(5).is-ok .shipping__txt {
  color: #222;
}

.shipping__item:nth-child(5).is-ok:before {
  background: url('../img/debitcard/ic-shipping.gif');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.shipping__item:nth-child(5).is-fail:before {
  display: none;
}

.shipping__item:nth-child(5).is-passed .shipping__txt {
  color: #222;
}

.shipping__item:nth-child(5).is-passed:before {
  width: 40px;
  height: 40px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -52px -209px;
  background-repeat: no-repeat;
}

.shipping__item:nth-child(7):before {
  width: 40px;
  height: 40px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -224px -4px;
  background-repeat: no-repeat;
}

.shipping__item:nth-child(7).is-ok .shipping__txt {
  color: #222;
}

.shipping__item:nth-child(7).is-ok:before {
  background: url('../img/debitcard/ic-activate.gif');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.shipping__arr {
  width: 12px;
  height: 60px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -88px;
  background-repeat: no-repeat;
}

.shipping__txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #c1c1c1;
}

.shipping__date {
  display: block;
  margin-top: 2px;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #97999e;
}

.shipping__sub {
  display: block;
  margin-top: 26px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #97999e;
}

.shipping__sub--fail {
  color: #ff3a44;
}

.shipping__sub--bottom {
  display: block;
  margin-top: 32px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #97999e;
}

.shipping__sub--error {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #db1425;
}

.shipping__sub--error:before {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -88px -128px;
  background-repeat: no-repeat;
  content: '';
}

.link-call + .shipping__sub {
  margin-top: 32px;
}

.shipping__dsc {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.shipping__dsc--bottom {
  display: block;
  margin-top: 36px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.shipping__sub--error + .shipping__dsc {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.shipping__dsc + .link-call {
  margin-top: 6px;
}

.shipping .ipt-box {
  padding-top: 38px;
  margin-bottom: 0;
}

.shipping .ipt-box__lb {
  top: 24px;
}

.shipping .ipt-box__ipt::-webkit-input-placeholder {
  color: #c1c1c1;
}

.shipping .ipt-box__ipt::-moz-placeholder {
  color: #c1c1c1;
}

.shipping .ipt-box__ipt:-ms-input-placeholder {
  color: #c1c1c1;
}

.shipping .ipt-box__ipt::-ms-input-placeholder {
  color: #c1c1c1;
}

.shipping .ipt-box__ipt::placeholder {
  color: #c1c1c1;
}

.shipping .ipt-box-half .ipt-box {
  width: calc(50% - 14.5px);
}

.shipping .ipt-box-half .ipt-box:first-child {
  margin-right: 29px;
}

.shipping .tooltip {
  width: auto;
  top: 47px;
  left: 14px;
  right: 14px;
  -webkit-box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 1;
}

.shipping .tooltip__tit {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.shipping .tooltip__btn {
  right: 2px;
  top: 3px;
}

.shipping .is-error .ipt-box__ipt {
  border-width: 0 0 1px 0;
  border-color: #db1425;
}

.shipping.is-inactive .ipt-box__ipt,
.shipping.is-inactive .ipt-box__link {
  color: #c1c1c1;
}

.mycard__img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 185px;
  margin: -12px -12px 0;
  border-radius: 12px;
}

.mycard__img:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.mycard__img:after {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 143.8%;
  content: '';
}

.shipping .mycard__img {
  margin: 9px auto 0;
  padding: 0;
}

.shipping .mycard__img:after {
  padding-top: 143.8%;
}

.mycard__img-line {
  display: block;
  position: absolute;
  top: 15px;
  left: 16px;
  width: 64px;
  height: 23px;
  background: url('../img/debitcard/ic-logo-linebank.png');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.mycard__img-brand {
  display: block;
  position: absolute;
  bottom: 17px;
  right: 14px;
  width: 61px;
  height: 46px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.mycard__img-brand--visa {
  background-image: url('../img/debitcard/ic-logo-visa.png');
}

.mycard__img-brand--gpn {
  height: 46px;
  background-image: url('../img/debitcard/ic-logo-gpn.png');
}

.mycard__img-num {
  display: block;
  position: absolute;
  top: 61px;
  left: 16px;
  font-size: 0;
}

.mycard__img-split {
  display: inline-block;
  margin-right: 4px;
}

.mycard__img-split:last-child {
  margin-right: 0;
}

.mycard__img-figure {
  display: inline-block;
  width: 9px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #fdfefd;
  letter-spacing: 0.6px;
  text-align: center;
}

.mycard__img-figure + .mycard__img-masking {
  margin-left: 2px;
}

.mycard__img-masking {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 21px;
  margin: 0 0 0 4px;
  vertical-align: -7px;
}

.mycard__img-masking:first-child {
  margin-left: 0;
}

.mycard__img-masking:nth-child(4) {
  margin-right: 3px;
}

.mycard__img-masking:before {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  content: '';
}

.mycard__img-lb {
  position: absolute;
  top: 87px;
  left: 15px;
  display: inline-block;
  height: 23px;
  padding: 0 9px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fdfefd;
  font-size: 10px;
  font-weight: 700;
  line-height: 23px;
}

.mycard__img-lb:before {
  display: inline-block;
  margin: -2px 2px 0 0;
  content: '';
  vertical-align: middle;
}

.mycard__img-lb--locked:before {
  width: 13px;
  height: 13px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -216px -367px;
  background-repeat: no-repeat;
}

.mycard__img-lb--reported:before {
  margin-right: 3px;
  margin-left: -3px;
  width: 13px;
  height: 13px;
  background: url(../img/debitcard/icon-debitcard-reported.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.mycard__img.is-inactive .mycard__img-num {
  opacity: 0.5;
}

.mycard__img.is-inactive .mycard__img-brand--visa {
  background-image: url('../img/debitcard/ic-logo-visa-inactive.png');
}

.mycard__img.is-inactive .mycard__img-line {
  background-image: url('../img/debitcard/ic-logo-linebank-inactive.png');
}

.mycard__img.is-inactive .mycard__img-brand--gpn {
  background-image: url('../img/debitcard/ic-logo-gpn-inactive.png');
}

.mycard__img.is-brown1:before {
  background-image: url('../img/debitcard/debitcard-illust-1-brown.png');
}

.mycard__img.is-brown1-v:before {
  background-image: url('../img/debitcard/debitcard-illust-1-brown-vertical.png');
}

.mycard__img.is-brown2:before {
  background-image: url('../img/debitcard/debitcard-illust-2-brown-blue.png');
}

.mycard__img.is-brown2-v:before {
  background-image: url('../img/debitcard/debitcard-illust-2-brown-blue-vertical.png');
}

.mycard__img.is-sally:before {
  background-image: url('../img/debitcard/debitcard-illust-1-sally.png');
}

.mycard__img.is-sally-v:before {
  background-image: url('../img/debitcard/debitcard-illust-1-sally-vertical.png');
}

.mycard__img.is-cony:before {
  background-image: url('../img/debitcard/debitcard-illust-1-cony.png');
}

.mycard__img.is-cony-v:before {
  background-image: url('../img/debitcard/debitcard-illust-1-cony-vertical.png');
}

.mycard__img.is-bt-purple:before {
  background-image: url('../img/debitcard/BT21_Purple_1_528x762_b.png');
}

.mycard__img.is-bt-purple-v:before {
  background-image: url('../img/debitcard/BT21_Purple_1_2.png');
}

.mycard__img.is-bt-silver:before {
  background-image: url('../img/debitcard/debitcard-illust-1-BTWhite_555x798.png');
}

.mycard__img.is-bt-silver-v:before {
  background-image: url('../img/debitcard/BT21_White_1_2.png');
}

.mycard__tit {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.mycard__payment {
  display: block;
  position: relative;
  margin-top: 5px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
}

.mycard__payment:before {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
  content: 'IDR';
}

.mycard__payment:after {
  position: absolute;
  display: block;
  top: 50%;
  right: -11px;
  margin-top: -15px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
}

.mycard__payment.ipt-box--currency:before {
  content: 'IDR';
}

.mycard__payment.ipt-box--currency-bahasa:before {
  content: 'Rp';
}

.mycard__payment.ipt-box--deposit {
  color: #24c875;
}

.mycard__payment.ipt-box--cancel.mycard__payment:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  background: #222;
}

.mycard__desc {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #97999e;
}

.mycard__total {
  padding-top: 1px;
}

.mycard__total dt {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.mycard__total dd {
  display: block;
  margin-top: 5px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
}

.mycard__box {
  position: relative;
  padding: 25px 0;
}

.mycard__box--top {
  padding: 30px 0 32px;
}

.mycard__box--top:before {
  bottom: 0;
  margin-bottom: -3px;
}

.mycard__box--top2 {
  padding: 40px 0 38px;
}

.mycard__box--type1 .set-lst__item:not(:first-child) {
  margin-top: 0;
}

.mycard__box--type1 .set-lst__item:not(:first-child) .ipt-box {
  padding-top: 27px;
}

.mycard__box--type1 .set-lst__item:not(:first-child) .ipt-box__lb {
  top: 13px;
}

.mycard__box--type2 .set-lst,
.mycard__box--type2 .set-lst__item {
  margin-top: 4px;
}

.mycard__box .tit__lv2 {
  padding: 15px 0 16px;
}

.mycard__box .set-lst__link:after {
  right: -11px;
}

.mycard__box:before {
  border-color: #e9e9e9;
  left: -50%;
  width: 200%;
}

.mycard__box:last-child {
  padding-top: 29px;
  padding-bottom: 32px;
}

.mycard__box:last-child:before {
  border: none;
}

.mycard__box .set-lst__item .ipt-box {
  width: 100%;
}

.mycard__box .set-lst__item .ipt-box__select {
  display: inline-block;
  width: initial;
  padding-left: 0;
  border-width: 0 0 0 0;
}

.mycard__box .set-lst__item .ipt-box__select:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  background-image: none;
  background-color: transparent;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  content: 'Rp';
  pointer-events: none;
}

.mycard__box .set-lst__item .ipt-box__select:after {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 3px;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -156px;
  background-repeat: no-repeat;
  background-color: #fff;
  content: '';
  pointer-events: none;
}

.mycard__box .set-lst__item .ipt-box__select select {
  width: 160px;
  margin-left: -5px;
  padding: 0 5px 4px 33px;
  vertical-align: top;
  color: #000;
}

.mycard__box .set-lst__item .ipt-box__select select:disabled {
  color: #c1c1c1;
}

.mycard__box .set-lst__item .ipt-box__select--inactive {
  color: #c1c1c1;
}

.mycard__box .set-lst__item .ipt-box__select--inactive select {
  color: #c1c1c1;
}

.mycard__box .set-lst__item .ipt-box__select.ipt-box--currency select {
  width: 167px;
  padding-left: 39px;
}

.mycard__box .set-lst__item .ipt-box__select.ipt-box--currency:before {
  content: 'IDR';
}

.mycard__box .set-lst__item--tit {
  display: block;
  position: relative;
  width: 100%;
  padding: 11px 25px 11px 0;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
}

.mycard__box .set-lst__item--tit:after {
  position: absolute;
  display: block;
  top: 50%;
  right: -11px;
  margin-top: -15px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
}

.mycard__box .set-lst__item--tit.set-lst__item--tit--lock:before {
  position: absolute;
  display: block;
  top: 50%;
  right: 14px;
  margin-top: -12px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  content: 'Locked';
  color: #d0d0d5;
}

.mycard__box .set-lst__dt,
.mycard__box .set-lst__dd {
  padding-top: 15px;
}

.mycard__box .set-lst--security .set-lst__item {
  margin-top: 15px;
}

.mycard__msg {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
  margin-bottom: 4px;
}

.mycard__msg2 {
  margin-top: 2px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #97999e;
}

.mycard__msg2 a {
  text-decoration: underline;
  color: #97999e;
}

.mycard__msg--red {
  margin-bottom: 5px;
  color: #db1425;
}

.mycard__link {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
  text-decoration: underline;
}

.mycard-lst {
  margin-top: 16px;
}

.mycard-lst__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 30px 30px 30px 95px;
  height: 132px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mycard-lst__item a:after {
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
  content: '';
}

.mycard-lst__item.is-inactive .mycard-lst__img-line {
  background-image: url('../img/debitcard/ic-logo-linebank-inactive.png');
}

.mycard-lst__item.is-inactive .mycard-lst__img-brand--visa {
  background-image: url('../img/debitcard/ic-logo-visa-inactive.png');
}

.mycard-lst__img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  height: 108px;
  margin-top: -54px;
  border-radius: 4.5px;
}

.mycard-lst__img:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

.mycard-lst__img-line {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 29px;
  height: 11px;
  background: url('../img/debitcard/ic-logo-linebank.png');
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
}

.mycard-lst__img-brand {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 6px;
  width: 20px !important;
  height: 7px !important;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: left bottom;
}

.mycard-lst__img-brand--visa {
  background-image: url('../img/debitcard/ic-logo-visa.png');
}

.mycard-lst__img-brand--gpn {
  background-image: url('../img/debitcard/ic-logo-gpn.png');
}

.mycard-lst__img-lb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}

.mycard-lst__img-lb__reported,
.mycard-lst__img-lb__locked {
  color: #fdfefd;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
}

.mycard-lst__img.is-brown1:before {
  background-image: url('../img/debitcard/debitcard-illust-1-brown-vertical-small.png');
}

.mycard-lst__img.is-brown2:before {
  background-image: url('../img/debitcard/debitcard-illust-2-brown-blue-vertical-small.png');
}

.mycard-lst__img.is-sally:before {
  background-image: url('../img/debitcard/debitcard-illust-1-sally-vertical-small.png');
}

.mycard-lst__img.is-cony:before {
  background-image: url('../img/debitcard/debitcard-illust-1-cony-vertical-small.png');
}

.mycard-lst__img.is-bt-purple:before {
  background-image: url('../img/debitcard/debitcard-illust-1-BTPurple-vertical-small.png');
}

.mycard-lst__img.is-bt-silver:before {
  background-image: url('../img/debitcard/debitcard-illust-1-BTWhite-vertical-small.png');
}

.mycard-lst__status {
  display: block;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #85909b;
}

.mycard-lst__status--active {
  color: #24c875;
}

.mycard-lst__status--error {
  color: #db1425;
}

.mycard-lst__amount {
  display: block;
  padding: 2px 0 0 0;
  font-size: 1.7rem;
  line-height: 2rem;
  word-break: break-all;
}

.mycard-lst__info {
  display: block;
  padding: 2px 0 0 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #d0d0d5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mycard-lst__info--expired {
  color: #db1425;
}

.mycard__swiper .mycard__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 34px 0 35px;
  padding: 0;
}

.mycard__swiper .mycard__img:only-child {
  margin: 0 auto;
}

.mycard__swiper .mycard__img:after {
  padding-top: 143.8%;
}

.swiper {
  margin: -12px -12px 0;
}

.swiper.mycard__swiper {
  margin-top: -8px;
}

.swiper.mycard__swiper-debit {
  margin: -8px -12px 0;
}

.swiper__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper__item {
  padding-top: 0;
}

.swiper__item + .swiper__item {
  margin-top: 12px;
}

.swiper__page {
  height: 6px;
  margin-bottom: 15px;
  font-size: 0;
  text-align: center;
}

.swiper__bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #f2f3f7;
  vertical-align: top;
  border-radius: 50%;
}

.swiper__bullet + .swiper__bullet {
  margin-left: 5px;
}

.swiper__bullet.is-active {
  background-color: #7b7f81;
}

.swiper .rdo-box__lb {
  display: block;
  width: 100%;
  padding-top: 180px;
  font-size: 1.5rem;
  line-height: 5.3rem;
}

.swiper .rdo-box__lb:before,
.swiper .rdo-box__lb:after {
  top: 192px;
  bottom: 12px;
}

.swiper.mycard__swiper--vertical {
  margin-left: 0;
}

.swiper.mycard__swiper--vertical .rdo-box__lb {
  height: auto;
  padding: 0;
  line-height: normal;
}

.swiper.mycard__swiper--vertical .rdo-box__lb:before,
.swiper.mycard__swiper--vertical .rdo-box__lb:after {
  top: 266px;
  left: 0;
}

.mycard-history__box {
  position: relative;
  padding: 26px 0;
}

.mycard-history__box:first-child {
  padding: 9px 0 16px;
}

.mycard-history__box:last-child .tit__box {
  margin-bottom: 6px;
}

.mycard-history__box + .mycard-history__box:after {
  border-color: #e9e9e9;
  left: -50%;
  width: 200%;
}

.mycard-history__box:last-child:after {
  border: 0;
}

.mycard-history__box .mycard__tit {
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 700;
}

.mycard-history__box .tit__lv2 {
  padding: 7px 0 6px;
}

.mycard-history__box .ipt-box {
  position: relative;
  padding-top: 0;
}

.mycard-history__box .ipt-box--edit {
  color: #d0d0d5;
}

.mycard-history__box .ipt-box__ipt-area {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 50px;
  margin-top: 3px;
}

.mycard-history__box .ipt-box__ipt-area::-webkit-input-placeholder {
  color: #d0d0d5;
}

.mycard-history__box .ipt-box__ipt-area::-moz-placeholder {
  color: #d0d0d5;
}

.mycard-history__box .ipt-box__ipt-area:-ms-input-placeholder {
  color: #d0d0d5;
}

.mycard-history__box .ipt-box__ipt-area::-ms-input-placeholder {
  color: #d0d0d5;
}

.mycard-history__box .ipt-box__ipt-area::placeholder {
  color: #d0d0d5;
}

.mycard-history__box .txt-box {
  display: block;
  position: relative;
}

.mycard-history__box .txt-box .ico_edit {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  vertical-align: top;
  cursor: pointer;
}

.mycard-history__box .txt-box .ico_edit:after {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -212px;
  background-repeat: no-repeat;
  content: '';
}

.mycard-history__box .mycard__payment {
  display: inline-block;
  margin-top: 3px;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}

.mycard-history__box .mycard__payment:before {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}

.mycard-history__box .mycard__payment:after {
  background: none;
}

.mycard-history__box .mycard__payment--small {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 700;
}

.mycard-history__box .mycard__payment--small:before {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 700;
}

.mycard-history__box .mycard__desc {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.header-tit {
  position: relative;
  height: 154px;
  background: #24c875;
}

.header-tit__lv1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.header-tit__month {
  display: block;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #fff;
}

.header-tit__month:after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -138px -367px;
  background-repeat: no-repeat;
  content: '';
}

.header--aos .header--month {
  padding-right: 33px;
}

.header--aos .header--month.header__ctr {
  position: relative;
  text-align: center;
}

.header--aos .header--month .header-tit__month {
  font-size: 2rem;
  line-height: 5.6rem;
  width: 100%;
}

.transportcard {
  display: contents;
}

.transportcard .tnc {
  height: 100vh;
  width: 100%;
}

.transportcard .cm-lst__item {
  padding-left: 0;
}

.transportcard .cm-lst__item:before {
  display: none;
}

.transportcard .footer-sticky {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.transportcard .footer-sticky .chk-box {
  background-color: #fff;
  padding: 10px 20px;
  margin: 0;
}

.transportcard .footer-sticky .chk-box__lb {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.transportcard .footer-sticky .chk-box__lb span {
  color: #24c875;
}

.transportcard .footer-sticky__btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.transportcard .container--card2 .cm-lst {
  margin-top: 30px;
}

.transportcard .container--card2 .mycard__img {
  margin: 0 auto;
}

.transportcard .container--card2 .mycard__img img {
  width: 185px;
}

.transportcard .container--card2 .mycard__img:after {
  padding-top: 0;
}

@media screen and (max-width: 320px) {
  .label-txt {
    width: 70px;
  }

  .debit-history-tit__amount {
    padding-top: 2px;
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .debit-history-tit__amount--small {
    padding-top: 7px;
    margin-bottom: 46px;
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  .mycard-history__box .mycard__payment {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .mycard-history__box .mycard__payment:before {
    font-size: 3.2rem;
    line-height: 3.2rem;
    top: -2px;
  }

  .mycard-history__box .mycard__payment--small {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .mycard-history__box .mycard__payment--small:before {
    font-size: 2.3rem;
    line-height: 2.3rem;
    top: -1px;
  }
}

.tx-op-lst__item {
  position: relative;
  font-size: 0;
}

.tx-op-lst__item:after {
  left: 16px;
  left: calc(16px + env(safe-area-inset-left));
  left: calc(16px + constant(safe-area-inset-left));
  border-color: #e9e9e9;
}

.tx-op-lst__link {
  display: block;
  padding: 23px 16px 22px 50px;
  padding: 23px calc(16px + env(safe-area-inset-left)) 22px calc(50px + env(safe-area-inset-right));
  padding: 23px calc(16px + constant(safe-area-inset-left)) 22px
    calc(50px + constant(safe-area-inset-right));
}

.tx-op-lst__link:before {
  position: absolute;
  top: 50%;
  left: 16px;
  left: calc(16px + env(safe-area-inset-left));
  left: calc(16px + constant(safe-area-inset-left));
  margin-top: -11px;
  content: '';
}

.tx-op-lst__link:after {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
  content: '';
}

.tx-op-lst__link--pulsa:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -154px;
  background-repeat: no-repeat;
}

.tx-op-lst__link--topup:before {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -292px -335px;
  background-repeat: no-repeat;
}

.tx-op-lst__link--bills:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -124px;
  background-repeat: no-repeat;
}

.tx-op-lst__link--bank:before {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -228px -335px;
  background-repeat: no-repeat;
}

.tx-op-lst__link--my:before {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -260px -335px;
  background-repeat: no-repeat;
}

.tx-op-lst__txt {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  vertical-align: top;
  word-break: break-all;
}

.tx-op-lst__txt em {
  color: #97999e;
  font-size: 1.2rem;
  font-weight: normal;
}

.tx-lst:last-child {
  padding-bottom: 100px;
}

.tx-lst__item {
  position: relative;
}

.tx-lst__item.is-disabled {
  opacity: 0.5;
}

.tx-lst__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 58px;
  -webkit-box-sizing: boder-box;
  -moz-box-sizing: boder-box;
  box-sizing: boder-box;
  padding: 12px 48px 12px 70px;
  padding: 12px calc(48px + env(safe-area-inset-left)) 12px calc(70px + env(safe-area-inset-right));
  padding: 12px calc(48px + constant(safe-area-inset-left)) 12px
    calc(70px + constant(safe-area-inset-right));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tx-lst__link mark {
  background: none;
  color: #24c875;
}

.srch .tx-lst__link {
  margin: 0 -16px;
}

.ly-tx .tx-lst__link {
  padding: 13px 48px 11px 70px;
  padding: 13px calc(48px + env(safe-area-inset-left)) 11px calc(70px + env(safe-area-inset-right));
  padding: 13px calc(48px + constant(safe-area-inset-left)) 11px
    calc(70px + constant(safe-area-inset-right));
}

.tx-lst .btn-favorite {
  position: absolute;
  top: 14px;
  right: 12px;
  right: calc(12px + env(safe-area-inset-right));
  right: calc(12px + constant(safe-area-inset-right));
}

.tx-lst__img,
.tx-lst__my,
.tx-lst__bg {
  overflow: hidden;
  position: absolute;
  top: 7px;
  left: 16px;
  left: calc(16px + env(safe-area-inset-left));
  left: calc(16px + constant(safe-area-inset-left));
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.tx-lst__img img,
.tx-lst__my img,
.tx-lst__bg img {
  display: block;
  width: 100%;
}

.tx-lst__bg {
  background-color: #f6f7fb;
  line-height: 40px;
  text-align: center;
}

.tx-lst__bg:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  vertical-align: middle;
  content: '';
}

.tx-lst__bg--pulsa:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -154px;
  background-repeat: no-repeat;
}

.tx-lst__bg--topup:before {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -292px -335px;
  background-repeat: no-repeat;
}

.tx-lst__bg--bills:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -124px;
  background-repeat: no-repeat;
}

.ly-tx .tx-lst__bg {
  top: 8px;
}

.tx-lst__my {
  background-color: #24c875;
  font-size: 1.7rem;
  line-height: 4.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.tx-lst__ico {
  position: absolute;
  top: 50%;
  left: 44px;
  left: calc(44px + env(safe-area-inset-left));
  left: calc(44px + constant(safe-area-inset-left));
  margin-top: 4px;
  border-radius: 50%;
  background-color: #24c875;
  width: 19px;
  height: 19px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -32px -367px;
  background-repeat: no-repeat;
}

.tx-lst__name {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tx-lst__info {
  display: block;
  margin-top: 2px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #97999e;
  word-break: break-all;
}

.tx-lst--skd .tx-lst__info {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
}

.tx-lst__bank {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 4px;
}

.tx-lst__acc {
  white-space: nowrap;
}

.tx-lst--none {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.tx-lst--none p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 0 28px;
  color: #97999e;
  text-align: center;
}

.tx-tit {
  display: block;
  position: relative;
  margin-top: 17px;
  padding: 10px 16px;
  padding: 10px calc(16px + env(safe-area-inset-left)) 10px calc(16px + env(safe-area-inset-right));
  padding: 10px calc(16px + constant(safe-area-inset-left)) 10px
    calc(16px + constant(safe-area-inset-right));
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.tx-tit:first-of-type {
  margin-top: 16px;
}

.tx-tit__more {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  right: calc(12px + env(safe-area-inset-right));
  right: calc(12px + constant(safe-area-inset-right));
  width: 30px;
  height: 30px;
  margin-top: -16px;
}

.tx-tit__more:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -120px -257px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}

.tx-tit__more.is-fold:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.tx-tit--main {
  margin-top: 10px;
}

.tx-skd {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tx-skd__img {
  width: 230px;
  height: 230px;
}

.tx-skd__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.tx-skd__tit {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 700;
}

.tx-skd__dsc {
  margin-top: 7px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: #97999e;
}

.tx-skd__txt {
  margin-top: 7px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
}

.tx-chk-box {
  margin: 10px 0 10px -4px;
}

.ipt-box + .tx-chk-box {
  margin-top: 0;
}

.skd-detail {
  position: relative;
  padding: 25px 25px 25px 0;
}

.skd-detail__date {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.skd-detail__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 0 11px;
}

.skd-detail__tit {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skd-detail [class^='ico'] {
  margin: 5px 0 0 5px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.skd-detail__etc {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #97999e;
}

.skd-detail__etc + .skd-detail__etc {
  margin-top: 3px;
}

.skd-detail:before {
  color: #e9e9e9;
}

.skd-detail:after {
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
  content: '';
}

.skd-detail.is-inactive .skd-detail__date,
.skd-detail.is-inactive .skd-detail__tit {
  color: #97999e;
}

.skd-detail.is-inactive .skd-detail__state {
  border-color: #97999e;
  color: #97999e;
}

.schedule__type {
  color: #97999e;
}

.schedule__guide {
  margin: 10px 0;
}

.bill-payment {
  padding-bottom: 45px;
}

.bill-payment .tx-box {
  position: relative;
  padding-bottom: 3px;
  font-size: 1.2rem;
  border: 0;
}

.container--acc2 .bill-payment .tx-box:first-child {
  padding-top: 4px;
  padding-bottom: 1px;
}

.bill-payment .tx-box__photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

.bill-payment .tx-box__img,
.bill-payment .tx-box__my,
.bill-payment .tx-box__bg {
  width: 44px;
  height: 44px;
}

.bill-payment .tx-box__img {
  background: url('../img/common/ic-profile-none-44.png');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.bill-payment .tx-box__ico {
  display: inline-block;
  margin: 0 11px 0 10px;
  width: 13px;
  height: 12px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -111px -128px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.bill-payment .tx-box__bg {
  overflow: hidden;
  display: inline-block;
  background-color: #f6f7fb;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  vertical-align: middle;
}

.bill-payment .tx-box__bg:before {
  margin: -11px 0 0 -11px;
}

.bill-payment .tx-box__bg--pulsa:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -154px;
  background-repeat: no-repeat;
}

.bill-payment .tx-box__bg--pulsa-big:before {
  margin: -16px 0 0 -16px;
}

.bill-payment .tx-box__bg--topup:before {
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -292px -335px;
  background-repeat: no-repeat;
}

.bill-payment .tx-box__bg--topup-big:before {
  margin: -16px 0 0 -16px;
}

.bill-payment .tx-box__bg--bills:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -124px;
  background-repeat: no-repeat;
}

.bill-payment .tx-box__bg--bills-big:before {
  margin: -16px 0 0 -16px;
}

.bill-payment .tx-box__number {
  display: inline-block;
  max-width: 50%;
  margin-left: 10px;
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.bill-payment .tx-box__number .name {
  display: inline-block;
}

.bill-payment .tx-box__number .number {
  display: inline-block;
  color: #97999e;
  margin-top: 1px;
}

.bill-payment .tx-box__amount {
  margin-left: -2px;
  margin-top: -6px;
  margin-bottom: 3px;
  color: #e8e8e8;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 4.2rem;
  line-height: 5.3rem;
}

.bill-payment .tx-box__amount.is-selected {
  color: #222;
  font-weight: bold;
  margin-top: -2px;
  margin-bottom: -1px;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 320px) {
  .bill-payment .tx-box__amount.is-selected {
    font-size: 34px;
  }
}

.bill-payment .tx-box__amount--bold {
  color: #d0d0d5;
  font-weight: bold;
  margin-top: -2px;
  margin-bottom: -1px;
}

@media screen and (max-width: 320px) {
  .bill-payment .tx-box__amount--bold {
    font-size: 34px;
  }
}

.bill-payment .tx-box__amount-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bill-payment .tx-box__amount-select {
  display: block;
  width: 100%;
  height: 100%;
}

.bill-payment .tx-box__completed {
  padding-top: 32px !important;
  padding-bottom: 52px !important;
  border-bottom: 1px solid #f2f3f7;
}

.bill-payment .tx-box__completed .ic-complete {
  background: url('../img/bill/ic-complete.png') no-repeat;
  width: 68px;
  height: 68px;
  display: block;
}

.bill-payment .tx-box__completed .tx-box__img,
.bill-payment .tx-box__completed .tx-box__my,
.bill-payment .tx-box__completed .tx-box__bg {
  width: 62px;
  height: 62px;
}

.bill-payment .tx-box__completed .tx-box__bg {
  line-height: 62px;
}

.bill-payment .tx-box__completed .tx-box__ico {
  display: inline-block;
  margin: -1px 14px 1px 10px;
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -324px -335px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.bill-payment .tx-box__completed .tx-box__photo {
  margin-bottom: 24px;
}

.bill-payment .tx-box__completed .tx-box__tit {
  margin-top: 0;
  margin-bottom: 5px;
}

.bill-payment .tx-box__completed .tx-box__tit2 {
  margin-top: 15px;
  font-size: 3rem;
  line-height: 3.4rem;
}

.bill-payment .tx-box__completed .tx-box__msg {
  margin-top: 10px;
  padding: 0;
}

.bill-payment .tx-box__completed .tx-box__amount.is-selected {
  margin-top: 4px;
  margin-left: -2px;
  font-size: 4.6rem;
  line-height: 5rem;
}

@media screen and (max-width: 320px) {
  .bill-payment .tx-box__completed .tx-box__amount.is-selected {
    font-size: 37px;
  }
}

@media screen and (max-width: 375px) {
  .bill-payment .tx-box__completed .tx-box__amount.is-selected {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

.bill-payment .tx-box__msg {
  margin-top: -10px;
}

.bill-payment .ipt-amount {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-sizing: boder-box;
  -moz-box-sizing: boder-box;
  box-sizing: boder-box;
  margin: -6.5px 0 -6px;
}

.bill-payment .ipt-amount__lb {
  margin-left: -2px;
  font-size: 4.2rem;
  line-height: 6.2rem;
  font-weight: 700;
  color: #222;
}

.bill-payment .ipt-amount__ipt {
  width: 100%;
  padding-left: 12px;
  font-size: 4.2rem;
  line-height: 6.2rem;
  font-weight: 700;
  border: 0;
}

.bill-payment .ipt-box {
  margin: 7px 0 36px;
  padding-top: 0;
}

.bill-payment .ipt-box ~ .tx-box__msg {
  margin: -30px 0 12px;
  padding-top: 0;
}

.bill-payment .ipt-box ~ .tx-box__msg.tx-box__msg--row2 {
  margin-top: -6px;
}

.bill-payment .ipt-box__link--acc {
  display: block;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8rem;
  border: 0;
}

.bill-payment .ipt-box__link--acc:after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 2px;
  width: 10px;
  height: 6px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -388px -352px;
  background-repeat: no-repeat;
  content: '';
}

.bill-payment .ipt-box span.ipt-box__link--acc:after {
  display: none;
}

.bill-payment .bill-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2bbec9;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0 #d3d3d3;
  box-shadow: 1px 1px 5px 0 #d3d3d3;
  padding: 12px;
  margin-bottom: 10px;
}

.bill-payment .bill-banner .ic-enabled {
  background: url('../img/bill/ic-enabled.png') no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.bill-payment .bill-banner .ic-disabled {
  background: url('../img/bill/ic-disabled.png') no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.bill-payment .bill-banner .txt {
  width: 85%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #97999e;
}

.bill-payment .bill-banner .txt em {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #2f374f;
  font-weight: bold;
}

.bill-payment .bill-banner .ic-chk {
  margin-top: -5px;
}

.bill-payment .bill-banner .ic-chk__ipt:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bill-payment .bill-banner .ic-chk__ipt:checked:hover + label:after {
  -webkit-animation: check 0.2s linear;
  animation: check 0.2s linear;
}

.bill-payment .bill-banner .ic-chk__lb {
  display: block;
  position: relative;
}

.bill-payment .bill-banner .ic-chk__lb:before,
.bill-payment .bill-banner .ic-chk__lb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  content: '';
}

.bill-payment .bill-banner .ic-chk__lb:before {
  background: #fff url('../img/bill/ic-check-off.png') no-repeat;
}

.bill-payment .bill-banner .ic-chk__lb:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #2bbec9 url('../img/bill/ic-check-on.png') no-repeat;
}

.bill-payment .bill-banner-checkd {
  background-color: #2bbec9;
}

.bill-payment .bill-banner-checkd .txt {
  color: #fff;
}

.bill-payment .bill-banner-checkd .txt em {
  color: #fff;
}

.bill-payment .bill-banner-error {
  border: none;
}

.bill-payment .bill-banner-error .txt em {
  color: #db1425;
}

.bill-payment .bill-banner-error .ic-error {
  background: url('../img/bill/ic-error.png') no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.bill-payment .bill-banner-apply {
  border: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4%, rgba(230, 253, 255, 0.5)),
    color-stop(89%, rgba(127, 240, 248, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(230, 253, 255, 0.5) 4%,
    rgba(127, 240, 248, 0.5) 89%
  );
}

.bill-payment .bill-banner-apply .apply .btn-apply {
  display: block;
  background-color: #2bbec9;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 1.2rem;
  width: 98px;
  height: 28px;
}

.bill-payment .folding-box__tit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bill-payment .folding-box__tit .tit__lv2 {
  padding: 0;
}

.bill-payment .folding-box__tit .btn__detail:after {
  display: block;
  background: url('../img/bill/ic-dropdown-down.png') no-repeat;
  width: 26px;
  height: 24px;
  content: '';
}

.bill-payment .folding-box__tit .btn__detail.is_active:after {
  background: url('../img/bill/ic-dropdown-up.png') no-repeat;
}

.bill-payment .folding-box__detail {
  display: none;
}

.bill-payment .folding-box__detail.is_active {
  display: block;
}

.prismalink .tnc {
  height: 100vh;
  width: 100%;
}

.prismalink--inner {
  max-width: 375px;
  margin: 0 auto;
}

.prismalink--innercomplete {
  max-width: 375px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.prismalink-sticky {
  margin-top: 40px;
  display: block;
  width: 100%;
}

.prismalink-sticky__btn {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  background: #24c875;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.prismalink-sticky__btn[disabled] {
  background: #e3e5ec;
  -webkit-transition: none;
  transition: none;
}

.prismalink .tx-box {
  border: 0;
  margin-bottom: 20px;
}

.prismalink .tx-box .ic-prismalink-logo {
  background: url('../img/common/prismalink-logo.png') no-repeat;
  width: 113px;
  height: 23px;
  display: block;
  margin-bottom: 17px;
}

.prismalink .tx-box__prismalink {
  display: block;
  font-size: 3.2rem;
  line-height: 4.5rem;
  font-weight: 700;
}

.prismalink .ipt-box__ipt::-webkit-input-placeholder {
  color: #c1c1c1;
}

.prismalink .ipt-box__ipt::-moz-placeholder {
  color: #c1c1c1;
}

.prismalink .ipt-box__ipt:-ms-input-placeholder {
  color: #c1c1c1;
}

.prismalink .ipt-box__ipt::-ms-input-placeholder {
  color: #c1c1c1;
}

.prismalink .ipt-box__ipt::placeholder {
  color: #c1c1c1;
}

.prismalink .otp-send {
  position: relative;
}

.prismalink .otp-send input {
  color: #c1c1c1;
}

.prismalink .otp-send__btn {
  position: absolute;
  right: 0;
  bottom: 14px;
  font-weight: 600;
  color: #24c875;
}

.prismalink .note {
  display: block;
  text-align: center;
  margin: 40px 0 -20px;
}

.prismalink .lightgray {
  color: #d0d0d5;
}

.prismalink .stopwatch {
  color: #ff3a44;
  position: absolute;
  right: 0;
}

.prismalink .otp-num {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.prismalink .otp-num .none {
  border: none;
  background: none;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 3px;
  font-size: 3rem;
  line-height: 5.6rem;
  font-weight: 700;
  letter-spacing: 3.6rem;
  padding-left: 17px;
  color: transparent;
  text-shadow: 0 0 0 #111;
  font-family: Arial;
}

.prismalink .otp-num .none:focus {
  outline: none;
}

.prismalink .otp-num .otp-box {
  width: 48px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  text-align: center;
  font-size: 3rem;
  line-height: 5.6rem;
  font-weight: 700;
}

.prismalink .otp-num .is-focused {
  border: 2px solid #24c875;
}

.prismalink .otp-num .is-focused-error {
  border: 2px solid #ff3a44;
}

.prismalink__img {
  width: 78px;
  height: 78px;
  margin: 40px 0 30px;
}

.prismalink__otp {
  margin-top: 20px;
}

.prismalink__otp .ipt-box__lb {
  font-size: 1.5rem;
}

.prismalink__otp .otp-send__btn {
  bottom: 0;
  right: 0;
}

.prismalink__error--msg {
  margin-top: 5px;
  color: #ff3a44;
}

.onpart .tnc {
  height: 100vh;
  width: 100%;
}

.onpart--inner {
  max-width: 375px;
  margin: 0 auto;
}

.onpart-sticky {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 0;
}

.onpart-sticky__btn {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  background: #24c875;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.onpart-sticky__btn[disabled] {
  background: #e3e5ec;
  -webkit-transition: none;
  transition: none;
}

.onpart .chk-box__lb {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.onpart .chk-box__lb span {
  color: #24c875;
}

.onpart .tx-box {
  border: 0;
  margin-bottom: 20px;
}

.onpart .tx-box .ic-prismalink-logo {
  background: url('../img/common/prismalink-logo.png') no-repeat;
  width: 113px;
  height: 23px;
  display: block;
  margin-bottom: 17px;
}

.onpart .tx-box__onpart {
  display: block;
  font-size: 3.4rem;
  line-height: 4.5rem;
  font-weight: 700;
}

.onpart .ipt-box__ipt::-webkit-input-placeholder {
  color: #c1c1c1;
}

.onpart .ipt-box__ipt::-moz-placeholder {
  color: #c1c1c1;
}

.onpart .ipt-box__ipt:-ms-input-placeholder {
  color: #c1c1c1;
}

.onpart .ipt-box__ipt::-ms-input-placeholder {
  color: #c1c1c1;
}

.onpart .ipt-box__ipt::placeholder {
  color: #c1c1c1;
}

.onpart .otp-send {
  position: relative;
}

.onpart .otp-send input {
  color: #c1c1c1;
}

.onpart .otp-send__btn {
  position: absolute;
  right: 0;
  bottom: 14px;
  font-weight: 600;
  color: #24c875;
}

.onpart .note {
  display: block;
  text-align: center;
  margin: 40px 0 -20px;
}

.onpart .lightgray {
  color: #d0d0d5;
}

.onpart .stopwatch {
  color: #ff3a44;
  position: absolute;
  right: 0;
}

.onpart .otp-num {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.onpart .otp-num .none {
  border: none;
  background: none;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 3px;
  font-size: 3rem;
  line-height: 5.6rem;
  font-weight: 700;
  letter-spacing: 3.6rem;
  padding-left: 17px;
  color: transparent;
  text-shadow: 0 0 0 #111;
  font-family: Arial;
}

.onpart .otp-num .none:focus {
  outline: none;
}

.onpart .otp-num .otp-box {
  width: 48px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  text-align: center;
  font-size: 3rem;
  line-height: 5.6rem;
  font-weight: 700;
}

.onpart .otp-num .is-focused {
  border: 2px solid #24c875;
}

.onpart .otp-num .is-focused-error {
  border: 2px solid #ff3a44;
}

.onpart__img {
  width: 78px;
  height: 78px;
  margin: 40px 0 30px;
}

.onpart__otp {
  margin-top: 20px;
}

.onpart__otp .ipt-box__lb {
  font-size: 1.5rem;
}

.onpart__otp .otp-send__btn {
  bottom: 0;
  right: 0;
}

.onpart__error--msg {
  margin-top: 5px;
  color: #ff3a44;
}

.def-lst2 {
  margin-bottom: 25px;
}

.def-lst2 dt {
  margin-right: 10px;
  padding: 3px 0;
  color: #97999e;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  float: left;
}

.def-lst2 dt.def-lst__stit {
  min-width: 52px;
}

.def-lst2 dd {
  min-height: 20px;
  padding: 3px 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  word-break: break-all;
  color: #97999e;
}

.def-lst2 .def-lst__acc--error {
  color: #db1425;
}

.ico-complete,
.ico-cancel,
.ico-dibatalkan,
.ico-selesai {
  display: inline-block;
}

.ico-complete {
  width: 77px;
  height: 21px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -4px;
  background-repeat: no-repeat;
}

.ico-cancel {
  width: 68px;
  height: 21px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -89px -4px;
  background-repeat: no-repeat;
}

.ico-dibatalkan {
  width: 76px;
  height: 21px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -4px -33px;
  background-repeat: no-repeat;
}

.ico-selesai {
  width: 58px;
  height: 21px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -89px -54px;
  background-repeat: no-repeat;
}

.btn-favorite {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -257px;
  background-repeat: no-repeat;
}

.btn-favorite.is-active {
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -4px;
  background-repeat: no-repeat;
}

/* referral */
.referral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.referral .cover {
  position: relative;
  height: 320px;
  background-color: #24c875;
}

.referral .cover::before,
.referral .cover::after {
  content: '';
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.referral .cover::before {
  left: 25px;
  top: 25px;
  width: 116px;
  height: 38px;
  background-image: url('../img/promotion/referral/logo-linebank-w.png');
}

.referral .cover::after {
  right: 0;
  bottom: 0;
  width: 172px;
  height: 128px;
  background-image: url('../img/promotion/referral/img_rfrr_cover.png');
}

.referral .cover__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 81px 25px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.referral .cover .sub {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #fff;
}

.referral .cover .title {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #fff;
}

.referral .cover .title .big {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.referral .cover .date {
  position: absolute;
  bottom: 25px;
  margin-top: 20px;
  font-size: 1.6rem;
  color: #fff;
}

.referral .section {
  padding: 25px 28px 194px;
}

.referral .content-box {
  padding: 25px 0;
  border-top: 1px solid #f2f3f7;
}

.referral .content-box:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.referral .content-box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.referral .txt-box {
  font-size: 1.5rem;
  color: #222;
}

.referral .txt-box p:nth-child(1) {
  font-weight: bold;
}

.referral .txt-box p:nth-child(2) {
  margin-top: 10px;
}

.referral .txt-box p:nth-child(3) {
  margin-top: 20px;
}

.referral .terms-agree {
  padding: 20px 28px;
  background-color: #fff;
}

.referral .terms-agree .terms-tit {
  font-size: 1.6rem;
  color: #222;
}

.referral .terms-agree .terms-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 0;
}

.referral .terms-agree .terms-check .chk-box {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -5px;
  margin-right: 5px;
  vertical-align: middle;
}

.referral .terms-agree .terms-check .chk-box__lb {
  width: 30px;
  height: 30px;
  padding: 0;
}

.referral .terms-agree .terms-check .link_terms {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
  vertical-align: middle;
  color: #97999e;
}

.referral .terms-agree .terms-check .link_terms:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url(../img/promotion/referral/btn-icon-arrow-r.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.referral .logo-linebank {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 116px;
  height: 36px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/promotion/referral/logo-linebank.png');
}

.referral .completed {
  margin-top: 40px;
}

.referral .completed__tit {
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: #222;
}

.referral .completed__dsc {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #97999e;
}

.referral .completed__dsc .link {
  text-decoration: underline;
  color: #97999e;
}

.referral .completed__img {
  display: block;
  margin: 0 auto;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.referral .completed__img-ended {
  margin: 30px auto;
  width: 280px;
  height: 250px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/promotion/referral/img-ended.png');
}

@media screen and (max-width: 320px) {
  .referral .completed__img-ended {
    width: calc(280px - 16px);
    height: calc(250px - 16px);
  }
}

.referral .term_viewer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.terms {
  padding-bottom: 116px;
}

.terms .content {
  width: calc(100% - 56px);
  padding: 0 28px;
}

.terms h3 {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
  color: #222;
}

.terms dl {
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f3f7;
}

.terms dl:first-of-type {
  padding-top: 0;
}

.terms dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.terms dl dt.bold,
.terms dl dd.bold {
  font-weight: bold;
}

.terms dl dt {
  margin-top: 20px;
  font-size: 1.5rem;
  color: #222;
}

.terms dl dd {
  margin-top: 12px;
  font-size: 1.4rem;
  color: #97999e;
}

.terms a {
  color: #24c875;
  text-decoration: underline;
}

.terms-etc h3,
.terms-etc dl dt,
.terms-etc dl dd {
  color: #97999e;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.terms-etc dl dd {
  padding: 20px;
}

.terms-etc dl dd span {
  padding: 20px 0 0 20px;
  display: block;
}

/* mgm */
.mgm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mgm .cover {
  position: relative;
  height: 191px;
  background: #24c875 url('../img/promotion/mgm/img_cover.png') center bottom no-repeat;
}

.mgm .section {
  padding: 25px 28px 50px;
}

.mgm .content-box {
  padding: 25px 0;
  border-top: 1px solid #f2f3f7;
}

.mgm .content-box:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.mgm .content-box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.mgm .code-box {
  text-align: center;
}

.mgm .code-box p {
  font-size: 1.5rem;
  color: #222;
  font-weight: bold;
}

.mgm .code-box p.code {
  font-size: 3rem;
  color: #24c875;
  margin: 15px 0 40px;
  letter-spacing: 0.4rem;
}

.mgm .code-box p.code .copy {
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  background-color: #d9e1e9;
  text-align: center;
  padding: 0 6px;
  border-radius: 30px;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  margin-top: -5px;
}

.mgm .txt-box {
  font-size: 1.5rem;
  color: #97999e;
}

.mgm .txt-box p:nth-child(1) {
  color: #222;
  font-weight: bold;
  margin: 20px 0 5px;
}

.mgm .txt-box ul li {
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
  margin: 10px 0;
}

.mgm .txt-box ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 22px;
  height: 22px;
}

.mgm .txt-box ul li a {
  text-decoration: underline;
  color: #97999e;
}

.mgm .txt-box__list1 li:nth-child(1):before {
  background: url('../img/promotion/mgm/ic-link.png') no-repeat;
}

.mgm .txt-box__list1 li:nth-child(2):before {
  background: url('../img/promotion/mgm/ic-message.png') no-repeat;
}

.mgm .txt-box__list1 li:nth-child(3):before {
  background: url('../img/promotion/mgm/ic-messanger.png') no-repeat;
}

.mgm .txt-box__list2 {
  margin-bottom: 20px;
}

.mgm .txt-box__list2 li:nth-child(1):before {
  background: url('../img/promotion/mgm/ic-rewards.png') no-repeat;
}

.mgm .txt-box__list2 li:nth-child(2):before {
  background: url('../img/promotion/mgm/ic-rewards2.png') no-repeat;
}

.mgm__btn {
  margin: 0 28px 28px;
}

.noti-set__item {
  position: relative;
  padding: 0 16px 36px 16px;
}

.noti-set__item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  content: '';
}

.noti-set__lb {
  display: block;
  padding: 16px 30px 16px 0;
  font-size: 1.7rem;
  line-height: 1.8rem;
}

.noti-set__dsc {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.noti-set .chk-box {
  display: block;
  position: absolute;
  top: 11px;
  right: 5px;
  height: 36px;
}

.noti-set .chk-box__lb {
  display: block;
}

.noti-ctr__date {
  padding: 20px 0 7px;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.noti-ctr__item {
  position: relative;
  margin-left: 36px;
  padding: 12px 12px 13px;
}

.noti-ctr__item:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 100%;
  height: 1px;
  padding-left: 3px;
  background: #e9e9e9;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  content: '';
}

.noti-ctr__lst:last-child .noti-ctr__item:last-child:after {
  display: none;
}

.noti-ctr__item.is-active:before {
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
  background: rgba(127, 205, 255, 0.1);
  content: '';
}

.noti-ctr__ico {
  display: block;
  position: absolute;
  top: 8px;
  left: -36px;
}

.noti-ctr__ico--deposit {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -228px -209px;
  background-repeat: no-repeat;
}

.noti-ctr__ico--withdrawal {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -124px;
  background-repeat: no-repeat;
}

.noti-ctr__ico--general {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -4px;
  background-repeat: no-repeat;
}

.noti-ctr__ico--check {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -188px -209px;
  background-repeat: no-repeat;
}

.noti-ctr__ico--account {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -84px;
  background-repeat: no-repeat;
}

.noti-ctr__ico--loan {
  width: 32px;
  height: 32px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -272px -44px;
  background-repeat: no-repeat;
}

.noti-ctr__tit {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin-bottom: 4px;
}

.noti-ctr__detail {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #97999e;
}

.noti-ctr__time {
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #97999e;
}

.noti-err {
  text-align: center;
}

.noti-err:before {
  display: block;
  -webkit-box-flex: 7;
  -moz-box-flex: 7;
  -ms-flex: 7 0 auto;
  flex: 7 0 auto;
  content: '';
}

.noti-err:after {
  display: block;
  -webkit-box-flex: 9;
  -moz-box-flex: 9;
  -ms-flex: 9 0 auto;
  flex: 9 0 auto;
  content: '';
}

.container--cm .noti-err {
  padding: 57px 0;
}

.container--cm .noti-err:before,
.container--cm .noti-err:after {
  display: none;
}

.noti-err__tit {
  display: block;
  padding: 0 28px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin-bottom: 4px;
}

.noti-err__tit:before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 13px;
  background: url(../img/temp/network-error.png);
  content: '';
}

.container--cm .noti-err__tit {
  padding: 0 12px;
}

.noti-err__dsc {
  padding: 0 28px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #97999e;
}

.container--cm .noti-err__dsc {
  padding: 0 12px;
}

.noti-err:only-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.noti-nodata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 19px 0px;
  text-align: center;
  word-break: break-word;
}

.noti-nodata__dsc {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.support {
  position: relative;
  padding-top: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.support__tit {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 700;
}

.support-srch {
  margin: 0 -2px;
}

.support-srch__ctr {
  padding-bottom: 17px;
}

.support-srch .srch__lst li + li {
  margin-top: 8px;
}

.support-srch + .hbar {
  margin: 20px -25px 17px;
}

.support-srch + .tit__box {
  padding: 8px 0 10px;
}

.support-srch.is-focused + .tit__box {
  padding: 0;
}

.support-srch.is-focused + .tit__box .tit__lv2 {
  padding: 7px 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.support-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.support-none__txt {
  margin-bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
  text-align: center;
}

.support-none .btn--limit {
  width: auto;
  min-width: 156px;
  padding: 0 16px;
}

.support-set-lst {
  padding-bottom: 20px;
}

.support-set-lst .set-lst__link:after {
  right: -10px;
  margin-top: -16px;
}

.faq-lst__item + .faq-lst__item {
  margin-top: 8px;
}

.faq-lst__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 26px 15px 0;
  padding: 15px calc(26px + env(safe-area-inset-right)) 15px 0;
  padding: 15px calc(26px + constant(safe-area-inset-right)) 15px 0;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-lst__link mark {
  background-color: transparent;
  color: #24c875;
}

.faq-lst__link:after {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -312px -156px;
  background-repeat: no-repeat;
  content: '';
}

.is-active .faq-lst__link:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-lst__detail {
  display: none;
  margin: 8px -16px 0;
  padding: 28px 18px;
  padding: 28px calc(18px + env(safe-area-inset-right)) 28px calc(18px + env(safe-area-inset-left));
  padding: 28px calc(18px + constant(safe-area-inset-right)) 28px
    calc(18px + constant(safe-area-inset-left));
  background-color: #f7f8fa;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.is-active .faq-lst__detail {
  display: block;
}

.faq-lst__detail a {
  color: #24c875;
  text-decoration: underline;
}

.faq-lst:first-child {
  margin-top: 0;
}

.faq-lst + .tit__box {
  margin-top: 26px;
  padding: 31px 0 10px;
}

.faq-lst + .tit__box:before {
  left: -28px;
  right: -28px;
  top: -1px;
  bottom: initial;
  width: auto;
  color: #e9e9e9;
  content: '';
}

.faq-lst:last-child {
  padding-bottom: 20px;
}

.faq-lst__detail__cms_h1,
.faq-lst__detail__cms_h2,
.faq-lst__detail__cms_h3,
.notice-detail__cms_h1,
.notice-detail__cms_h2,
.notice-detail__cms_h3 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: #222;
  margin-top: 20px;
  margin-bottom: 12px;
}

.faq-lst__detail__cms_h1:first-child,
.faq-lst__detail__cms_h2:first-child,
.faq-lst__detail__cms_h3:first-child,
.notice-detail__cms_h1:first-child,
.notice-detail__cms_h2:first-child,
.notice-detail__cms_h3:first-child {
  margin-top: 0;
}

.faq-lst__detail__cms_h1,
.notice-detail__cms_h1 {
  font-weight: 700;
}

.faq-lst__detail ol,
.faq-lst__detail ul,
.notice-detail ol,
.notice-detail ul {
  padding: 0 16px;
}

.faq-lst__detail ol,
.notice-detail ol {
  list-style-type: decimal;
}

.faq-lst__detail ul,
.notice-detail ul {
  list-style-type: disc;
}

.faq-lst__detail table,
.notice-detail table {
  margin: 20px 0;
  border-collapse: collapse;
  border-bottom: 1px solid #e9eaef;
}

.faq-lst__detail table th,
.faq-lst__detail table td,
.notice-detail table th,
.notice-detail table td {
  border: 1px solid #e9eaef;
  border-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: left;
  color: #97999e;
}

.faq-lst__detail table th,
.notice-detail table th {
  padding: 13px 16px;
  background-color: #eeeff4;
}

.faq-lst__detail table td,
.notice-detail table td {
  padding: 17px 15px;
}

.faq-lst__detail hr,
.notice-detail hr {
  margin: 30px 0;
  border-width: 0 0 1px 0;
  border-color: rgba(34, 34, 34, 0.08);
  border-style: solid;
}

.notice {
  padding-top: 20px;
}

.notice__tit {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 9px;
}

.notice__date {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.notice-detail {
  padding: 30px 0 20px;
  overflow: auto;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #97999e;
}

.notice-detail a {
  color: #24c875;
  text-decoration: underline;
}

.notice-lst__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 99px;
  padding: 18px 38px 17px 16px;
  padding: 18px calc(38px + env(safe-area-inset-right)) 17px calc(16px + env(safe-area-inset-left));
  padding: 18px calc(38px + constant(safe-area-inset-right)) 17px
    calc(16px + constant(safe-area-inset-left));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.notice-lst__link:before {
  left: 16px;
  bottom: 0;
  margin-bottom: -1px;
  left: calc(16px + env(safe-area-inset-left));
  left: calc(16px + constant(safe-area-inset-left));
  border-color: #e9e9e9;
}

.notice-lst__link:after {
  position: absolute;
  top: 50%;
  right: 5px;
  right: calc(5px + env(safe-area-inset-right));
  right: calc(5px + constant(safe-area-inset-right));
  margin-top: -14px;
  width: 30px;
  height: 30px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -82px -257px;
  background-repeat: no-repeat;
  content: '';
}

.notice-lst__tit {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}

.notice-lst__date {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #97999e;
}

/* 뷰 확인을 위한 컨트롤 CSS */
.test {
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 999;
}

.test--center {
  top: 50%;
}

.test li {
  margin: 5px 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.test li.hide {
  display: none;
}

.test li a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
}

.debit-txt-ipt .ico-close {
  width: 38px;
  height: 38px;
  background-image: url('../img/sprite-svg.svg');
  -webkit-background-size: 414px 391px;
  background-size: 414px 391px;
  background-position: -302px -263px;
  background-repeat: no-repeat;
}

.debit-txt-ipt .ipt-box__ipt {
  padding-top: 0px;
}

.debit-txt-ipt .ipt-box__ipt:placeholder-shown {
  padding-right: 10px;
}

.debit-txt-ipt .ipt-box__ipt:not(:placeholder-shown) {
  padding-right: 40px;
}

.debit-issue-custom-addr-value {
  display: flex;
  justify-content: space-between;
}

.debit-issue-custom-addr-value .ico-edit-container {
  min-width: 35px;
  max-height: 25px;
  overflow: hidden;
}

.debit-issue-custom-addr-value .ico-edit-container .ico-edit {
  width: 35px;
  height: 28px;
  background-image: url('../img/sprite-svg.svg');
  background-size: 454px 421px;
  background-position: -405px -198px;
  background-repeat: no-repeat;
}
