@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  border: none;
}

input {
  outline: none;
}

@font-face {
  font-family: "pretendard", sans-serif;
  font-style: normal;
}
body {
  font-family: "pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  word-break: keep-all;
}

a {
  text-decoration: none;
  color: #212121;
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-slide {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-slide {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
input, select, textarea {
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #BDBDBD;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #BDBDBD;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #BDBDBD;
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px;
  min-height: 75px;
}
.input-wrap:first-child {
  margin-top: 0;
}

.inputbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inputbox:focus-within {
  border-color: #212121;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.inputbox label {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-size: 13px;
  color: #616161;
}
.inputbox input {
  display: block;
  height: 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}

.input-alert {
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
  color: #BDBDBD;
  display: none;
  opacity: 0;
  line-height: 16px;
}

.input--valid .input-alert {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
}

.input--error .input-alert {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
  color: #E84126;
}
.input--error .inputbox {
  border-color: #E84126;
}

.input--count .input-alert {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
  color: #2691E8;
}

.inputbox__btn {
  width: 32px;
  height: 32px;
}

.input__verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.verify-btn {
  margin-left: 8px;
}

.inputbox--bd {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 12px;
  background-color: #FAFAFA;
  border: 1px solid #EEEEEE;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.inputbox--bd::-webkit-input-placeholder {
  font-size: 13px;
}
.inputbox--bd::-moz-placeholder {
  font-size: 13px;
}
.inputbox--bd:-ms-input-placeholder {
  font-size: 13px;
}
.inputbox--bd::-ms-input-placeholder {
  font-size: 13px;
}
.inputbox--bd::placeholder {
  font-size: 13px;
}
.inputbox--bd:focus {
  border-color: #212121;
}

.switch {
  padding: 18px 16px;
}

.switch__title {
  margin: 6px 0 30px;
  font-size: 13px;
  color: #BDBDBD;
}

.switch__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 8px;
}
.switch__checkbox + .switch__checkbox {
  margin-top: 34px;
}
.switch__checkbox input[type=checkbox] + label {
  position: relative;
  width: 100%;
  line-height: 20px;
}
.switch__checkbox input[type=checkbox] + label:before, .switch__checkbox input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.switch__checkbox input[type=checkbox] + label:before {
  width: 40px;
  height: 20px;
  right: 0;
  top: 0;
  border-radius: 20px;
  background-color: #EEEEEE;
  border: 1px solid #FAFAFA;
  -webkit-box-shadow: inset 0 1px 2px #BDBDBD;
          box-shadow: inset 0 1px 2px #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.switch__checkbox input[type=checkbox] + label:after {
  width: 14px;
  height: 14px;
  top: 3px;
  right: 23px;
  background-color: #BDBDBD;
  border-radius: 100px;
  z-index: 20;
}
.switch__checkbox input[type=checkbox]:checked + label:before {
  border: 1px solid #FEF3F1;
  background-color: rgba(232, 65, 38, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(232, 65, 38, 0.15);
          box-shadow: inset 0 1px 2px rgba(232, 65, 38, 0.15);
}
.switch__checkbox input[type=checkbox]:checked + label:after {
  background: #E84126;
  right: 3px;
}

.switch__desc {
  display: block;
  width: calc(100% - 130px);
  padding-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #BDBDBD;
}

.tab__contents .tab__box {
  display: none;
  opacity: 0;
}
.tab__contents .tab__box.active {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
}
.tab__contents .tab__box .sub-wrap {
  padding-bottom: 44px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
}
.tabs button {
  height: 56px;
  padding: 10px 4px 4px;
  width: 100%;
  color: #BDBDBD;
  position: relative;
}
.tabs button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E84126;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.tabs button.on {
  font-weight: 700;
  color: #212121;
}
.tabs button.on:after {
  opacity: 1;
}
.tabs.tabs--highlight .on {
  color: #E84126;
}

.tab-more__container {
  position: relative;
}

.tab-more__tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  padding: 22px 24px 16px;
  border-bottom: 6px solid #FAFAFA;
  overflow-x: hidden;
}
.tab-more__tabs > button {
  display: block;
  height: 40px;
  padding: 5px 12px;
  margin-right: 10px;
  border-radius: 12px;
  border: 1px solid #FAFAFA;
  background-color: #fff;
  font-size: 13px;
  line-height: 16px;
  color: #757575;
}
.tab-more__tabs > button.on {
  background-color: #212121;
  color: #fff;
  border: none;
  border-color: #212121;
}

.tab-more__btn {
  position: absolute;
  right: 0;
  top: 22px;
  width: 100px;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #fff;
  z-index: 100;
}
.tab-more__btn button {
  width: 100%;
  height: 48px;
}
.tab-more__btn img {
  margin-bottom: 2px;
}

.tab-more__menus {
  display: none;
  position: absolute;
  background: #212121;
  height: auto;
  right: 0;
  top: 78px;
  padding: 12px 0;
  z-index: 200;
  border-radius: 12px;
  overflow: hidden;
}
.tab-more__menus button {
  display: block;
  width: 100%;
  padding: 10px 24px;
  color: #fff;
  font-size: 13px;
}

.popup {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  left: 0;
  top: 0;
  z-index: 600;
  background-color: rgba(33, 33, 33, 0.4);
  display: none;
  opacity: 0;
}
.popup.active {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
}
.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__box {
  width: 100%;
  max-width: 326px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop__message {
  padding: 20px 0 40px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.pop__message b {
  font-weight: 700;
}
.pop__message em {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  line-height: 16px;
}

.pop__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pop__btns button {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  margin-right: 10px;
}
.pop__btns button:last-child {
  margin-right: 0;
}

.pop-btn--primary {
  background-color: #E84126;
  color: #fff;
}

.pop-btn--secondary {
  background-color: #E0E0E0;
  color: #9E9E9E;
}

.pop-bn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 rgba(0, 0, 0, 0.25);
  z-index: 600;
}

.pop-bn__img {
  display: block;
  width: 100%;
}

.pop-bn__bottom {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 10px 36px;
}

.pop-bn__option {
  color: #BDBDBD;
}

.pop-bn__close {
  font-weight: 700;
}

a, button {
  cursor: pointer;
  -webkit-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}

a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--primary {
  height: 56px;
  border-radius: 12px;
  font-size: 18px;
  background-color: #E84126;
  color: #fff;
}
.btn--primary[disabled] {
  background-color: #EEEEEE;
  color: #BDBDBD;
}
.btn--primary.btn--outline {
  color: #E84126;
  border-color: #E84126;
}

.btn--secondary {
  min-width: 80px;
  height: 36px;
  padding: 5px 16px;
  border-radius: 8px;
  background-color: #212121;
  color: #fff;
  font-size: 13px;
}
.btn--secondary[disabled] {
  background-color: #EEEEEE;
  color: #BDBDBD;
}

.btn--secondary-done {
  background-color: #EEEEEE;
  color: #424242;
}

.btn--secondary-line {
  border: 1px solid #757575;
  background-color: #fff;
  color: #757575;
}

.btn--primary-cancel {
  color: #BDBDBD;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}

.btn--outline {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.btn--basic {
  padding: 7px;
  border-radius: 100px;
  background-color: #EEEEEE;
  font-size: 13px;
  font-weight: 700;
  color: #BDBDBD;
}

.btn--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 200px;
  padding: 16px 24px;
  margin: 0 auto 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E84126;
  border-radius: 8px;
  color: #E84126;
}
.btn--link:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(/images/icon/icon-next-primary.svg) no-repeat center center;
  background-size: 7px 12px;
  margin: 0 0 2px 10px;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 16px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btns button {
  width: 100%;
}
.btns button:not(.btns button:first-child) {
  margin-left: 16px;
}

.bg--grey {
  background-color: #FAFAFA;
}

.menu__box {
  display: block;
  margin-bottom: 20px;
}
.menu__box span {
  display: block;
  text-align: center;
  margin-top: 6px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 375px) {
  .menu__box span {
    font-size: 13px;
  }
}

.menu__img {
  width: 71px;
  height: 67px;
  background-color: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 375px) {
  .menu__img {
    width: 60px;
    height: 56px;
  }
}

.dot-list li {
  position: relative;
  padding-left: 12px;
  font-size: 13px;
  line-height: 16px;
  margin-top: 6px;
  color: #BDBDBD;
}
.dot-list li:first-child {
  margin-top: 0;
}
.dot-list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 100px;
  background-color: #BDBDBD;
  left: 4px;
  top: 5px;
}
.dot-list .dot-list__em {
  color: #757575;
}
.dot-list .dot-list__em:before {
  background-color: #757575;
}

.notice-list p {
  font-size: 13px;
  line-height: 16px;
}
.notice-list ul li {
  position: relative;
  margin-top: 12px;
  font-size: 13px;
  line-height: 16px;
  padding-left: 13px;
}
.notice-list ul li:first-child {
  margin-top: 8px;
}
.notice-list ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 5px;
  border-radius: 100px;
  background-color: #212121;
}
.notice-list ul li em {
  color: #E84126;
}

html, body {
  width: 100%;
  height: 100%;
}
html.freeze, body.freeze {
  overflow: hidden;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.header {
  position: sticky;
  left: 0;
  top: 0;
  padding: 0 16px;
  background-color: #fff;
  border-bottom: 1px solid #F5F5F5;
  z-index: 500;
}

.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
  padding-bottom: 19px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__top h2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  white-space: pre;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  width: calc(100% - 160px);
  left: 80px;
  min-height: 32px;
  position: absolute;
}

.header__top--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__top--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__btns button, .header__btns a {
  margin-right: 16px;
}
.header__btns button:last-child, .header__btns a:last-child {
  margin-right: 0;
}

.header__logo {
  margin-left: 8px;
}

.header__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__point img {
  margin-right: 6px;
}
.header__point span {
  margin-right: 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #E84126;
}

.header--white {
  border-bottom: none;
}

.header--red {
  background-color: #E84126;
  border-bottom: none;
  color: #fff;
}

.header--dark {
  background-color: #212121;
  border-bottom: none;
  color: #fff;
}

.sub-wrap {
  padding: 32px 24px;
}

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 102px;
}

.contents--ns {
  padding-bottom: 32px;
}

.contents--nb {
  padding-bottom: 0;
}

.contents--md {
  padding-bottom: 166px;
}

.contents--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bottom-bar {
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 300;
}
.bottom-bar .checkbox {
  margin: 16px 20px 24px;
}

.bottom-bar--nf {
  position: static;
}

.text-link {
  display: block;
  text-align: center;
  padding-top: 16px;
  text-decoration: underline;
  color: #BDBDBD;
}

.bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bottom-info a {
  color: #BDBDBD;
  text-decoration: underline;
}
.bottom-info h6 {
  font-size: 18px;
  line-height: 24px;
  color: #BDBDBD;
}

.bottom-info--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bottom-info--last {
  padding-bottom: 30px;
}

.main__greeting {
  padding: 24px;
}
.main__greeting em {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #BDBDBD;
}
.main__greeting p {
  font-weight: 700;
  font-size: 26px;
}

.main__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 300;
}

