.mypage-info__wrap {
  height: 95px;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #efefef;
}

.mypage-info__wrap:after {
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '';
}

.mypage-info__wrap .mypage-info__left {
  float: left;
  width: 296px;
  height: 100%;
  padding: 24px 34px 0;
  border-right: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-info__wrap .mypage-info__right {
  display: block;
  height: 100%;
  padding: 24px 24px 0 34px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mypage-info__wrap .info__title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
}

.mypage-info__wrap .info__txt {
  padding-top: 12px;
  font-size: 13px;
  line-height: 17px;
  color: #999;
}

.mypage-info__wrap .info-status__graph {
  padding: 20px 0 16px;
}

.mypage-info__wrap .info-status__graph .status-line {
  display: block;
  position: relative;
  height: 6px;
  background: #d8d8d8;
}

.mypage-info__wrap .info-status__graph .green .status-cnt {
  color: #0ad72f;
}

.mypage-info__wrap .info-status__graph .green .status-line-inner {
  background: url("../../images/share/progress-line-2.png") 0 0 no-repeat;
}

.mypage-info__wrap .info-status__graph .green .status-line-inner .status-arrow {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -429px;
  width: 9px;
  height: 6px;
}

.mypage-info__wrap .info-status__graph .status-cnt {
  position: absolute;
  top: -24px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #ff5000;
}

.mypage-info__wrap .info-status__graph .status-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/share/progress-line-1.png") 0 0 no-repeat;
}

.mypage-info__wrap .info-status__graph .status-arrow {
  position: absolute;
  bottom: -8px;
  right: -4px;
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -604px -417px;
  width: 9px;
  height: 6px;
}

.mypage-info__wrap .info-cate__list {
  padding: 12px 0;
  overflow: hidden;
}

.mypage-info__wrap .info-cate__item {
  float: left;
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  line-height: 17px;
  color: #333;
}

.mypage-info__wrap .info-cate__item:after {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 1px;
  height: 8px;
  background: #d9d9d9;
  content: '';
}

.mypage-info__wrap .info-cate__item:last-child:after {
  content: none;
}

.tab__nav__items.tab__table__items {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab__nav__items.tab__table__items .tab__nav__items__item {
  display: table-cell;
  float: none;
  border-left: none;
}

.tab__nav__items.tab__table__items .tab__nav__items__item:first-child {
  border-left: 1px solid #d9d9d9;
}

.tab__nav__items.tab__table__items .tab__nav__items__item.is-active:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  content: '';
}

.tab__nav__items.tab__table__items .tab__nav__items__item.is-active a {
  border-bottom: none;
  padding: 12px 10px 15px 10px;
}

.tab--base-a .tab__nav__items.tab__table__items:after {
  content: none;
}

.table.table--wide .table__th {
  padding: 14px 20px;
}

.table.table--wide .table__th img {
  margin: -5px auto;
  display: block;
}

.table.table--wide .table__td {
  position: relative;
  padding: 14px 20px;
  color: #333;
}

.table.table--wide .table__td_int {
  padding-left: 16px;
  text-indent: -16px;
  line-height: 17px;
}

.table.table--wide .table__td_int ~ .table__td_int {
  margin-top: 10px;
}

.table.table--wide .table__td__answer .form-control--base-b {
  width: 512px;
  margin-top: 12px;
}

.table.table--wide .table__td__default {
  position: relative;
}

.table.table--wide .table__td__default .form-control--base-b {
  width: 410px;
  vertical-align: initial;
}

.table.table--wide .table__td__default .form-control--base-b.form--button {
  padding: 9px 36px 9px 12px;
}

.table.table--wide .table__td__default .form-control--base-b:focus + button {
  display: block;
}

.table.table--wide .table__td__default button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  border: 0;
  background-color: inherit;
  display: none;
}

.table.table--wide .table__td__default button .icon--close {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -574px -48px;
  width: 16px;
  height: 16px;
}

.table.table--wide .table__td .form-minor--txt.alert--txt {
  margin-top: 10px;
  display: block;
}

.table.table--wide .table__td .form-minor--txt.alert--txt .icoc--fail {
  background-image: url("../../images/share/sprite/icon.png");
  background-position: -145px -571px;
  width: 11px;
  height: 11px;
  vertical-align: inherit;
  margin-right: 4px;
}

.table.table--wide .table__td .form-minor--txt.alert--default {
  margin-top: 10px;
  display: block;
  color: #999999;
}

.table.table--wide .table__td .game--list {
  padding-top: 24px;
  margin-bottom: -15px;
  display: block;
}

.table.table--wide .table__td .game--list__wrapp {
  display: inline-block;
}

.table.table--wide .table__td .game--list__wrapp:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}

.table.table--wide .table__td .game--list__view {
  width: 158px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}

.table.table--wide .table__td .game--list__view input {
  display: inline-block;
}