.pay__box {
  width: 50%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay__status {
  background-color: #fff;
}
.pay__status span {
  margin-left: 12px;
}

.pay__btn {
  background-color: #212121;
  color: #fff;
  border-radius: 20px 0 0 0;
}
.pay__btn span {
  margin-left: 8px;
}

.main__banner {
  padding: 0 24px;
  margin-top: 8px;
}
.main__banner img {
  width: 100%;
}

.main__point {
  padding: 16px 24px;
}

.point__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E84126;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  height: 68px;
  padding: 10px 25px 10px 16px;
}

.point__title {
  font-weight: 700;
  color: #F8F816;
}

.point__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.point__num span {
  margin: 0 16px 0 6px;
}

.setting__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}

.img-hi {
  display: inline-block;
  margin: 0 0 3px 6px;
}

.setting__notice {
  margin-top: 74px;
}

.terms {
  padding-top: 16px;
}
.terms:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  margin-top: -16px;
}

.terms__head {
  padding: 32px 0 20px;
  font-weight: 700;
}

.terms__top {
  border-bottom: 1px solid #EEEEEE;
  padding: 12px 0;
  margin-bottom: 6px;
}
.terms__top label span {
  font-size: 16px;
}

.checkbox input {
  position: absolute;
}
.checkbox input:checked + label:before {
  border: none;
  background-color: #E84126;
}
.checkbox input:checked + label:after {
  background-image: url(../images/icon/icon-check-white.svg);
}
.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.checkbox label:before, .checkbox label:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}
.checkbox label:before {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.checkbox label:after {
  position: absolute;
  background: url(../images/icon/icon-check-grey.svg) no-repeat center center;
}
.checkbox label span {
  margin-left: 10px;
}
.checkbox.checkbox--grey label {
  color: #BDBDBD;
}

.terms__link {
  font-size: 13px;
  color: #BDBDBD;
  text-decoration: underline;
}

.terms__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}

.terms__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FAFAFA;
  padding: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.terms__options button {
  width: calc(50% - 8px);
  height: 50px;
  margin: 4px;
  border-radius: 8px;
  background-color: #fff;
  color: #BDBDBD;
  border: 1px solid #EEEEEE;
}
.terms__options button.on {
  border-color: #E84126;
  color: #E84126;
}

.terms__title {
  margin-bottom: 16px;
}

.terms__desc {
  font-size: 13px;
  color: #757575;
}
.terms__desc em {
  display: block;
  margin: 16px 0 8px;
}
.terms__desc p {
  line-height: 16px;
  padding-bottom: 2px;
}

.result__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 106px;
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  background-color: #EEEEEE;
}

.result__label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

.result__text {
  font-size: 20px;
  line-height: 26px;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 24px 64px;
  min-height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login__top img {
  margin: 0 0 14px;
}
.login__top p {
  font-size: 20px;
  line-height: 26px;
}

.login__inputs {
  margin: 24px 0;
}
.login__inputs button {
  width: 100%;
  margin-bottom: 16px;
}

.login__inputbox input {
  margin-bottom: 8px;
}

.login__check {
  margin: 4px 0 32px 8px;
}
.login__check label span {
  margin-left: 8px;
  color: #BDBDBD;
}

.login__links {
  margin-top: 16px;
  text-align: center;
}
.login__links a {
  color: #9E9E9E;
  font-size: 13px;
}
.login__links a:first-child {
  position: relative;
  padding-right: 32px;
  margin-right: 30px;
}
.login__links a:first-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #9E9E9E;
  right: 0;
  top: 0;
}