.table.table--wide .table__td .game--list__view img {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.table.table--wide .table__td .game--list__view p {
  font-size: 13px;
  color: #333;
  display: inline-block;
  width: 92px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: normal;
  height: 32px;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: right;
}

.table.table--wide .table__td .is-disabled {
  color: #999;
}

.table.table--wide .table__td.none {
  padding: 32px 20px;
}

.table.table--wide .table__btn--right {
  width: 60px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 14px 0 14px;
  font-size: 12px;
  color: #666;
  line-height: 26px;
}

.table.table--wide .table__btn--right:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #e7e7e7;
  content: '';
}

.table.table--wide .table__btn--right:hover {
  color: #333;
  text-decoration: underline;
}

.table.table--wide .table__text--right {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 36px 0 16px;
  font-size: 12px;
  color: #333;
  line-height: 26px;
}

.table.table--wide .table__text--right:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #e7e7e7;
  content: '';
}

.table.table--wide .form-input--button {
  margin: 0 -6px 10px 0;
  position: relative;
}

.table.table--wide .form-input--button .time {
  position: absolute;
  top: 0;
  left: 360px;
  color: #a1a1a1;
  line-height: 34px;
  font-weight: bold;
}

.table.table--wide .form-input--button:last-child {
  margin-bottom: 0;
}

.table.table--wide .form-control--base-b {
  padding: 9px 12px;
}

.table.table--wide .button {
  height: 36px;
  min-width: 74px;
  padding: 0 10px;
  margin-left: 4px;
  font-size: 13px;
  font-weight: bold;
}

.table.table--wide .button.button--wide {
  min-width: 104px;
}

.table.table--wide .button .button__text {
  display: inline-block;
  margin-top: -4px;
}

.table.table--minh .table__td {
  height: 30px;
  padding: 7px 10px;
  color: #333;
  line-height: 16px;
}

.table.table--minh .table__td.none {
  padding: 50px 0;
  height: auto;
  color: #666;
}

.table.table--minh .coupon-area--content {
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.cash--area {
  margin: 0 0 50px;
  padding-top: 20px;
}

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

.cash--area .cash--item {
  float: left;
  width: 226px;
  overflow: hidden;
}

.cash--area .cash--item_box {
  display: block;
}

.cash--area .cash--item_tit {
  height: 32px;
  padding: 0 23px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  background-color: #ff5000;
}

.cash--area .cash--item_info {
  position: relative;
  height: 110px;
  border: 1px solid #cecece;
  border-top: none;
}

.cash--area .cash--item_info:before,
.cash--area .cash--item_info:after {
  content: '';
  position: absolute;
  top: 59px;
  height: 10px;
  width: 10px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background-color: #fff;
}

.cash--area .cash--item_info:before {
  left: 0;
  margin-left: -6px;
}

.cash--area .cash--item_info:after {
  right: 0;
  margin-right: -6px;
}

.cash--area .cash--item_now {
  margin: 0 16px;
  padding-top: 13px;
  height: 52px;
  border-bottom: 1px dashed #d8d8d8;
}

.cash--area .cash--item_big {
  font-size: 28px;
  line-height: 37px;
  color: #333;
}

.cash--area .cash--item_small {
  position: relative;
  top: -1px;
  margin-left: 7px;
  font-size: 14px;
  color: #333;
}

.cash--area .cash--item_link {
  padding-top: 14px;
}

.cash--area .cash--item_link:after {
  content: '';
  display: block;
  clear: both;
}

.cash--area .cash--item_link li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}

.cash--area .cash--item_link li a {
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

.cash--area .cash--item_link li a.color-orange {
  color: #f0562d;
}

.cash--area .cash--item_link li ~ li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #d8d8d8;
}

.cash--area .cash--item ~ .cash--item {
  margin-left: 11px;
}

.cash--info_txt {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin: -24px 0 30px;
}

.form-section .button__arry {
  text-align: center;
  padding: 20px 0;
}

.otp--contents {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 25px;
  border: 1px solid #d7d7d7;
}

.otp--head {
  padding: 30px 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d7d7d7;
}

.otp--head__title {
  font-size: 15px;
  text-align: center;
  color: #333;
}

.otp--head__title.blue {
  color: #059fee;
}

.otp--head__arry {
  text-align: center;
  padding-top: 16px;
}

.otp--contents__body {
  padding: 20px;
}

.otp--contents__title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

.otp--contents__desc {
  font-size: 12px;
  color: #666;
  padding-bottom: 20px;
}

.otp--contents__big {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin: 30px 0 20px;
}

.dialog--confirm.confirm_a {
  max-width: 340px;
}

.dialog--confirm.confirm_a .button--base-c {
  min-width: 66px;
  padding: 0 12px;
}

.dialog--confirm.confirm_a .button--base-c.button--shape-b {
  font-weight: bold;
}

.dialog--confirm.confirm_a .dialog__header ~ .dialog__content {
  padding: 20px;
}

.dialog--confirm.confirm_b {
  max-width: 340px;
}

.dialog--confirm.confirm_b .dialog__content {
  padding: 45px 20px;
}

.dialog--confirm.confirm_b .dialog__content p {
  font-size: 15px;
  line-height: 22px;
}

.dialog--coupon--benefit.benefit_a {
  max-width: 570px;
}

.description_a {
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}