.login__bottom {
  text-align: center;
}
.login__bottom p {
  margin-bottom: 16px;
  color: #BDBDBD;
  font-size: 13px;
}
.login__bottom button, .login__bottom a {
  margin: 0 10px;
}

.point__list {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  max-height: 89px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.point__list.active {
  max-height: 9999px;
  -webkit-transition: 1s ease 0.1s;
  -o-transition: 1s ease 0.1s;
  transition: 1s ease 0.1s;
}
.point__list.active + .point__view-btn img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.point__sum {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E84126;
  padding: 16px 24px;
  height: 90px;
}
.point__sum:after {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  bottom: 0;
  width: calc(100% - 48px);
  height: 1px;
  background-color: #D03A22;
}

.point__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #fff;
  margin-bottom: 6px;
}
.point__label span {
  color: #F5AEA3;
}
.point__label span:before {
  content: "";
  display: inline-block;
  width: 1px;
  margin: 0 6px;
  height: 10px;
  background-color: #F5AEA3;
}
.point__label button {
  margin-left: 6px;
  height: 15px;
}
.point__label img {
  margin-left: 6px;
}

.point__bal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}
.point__bal img {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.point__unit {
  color: #FEA597;
  font-size: 13px;
}

.point__charge {
  width: 85px;
  height: 46px;
  background-color: #A7301D;
  color: #fff;
  border-radius: 12px;
}

.point__menu {
  padding: 16px 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.point__menu .menu__box {
  margin: 16px auto;
}
.point__menu .menu__img {
  background-color: #FAFAFA;
}

.point__link {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 25px;
}
.point__link:last-child {
  margin-right: 0;
}
.point__link em {
  color: #fff;
}

.point__view-btn {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background-color: #D03A22;
  border-radius: 0 0 20px 20px;
}
.point__view-btn img {
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.point--dark .point__sum {
  background-color: #212121;
}

.history__top {
  border-top: 6px solid #FAFAFA;
  padding: 16px 24px;
  border-bottom: 1px solid #FAFAFA;
}
.history__top p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.history__top p img {
  margin-left: 8px;
}

.history__list {
  padding: 16px;
}

.history__date {
  font-weight: 700;
  margin-top: 10px;
}
.history__date:first-child {
  margin-top: 0;
}

.history__date + .history__line {
  padding-top: 16px;
  border-top: none;
}

.history__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 10px;
  border-top: 1px solid #EEEEEE;
}

.history__info {
  padding: 0 16px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.history__title {
  line-height: 20px;
}

.history__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}
.history__detail span {
  font-size: 13px;
  line-height: 16px;
  color: #BDBDBD;
}
.history__detail span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #BDBDBD;
  margin: 0 8px;
}
.history__detail span:last-child:after {
  display: none;
}

.history__point {
  text-align: right;
}
.history__point p {
  line-height: 20px;
  margin-bottom: 2px;
}
.history__point span {
  color: #BDBDBD;
  font-size: 13px;
  line-height: 16px;
}

.history__point--minus p {
  color: #E84126;
}

.history__line--alert .history__title:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #E84126;
  vertical-align: text-top;
  margin-left: 5px;
}
.history__line--alert .history__detail span {
  color: #E84126;
}
.history__line--alert .history__detail span:after {
  background-color: #E84126;
}

.charge-top {
  padding: 32px 24px 14px;
}

.charge-top__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charge-top__line:not(.charge-top__line:only-child) {
  margin-top: 10px;
  padding-bottom: 8px;
}

.charge-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charge-top__title em {
  display: block;
  margin-left: 6px;
  font-size: 13px;
  line-height: 16px;
  color: #BDBDBD;
}

.charge-top__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charge-top__point img {
  margin-right: 6px;
}
.charge-top__point span {
  color: #E84126;
  margin-top: 2px;
  font-weight: 700;
}

.charge-point {
  background-color: #FAFAFA;
}

.charge-point__inputs {
  padding: 24px 24px 4px;
}
.charge-point__inputs > span {
  display: block;
  font-size: 13px;
  color: #616161;
  margin-bottom: 2px;
}

.charge-point__inputbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  border-bottom: 1px solid #EEEEEE;
}
.charge-point__inputbox input {
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.charge-point__balance {
  margin-top: 6px;
  font-size: 13px;
  color: #BDBDBD;
}
.charge-point__balance span {
  color: #E84126;
}

.charge-point__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 16px 17px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.charge-point__select > button {
  width: calc(50% - 9px);
  height: 56px;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 7px;
  color: #BDBDBD;
}
.charge-point__select > button.on {
  color: #E84126;
  border-color: #E84126;
}

.charge-policy {
  border-top: 6px solid #FAFAFA;
}

.charge-policy__box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  padding: 16px 24px;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  color: #BDBDBD;
}
.charge-policy__box button:after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(../images/icon/icon-up.svg) no-repeat center center;
  background-size: 12px 6px;
  opacity: 0.25;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.charge-policy__box button.on {
  color: #212121;
}
.charge-policy__box button.on:after {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.charge-policy__detail {
  display: none;
  padding: 10px 24px;
  background-color: #FAFAFA;
  font-size: 13px;
  line-height: 16px;
  color: #BDBDBD;
}

.option {
  position: relative;
}

.option__select {
  padding-right: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  background: url(../images/icon/icon-dropdown.svg) no-repeat right center;
}

.option__list {
  display: none;
  position: absolute;
  margin-top: 6px;
  background-color: #212121;
  border-radius: 6px;
  overflow: hidden;
}
.option__list button {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  white-space: pre;
}

.payment-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 24px 16px;
  background-color: #FCFCFC;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.payment-select > button {
  position: relative;
  width: calc(50% - 5px);
  background-color: #fff;
  height: 0;
  padding-bottom: 48.5%;
  border-radius: 12px;
  margin: 8px 0;
}
.payment-select > button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.payment-select > button span em {
  position: absolute;
  width: 100%;
  bottom: 16px;
  left: 0;
  text-align: center;
  font-size: 13px;
  color: #2691E8;
  font-weight: 700;
}

.barcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.barcode__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.barcode__logo {
  margin-bottom: 30px;
}

.barcode__bottom {
  margin: 20px 0 20x;
}

.refresh {
  text-align: center;
}
.refresh button {
  width: 48px;
  height: 48px;
  background-color: #FAFAFA;
  border-radius: 100%;
}

.refresh__time {
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
}

.receipt {
  padding: 0 38px;
}

.receipt__top {
  text-align: center;
  padding: 82px;
}
.receipt__top p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.receipt__details {
  margin-bottom: 16px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.receipt__details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  border-bottom: 1px solid #FAFAFA;
}
.receipt__details dl:last-child {
  border-bottom: none;
}
.receipt__details dl dt {
  font-size: 13px;
  line-height: 16px;
  color: #BDBDBD;
}
.receipt__details dl dd {
  line-height: 20px;
}
.receipt__details dl dd span {
  color: #E84126;
}
.receipt__details dl dd em {
  color: #2691E8;
}
.receipt__details dl dd img {
  vertical-align: text-top;
  margin-right: 5px;
}

.mypage {
  width: calc(100% - 48px);
  margin: 16px auto 32px;
  background-color: #E84126;
  border-radius: 12px;
  padding: 16px;
}

.mypage__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 8px 24px;
}

.mypage__info p {
  color: #fff;
  line-height: 20px;
}
.mypage__info p span {
  margin-right: 4px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: underline;
}
.mypage__info em {
  display: block;
  margin-top: 4px;
  line-height: 20px;
  color: #F5AEA3;
}

.mypage__logout {
  width: 64px;
  height: 22px;
  margin-top: 2px;
  background-color: #C62D15;
  border-radius: 12px;
  color: #F5AEA3;
  font-size: 13px;
}

.mypage__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 8px 8px;
  border-top: 1px solid #D8371E;
}

.mypage__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage__point img {
  margin-right: 12px;
}
.mypage__point span {
  font-size: 23px;
  line-height: 30px;
  color: #fff;
}

.mypage__links a {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  color: #fff;
}
.mypage__links a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 16px;
  left: 12px;
  top: 1px;
  background-color: #D8371E;
}
.mypage__links a:first-child {
  padding-left: 0;
}
.mypage__links a:first-child:before {
  display: none;
}

.mypage--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px 24px 24px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.mypage--login:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/icon/icon-next-white.svg) no-repeat center center;
  background-size: 6px;
}

.setting__box {
  border-top: 6px solid #FAFAFA;
}

.setting__menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0 40px 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.setting__menu a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(../images/icon/icon-next.svg) no-repeat center center;
  right: 23px;
  top: calc(50% - 6px);
}
.setting__menu a span {
  font-size: 13px;
  color: #BDBDBD;
}

.business-info {
  padding: 50px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.business-info-btn {
  font-size: 13px;
  color: #BDBDBD;
}
.business-info-btn img {
  width: 8px;
  margin-left: 8px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.business-info-btn.on img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.business-info__detail {
  display: none;
  margin-top: 30px;
}
.business-info__detail table {
  width: 100%;
}
.business-info__detail table th, .business-info__detail table td {
  font-size: 13px;
  color: #BDBDBD;
  text-align: left;
  padding: 4px 0;
  line-height: 16px;
}

.bank-select__desc {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

.bank-select__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bank-select__btns > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 9px);
  height: 100px;
  background-color: #FAFAFA;
  border-radius: 12px;
  margin-bottom: 16px;
}
.bank-select__btns > button span {
  margin-top: 10px;
}
.bank-select__btns > button.on {
  background-color: #fff;
  border: 2px dashed #E84126;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info__detail > p span {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.info__detail em {
  display: block;
  margin-top: 8px;
  line-height: 20px;
}
.info__detail em img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 8px;
}

.info__date {
  font-size: 13px;
  line-height: 16px;
  color: #BDBDBD;
}

.info__inputs {
  padding: 32px 24px;
  border-top: 6px solid #FAFAFA;
}

.completed-msg {
  text-align: center;
}
.completed-msg img {
  margin-bottom: 16px;
}
.completed-msg p {
  line-height: 20px;
}
.completed-msg h6 {
  font-size: 18px;
  line-height: 24px;
}

.quick-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 24px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.quick-menu--lg .thumb-menu {
  width: auto;
  height: auto;
}
.quick-menu--lg .thumb-menu span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 71px;
  height: 67px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #FAFAFA;
}
.quick-menu--lg .thumb-menu em {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.thumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
}
.thumb-menu em {
  display: block;
  margin-top: 16px;
  font-size: 13px;
}

.notice__top {
  text-align: center;
  font-size: 10px;
  color: #BDBDBD;
}

.notice__date {
  margin-top: 23px;
  text-align: center;
  font-size: 13px;
  color: #757575;
  font-weight: 700;
}

.notice__box {
  padding: 20px;
  margin-top: 6px;
  border-radius: 12px;
  background-color: #FAFAFA;
}

.notice__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  color: #121212;
}
.notice__info p img {
  margin-right: 8px;
}
.notice__info span {
  font-size: 13px;
  color: #BDBDBD;
}

.notice__desc {
  color: #757575;
  margin: 8px 0 0 14px;
}

.notice__info--alert > p:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #E84126;
  margin: 2px 0 0 5px;
}

.chat {
  padding: 40px 20px 16px;
}

.chat__input {
  padding: 16px 16px 30px;
  background-color: #fff;
}
.chat__input input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  background-color: #FAFAFA;
  border-radius: 12px;
}

.chat__sender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.chat__sender img {
  margin-right: 6px;
}
.chat__sender + .chat__box {
  margin-top: 10px;
}

.chat__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.chat__side--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.chat__side--left .chat__box {
  margin-left: 36px;
}

.chat__side--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.chat__box {
  text-align: left;
  margin-top: 16px;
  padding: 13px 20px;
  border-radius: 20px;
  background-color: #FAFAFA;
  color: #121212;
  line-height: 20px;
}
.chat__box b {
  font-weight: 700;
}
.chat__box em {
  color: #E84126;
}

.chat__box--red {
  background-color: #E84126;
  color: #fff;
}

.chat__box--dark {
  background-color: #212121;
  color: #fff;
}

.chat__time {
  font-size: 13px;
  color: #BDBDBD;
  margin-top: 6px;
}

.event__img {
  display: block;
  width: 100%;
}

.event__detail {
  padding: 16px 24px;
  font-size: 13px;
  line-height: 16px;
}
.event__detail ul li {
  position: relative;
  color: #757575;
  padding-left: 8px;
  margin-bottom: 6px;
}
.event__detail ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 4px;
  background: #757575;
}
.event__detail p {
  color: #757575;
}

.event__title {
  margin-bottom: 16px;
  font-weight: 700;
  color: #000;
}

.sort {
  padding: 16px 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FAFAFA;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-right: 25px;
  border-radius: 12px;
}
.sort__date > button {
  width: 52px;
  height: 52px;
}
.sort__date > button[disabled] {
  opacity: 0.2;
}

.month-set-btn {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sort__mth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  background-color: #FAFAFA;
  margin-right: 25px;
  height: 52px;
  padding: 0 20px;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sort__mth img {
  display: block;
}

.filter-set-btn {
  padding-left: 30px;
  line-height: 24px;
  background: url(/images/icon/icon-filter.svg) no-repeat left center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.filter-set-btn.on {
  background-image: url(/images/icon/icon-filter-on.svg);
  color: #E84126;
}

.filter-selector {
  display: none;
  position: fixed;
  width: 84px;
  height: 125px;
  padding-top: 16px;
  right: 12px;
  bottom: 72px;
  background: url(/images/image/bg-filter.png) no-repeat center bottom;
}
.filter-selector > button {
  color: rgba(255, 255, 255, 0.4);
  line-height: 25px;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.filter-selector > button:last-child {
  margin-bottom: 0;
}
.filter-selector > button.on {
  color: #fff;
}

html, body {
  width: 100%;
  height: 100%;
}