@charset "UTF-16 LE BOM";
/*
      Date   : 2022.10.13
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* 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;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  outline: none;
  border: none;
  background: #fff;
  color: #333;
  padding: 0 10px;
}

input::-ms-clear {
  display: none;
}

input:-webkit-autofill {
  background: #fff;
  -webkit-text-fill-color: #333;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  width: 100%;
  font-family: "NotoSansR", "맑은고딕", sans-serif;
}

@font-face {
  font-family: "NotoSansR";
  src: url("../font/notokr-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/notokr-regular.eot?#iefix") format("embedded-opentype"), url("../font/notokr-regular.woff") format("woff");
}
@-webkit-keyframes rotationLoading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotationLoading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
body {
  position: relative;
  height: 100%;
  color: #292929;
  font-size: 16px;
  font-family: "NotoSansR", sans-serif;
  word-break: keep-all;
  -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #6d6d6d;
  border-radius: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #bebebe;
  border-radius: 5px;
}
body .content {
  position: relative;
}
body .content::after {
  content: "";
  display: block;
  clear: both;
}

button {
  background: none;
  border: none;
  font-family: "NotoSansR";
  cursor: pointer;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a8a8a8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a8a8a8;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a8a8a8;
}
input::placeholder,
textarea::placeholder {
  color: #a8a8a8;
}

input:not([type=checkbox]),
textarea {
  padding: 0.813rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
  font-family: "NotoSansR", sans-serif;
}

input[type=date] {
  position: relative;
  font-family: "NotoSansR";
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  font-family: "NotoSansR", sans-serif;
  cursor: pointer;
}
input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 1.438rem;
  height: 1.438rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 0.938rem 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox]:checked + label::before {
  background-color: #0e8eff;
  background-image: url("../image/icon_checkbox.svg");
  background-size: 55%;
  border: 1px solid #0e8eff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.813rem 2rem 0.813rem 0.813rem;
  background-image: url("../image/icon_select.svg");
  background-size: 0.625rem 0.4rem;
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
  font-family: "NotoSansR", sans-serif;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

.input-box {
  position: relative;
  display: inline-block;
}
.input-box.warning::after {
  display: block;
  content: "비밀번호를 입력해주세요.";
  width: 100%;
  height: 20px;
  font-size: 1rem;
  color: #bf4c4c;
}

.center {
  position: relative;
  width: 78.75rem;
  margin: 0 auto;
  clear: both;
}

.pc-br {
  display: block;
}

.pc-only {
  display: inline-block;
}

.mob-only {
  display: none;
}

.red {
  color: #f00 !important;
}

.txt-red {
  color: #e91c4d;
}

.txt-blue {
  color: #3da0f8;
}

.btn {
  display: inline-block;
  padding: 0.813rem 1.875rem;
  border-radius: 10px;
  font-size: 0.875rem;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1;
  color: #292929;
}
.btn.btn-r {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 0.5rem 0 0;
  background-image: url(../image/reset_ico.svg);
}
.btn.btn-d {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 0.5rem 0 0;
  background-image: url(../image/download_b_l_ico.svg);
  background-size: 100% auto;
}
.btn.btn-b {
  background-color: #212121;
  color: #fff;
}
.btn.btn-b.btn-d::before {
  background-image: url(../image/download_w_ico.svg);
}
.btn.btn-main {
  background-color: #0f7eed;
  color: #fff;
}
.btn.btn-line {
  border: 1px solid #0f7eed;
  color: #0f7eed;
}
.btn.btn-line-b {
  border: 1px solid #292929;
  color: #292929;
  background-color: #fff;
}
.btn.btn-line-g {
  border: 1px solid #e5e5e5;
  color: #a8a8a8;
  background-color: #fff;
}
.btn.btn-sub {
  background-color: #0e8eff;
  color: #fff;
}
.btn.btn-gra {
  background: linear-gradient(110deg, #fdba1e 47%, #d89700 100%);
  color: #292929;
}
.btn.btn-w {
  border: 1px solid #212121;
}
.btn.btn-s {
  border-radius: 0;
}
.btn.disabled {
  border: solid 1px #e5e5e5 !important;
  background: #f8f8f8 !important;
  color: #b5b5b5 !important;
}
.btn.disabled02 {
  border: solid 1px #999 !important;
  background: #999 !important;
  color: #fff !important;
}

.pw-view {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.938rem;
  height: 0.938rem;
  background-image: url(../image/icon_join_show_off.svg);
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
}
.pw-view.on {
  background-image: url(../image/icon_join_show_on.svg);
}

.box {
  border: 1px solid #e5e5e5;
}
.box.box-g {
  background-color: #f8f8f8;
}

.tab-wrap {
  width: 100%;
}
.tab-wrap .tab-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tab-wrap .tab-list li {
  display: table-cell;
  text-align: center;
  cursor: pointer;
}
.tab-wrap .tab-list li button,
.tab-wrap .tab-list li a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.tab-wrap .tab-box {
  display: none;
}
.tab-wrap .tab-box.on {
  display: block;
}
.tab-wrap.type01 .tab-list li button,
.tab-wrap.type01 .tab-list li a {
  display: inline-block;
  width: 100%;
  padding: 1.275rem 0 1.375rem;
  background-color: #f8f8f8;
  border-top: 3px solid #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  font-size: 1.125rem;
}
.tab-wrap.type01 .tab-list li.on button, .tab-wrap.type01 .tab-list li.on a {
  color: #0f7eed;
  border-top: 3px solid #0f7eed;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: transparent;
  background-color: #fff;
  font-weight: 700;
}
.tab-wrap.type02 .tab-list li button,
.tab-wrap.type02 .tab-list li a {
  padding: 1.25rem 0 1.125rem;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 2px solid #0f7eed;
  color: #a8a8a8;
  font-size: 0.938rem;
}
.tab-wrap.type02 .tab-list li.on button,
.tab-wrap.type02 .tab-list li.on a {
  background-color: #0f7eed;
  color: #fff;
  border-top: #0f7eed;
  border-left: 1px solid #0f7eed;
}
.tab-wrap.type02 .tab-list li:last-child button,
.tab-wrap.type02 .tab-list li:last-child a {
  border-right: 1px solid #e5e5e5;
}
.tab-wrap.type02 .tab-list li:last-child.on button,
.tab-wrap.type02 .tab-list li:last-child.on a {
  border-right: 1px solid #0f7eed;
}

.top-btn-wrap, .top-btn {
  display: none;
}

.top-btn-wrap-new {
  width: 95%;
  max-width: 78.75rem;
  padding: 1rem 0;
  margin: 0 auto;
  text-align: right;
}

.top-btn-new {
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-image: url(../image/btn_up_off.svg);
  background-size: 100%;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-btn-new:hover {
  background-image: url(../image/btn_up_on.svg);
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-box .sb-mob-close {
  display: none;
}
.search-box input {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
.search-box input::-webkit-input-placeholder {
  font-size: 1.125rem;
}
.search-box input::-moz-placeholder {
  font-size: 1.125rem;
}
.search-box input:-ms-input-placeholder {
  font-size: 1.125rem;
}
.search-box input::-ms-input-placeholder {
  font-size: 1.125rem;
}
.search-box input::placeholder {
  font-size: 1.125rem;
}
.search-box .search {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
  background-image: url(../image/icon_search.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.table-area-scroll {
  padding-top: 0.313rem;
  overflow-x: auto;
}
.table-area-scroll::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.table-area-scroll::-webkit-scrollbar-thumb {
  background-color: #dae1e6;
  border-radius: 5px;
}
.table-area-scroll::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 5px;
}
.table-area-scroll table {
  width: 100%;
  min-width: 319px;
  table-layout: fixed;
}
.table-area-scroll table th,
.table-area-scroll table td {
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  line-height: 1.5;
}
.table-area-scroll table th {
  padding: 0.313rem 0.313rem;
  background-color: #f8f8f8;
  font-size: 0.938rem;
  text-align: center;
  font-weight: 400;
}
.table-area-scroll table td {
  padding: 0.44rem 0.313rem;
  font-size: 0.875rem;
}

.condition-wrap {
  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;
  border: 1px solid #edf0f2;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 0.938rem;
}
.condition-wrap span b {
  color: #0f7eed;
  font-weight: 400;
}
.condition-wrap ul li {
  display: inline-block;
}
.condition-wrap ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.625rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -1px 1.25rem 0 1.1rem;
  background-color: #a8a8a8;
  vertical-align: middle;
}
.condition-wrap ul li:nth-child(1)::before {
  display: none;
}
.condition-wrap ul li button {
  color: #a8a8a8;
  font-size: 0.938rem;
}
.condition-wrap ul li button.on {
  color: #0f7eed;
}
.condition-wrap.type02 .cond-now {
  display: none;
}

.condition-search-wrap {
  padding: 1.25rem 1.875rem;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.condition-search-wrap .title {
  float: left;
  margin-top: 0.875rem;
  margin-right: 1.25rem;
  color: #a8a8a8;
  font-size: 0.875rem;
  font-weight: 700;
}
.condition-search-wrap .input {
  float: left;
}
.condition-search-wrap .input select {
  width: 9.375rem;
  padding: 0.625rem 2rem 0.625rem 1.25rem;
  margin-right: 0.625rem;
  border: 1px solid #e5e5e5;
  background-image: url("../image/icon_faq_more_open.svg");
  background-size: 0.75rem 0.75rem;
  background-position: right 1.25rem center;
  font-size: 0.875rem;
}
.condition-search-wrap .input input[type=checkbox] + label {
  margin-right: 0.825rem;
  font-size: 0.875rem;
}
.condition-search-wrap .input input[type=checkbox] + label::before {
  border: 1px solid #e5e5e5;
}
.condition-search-wrap .input input[type=text] {
  width: 15.625rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 0.875rem;
  border: 1px solid #e5e5e5;
}
.condition-search-wrap .input input[type=text]::-webkit-input-placeholder {
  text-align: center;
}
.condition-search-wrap .input input[type=text]::-moz-placeholder {
  text-align: center;
}
.condition-search-wrap .input input[type=text]:-ms-input-placeholder {
  text-align: center;
}
.condition-search-wrap .input input[type=text]::-ms-input-placeholder {
  text-align: center;
}
.condition-search-wrap .input input[type=text]::placeholder {
  text-align: center;
}
.condition-search-wrap .cs-btn-area {
  float: left;
}
.condition-search-wrap .cs-btn-area button {
  margin-right: 0.5rem;
  padding: 0.625rem 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #292929;
}
.condition-search-wrap .cs-btn-area button.on {
  background-color: #0f7eed;
  border: 1px solid #0f7eed;
  color: #fff;
}
.condition-search-wrap .cs-cal-area {
  float: left;
  padding: 0.625rem 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.condition-search-wrap .cs-cal-area .calendarBox {
  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;
}
.condition-search-wrap .cs-cal-area .calendar {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin-left: 2rem;
  vertical-align: middle;
  cursor: pointer;
}
.condition-search-wrap .cs-cal-area .calendar::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -1.25rem;
  background-image: url(../image/main/icon_calendar.svg) !important;
  background-size: 100% auto;
}
.condition-search-wrap .cs-cal-area .calendar input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0.875rem;
  border: none;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.condition-search-wrap .cs-cal-area .wave {
  display: inline-block;
  vertical-align: middle;
}
.condition-search-wrap .cs-cal-area .wave + .calendar {
  margin: 0 0.5rem 0 0;
}
.condition-search-wrap .cs-cal-area .wave + .calendar::before {
  display: none;
}
.condition-search-wrap .search {
  width: 9.375rem;
  border-radius: 10px;
  padding: 0.625rem 0;
  background-color: #292929;
  color: #fff;
  font-size: 1rem;
}
.condition-search-wrap.type02 {
  padding: 1.25rem 1.875rem 0.625rem;
}
.condition-search-wrap.type02::after {
  content: "";
  display: block;
  clear: both;
}
.condition-search-wrap.type02 .row {
  float: left;
}
.condition-search-wrap.type02 .row .cs-btn-area {
  margin-bottom: 0.625rem;
  margin-right: 1.1rem;
}
.condition-search-wrap.type02 .row .cs-cal-area {
  margin: 0 0.625rem 0.625rem 0;
}
.condition-search-wrap.type02 .search {
  float: left;
}
.condition-search-wrap.type03 {
  display: grid;
  grid-template-areas: "first btn" "second btn";
  grid-gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.condition-search-wrap.type03 .row:nth-of-type(1) {
  grid-area: first;
}
.condition-search-wrap.type03 .row:nth-of-type(2) {
  grid-area: second;
}
.condition-search-wrap.type03 .row .title {
  width: 3.75rem;
  text-align: right;
}
.condition-search-wrap.type03 .row .title:nth-of-type(2) {
  display: none;
}
.condition-search-wrap.type03 .row .cs-cal-area {
  width: 19rem;
}
.condition-search-wrap.type03 .search {
  grid-area: btn;
}
.condition-search-wrap.type03 .mob-title {
  display: none;
}

.sb-mob-open {
  display: none;
}

.paging-wrap {
  padding: 0 0 1rem;
  text-align: center;
}
.paging-wrap button {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  font-size: 0.813rem;
  color: #292929;
}
.paging-wrap button.on {
  color: #fff;
  background-color: #0f7eed;
}
.paging-wrap button.paging-move {
  width: auto;
}
.paging-wrap button.paging-move.paging-previous::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.638rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/main/icon_paging_left.png);
  margin: -1px 4px 0 0;
}
.paging-wrap button.paging-move.paging-previous::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.875rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaeaea;
  margin: 0 0.5rem 0 0.75rem;
}
.paging-wrap button.paging-move.paging-next::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.875rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaeaea;
  margin: 0 0.75rem 0 0.5rem;
}
.paging-wrap button.paging-move.paging-next::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.638rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/main/icon_paging_right.png);
  margin: -1px 0 0 4px;
}

.policy .check-wrap {
  padding-bottom: 1.25rem;
}
.policy .check-wrap label {
  font-size: 1.125rem;
  font-weight: 700;
}
.policy .check-wrap label span.red {
  font-size: 1rem;
  font-weight: 400;
  color: #e91c4d;
}
.policy .check-wrap.type01 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem;
}
.policy .check-wrap.type01 label {
  position: relative;
  display: block;
  padding-left: 2.5rem;
  color: #333;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
}
.policy .check-wrap.type01 label strong {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.policy .check-wrap.type01 label::before {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
}
.policy .box.box-g {
  width: 100%;
  height: 12.5rem;
  padding: 1.875rem;
  margin-bottom: 3.125rem;
  color: #333;
  line-height: 1.5;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
}

.login-sns {
  position: relative;
  display: block;
  width: 100%;
  max-width: 312px;
  height: 45px;
  padding: 0 0 0 30px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px #bdbdbd;
  box-shadow: 1px 1px 1px #bdbdbd;
  color: #fff;
  font-size: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.login-sns:active {
  top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-sns::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-position: left top;
  background-size: 100% auto;
}
.login-sns.login-btn-naver {
  background-color: #03c75a;
}
.login-sns.login-btn-naver::after {
  left: 15px;
  width: 15px;
  height: 15px;
  background-image: url(../image/login-naver.svg);
}
.login-sns.login-btn-kakao {
  border-radius: 12px;
  background-color: #fee500;
  color: rgba(0, 0, 0, 0.85);
}
.login-sns.login-btn-kakao::after {
  left: 13px;
  width: 18px;
  height: 18px;
  background-image: url(../image/login-kakao.svg);
}
.login-sns.login-btn-fackbook {
  background-color: #1877f2;
}
.login-sns.login-btn-fackbook::after {
  background-image: url(../image/login-facebook.svg);
}
.login-sns.login-btn-google {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
}
.login-sns.login-btn-google span {
  display: inline-block;
  width: 50px;
  height: 50%;
  margin: -5px 0 0;
  background-image: url(../image/login-google.png);
  background-position: left -61px center;
  background-repeat: no-repeat;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
  vertical-align: middle;
}
.login-sns.login-btn-google::after {
  left: 9px;
  width: 20px;
  height: 21px;
  background-image: url(../image/login-google.svg);
}

.login-sns-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 312px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px #bdbdbd;
  box-shadow: 1px 1px 1px #bdbdbd;
  font-size: 15px;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "NotoSansR";
  color: #000;
}
.login-sns-img:active {
  top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-sns-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
}
.login-sns-img.login-btn-naver {
  background-color: #03c75a;
  color: rgba(0, 0, 0, 0.54);
  background-image: url(../image/login-naver.png);
}
.login-sns-img.login-btn-kakao {
  border-radius: 12px;
  background-color: #fee500;
}
.login-sns-img.login-btn-kakao::before {
  background: url("../image/kakao_ico.svg") no-repeat;
  width: 18px;
  height: 18px;
}
.login-sns-img.login-btn-fackbook {
  background-color: #1877f2;
  color: #fff;
}
.login-sns-img.login-btn-fackbook::before {
  background: url("../image/facebook_ico.svg") no-repeat;
  width: 30px;
  height: 30px;
}
.login-sns-img.login-btn-google {
  background-color: #fff;
}
.login-sns-img.login-btn-google::before {
  background: url("../image/google_ico.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.link-sns ul li {
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
}
.link-sns ul li::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.938rem;
  background-size: 100% auto;
}
.link-sns ul li.naver::before {
  background-image: url(../image/img_logo_naver.png);
}
.link-sns ul li.kakao::before {
  background-image: url(../image/img_logo_kakao.png);
}
.link-sns ul li.facebook::before {
  background-image: url(../image/img_logo_facebook.png);
}
.link-sns ul li.google::before {
  background-image: url(../image/img_logo_google.png);
}
.link-sns ul li .btn.btn-line {
  float: right;
  padding: 0.625rem 3rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.25rem;
  color: #a8a8a8;
}
.link-sns ul li .btn.btn-line.on {
  background-color: #0f7eed;
  border: 1px solid #0f7eed;
  color: #292929;
  font-weight: 700;
}

.mail-btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.mail-btn.mail-btn-naver {
  background-image: url(../image/mail-naver.png);
}
.mail-btn.mail-btn-google {
  background-image: url(../image/mail-google.png);
}
.mail-btn.mail-btn-outlook {
  background-image: url(../image/mail-outlook.png);
}
.mail-btn.mail-btn-daum {
  background-image: url(../image/mail-daum.png);
}
.mail-btn.mail-btn-nate {
  background-image: url(../image/mail-nate.png);
}

.login-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-wrap h1 a {
  display: block;
  width: 6.938rem;
  height: 1.188rem;
  margin: 0 0 1.875rem;
}
.login-wrap h1 a img {
  display: block;
  width: 100%;
  height: 100%;
}
.login-wrap > p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.login-wrap .input-box {
  position: relative;
  display: block;
}
.login-wrap .input-box input[type=text],
.login-wrap .input-box input[type=password] {
  width: 100%;
  height: 100%;
  padding: 1.125rem 1rem;
  border: 1px solid #dae1e6;
}
.login-wrap .input-box.required {
  color: #e04848;
}
.login-wrap .input-box.required::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  content: "ID 또는 비밀번호를 잘못 입력하였습니다. 확인 바랍니다.";
  font-size: 0.688rem;
  color: #e04848;
  z-index: 10;
}
.login-wrap .input-box.id-Box {
  margin-top: 1.875rem;
}
.login-wrap .input-box.pass-Box {
  margin-top: 0.625rem;
}
.login-wrap .save {
  float: left;
  margin: 0.875rem 0 1.563rem;
}
.login-wrap .save input[type=checkbox] + label {
  font-size: 0.813rem;
}
.login-wrap .save input[type=checkbox] + label::before {
  width: 1.25rem;
  height: 1.25rem;
  margin: -3px 0.625rem 0 0;
  border-radius: 5px;
  border: 1px solid #dae1e6;
}
.login-wrap .save input[type=checkbox]:checked + label::before {
  border: none;
  background-color: transparent;
  background-image: url("../image/check_on_round.svg");
  background-size: 100%;
}
.login-wrap .join {
  float: right;
  margin: 1rem 0 1.563rem 0;
}
.login-wrap .join a {
  display: block;
  float: left;
  font-size: 0.813rem;
  color: #666;
}
.login-wrap .join a::after {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 0.875rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -2px;
  margin-right: 0.15rem;
  background-image: url(../image/icon_more.svg);
}
.login-wrap .join + .find {
  float: left;
}
.login-wrap .find {
  float: right;
  margin: 1rem 0 1.563rem 0;
  overflow: hidden;
}
.login-wrap .find a {
  display: block;
  float: left;
  font-size: 0.813rem;
  color: #666;
}
.login-wrap .find a:nth-child(2) {
  padding-left: 0.625rem;
}
.login-wrap .find a:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.625rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #666;
  margin-top: -2px;
  margin-right: 0.625rem;
}
.login-wrap .btns {
  clear: both;
}
.login-wrap .btns .btn {
  display: block;
  width: 100%;
  padding: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.user-form {
  padding: 1.25rem 0;
}
.user-form table {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.user-form table tr th {
  max-width: 8.625rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #292929;
}
.user-form table tr th i {
  color: #bf4c4c;
}
.user-form table tr td {
  width: 25rem;
  padding: 1rem 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.user-form table tr td .input-box {
  display: block;
}
.user-form table tr td .input-box input {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 0.938rem;
  margin: -1rem 0 0rem;
  border-radius: 0;
}
.user-form table tr td .input-box input:-moz-read-only {
  padding: 0.625rem 0rem;
}
.user-form table tr td .input-box input:read-only {
  padding: 0.625rem 0rem;
}
.user-form table tr td .input-box input:read-only::-webkit-input-placeholder {
  color: #292929;
  font-size: 1.25rem;
}
.user-form table tr td .input-box input:read-only::-moz-placeholder {
  color: #292929;
  font-size: 1.25rem;
}
.user-form table tr td .input-box input:read-only:-ms-input-placeholder {
  color: #292929;
  font-size: 1.25rem;
}
.user-form table tr td .input-box input:read-only::-ms-input-placeholder {
  color: #292929;
  font-size: 1.25rem;
}
.user-form table tr td .input-box input:-moz-read-only::placeholder {
  color: #292929;
  font-size: 1.25rem;
}
.user-form table tr td .input-box input:read-only::placeholder {
  color: #292929;
  font-size: 1.25rem;
}
.user-form table tr td .input-box .info {
  display: none;
}
.user-form table tr td .input-box.required {
  text-align: left;
}
.user-form table tr td .input-box.required input {
  border: 1px solid #e91c4d;
}
.user-form table tr td .input-box.required .info {
  display: block;
  padding: 0.313rem 0 0;
  font-size: 0.725rem;
  color: #e91c4d;
  z-index: 10;
  word-break: break-all;
}
.user-form table tr:last-child td {
  padding: 1rem 0 0.5rem;
}

.info-form {
  width: calc(100% - 5rem);
  margin: 0 auto;
  padding: 1.875rem 0;
}
.info-form table {
  width: 100%;
}
.info-form table th {
  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;
  font-size: 0.875rem;
  color: #a8a8a8;
  text-align: left;
  font-weight: 400;
}
.info-form table td {
  padding: 0.625rem 0 1.875rem;
  font-size: 1.25rem;
}
.info-form table td .btn {
  width: 9.375rem;
  padding: 0.625rem 0rem;
  margin-right: 1.125rem;
  border-radius: 10px;
}
.info-form table td .btn:last-child {
  margin-right: 0;
}
.info-form table td input:not([type=checkbox]),
.info-form table td textarea {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
  padding: 0.625rem 2.75rem 0.625rem 0.938rem;
  margin: 0rem 0 0rem;
  border-radius: 10px;
}
.info-form table td input:not([type=checkbox]) + .btn,
.info-form table td textarea + .btn {
  margin-left: 1.25rem;
}
.info-form table td textarea {
  min-height: 14.375rem;
  vertical-align: top;
  resize: vertical;
}
.info-form table td .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-form table td .input-box.required {
  text-align: left;
}
.info-form table td .input-box.required::after {
  content: "";
  display: inline-block;
  width: 73%;
  height: auto;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.938rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "영문 대 소문자, 숫자, 특수문자 포함 8자 이상 입력";
  font-size: 0.75rem;
  color: #e91c4d;
  z-index: 10;
}
.info-form table td .password-box {
  margin-bottom: 0.625rem;
}
.info-form table td .password-box .input-box {
  display: inline-block;
  width: 57%;
  max-width: 31.25rem;
}
.info-form table td .password-box.type02 .input-box.required::after {
  content: "※ 영문, 숫자, 특수문자를 포함하여 8자 이상 입력.";
  color: #a8a8a8;
}
.info-form table td .password-box.type03 .input-box.required::after {
  content: "비밀번호가 일치하지 않습니다.";
}
.info-form table .modify-box .password-box,
.info-form table .modify-box .btn-line-b {
  display: none;
}
.info-form table .modify-box.on .password-box {
  display: block;
}
.info-form table .modify-box.on .btn-line-b {
  display: inline-block;
}
.info-form table .modify-box.box {
  padding: 1.25rem;
}
.info-form table .modify-box.box input {
  background-color: #f2f4f6;
  border: none;
}
.info-form table .modify-box.disable {
  opacity: 0.7;
}
.info-form table .modify-box.disable .btn {
  cursor: default;
}
.info-form table .modify-box.disable .btn.btn-b {
  background-color: #a8a8a8;
  border: 1px solid #a8a8a8;
}
.info-form table .modify-box.disable .btn.btn-line-b {
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
}

.checkbox-toggle.type01 .toggle-btn {
  position: relative;
  display: inline-block;
  width: 4.375rem;
  height: 1.625rem;
  margin: 0 0 0 0.313rem;
  border-radius: 1rem;
  background-color: #bbb;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-toggle.type01 .toggle-btn::before {
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 2px;
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-toggle.type01 .toggle-btn::after {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "OFF";
  display: block;
  color: #fff;
  font-size: 0.75rem;
}
.checkbox-toggle.type01 .toggle-btn.on {
  background-color: #0f7eed;
}
.checkbox-toggle.type01 .toggle-btn.on::before {
  margin-left: calc(100% - 1.25rem - 0.313rem);
}
.checkbox-toggle.type01 .toggle-btn.on::after {
  left: 20%;
  content: "ON";
}

/* datetimepicker */
.daterangepicker td:hover {
  color: #212121;
  background-color: #efefef;
}
.daterangepicker td.in-range {
  color: #212121;
  background-color: #fbf5d1;
}
.daterangepicker td.active, .daterangepicker td.end-date, .daterangepicker td.active:hover, .daterangepicker td.end-date:hover {
  color: #fff;
  background-color: #0f7eed;
}

.loading-block {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 100%;
  z-index: 10100;
}
.loading-block span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0f7eed;
  font-size: 1.125rem;
  font-weight: 400;
}
.loading-block span b {
  display: block;
  margin: 0 0 1rem;
  font-weight: 700;
}
.loading-block span::before {
  content: "";
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  margin: 0 auto 1.125rem;
  background-image: url(../image/progress-circle.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotationLoading 1.2s infinite steps(9);
  animation: rotationLoading 1.2s infinite steps(9);
  z-index: 10101;
}
.loading-block.fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.common-info .content {
  position: relative;
  min-height: calc(100vh - 5rem);
}
.common-info .content > .center {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.5;
}
.common-info h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.common-info h2::before {
  content: "";
  display: inline-block;
  width: 8.125rem;
  height: 8.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0px auto 2.188rem;
  background-size: 100% auto;
}
.common-info h2.type01 {
  color: #fc1010;
}
.common-info h2.type01::before {
  background-image: url(../image/icon_notice_red.svg);
}
.common-info h2.type02 {
  color: #fcb510;
}
.common-info h2.type02::before {
  background-image: url(../image/icon_notice_yellow.svg);
}
.common-info h2.type03 {
  color: #0e7ae5;
}
.common-info h2.type03::before {
  background-image: url(../image/icon_notice_blue.svg);
}
.common-info h2.type04 {
  color: #232B99;
}
.common-info h2.type04::before {
  background-image: url(../image/icon_notice_type04.svg);
}
.common-info h2.type05 {
  color: #aaa;
}
.common-info h2.type05::before {
  background-image: url(../image/icon_notice_type05.svg);
}
.common-info .main-txt {
  margin: 0.938rem 0;
  font-size: 3rem;
}
.common-info p {
  font-size: 1.125rem;
}
.common-info .btn {
  width: 12.5rem;
  padding: 1.125rem 0;
  margin: 1.75rem 0 0 0.938rem;
  border-radius: 10px;
  font-size: 1.125rem;
}
.common-info .btn:first-child {
  margin: 0;
}

.nodataInfo {
  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: 100%;
  height: 100%;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  color: #777;
  line-height: 1.5;
}
.nodataInfo::before {
  content: "";
  display: inline-block;
  width: 2.813rem;
  height: 2.813rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 1rem;
  background-image: url(../image/ico_nodata.svg);
  border-radius: 50%;
}
.nodataInfo.type02::before {
  width: 5rem;
  height: 5rem;
  background-image: url(../image/my_comment02.svg);
  border-radius: 0;
}

.hoverInfo {
  font-size: 1.5rem;
}
.hoverInfo i {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0 0 0.5rem;
  border-radius: 50%;
  background-color: #bebebe;
  color: #fff;
  font-style: normal;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 700;
  cursor: pointer;
}
.hoverInfo i > span {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: -5rem;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  color: #292929;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.08);
  z-index: 4;
}
.hoverInfo i > span::after {
  position: absolute;
  top: -0.325rem;
  left: 5.5rem;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hoverInfo i.on > span, .hoverInfo i.on + .infoDim {
  display: block;
}
.hoverInfo.type02 i span {
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .center {
    width: 95%;
  }
  .condition-search-wrap.type02 .row {
    float: none;
  }
  .condition-search-wrap.type02 .row .title {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .condition-search-wrap.type02 .search {
    float: none;
  }
  .condition-search-wrap.type03 {
    grid-template-areas: "first" "second" "btn";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .condition-search-wrap.type03 .row .title {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0.625rem;
    text-align: left;
  }
  .condition-search-wrap.type03 .row .input {
    float: none;
  }
  .condition-search-wrap.type03 .row .cs-btn-area {
    float: none;
    margin-bottom: 0.625rem;
  }
  .condition-search-wrap.type03 .row .cs-cal-area {
    float: none;
  }
  .condition-search-wrap.type03 .row select {
    margin-bottom: 0.625rem;
  }
  .condition-search-wrap.type03 .search {
    width: 100%;
    max-width: 33.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .mob-br {
    display: block !important;
    margin: 0 !important;
  }
  .mob-only {
    display: inline-block !important;
    margin: 0 !important;
  }
  .pc-br,
  .pc-only {
    display: none !important;
  }
  .btn-fixed-area {
    position: fixed;
    bottom: 0rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 6001;
  }
  .btn-fixed-area.on {
    z-index: 5999;
  }
  .btn-fixed-area > button,
  .btn-fixed-area > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    height: 100%;
    padding: 1.5rem 0rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 1.063rem !important;
  }
  .tab-wrap.type01 .tab-list {
    border-bottom: 1px solid #e5e5e5;
  }
  .tab-wrap.type01 .tab-list li {
    text-align: center;
  }
  .tab-wrap.type01 .tab-list li button,
  .tab-wrap.type01 .tab-list li a {
    width: auto;
    padding: 0.938rem 0 0.75rem;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 0.875rem;
  }
  .tab-wrap.type01 .tab-list li.on button,
  .tab-wrap.type01 .tab-list li.on a {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #0f7eed;
  }
  .tab-wrap.type02 .tab-list-warp {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .tab-wrap.type02 .tab-list {
    border-bottom: 1px solid #e5e5e5;
    table-layout: auto;
  }
  .tab-wrap.type02 .tab-list li {
    padding: 0 1.25rem;
  }
  .tab-wrap.type02 .tab-list li:nth-child(1) button,
  .tab-wrap.type02 .tab-list li:nth-child(1) a {
    border-left: none;
  }
  .tab-wrap.type02 .tab-list li:last-child button,
  .tab-wrap.type02 .tab-list li:last-child a {
    border-right: none;
  }
  .tab-wrap.type02 .tab-list li button,
  .tab-wrap.type02 .tab-list li a {
    max-width: auto;
    width: auto;
    padding: 0.938rem 0 0.75rem;
    border: none;
    border-bottom: 3px solid transparent;
    color: #292929;
    word-break: keep-all;
    white-space: nowrap;
  }
  .tab-wrap.type02 .tab-list li.on button,
  .tab-wrap.type02 .tab-list li.on a {
    border: none;
    border-bottom: 3px solid #0f7eed;
    background-color: #fff;
    color: #0f7eed;
    font-weight: 400;
  }
  .condition-wrap {
    padding: 1.5rem 0.938rem 0.938rem;
    margin-bottom: 0.313rem;
    border: none;
  }
  .condition-wrap ul li::before {
    margin: -1px 0.625rem 0;
  }
  .condition-wrap ul li button,
  .condition-wrap ul li a {
    font-size: 0.75rem;
  }
  .condition-wrap.type02 {
    position: relative;
    font-size: 0.875rem;
  }
  .condition-wrap.type02 .cond-now {
    display: block;
    font-size: 0.75rem;
    cursor: pointer;
  }
  .condition-wrap.type02 .cond-now::after {
    content: "";
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: -2px 0 0 5px;
    background-image: url(../image/icon_more_g.svg);
  }
  .condition-wrap.type02 ul {
    display: none;
  }
  .condition-wrap.type02.on ul {
    display: block;
    position: absolute;
    top: 90%;
    right: 0.875rem;
    width: 5.5rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    z-index: 5;
  }
  .condition-wrap.type02.on ul li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .condition-wrap.type02.on ul li:last-child {
    border-bottom: none;
  }
  .condition-wrap.type02.on ul li::before {
    display: none;
  }
  .condition-wrap.type02.on ul li button {
    padding: 0.5rem 0 0.5rem 0.938rem;
    font-size: 0.688rem;
    color: #292929;
  }
  .condition-search-wrap.type01 {
    padding: 1.875rem 1rem;
  }
  .condition-search-wrap.type01 .title {
    display: block;
    margin: 0rem 0 1rem;
    color: #292929;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .condition-search-wrap.type01 .cs-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.625rem 1.5rem;
    background-color: #fff;
    border-radius: 10px;
  }
  .condition-search-wrap.type01 .cs-btn-area button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-left: 1px solid #e5e5e5;
    border-radius: 0px;
    color: #a8a8a8;
    font-size: 0.875rem;
  }
  .condition-search-wrap.type01 .cs-btn-area button.on {
    background-color: #fff;
    border: none;
    color: #0f7eed;
  }
  .condition-search-wrap.type01 .cs-cal-area {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0.625rem 0;
    background-color: transparent;
    border: none;
  }
  .condition-search-wrap.type01 .cs-cal-area .calendarBox .calendar {
    max-width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
  }
  .condition-search-wrap.type01 .cs-cal-area .calendarBox .calendar input {
    font-size: 0.875rem;
  }
  .condition-search-wrap.type01 .cs-cal-area .calendarBox .calendar::before {
    top: 0.75rem;
    left: 1rem;
  }
  .condition-search-wrap.type01 .cs-cal-area .calendarBox .wave {
    margin: 0 1rem;
  }
  .condition-search-wrap.type01 .cs-cal-area .calendar {
    margin: 0 0.5rem 0 0.25rem;
  }
  .condition-search-wrap.type01 .cs-cal-area .calendar::before {
    top: 0.7rem;
    left: 0.4rem;
  }
  .condition-search-wrap.type01 .cs-cal-area .calendar input {
    display: inline-block;
    width: 100%;
    padding: 0.625rem 0;
    margin-left: 0.5rem;
    font-size: 0.75rem;
    border: none;
    text-align: center;
    font-weight: 400;
  }
  .condition-search-wrap.type01 .cs-cal-area .wave + .calendar::before {
    display: inline-block;
  }
  .condition-search-wrap.type01 .cs-cal-area button {
    display: inline-block;
    float: none;
    width: 4.75rem;
    padding: 0.55rem 0rem;
    margin-left: 0;
    border: 1px solid #292929;
    background-color: #292929;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  .condition-search-wrap.type01 .search {
    width: 100%;
  }
  .condition-search-wrap.type02 .row {
    width: 100%;
  }
  .condition-search-wrap.type02 .row .input {
    float: none;
    width: 100%;
  }
  .condition-search-wrap.type02 .row .cs-btn-area {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    margin-right: 0;
  }
  .condition-search-wrap.type02 .row .cs-btn-area button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0.625rem 0;
    font-size: 0.938rem;
  }
  .condition-search-wrap.type02 .row .cs-cal-area {
    float: none;
    margin: 0.625rem 0 0;
  }
  .condition-search-wrap.type02 .row .cs-cal-area .calendarBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .condition-search-wrap.type02 .row .cs-cal-area .calendar::before {
    top: 2px;
    left: -1.5rem;
  }
  .condition-search-wrap.type02 .row .cs-cal-area .calendar input {
    font-size: 0.938rem;
  }
  .condition-search-wrap.type02 .search {
    width: 100%;
    margin-top: 0.625rem;
  }
  .sb-mob-open {
    display: block;
    position: fixed;
    top: 8rem;
    bottom: auto;
    right: 0.313rem;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    margin-right: 0.75rem;
    border-bottom: none;
    background-color: #fff;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
    background-image: url(../image/icon_search_b.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 5000;
  }
  .sb-mob-open.hide {
    z-index: 0;
  }
  .paging-wrap {
    padding: 2.5rem 0;
  }
  .user-form {
    margin-top: 7.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
  }
  .user-form table tr th {
    display: none;
  }
  .user-form table tr td {
    width: 100%;
    padding: 0 0 1.75rem;
  }
  .user-form table tr td::before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    font-size: 0.813rem;
    margin: 0 0 0.625rem;
  }
  .user-form table tr td .input-box input {
    padding: 0.625rem 0.938rem;
    margin: 0;
    font-size: 0.875rem;
    color: #212121;
  }
  .user-form table tr td .input-box input::-webkit-input-placeholder {
    font-size: 0.813rem;
  }
  .user-form table tr td .input-box input::-moz-placeholder {
    font-size: 0.813rem;
  }
  .user-form table tr td .input-box input:-ms-input-placeholder {
    font-size: 0.813rem;
  }
  .user-form table tr td .input-box input::-ms-input-placeholder {
    font-size: 0.813rem;
  }
  .user-form table tr td .input-box input::placeholder {
    font-size: 0.813rem;
  }
  .user-form ul {
    width: 100%;
  }
  .user-form ul li {
    font-size: 1rem;
    padding: 0 0 1.875rem;
  }
  .user-form ul li > span {
    float: none;
  }
  .user-form ul li > span:nth-of-type(1) {
    display: block;
    width: 100%;
    font-weight: 700;
    margin: 0 0 0.625rem;
  }
  .user-form ul li > span:nth-of-type(2) span input {
    margin: 0;
    font-size: 0.875rem;
    color: #212121;
  }
  .user-form ul li:nth-child(1) > span:nth-of-type(2) span input {
    border: 1px solid #dae1e6;
  }
  .info-form {
    width: 100%;
    padding: 1.5rem 0;
    margin: 0;
  }
  .info-form table th {
    padding-left: 5%;
    padding-right: 5%;
    color: #292929;
  }
  .info-form table td {
    padding-left: 5%;
    padding-right: 5%;
  }
  .info-form table td input {
    width: 100%;
    padding: 0.813rem 2.5rem 0.813rem 0.625rem;
    border-radius: 5px;
  }
  .info-form table td input + .btn {
    margin-left: 0.625rem;
    background-color: #fff;
    border: 1px solid #292929;
    color: #292929;
  }
  .info-form table td input:disabled {
    color: #a8a8a8;
  }
  .info-form table td .btn {
    width: 7rem;
    border-radius: 5px;
    font-size: 0.75rem;
  }
  .info-form table td .input-box.required::after {
    position: initial;
    width: 100%;
    margin-top: 0.5rem;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .info-form table td .password-box .input-box {
    width: 100%;
    max-width: 100%;
  }
  .info-form table td .password-box .input-box .pw-view {
    top: 1.5rem;
    right: 1rem;
  }
  .info-form table td .modify-box .password-box.type02 .input-box::after {
    color: #e91c4d;
  }
  .info-form table td .modify-box .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-form table td .modify-box .btn-area .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.875rem 0;
    margin-right: 0.625rem;
  }
  .info-form table td .modify-box .btn-area .btn:last-child {
    margin: 0;
  }
  .info-form table td .modify-box.box {
    padding: 0.625rem 0 0.875rem;
    border-bottom: 1px solid #edf0f2;
  }
  .checkbox-toggle.type01 .toggle-btn {
    height: 2rem;
  }
  .checkbox-toggle.type01 .toggle-btn::before {
    width: 1.65rem;
    height: 1.65rem;
    margin-left: 1.5px;
  }
  .checkbox-toggle.type01 .toggle-btn::after {
    top: 55%;
    left: 53%;
    font-weight: 400;
  }
  .checkbox-toggle.type01 .toggle-btn.on::before {
    margin-left: calc(100% - 1.65rem - 0.313rem);
  }
  .checkbox-toggle.type01 .toggle-btn.on::after {
    left: 25%;
  }
  .common-info .content > .center {
    position: initial;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: 90%;
  }
  .common-info h2 {
    padding-top: 7.188rem;
    font-size: 1.25rem;
  }
  .common-info h2::before {
    width: 6.438rem;
    height: 6.438rem;
    margin-bottom: 1.625rem;
  }
  .common-info .main-txt {
    font-size: 1.875rem;
  }
  .common-info .btn-fixed-area {
    height: auto;
    bottom: 0;
  }
  .top-btn {
    width: 3.625rem;
    height: 3.625rem;
  }
}
@media only screen and (max-width: 480px) {
  html,
  body {
    min-width: 280px;
    font-size: 4.267vw;
  }
  input[type=text],
  select {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-radius: 6px;
    font-size: 0.938rem;
  }
  .btn {
    padding: 0.625rem 0;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 280px) {
  .condition-search-wrap .cs-cal-area {
    padding: 0.75rem 1.5rem 0.625rem;
  }
}
html.uni-safari, body.uni-safari {
  width: 100%;
  height: 100%;
}
html.uni-safari .contentWrap, body.uni-safari .contentWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  min-height: -webkit-fill-available;
  -webkit-overflow-scrolling: touch;
}
html.uni-safari .contentWrap .content, body.uni-safari .contentWrap .content {
  margin-bottom: 4.25rem;
}
html.uni-safari .contentWrap footer, body.uni-safari .contentWrap footer {
  margin-bottom: 4.25rem;
}
html.uni-safari.user-main .contentWrap .content, html.uni-safari.pointshop .contentWrap .content, body.uni-safari.user-main .contentWrap .content, body.uni-safari.pointshop .contentWrap .content {
  margin-bottom: 0rem;
}
html.uni-safari.login .contentWrap footer, body.uni-safari.login .contentWrap footer {
  margin-bottom: 0rem;
}
html.uni-safari.station-main .content .left-wrap, body.uni-safari.station-main .content .left-wrap {
  max-height: 420px;
  padding-bottom: 100px !important;
  background-size: auto 250px, auto 300px, auto 100%, 100% 100%;
}

.bottom-menu.hide, .btn-fixed-area.hide, .station-sub .btn-area.hide {
  position: inherit !important;
}

.bottom-menu.hide {
  display: none;
}

.qna-write .sub-menu.hide {
  position: inherit;
}
.qna-write .sub-menu.hide + .sm-div {
  margin-top: 4rem;
}
.qna-write .sub-menu.hide + .sm-div .sb-mob-open {
  position: absolute;
}

.service .condition-search-wrap.type03 .search.hide {
  position: initial;
  width: 95%;
  margin: 0 auto 23rem !important;
}

header {
  position: relative;
  padding: 1.875rem 0;
  border-bottom: 1px solid #e5e5e5;
}
header h1 {
  display: inline-block;
  width: 4.25rem;
  vertical-align: middle;
}
header h1 a {
  display: block;
  height: 100%;
}
header h1 a img {
  display: block;
  width: 100%;
  height: auto;
}
header p {
  display: inline-block;
  vertical-align: middle;
  color: #292929;
}
header p::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -1px 1.875rem 0 1.875rem;
  background-color: #292929;
}
header .logout-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.875rem;
  font-weight: 700;
  color: #292929;
}
header .logout-btn::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/icon_logout.svg);
  background-size: 100%;
  margin: -2px 0.313rem 0 0;
}
header .mob-menu-btn,
header .bottom-menu,
header .mob-user {
  display: none;
}
header.user-menu {
  margin-bottom: 3.3rem;
}
header.user-menu .top-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
header.user-menu .top-menu ul {
  display: table;
}
header.user-menu .top-menu ul li {
  display: table-cell;
  border-top: 3px solid transparent;
  padding: 0 1.25rem;
  margin: 0 1.25rem;
}
header.user-menu .top-menu ul li:nth-child(1) {
  padding-left: 0;
}
header.user-menu .top-menu ul li a {
  display: inline-block;
  padding: 0.875rem 0;
  border-bottom: 3px solid #fff;
  font-size: 1.125rem;
}
header.user-menu .top-menu ul li.on a {
  border-bottom: 3px solid #0f7eed;
}
header.onepayHeader h1 {
  width: 6.5rem;
  height: 1.875rem;
  margin: 0;
}

.sp-title {
  display: none;
}
.sp-title.sub-menu {
  display: block;
  float: left;
  width: 12.5rem;
  margin-right: 3.125rem;
}
.sp-title.sub-menu .mob-btn-back,
.sp-title.sub-menu .sm-now {
  display: none;
}
.sp-title.sub-menu .center {
  width: 100%;
}
.sp-title.sub-menu h2 {
  padding: 3rem 0 1.875rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.sp-title.sub-menu .sm-list {
  padding-top: 0.875rem;
  border-top: 1px solid #e5e5e5;
}
.sp-title.sub-menu .sm-list li a {
  display: block;
  padding: 0.875rem 0;
  color: #a8a8a8;
}
.sp-title.sub-menu .sm-list li.on a {
  color: #0f7eed;
}
.sp-title.sub-menu + .sm-div {
  float: left;
  width: calc(100% - 15.625rem);
}
.sp-title .sb-mob-close {
  position: absolute;
  top: 50%;
  left: 1.313rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.313rem;
  display: none;
  width: 0.75rem;
  height: 1.5rem;
  background-image: url(../image/main/icon_mob_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  cursor: pointer;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.sp-title .search-box {
  position: fixed;
  top: 3.8rem;
  bottom: auto;
  right: 0.313rem;
  width: 2rem;
  height: 3.125rem;
  padding: 0;
  background-color: #fff;
  z-index: 5000;
}
.sp-title .search-box input {
  display: none;
}
.sp-title .search-box .search {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../image/icon_search_b.svg);
}
.sp-title.on {
  width: 100%;
}
.sp-title.on .search-box {
  width: 100%;
}
.sp-title.on .search-box .sb-mob-close {
  display: block;
}
.sp-title.on .search-box input {
  display: block;
  max-width: 75%;
  height: 100%;
  margin-left: 12%;
}
.sp-title.on .search-box input::-webkit-input-placeholder {
  font-size: 0.938rem;
}
.sp-title.on .search-box input::-moz-placeholder {
  font-size: 0.938rem;
}
.sp-title.on .search-box input:-ms-input-placeholder {
  font-size: 0.938rem;
}
.sp-title.on .search-box input::-ms-input-placeholder {
  font-size: 0.938rem;
}
.sp-title.on .search-box input::placeholder {
  font-size: 0.938rem;
}
.sp-title.on .search-box .search {
  margin-right: 0.75rem;
}

footer {
  clear: both;
  padding: 3.25rem 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  font-size: 1rem;
  color: #9797a8;
  background-color: #eee;
}
footer ul {
  padding: 0 0 0.938rem 0;
}
footer ul li {
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 0.938rem;
  color: #999;
  line-height: 1.5;
}
footer ul li:last-child {
  padding: 0;
}
footer ul li:last-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.938rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #999;
  margin: -1px 0.625rem 0 0;
  vertical-align: middle;
}
footer ul.policy li {
  padding: 0 1.875rem 0 0;
}
footer ul.policy li:nth-child(2) {
  padding: 0;
  font-weight: 700;
}
footer ul.policy li:nth-child(2)::before {
  height: 0.75rem;
  background-color: #292929;
  margin: -2px 1.875rem 0 0;
}
footer ul.policy li a {
  font-size: 1rem;
  color: #292929;
}
footer ul:nth-of-type(2) li:nth-child(1) {
  display: block;
}

.mypage footer,
.service footer,
.user-sub:not(.pointshop) footer {
  display: none;
}

@media only screen and (max-width: 1280px) {
  header.user-menu .top-menu ul li {
    padding: 0 0.625rem;
  }
  .sp-title.sub-menu {
    width: 10rem;
    margin-right: 1rem;
  }
  .sp-title.sub-menu + .sm-div {
    width: calc(100% - 11rem);
  }
}
@media only screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.35rem 0 1.25rem;
    margin-bottom: 0;
    z-index: 6000;
  }
  header h1 {
    width: 3.875rem;
    margin-left: 0.313rem;
  }
  header p {
    display: none;
  }
  header .logout-btn {
    position: fixed;
    top: auto;
    bottom: 0rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    display: none;
    width: 72%;
    padding: 1rem 0 1rem 1.563rem;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    font-size: 0.857rem;
    font-weight: 400;
    z-index: 10001;
  }
  header .logout-btn::before {
    opacity: 0.5;
  }
  header .logout-btn.on {
    display: block;
  }
  header.user-menu {
    margin-bottom: 0rem;
  }
  header.user-menu .mob-menu-btn {
    position: absolute;
    top: 0rem;
    right: 0.5rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../image/icon_menu.svg);
    background-size: 100%;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
  }
  header.user-menu .top-menu {
    display: none;
  }
  header.user-menu .top-menu.on {
    display: block;
    position: fixed;
    top: 3.75rem;
    left: 0rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100vw;
    height: calc(100vh - 3.75rem);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
  }
  header.user-menu .top-menu.on .center {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  header.user-menu .top-menu.on ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    height: 100%;
    background-color: #fff;
  }
  header.user-menu .top-menu.on ul li {
    display: block;
    padding: 0;
    margin: 0;
    border-top: none;
  }
  header.user-menu .top-menu.on ul li a {
    display: block;
    padding: 1rem 0 1rem 1.563rem;
    border-bottom: none;
    font-size: 0.857rem;
  }
  header.user-menu .top-menu.on ul li.on a {
    width: 100%;
    border-bottom: none;
    color: #0f7eed;
    font-weight: 700;
    background-color: #f8f8f8;
  }
  header .bottom-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 768px;
    height: 4.25rem;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 100;
  }
  header .bottom-menu > .center {
    width: 92%;
  }
  header .bottom-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    overflow: hidden;
  }
  header .bottom-menu ul li {
    width: 20%;
  }
  header .bottom-menu ul li:last-child {
    border-bottom: none;
  }
  header .bottom-menu ul li a {
    display: block;
    width: 100%;
    height: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  header .bottom-menu ul li.bm01 a {
    background-image: url(../image/main/icon_title_01.svg);
  }
  header .bottom-menu ul li.bm02 a {
    background-image: url(../image/main/icon_title_02.svg);
  }
  header .bottom-menu ul li.bm03 a {
    background-image: url(../image/main/icon_title_03.svg);
  }
  header .bottom-menu ul li.bm04 a {
    background-image: url(../image/main/icon_title_04.svg);
  }
  header .bottom-menu ul li.bm05 a {
    background-image: url(../image/main/icon_title_05.svg);
  }
  header .bottom-menu ul li.on.bm01 a {
    background-image: url(../image/main/icon_title_on_01.svg);
  }
  header .bottom-menu ul li.on.bm02 a {
    background-image: url(../image/main/icon_title_on_02.svg);
  }
  header .bottom-menu ul li.on.bm03 a {
    background-image: url(../image/main/icon_title_on_03.svg);
  }
  header .bottom-menu ul li.on.bm04 a {
    background-image: url(../image/main/icon_title_on_04.svg);
  }
  header .bottom-menu ul li.on.bm05 a {
    background-image: url(../image/main/icon_title_on_05.svg);
  }
  header.onepayHeader {
    background-color: #fff;
  }
  header.onepayHeader h1 {
    width: 3.5rem;
    height: 1rem;
  }
  .sp-title {
    position: fixed;
    top: 3.7rem;
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 4900;
  }
  .sp-title .center {
    width: 100%;
  }
  .sp-title h2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.1rem 0;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
  }
  .sp-title .mob-btn-back {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.75rem;
    height: 1.5rem;
    background-image: url(../image/main/icon_mob_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    cursor: pointer;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
  }
  .sp-title + div,
  .sp-title + section {
    margin-top: 7rem;
  }
  .sp-title.sub-menu {
    float: none;
    width: 100%;
    margin-right: 0;
    border-bottom: none;
  }
  .sp-title.sub-menu .mob-btn-back {
    display: block;
  }
  .sp-title.sub-menu .sm-now {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 2.5rem;
    font-size: 0.938rem;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .sp-title.sub-menu .sm-now.on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sp-title.sub-menu .sm-now.on + ul.sm-list {
    display: block;
  }
  .sp-title.sub-menu .sm-now .sm-open {
    content: "";
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -79%;
    right: 0.938rem;
    background-image: url(../image/icon_faq_more_open.svg);
    background-size: 100% auto;
  }
  .sp-title.sub-menu .sm-list {
    display: none;
    position: absolute;
    top: calc(100% - 3rem);
    left: 0;
    width: 100%;
    padding: 1.375rem 0;
    background-color: rgba(255, 255, 255, 0.97);
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    z-index: 3000;
  }
  .sp-title.sub-menu .sm-list li a {
    text-align: center;
  }
  .sp-title.sub-menu h2 {
    padding: 1.1rem 0 1.2rem;
    font-size: 1.125rem;
  }
  .sp-title.sub-menu + .sm-div {
    float: none;
    width: 100%;
    margin-top: 10rem;
  }
  footer {
    padding: 1.875rem 0;
    font-size: 0.625rem;
  }
  footer ul {
    padding: 0 0 0.625rem 0;
  }
  footer ul.policy {
    padding: 0 0 0.625rem 0;
  }
  footer ul.policy li {
    padding: 0 0.625rem 0 0;
  }
  footer ul.policy li a {
    font-size: 0.625rem !important;
  }
  footer ul.policy li:nth-of-type(2)::before {
    height: 0.625rem;
    margin: 1px 0.625rem 0 0;
  }
  footer ul:nth-of-type(2) li {
    font-size: 0.625rem;
  }
  footer ul:nth-of-type(2) li:nth-child(1) {
    display: block;
    padding: 0 0 0.2rem;
    border-left: none;
  }
  footer ul:nth-of-type(2) li:nth-child(2) {
    border-left: none;
  }
  footer ul:nth-of-type(2) li:last-child::before {
    height: 0.625rem;
    margin: 1px 0.625rem 0 0;
  }
}
@media only screen and (max-width: 480px) {
  header .bottom-menu ul li a {
    background-size: 40% auto;
  }
}
.station-main {
  position: relative;
  height: 100vh !important;
  min-height: 700px;
  overflow: hidden !important;
  overflow-y: auto !important;
}
.station-main header {
  background-color: transparent;
  position: absolute;
  top: 1rem;
  left: 3.125rem;
  width: auto;
  z-index: 100;
}
.station-main .content {
  height: 100%;
  padding-bottom: 0 !important;
}
.station-main .content p {
  padding: 0 1rem 1.875rem;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
}
.station-main .content p b {
  font-weight: bold;
}
.station-main .content p b.white {
  color: #fff;
}
.station-main .content p b.point {
  color: #0e8eff;
}
.station-main .content .left-wrap {
  position: relative;
  width: calc(100% - 46.25rem);
  height: 100%;
  background-image: url(../image/station/bg_coin.png), url(../image/station/bg-phone.png), url(../image/station/bg-white.png), url(../image/station/bg-gradation.png);
  background-size: auto 40%, auto 52%, auto, 100% 100%;
  background-position: center bottom 10%, left calc(50% + 0.5rem) bottom -5rem, top 3.125rem center, top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.station-main .content .left-wrap > div {
  position: absolute;
  top: 35%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.station-main .content .left-wrap p {
  font-size: 2.5rem;
}
.station-main .content .left-wrap p:nth-of-type(1) {
  font-weight: 700;
}
.station-main .content .left-wrap p:nth-of-type(1) b {
  font-size: 3.75rem;
}
.station-main .content .left-wrap p:nth-of-type(2) b {
  font-size: 3.125rem;
}
.station-main .content .right-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 46.25rem;
}
.station-main .content .right-wrap p {
  font-size: 1.875rem;
}
.station-main .content .right-wrap p:nth-of-type(3) {
  max-width: 30rem;
  padding-top: 3.125rem;
  margin: 3.125rem auto 0;
  border-top: 2px dashed #ccc;
}
.station-main .content .right-wrap p:nth-of-type(3) + div .btn {
  max-width: 100%;
  width: 19.5rem;
  padding: 1.25rem 0;
  font-size: 1.125rem;
}
.station-main .content .right-wrap ul {
  width: 30rem;
  padding: 0 1rem 3.125rem;
  margin: 0 auto 3.125rem;
  border-bottom: 2px dashed #ccc;
  overflow: hidden;
}
.station-main .content .right-wrap ul li {
  float: left;
  width: 100%;
  margin: 0 0 0.7rem 0;
}
.station-main .content .right-wrap ul li button {
  margin: 0 auto;
}
.station-main .content .right-wrap div {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.station-main .content .right-wrap div .input-box {
  display: inline-block;
  width: 23.313rem;
  max-width: calc(100% - 8.125rem);
  margin-right: 0.725rem;
  vertical-align: top;
}
.station-main .content .right-wrap div .input-box input {
  display: block;
  width: 100%;
  height: 3.125rem;
  margin: 0 0 0.313rem;
}
.station-main .content .right-wrap div .input-box.required {
  text-align: left;
}
.station-main .content .right-wrap div .input-box.required input {
  border: 1px solid #ff3452;
}
.station-main .content .right-wrap div .input-box.required input.cus-ip-join {
  height: 3.125rem;
}
.station-main .content .right-wrap div .input-box.required::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  content: "이메일 주소를 다시 한번 확인해주세요";
  font-size: 0.725rem;
  color: #ff3452;
  z-index: 10;
}
.station-main .content .right-wrap div button.cus-btn-join {
  height: 3.125rem;
}

.station-sub {
  position: relative;
  min-height: calc(100vh - 10rem);
}
.station-sub h2 {
  padding: 7rem 0 4.125rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.station-sub .station-sns-box {
  width: 100%;
  max-width: 53.25rem;
  padding: 1.5rem 0 1.25rem;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fff;
}
.station-sub .station-sns-box span {
  vertical-align: middle;
  font-size: 1.25rem;
}
.station-sub .station-sns-box span::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
  margin: -0.313rem 0.625rem 0 0;
}
.station-sub .station-sns-box.sns-box-naver {
  background-color: #03c75a;
  color: #fff;
}
.station-sub .station-sns-box.sns-box-naver span::before {
  background-image: url(../image/login-naver.svg);
}
.station-sub .station-sns-box.sns-box-kakao {
  background-color: #fee500;
  color: rgba(0, 0, 0, 0.85);
}
.station-sub .station-sns-box.sns-box-kakao span::before {
  background-position: left -0.4rem center;
  background-image: url(../image/login-kakao.svg);
}
.station-sub .station-sns-box.sns-box-facebook {
  background-color: #1877f2;
  color: #fff;
}
.station-sub .station-sns-box.sns-box-facebook span::before {
  background-position: left -0.5rem center;
  background-image: url(../image/login-facebook.svg);
}
.station-sub .station-sns-box.sns-box-google {
  background-color: #fff;
}
.station-sub .station-sns-box.sns-box-google span::before {
  background-image: url(../image/login-google.svg);
}
.station-sub .station-sns-box.sns-box-no {
  display: none;
}
.station-sub .station-sub-top {
  width: 100%;
  max-width: 53.25rem;
  padding: 1.875rem 0;
  margin: 0 auto 3.125rem;
  text-align: center;
}
.station-sub .station-sub-top > p {
  padding: 0 2rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
}
.station-sub .station-sub-top > p:last-of-type {
  padding-bottom: 0;
}
.station-sub .station-sub-top > p b {
  font-weight: bold;
}
.station-sub .station-sub-top > p b.point {
  color: #0e8eff;
}
.station-sub .station-sub-bottom {
  width: 100%;
  max-width: 32.625rem;
  margin: 0 auto 0rem;
  padding: 0.938rem 0;
  text-align: center;
}
.station-sub .btn-area {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 0.625rem 0 5.75rem;
}
.station-sub .btn-area .btn {
  min-width: 12.5rem;
  padding: 1.3125rem 0;
  font-size: 1.125rem;
}
.station-sub.step01 .station-sub-top > ul {
  width: 90%;
  max-width: 32.75rem;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.station-sub.step01 .station-sub-top > ul li {
  padding: 0 0 4.5rem;
  font-size: 1.25rem;
}
.station-sub.step01 .station-sub-top > ul li:last-child {
  padding: 0 0 2rem;
}
.station-sub.step01 .station-sub-top > ul li > span {
  float: left;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(1) {
  width: 30%;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(1) i {
  color: #bf4c4c;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) {
  width: 70%;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span {
  display: block;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span input {
  position: relative;
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 0.938rem;
  margin: -1rem 0 0rem;
  border-radius: 0;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span.required {
  text-align: left;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span.required input {
  border: 1px solid #ff3452;
}
.station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span.required::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  content: "영문 대 소문자, 숫자, 특수문자 포함 8자 이상 입력";
  font-size: 0.725rem;
  color: #ff3452;
  z-index: 10;
}
.station-sub.step01 .station-sub-top > ul li:nth-child(1) > span:nth-of-type(2) span input {
  background-color: transparent;
  border: none;
}
.station-sub.step02 .flipper-wrap {
  margin: 1.75rem 0 0;
}
.station-sub.step02 .flipper-wrap span {
  display: inline-block;
  font-size: 1.25rem;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}
.station-sub.step02 .mail-wrap {
  text-align: center;
}
.station-sub.step02 .mail-wrap span {
  font-size: 1.25rem;
}
.station-sub.step02 .mail-wrap ul {
  margin: 1.875rem 0 4.375rem;
}
.station-sub.step02 .mail-wrap ul li {
  display: inline-block;
  margin-left: 1rem;
}
.station-sub.step02 .mail-wrap ul li:first-child {
  margin-left: 0;
}
.station-sub.step02 .station-sub-bottom.btn-area {
  padding: 0.938rem 0;
}
.station-sub.step02 .station-sub-bottom.btn-area .btn {
  padding: 0.938rem 2.313rem;
  margin-left: 0.938rem;
}
.station-sub.step03 .station-sub-top {
  position: relative;
}
.station-sub.step03 .station-sub-top::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150%;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/station/bg_coin.png);
  background-position: center left calc(50% + 1.5rem);
  background-size: 97% auto;
}
.station-sub.step03 .btn-area {
  margin: 0 auto 5rem;
  text-align: center;
}
.station-sub.step03 .btn-area .btn {
  width: 100%;
  max-width: 25rem;
  padding: 1.35rem 0;
  font-size: 1.063rem;
}
.station-sub.step03 .station-sub-bottom {
  padding: 1.75rem 0;
}
.station-sub.step03 .station-sub-bottom a {
  text-decoration: underline;
}
.station-sub.notice-check h2::before {
  content: "";
  display: inline-block;
  width: 8.125rem;
  height: 8.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: 100%;
  margin: 1.5rem auto 0rem;
  background-image: url(../image/station/icon_notice.png);
}
.station-sub.notice-check .station-sub-top {
  padding: 0;
  margin: 0 auto 2.5rem;
}
.station-sub.notice-check .btn-area {
  padding: 0;
}
.station-sub.notice-check .btn-area .btn {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 6.25rem;
}
.station-sub.notice-change h2::before {
  content: "";
  display: inline-block;
  width: 8.125rem;
  height: 8.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: 100%;
  margin: 1.5rem auto 0rem;
  background-image: url(../image/station/icon_notice.png);
}
.station-sub.notice-change .station-sub-top:nth-of-type(1) {
  padding: 0;
}
.station-sub.notice-change .station-sub-top.user-form table tr:nth-child(1) td {
  padding: 1rem 0 0rem;
}
.station-sub.notice-change .btn-area .btn.disabled {
  margin-right: 1.563rem;
}

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(15%, 15%);
    transform: translate(15%, 15%);
  }
}

@keyframes mouse {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(15%, 15%);
    transform: translate(15%, 15%);
  }
}
@-webkit-keyframes rotateCoin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(362deg);
    transform: rotate(362deg);
  }
}
@keyframes rotateCoin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(362deg);
    transform: rotate(362deg);
  }
}
@-webkit-keyframes rotateCoin2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    scale: 0.98;
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    scale: 1;
  }
}
@keyframes rotateCoin2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    scale: 0.98;
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    scale: 1;
  }
}
@-webkit-keyframes rotateCoin3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes rotateCoin3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes snsObj {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes snsObj {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes speech {
  0% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes speech {
  0% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.npay {
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/sns_login/logo_npay.png);
  background-size: 100% auto;
}

.under {
  vertical-align: top;
}
.under::after {
  position: absolute;
  bottom: -0.25rem;
  left: -0.25rem;
  content: "";
  display: inline-block;
  width: calc(100% + 0.5rem);
  height: 1.25rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #67f670;
  z-index: -1;
}

.blue_point {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../image/sns_login/sns_ico_point.png);
}

.decoWrap i {
  position: absolute;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.btnSns {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.25rem 0;
  border: 1px solid #e5e5e5;
  border-radius: 2rem;
  font-size: 1.25rem;
  text-align: center;
  background-color: #fff;
}
.btnSns.disabled {
  color: #d5d8dc !important;
  border-color: #d5d8dc !important;
  pointer-events: none;
}
.btnSns.disabled i {
  opacity: 0.3;
}
.btnSns i {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.btnSns.kakao::before, .btnSns.kakao::after {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btnSns.kakao::before {
  content: "카카오 1초 회원가입";
  display: block;
  padding: 0.45rem 0.875rem;
  background-color: #f0f0f3;
  border-radius: 5px;
  font-size: 0.75rem;
  color: #555555;
}
.btnSns.kakao::after {
  top: -0.875rem;
  content: "";
  display: inline-block;
  width: 0rem;
  height: 0em;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 0.313rem solid transparent;
  border-right: 0.313rem solid transparent;
  border-top: 0.5rem solid #f0f0f3;
}
.btnSns.kakao i {
  background-image: url(../image/sns_login/sns_icon_kakao.png);
}
.btnSns.kakao.disabled::before, .btnSns.kakao.disabled::after {
  display: none;
}
.btnSns.google i {
  background-image: url(../image/sns_login/sns_ico_google.png);
}

.snsLoginWrap header {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 2.25rem 3.125rem;
  border-bottom: none;
}
.snsLoginWrap header .center {
  width: 100%;
}
.snsLoginWrap .content {
  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: 100%;
  min-height: calc(100vh - 10.4rem);
}
.snsLoginWrap span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.snsLoginWrap .slTitle {
  position: relative;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 100%;
}
.snsLoginWrap .slTitle > div {
  max-width: 42rem;
  width: 90%;
}
.snsLoginWrap .slTitle .sltTop {
  position: relative;
}
.snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(1) {
  top: -3rem;
  right: 3rem;
  width: 6.563rem;
  height: 6.875rem;
  background-image: url(../image/sns_login/sns_img_main1.png);
  -webkit-animation: rotateCoin 2s ease infinite;
  animation: rotateCoin 2s ease infinite;
}
.snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(2) {
  top: 5.5rem;
  right: -8rem;
  width: 5.625rem;
  height: 4.75rem;
  background-image: url(../image/sns_login/sns_img_main2.png);
  -webkit-animation: rotateCoin2 0.7s 0.2s ease-in-out alternate infinite;
  animation: rotateCoin2 0.7s 0.2s ease-in-out alternate infinite;
}
.snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(3) {
  top: 18rem;
  right: -3rem;
  width: 5.688rem;
  height: 4.438rem;
  background-image: url(../image/sns_login/sns_img_main3.png);
  -webkit-animation: rotateCoin2 0.7s ease-in-out alternate infinite;
  animation: rotateCoin2 0.7s ease-in-out alternate infinite;
}
.snsLoginWrap .slTitle .sltTop p {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.25;
}
.snsLoginWrap .slTitle .sltTop .sltPoint {
  position: relative;
  display: inline-block;
  text-indent: 0.45rem;
  margin-bottom: 0.625rem;
}
.snsLoginWrap .slTitle .sltTop .sltPoint::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0rem;
  content: "";
  display: inline-block;
  width: calc(100% - 1rem);
  height: 7.25rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 1rem;
  background-image: url(../image/sns_login/sns_img_line.png);
  background-size: 100% 100%;
  z-index: -1;
}
.snsLoginWrap .slTitle .sltTop .sltPoint::after {
  position: absolute;
  top: 2rem;
  left: calc(100% + 1rem);
  content: "";
  display: inline-block;
  width: 5.938rem;
  height: 5.313rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/sns_login/sns_img_mouse.png);
  -webkit-animation: mouse 1s ease alternate infinite;
  animation: mouse 1s ease alternate infinite;
}
.snsLoginWrap .slTitle .sltTop .sltPoint span {
  vertical-align: top;
}
.snsLoginWrap .slTitle .sltTop .sltBgcolor {
  display: inline-block;
  height: 6rem;
  padding: 0 0.75rem;
  margin-top: -1rem;
  margin-right: 0.5rem;
  background-image: linear-gradient(73deg, #16e453 5%, #158cf6 91%);
  color: #fff;
  line-height: 1.1;
}
.snsLoginWrap .slTitle .sltTop .sltDots {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.1rem;
  background-color: #0e8eff;
  border-radius: 50%;
}
.snsLoginWrap .sltBottom {
  margin: 2.5rem 0 0;
}
.snsLoginWrap .sltBottom > p {
  font-size: 1.75rem;
  font-weight: 600;
}
.snsLoginWrap .sltBottom > p .npay {
  width: 6.25rem;
  height: 2.625rem;
}
.snsLoginWrap .sltBottom .contactBanner {
  display: none;
}
.snsLoginWrap .sltBottom .contactBanner p:nth-child(1) {
  padding-top: 3.125rem;
  font-weight: 600;
  font-size: 2.5rem;
}
.snsLoginWrap .sltBottom .contactBanner p:nth-child(1) .under {
  margin: -0.875rem 0 0;
}
.snsLoginWrap .sltBottom .contactBanner p:nth-child(1) .under .blue_point {
  vertical-align: middle;
  margin: -0.313rem 0 0;
}
.snsLoginWrap .sltBottom .contactBanner p:nth-child(2) {
  padding-top: 0.75rem;
  font-size: 1.5rem;
}
.snsLoginWrap .sltBottom .contactBanner p:nth-child(3) {
  padding-top: 2rem;
  font-size: 1.125rem;
  color: #939396;
}
.snsLoginWrap .sltBottom .contactBanner p:nth-child(3) span {
  vertical-align: top;
  color: #555555;
}
.snsLoginWrap .sltBottom .contactBanner p:nth-child(4) {
  padding-top: 0.625rem;
  font-size: 0.75rem;
  color: #939396;
}
.snsLoginWrap .btnArea {
  margin-top: 9.938rem;
}
.snsLoginWrap .btnArea > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.snsLoginWrap .btnArea .emailLogin {
  float: right;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
  font-size: 0.875rem;
  color: #555555;
  border-bottom: 1px solid #555;
}
.snsLoginWrap .btnArea .loginDisabledInfo {
  display: none;
  margin: 2.063rem 0 0;
  line-height: 1.4;
  text-align: center;
  font-size: 0.813rem;
  color: #aaa;
  letter-spacing: -0.33px;
}
.snsLoginWrap .btnArea .loginDisabledInfo span {
  display: block;
  font-size: 1rem;
  color: #000;
}
.snsLoginWrap .btnArea.loginDisabled > div .btnSns {
  color: #d5d8dc !important;
  border-color: #d5d8dc !important;
  pointer-events: none;
}
.snsLoginWrap .btnArea.loginDisabled > div .btnSns i {
  opacity: 0.3;
}
.snsLoginWrap .btnArea.loginDisabled > div .btnSns.kakao::before, .snsLoginWrap .btnArea.loginDisabled > div .btnSns.kakao::after {
  display: none;
}
.snsLoginWrap .btnArea.loginDisabled .emailLogin {
  display: none;
}
.snsLoginWrap .btnArea.loginDisabled .loginDisabledInfo {
  display: block;
}
.snsLoginWrap .snsMobScroll {
  display: none;
}
.snsLoginWrap .slSlideWrap {
  position: relative;
  width: 50%;
  height: 41.25rem;
  overflow: hidden;
}
.snsLoginWrap .slSlideWrap::before, .snsLoginWrap .slSlideWrap::after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.snsLoginWrap .slSlideWrap::before {
  top: 0;
}
.snsLoginWrap .slSlideWrap::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.snsLoginWrap .slSlideWrap .slick-slide {
  float: left;
}
.snsLoginWrap .slSlideWrap .slick-list {
  padding-left: 0 !important;
}
.snsLoginWrap .slSlideWrap .slsItem {
  float: left;
  display: block;
}
.snsLoginWrap .slSlideWrap .slick-current .decoWrap {
  -webkit-animation: snsObj 0.5s 0.5s both;
  animation: snsObj 0.5s 0.5s both;
}
.snsLoginWrap .slSlideWrap .slick-current .decoWrap i {
  -webkit-animation: snsObj 0.5s 0.8s both;
  animation: snsObj 0.5s 0.8s both;
}
.snsLoginWrap .slSlideWrap .slick-current .decoWrap i:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.snsLoginWrap .slSlideWrap .slick-current .decoWrap i:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.snsLoginWrap .slSlideWrap .slick-current .decoWrap i:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.snsLoginWrap .slSlideWrap .slick-current .decoWrap i:nth-child(4) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.snsLoginWrap .slSlideWrap .slick-dots {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snsLoginWrap .slSlideWrap .slick-dots li {
  margin: 0.625rem 0;
}
.snsLoginWrap .slSlideWrap .slick-dots li button {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #f0f0f3;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.snsLoginWrap .slSlideWrap .slick-dots li.slick-active button {
  background-color: #0e8eff;
}
.snsLoginWrap .slSlide p {
  text-align: center;
}
.snsLoginWrap .slSlide p > span {
  display: block;
  margin: 0 0 0.875rem;
  font-size: 1.5rem;
  color: #777;
}
.snsLoginWrap .slSlide p > b {
  font-size: 2.25rem;
}
.snsLoginWrap .slSlide p > b .point {
  vertical-align: top;
  color: #0f7eed;
}
.snsLoginWrap .slSlide p > b .npay {
  width: 7rem;
  height: 2.25rem;
}
.snsLoginWrap .slSlide .decoWrap {
  position: relative;
  width: 32.5rem;
  height: 32.5rem;
  display: block;
  margin: 4.25rem auto 0;
  background-position: center;
  background-repeat: no-repeat;
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap {
  background-image: url(../image/sns_login/sns_slide1_bg.png);
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(1) {
  background-image: url(../image/sns_login/sns_slide1_1.png);
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(2) {
  background-image: url(../image/sns_login/sns_slide1_2.png);
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(3) {
  background-image: url(../image/sns_login/sns_slide1_3.png);
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(4) {
  background-image: url(../image/sns_login/sns_slide1_4.png);
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap {
  background-image: url(../image/sns_login/sns_slide2_bg.png);
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(1) {
  background-image: url(../image/sns_login/sns_slide2_1.png);
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(2) {
  background-image: url(../image/sns_login/sns_slide2_2.png);
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(3) {
  background-image: url(../image/sns_login/sns_slide2_3.png);
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(4) {
  background-image: url(../image/sns_login/sns_slide2_4.png);
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap {
  background-image: url(../image/sns_login/sns_slide3_bg.png);
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(1) {
  background-image: url(../image/sns_login/sns_slide3_1.png);
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(2) {
  background-image: url(../image/sns_login/sns_slide3_2.png);
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(3) {
  background-image: url(../image/sns_login/sns_slide3_3.png);
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(4) {
  background-image: url(../image/sns_login/sns_slide3_4.png);
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(1) {
  top: 5rem;
  left: -1rem;
  width: 9.25rem;
  height: 7.563rem;
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(2) {
  top: 0rem;
  right: 0rem;
  width: 9.875rem;
  height: 9.625rem;
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(3) {
  top: 18rem;
  right: 0rem;
  width: 10.213rem;
  height: 8.775rem;
}
.snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(4) {
  top: 20.3rem;
  left: calc(50% - 5.313rem);
  width: 10.625rem;
  height: 4.75rem;
  -webkit-animation: speech 500ms ease-in-out infinite alternate both;
  animation: speech 500ms ease-in-out infinite alternate both;
}
.snsLoginWrap .slSlide .slsItem.item02 {
  margin-top: 4rem;
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(1) {
  top: 1rem;
  right: 0rem;
  width: 11.688rem;
  height: 5.75rem;
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(2) {
  top: 12rem;
  left: 1.75rem;
  width: 11.25rem;
  height: 11.25rem;
}
.snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(3) {
  top: 13.25rem;
  right: -1.25rem;
  width: 14.313rem;
  height: 13.063rem;
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap {
  width: 36.313rem;
  height: 28.813rem;
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(1) {
  top: 2.5rem;
  right: 13.75rem;
  width: 7.563rem;
  height: 6.75rem;
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(2) {
  top: 3rem;
  right: -1.5rem;
  width: 5.438rem;
  height: 4.625rem;
}
.snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(3) {
  top: 17rem;
  right: -1.75rem;
  width: 7.25rem;
  height: 8.125rem;
}
.snsLoginWrap.contactBannerWrap .contactBanner {
  display: block;
}
.snsLoginWrap.contactBannerWrap .sltBottom {
  margin-top: 1.25rem;
}
.snsLoginWrap.contactBannerWrap .btnArea {
  margin-top: 6.25rem;
}

@media only screen and (max-width: 1550px) {
  .snsLoginWrap header {
    padding-left: 2rem;
  }
  .snsLoginWrap .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .snsLoginWrap .content::after {
    display: none;
  }
  .snsLoginWrap .slTitle {
    max-width: 30rem;
  }
  .snsLoginWrap .slTitle > div {
    padding-left: 1rem;
  }
  .snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(1) {
    left: 22rem;
    right: auto;
    width: 4.75rem;
    height: 5rem;
  }
  .snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(2) {
    top: 4rem;
    left: 26rem;
    right: auto;
    width: 4.25rem;
    height: 4rem;
  }
  .snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(3) {
    top: 10rem;
    left: 24rem;
    right: auto;
    width: 4rem;
    height: 3.25rem;
  }
  .snsLoginWrap .slTitle .sltTop p {
    font-size: 4rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltPoint::before {
    height: 5rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltPoint::after {
    top: 1rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltBgcolor {
    height: 4.25rem;
    margin-top: -0.5rem;
    line-height: 4.25rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltDots {
    width: 0.625rem;
    height: 0.625rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltBr {
    display: block;
  }
  .snsLoginWrap .slTitle .sltBottom > p {
    font-size: 1.25rem;
  }
  .snsLoginWrap .slTitle .sltBottom > p .npay {
    width: 6rem;
    height: 2rem;
  }
  .snsLoginWrap .slTitle .sltBottom .contactBanner p:nth-child(1) {
    font-size: 1.5rem;
  }
  .snsLoginWrap .slTitle .sltBottom .contactBanner p:nth-child(1) .under {
    margin: -0.313rem 0 0;
  }
  .snsLoginWrap .slTitle .sltBottom .contactBanner p:nth-child(1) .under::after {
    height: 0.75rem;
  }
  .snsLoginWrap .slTitle .sltBottom .contactBanner p:nth-child(1) .under .blue_point {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 100% auto;
  }
  .snsLoginWrap .slTitle .sltBottom .contactBanner p:nth-child(2) {
    font-size: 1.125rem;
  }
  .snsLoginWrap .slTitle .sltBottom .contactBanner p:nth-child(3) {
    padding-top: 1rem;
    font-size: 0.813rem;
    color: #555555;
  }
  .snsLoginWrap .slTitle .sltBottom .contactBanner p:nth-child(4) {
    padding-top: 0.45rem;
    font-size: 0.75rem;
  }
  .snsLoginWrap .slTitle .btnArea > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .snsLoginWrap .slTitle .btnArea > div .btnSns {
    font-size: 1rem;
  }
  .snsLoginWrap .slTitle .btnArea .emailLogin {
    float: none;
    margin: 2rem auto 0;
    font-size: 0.938rem;
  }
  .snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(1) {
    top: 3rem;
    left: 1rem;
    width: 7rem;
    height: 6rem;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap {
    width: 25rem;
    height: 27rem;
    background-size: 100% auto;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(1) {
    top: 5rem;
    right: 9.5rem;
    width: 5rem;
    height: 5rem;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(2) {
    top: 5rem;
    right: -1.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(3) {
    top: 14rem;
    right: -1.75rem;
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .station-main .content p {
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
  .station-main .content .left-wrap {
    position: relative;
    width: 50%;
    background-position: center bottom 10%, left calc(50% + 1.5rem) bottom -5rem, top 2rem center, top center;
  }
  .station-main .content .left-wrap > div {
    top: 40%;
  }
  .station-main .content .left-wrap > div p {
    font-size: 2rem;
  }
  .station-main .content .left-wrap > div p:nth-of-type(1) {
    font-weight: 700;
  }
  .station-main .content .left-wrap > div p:nth-of-type(1) b {
    font-size: 2.75rem;
  }
  .station-main .content .left-wrap > div p:nth-of-type(2) b {
    font-size: 2.25rem;
  }
  .station-main .content .right-wrap {
    width: 50%;
  }
  .station-main .content .right-wrap p {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  .station-main {
    height: auto !important;
    min-height: 100vh !important;
  }
  .station-main header {
    top: 0.938rem;
    left: 0.938rem;
  }
  .station-main header h1 {
    max-width: 9.5rem;
  }
  .station-main .content p {
    padding: 0 1rem 0.625rem;
    font-size: 1.35rem;
  }
  .station-main .content .left-wrap {
    width: 100%;
    min-height: auto;
    padding-bottom: 8rem;
    background-image: url(../image/station/bg_coin.png), url(../image/station/bg-phone-m.png), url(../image/station/bg-white_m.png), url(../image/station/bg-gradation.png);
    background-size: auto 49%, auto 82%, auto 100%, 100% 100%;
    background-position: left calc(50% + 0.5rem) bottom -3rem, left calc(50% + 0.5rem) top 16rem, top 2rem center, top center;
    -webkit-box-shadow: inset 0px -2px 5px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px -2px 5px 2px rgba(0, 0, 0, 0.08);
  }
  .station-main .content .left-wrap > div {
    position: initial;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .station-main .content .left-wrap p {
    font-size: 1.25rem;
  }
  .station-main .content .left-wrap p:nth-of-type(1) {
    padding-top: 5.25rem;
    font-size: 1.5rem;
  }
  .station-main .content .left-wrap p:nth-of-type(1) b {
    font-size: 2.125rem;
  }
  .station-main .content .left-wrap p:nth-of-type(2) {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .station-main .content .left-wrap p:nth-of-type(2) b {
    font-size: 1.875rem;
  }
  .station-main .content .right-wrap {
    position: initial;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  .station-main .content .right-wrap p {
    font-size: 1.125rem;
  }
  .station-main .content .right-wrap p:nth-of-type(3) {
    width: 90%;
    padding-top: 1.25rem;
    margin: 0 auto 0;
  }
  .station-main .content .right-wrap p:nth-of-type(3) + div .btn {
    width: 100%;
    max-width: 30rem;
    padding: 0.938rem 0;
    font-size: 0.938rem;
  }
  .station-main .content .right-wrap p:nth-child(1) {
    display: none;
  }
  .station-main .content .right-wrap ul {
    max-width: 90%;
    padding: 1.25rem 0rem 0.5rem;
    margin: 0 auto 1.25rem;
    text-align: center;
  }
  .station-main .content .right-wrap ul li {
    width: calc(50% - 0.5rem);
    margin: 0 0 0.7rem 0.875rem;
  }
  .station-main .content .right-wrap ul li:first-child {
    margin-left: 0;
  }
  .station-main .content .right-wrap ul li .login-sns-img {
    font-size: 0.938rem;
    padding-left: 1.25rem;
  }
  .station-main .content .right-wrap ul li button {
    max-width: 100%;
  }
  .station-main .content .right-wrap > div {
    position: relative;
    width: 90%;
    padding-bottom: 1rem;
  }
  .station-main .content .right-wrap > div .input-box {
    width: calc(100% - 7.125rem);
    max-width: 23.313rem;
    margin-right: 0.313rem;
  }
  .station-main .content .right-wrap > div input[type=text],
  .station-main .content .right-wrap > div input[type=password] {
    padding: 0.625rem 0.313rem;
    border-radius: 5px;
  }
  .station-main .content .right-wrap > div .btn {
    padding: 0.625rem 1.5rem;
    border-radius: 5px;
  }
  .snsLoginWrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .snsLoginWrap .slTitle {
    width: 90%;
    min-height: calc(100vh - 6rem);
    padding: 3rem 0 0;
  }
  .snsLoginWrap .slTitle > div {
    max-width: 30rem;
    width: 100%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .snsLoginWrap .slTitle .btnArea > div {
    width: 100%;
    margin: 0 auto;
    gap: 0.875rem;
  }
  .snsLoginWrap .slTitle .btnArea .emailLogin {
    float: none;
    margin: 1.25rem auto 0;
  }
  .snsLoginWrap .snsMobScroll {
    position: relative;
    display: block;
    width: 2.75rem;
    height: 0.75rem;
    margin: 3rem 0 0;
    cursor: pointer;
    -webkit-animation: speech 500ms ease-in-out infinite alternate both;
    animation: speech 500ms ease-in-out infinite alternate both;
  }
  .snsLoginWrap .snsMobScroll i {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/sns_login/ico_scroll.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .snsLoginWrap .snsMobScroll span {
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
  }
  .snsLoginWrap .slSlideWrap {
    width: 100%;
    min-height: calc(100vh - 15rem);
    margin: 10rem 0 5rem;
  }
  .snsLoginWrap .slSlideWrap::before, .snsLoginWrap .slSlideWrap::after {
    display: none;
  }
  .snsLoginWrap .slSlideWrap .slsItem {
    margin-top: 0;
  }
  .snsLoginWrap .slSlideWrap .slick-slide {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .snsLoginWrap .slSlideWrap .slick-slide.slick-current {
    opacity: 1;
  }
  .snsLoginWrap .slSlideWrap .slick-slide p > b {
    line-height: 1.35;
  }
  .snsLoginWrap .slSlideWrap .slick-dots {
    top: auto;
    bottom: 0rem;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 50;
  }
  .snsLoginWrap .slSlideWrap .slick-dots li {
    float: left;
    margin: 0 0.313rem;
  }
  .snsLoginWrap .slSlideWrap .slick-dots li.slick-active {
    width: 2rem;
  }
  .snsLoginWrap .slSlideWrap .slick-dots li.slick-active button {
    width: 100%;
    border-radius: 1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 768px) {
  .station-sub h2 {
    padding: 5.75rem 0 1.875rem;
    font-size: 1.625rem;
    font-weight: 400;
  }
  .station-sub h2::before {
    content: "";
    display: inline-block;
    width: 5.875rem;
    height: 5.875rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 100%;
    margin: 0 auto 1.75rem;
  }
  .station-sub .station-sns-box {
    position: fixed;
    top: 3.7rem;
    left: 0%;
    width: 100vw;
    padding: 0.875rem 0 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
  }
  .station-sub .station-sns-box span {
    font-size: 0.875rem;
  }
  .station-sub .station-sns-box span::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.313rem;
    background-position: left -0.3rem center;
    background-size: auto 200%;
  }
  .station-sub .station-sns-box.sns-box-naver span::before {
    background-position: left 0rem center;
    background-size: auto 90%;
  }
  .station-sub .station-sns-box.sns-box-kakao span::before {
    background-position: left -0.35rem center;
  }
  .station-sub .station-sns-box.sns-box-facebook span::before {
    background-position: left -0.2rem center;
    background-size: auto 140%;
  }
  .station-sub .station-sub-top {
    width: 100%;
    margin: 0 auto 1.75rem;
  }
  .station-sub .station-sub-top > p {
    padding: 0 0rem 1.125rem;
    line-height: 1.4;
    font-size: 1rem;
    font-size: 1.14rem;
  }
  .station-sub .station-sub-bottom {
    width: 70%;
    padding: 1.5rem 0;
    font-size: 0.875rem;
  }
  .station-sub .btn-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    padding: 0;
  }
  .station-sub .btn-area .btn {
    width: 100%;
    min-width: auto;
  }
  .station-sub.step01 h2 {
    display: none;
  }
  .station-sub.step01 .sns-box-no {
    display: none;
  }
  .station-sub.step01 .sns-box-no + .station-sub-top {
    margin-top: 3.75rem;
  }
  .station-sub.step01 .station-sub-top {
    margin-top: 7.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
  }
  .station-sub.step01 .station-sub-top > ul {
    width: 100%;
  }
  .station-sub.step01 .station-sub-top > ul li {
    font-size: 1rem;
    padding: 0 0 1.875rem;
  }
  .station-sub.step01 .station-sub-top > ul li > span {
    float: none;
  }
  .station-sub.step01 .station-sub-top > ul li > span:nth-of-type(1) {
    display: block;
    width: 100%;
    font-weight: 700;
    margin: 0 0 0.625rem;
  }
  .station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span input {
    margin: 0;
    font-size: 0.875rem;
    color: #212121;
  }
  .station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span input::-webkit-input-placeholder {
    color: #999;
  }
  .station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span input::-moz-placeholder {
    color: #999;
  }
  .station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span input:-ms-input-placeholder {
    color: #999;
  }
  .station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span input::-ms-input-placeholder {
    color: #999;
  }
  .station-sub.step01 .station-sub-top > ul li > span:nth-of-type(2) span input::placeholder {
    color: #999;
  }
  .station-sub.step01 .station-sub-top > ul li:nth-child(1) > span:nth-of-type(2) span input {
    border: 1px solid #dae1e6;
  }
  .station-sub.step01 .policy {
    padding-bottom: 5rem;
  }
  .station-sub.step01 .policy .check-wrap.type01 {
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .station-sub.step01 .policy .check-wrap.type01 label strong {
    font-size: 1.125rem;
  }
  .station-sub.step01 .policy .check-wrap .chk-agree + label {
    font-size: 1rem;
    font-weight: 400;
  }
  .station-sub.step01 .policy .check-wrap .chk-agree + label span.pop-open-btn {
    text-decoration: underline;
  }
  .station-sub.step01 .policy .check-wrap + .box {
    display: none;
  }
  .station-sub.step02 h2::before {
    background-image: url(../image/station/icon_mail.svg);
  }
  .station-sub.step02 content .center {
    width: 100%;
    max-width: 100%;
  }
  .station-sub.step02 .mail-wrap {
    text-align: center;
  }
  .station-sub.step02 .mail-wrap span {
    font-size: 1.25rem;
  }
  .station-sub.step02 .mail-wrap .mail-btn {
    width: 3.375rem;
    height: 3.375rem;
    background-size: 100%;
  }
  .station-sub.step02 .station-sub-bottom.btn-area {
    width: 100%;
    margin: 0;
    padding: 0.625rem 5%;
    font-size: 0.938rem;
  }
  .station-sub.step02 .station-sub-bottom.btn-area .btn {
    display: inline-block;
    width: auto;
    min-width: auto;
    margin: 0 0 0 1rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
  .station-sub.step03 h2::before {
    background-image: url(../image/station/icon_complete.svg);
  }
  .station-sub.step03 content .center {
    width: 100%;
    max-width: 100%;
  }
  .station-sub.step03 .station-sub-top::before {
    display: none;
  }
  .station-sub.step03 .btn-area {
    margin: 0;
  }
  .station-sub.step03 .btn-area .btn {
    max-width: 100%;
  }
  .station-sub.step03 .station-sub-bottom {
    padding: 1.5rem 0;
    margin: 5rem auto;
    font-size: 0.938rem;
  }
  .station-sub.notice-check h2::before {
    width: 5.825rem;
    height: 5.825rem;
    background-size: 100%;
  }
  .station-sub.notice-check .btn-area {
    position: initial;
    width: 100%;
  }
  .station-sub.notice-check .btn-area .btn {
    width: auto;
    padding: 1.3125rem 2.125rem;
  }
  .station-sub.notice-change h2::before {
    width: 5.825rem;
    height: 5.825rem;
    margin-top: 3.75rem;
    background-size: 100%;
  }
  .station-sub.notice-change .station-sub-top {
    padding: 0;
    margin: 0 auto 1.875rem;
  }
  .station-sub.notice-change .station-sub-top.user-form {
    margin-top: 1.875rem;
  }
  .station-sub.notice-change .station-sub-top.user-form span.cus-ip-box {
    border: 1px solid #ddd;
  }
  .station-sub.notice-change .station-sub-top.user-form span.cus-ip-box input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.813rem;
    padding: 0 0.625rem;
  }
  .station-sub.notice-change .station-sub-top.user-form span.cus-ip-box input::-moz-placeholder {
    color: #999;
    font-size: 0.813rem;
    padding: 0 0.625rem;
  }
  .station-sub.notice-change .station-sub-top.user-form span.cus-ip-box input:-ms-input-placeholder {
    color: #999;
    font-size: 0.813rem;
    padding: 0 0.625rem;
  }
  .station-sub.notice-change .station-sub-top.user-form span.cus-ip-box input::-ms-input-placeholder {
    color: #999;
    font-size: 0.813rem;
    padding: 0 0.625rem;
  }
  .station-sub.notice-change .station-sub-top.user-form span.cus-ip-box input::placeholder {
    color: #999;
    font-size: 0.813rem;
    padding: 0 0.625rem;
  }
  .station-sub.notice-change .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .station-sub.notice-change .btn-area .btn {
    margin: 0 !important;
  }
  .snsLoginWrap .sltTop .decoWrap i:nth-child(1) {
    left: 22rem;
    right: auto;
    width: 4.75rem;
    height: 5rem;
  }
  .snsLoginWrap .sltTop .decoWrap i:nth-child(2) {
    top: 4rem;
    left: 26rem;
    right: auto;
    width: 4.25rem;
    height: 4rem;
  }
  .snsLoginWrap .sltTop .decoWrap i:nth-child(3) {
    top: 10rem;
    left: 24rem;
    right: auto;
    width: 4rem;
    height: 3.25rem;
  }
  .snsLoginWrap .slSlide .decoWrap {
    max-width: 390px;
    margin-top: 2rem;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 480px) {
  .station-main .content .right-wrap ul li .login-sns {
    font-size: 11px;
  }
  .station-main .content .right-wrap ul li .login-sns.login-btn-google span {
    width: 38px;
    height: 60%;
    background-size: 150px auto;
    background-position: left -49px center;
  }
  .station-main .content .right-wrap ul li .login-sns-img {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .snsLoginWrap header {
    position: fixed;
    padding: 1.25rem 1rem;
  }
  .snsLoginWrap .slTitle {
    padding: 6rem 0 0;
  }
  .snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(1) {
    top: -2.5rem;
    left: 15rem;
    width: 4.188rem;
    height: 4.438rem;
  }
  .snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(2) {
    top: 3.938rem;
    left: 17.625rem;
    width: 3.875rem;
    height: 3.25rem;
  }
  .snsLoginWrap .slTitle .sltTop .decoWrap i:nth-child(3) {
    top: 9.188rem;
    left: 16.75rem;
    width: 3.25rem;
    height: 2.5rem;
  }
  .snsLoginWrap .slTitle .sltTop p {
    font-size: 3rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltPoint {
    text-indent: 0.175rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltPoint::before {
    width: calc(100% - 1.75rem);
    height: 3.875rem;
  }
  .snsLoginWrap .slTitle .sltTop .sltPoint::after {
    left: 100%;
    width: 4.5rem;
    height: 4.125rem;
    background-size: 100% auto;
  }
  .snsLoginWrap .slTitle .sltTop .sltPoint span {
    color: #0f7eed;
  }
  .snsLoginWrap .slTitle .sltTop .sltBgcolor {
    height: 3.5rem;
    margin-top: -0.5rem;
    line-height: 1.15;
    padding: 0 0.313rem;
  }
  .snsLoginWrap .slTitle .sltBottom {
    margin-top: 0.75rem;
  }
  .snsLoginWrap .slTitle .sltBottom > p .npay {
    width: 4.375rem;
    height: 1.5rem;
  }
  .snsLoginWrap .slTitle .btnArea {
    margin-top: 5.25rem;
  }
  .snsLoginWrap .slTitle .btnArea > div {
    width: 16rem;
    gap: 0.5rem;
  }
  .snsLoginWrap .slTitle .btnArea > div .btnSns {
    padding: 0.938rem 0;
  }
  .snsLoginWrap .slTitle .btnArea > div .btnSns.kakao::before {
    padding: 0.45rem 0.625rem;
    font-weight: normal;
  }
  .snsLoginWrap .slTitle .btnArea .emailLogin {
    margin-top: 1rem;
    border-bottom: none;
    font-size: 0.75rem;
  }
  .snsLoginWrap .slTitle .btnArea.loginDisabled {
    margin-top: 3.5rem;
  }
  .snsLoginWrap .slSlideWrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6rem 0;
    margin: 0;
  }
  .snsLoginWrap .slSlideWrap .slick-dots {
    top: 92%;
    bottom: auto;
  }
  .snsLoginWrap .slSlideWrap .slick-dots li {
    float: left;
    margin: 0 0.25rem;
  }
  .snsLoginWrap .slSlideWrap .slick-dots li button {
    width: 0.375rem;
    height: 0.375rem;
  }
  .snsLoginWrap .slSlideWrap .slick-dots li.slick-active {
    width: 1rem;
  }
  .snsLoginWrap .slSlideWrap .slick-dots li.slick-active button {
    width: 100%;
    border-radius: 1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .snsLoginWrap .slSlide p > span {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
  .snsLoginWrap .slSlide p > b {
    font-size: 1.75rem;
  }
  .snsLoginWrap .slSlide p > b .npay {
    width: 5.5rem;
    height: 1.75rem;
  }
  .snsLoginWrap .slSlide .decoWrap {
    margin-top: 3.75rem;
    height: 20.5rem;
    background-position: center top;
    background-size: 82% auto;
  }
  .snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(1) {
    top: 3rem;
    left: 0.5rem;
    width: 6.313rem;
    height: 5.25rem;
  }
  .snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(2) {
    top: 0rem;
    right: 1rem;
    width: 6.875rem;
    height: 6.75rem;
  }
  .snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(3) {
    top: 13rem;
    right: 1.5rem;
    width: 6.438rem;
    height: 5.563rem;
  }
  .snsLoginWrap .slSlide .slsItem.item01 .decoWrap i:nth-child(4) {
    top: 14.5rem;
    left: calc(50% - 3.6rem);
    width: 7.375rem;
    height: 3.75rem;
  }
  .snsLoginWrap .slSlide .slsItem.item02 {
    margin-top: 0;
  }
  .snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(1) {
    top: 0.5rem;
    right: 1rem;
    width: 8.5rem;
    height: 4.563rem;
  }
  .snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(2) {
    top: 9rem;
    left: 1rem;
    width: 8.75rem;
    height: 8.75rem;
  }
  .snsLoginWrap .slSlide .slsItem.item02 .decoWrap i:nth-child(3) {
    top: 10rem;
    right: 1.2rem;
    width: 10.188rem;
    height: 7.375rem;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap {
    height: 20.5rem;
    background-size: 85% auto;
    background-position: left 0.5rem top;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(1) {
    top: 1.4rem;
    right: 10.8rem;
    width: 4rem;
    height: 4rem;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(2) {
    top: 2rem;
    right: 2rem;
    width: 2.938rem;
    height: 2.5rem;
  }
  .snsLoginWrap .slSlide .slsItem.item03 .decoWrap i:nth-child(3) {
    top: 8.8rem;
    right: 2rem;
    width: 4rem;
    height: 4.5rem;
    opacity: 0.59;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  .snsLoginWrap.contactBannerWrap .slTitle {
    padding: 4.75rem 0 0;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltTop .decoWrap i:nth-child(2) {
    top: 9.188rem;
    left: 16.75rem;
    width: 3.313rem;
    height: 2.813rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltTop .decoWrap i:nth-child(3) {
    display: none;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltTop .sltBgcolor {
    margin-right: 0;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltTop .sltBr {
    display: none;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltTop .sltDots {
    display: none;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom > p {
    font-size: 1rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom > p .npay {
    width: 3.625rem;
    height: 1.25rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .contactBanner p:nth-child(1) {
    padding-top: 1.313rem;
    font-size: 1.25rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .contactBanner p:nth-child(1) .under {
    margin: -0.313rem 0 0;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .contactBanner p:nth-child(1) .under::after {
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0.5rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .contactBanner p:nth-child(1) .under .blue_point {
    width: 1.125rem;
    height: 1.125rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .contactBanner p:nth-child(2) {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .contactBanner p:nth-child(3) {
    font-size: 0.75rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .contactBanner p:nth-child(4) {
    padding-top: 0.313rem;
  }
  .snsLoginWrap.contactBannerWrap .slTitle .sltBottom .btnArea {
    margin-top: 4.188rem;
  }
}
.my1pay.login .content {
  padding-bottom: 0 !important;
}
.my1pay.login .login-wrap {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 19.313rem;
  padding: 0 0 1.25rem;
  background-color: #fff;
}
.my1pay.login .login-wrap h1 {
  display: none;
}
.my1pay.login .login-wrap h1 span {
  display: none;
}
.my1pay.login .login-wrap .input-box.id-Box {
  margin-top: 1rem;
}
.my1pay.login .login-wrap .find,
.my1pay.login .login-wrap .save {
  margin-bottom: 1rem;
}
.my1pay.login .login-wrap .login-sns-ul {
  width: 100%;
  max-width: 28.125rem;
  margin: 0 auto;
  border-top: 1px solid #dae1e6;
  margin-top: 1.25rem;
}
.my1pay.login .login-wrap .login-sns-ul::after {
  content: "";
  display: block;
  clear: both;
}
.my1pay.login .login-wrap .login-sns-ul li {
  float: left;
  width: 100%;
  margin: 0 0 0.7rem;
  text-align: center;
}
.my1pay.login .login-wrap .login-sns-ul li:first-of-type {
  margin-top: 0.7rem;
}
.my1pay.login .login-wrap .login-sns-ul li:nth-child(odd) {
  margin-left: 0;
}
.my1pay.login .login-wrap .login-sns-ul li .login-sns {
  margin: 0 auto;
  font-size: 0.75rem;
}
.my1pay.login .login-wrap .info-chrome {
  margin-top: 7rem;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: -0.25px;
}
.my1pay.login .login-wrap .info-chrome b {
  font-size: 0.875rem;
}
.my1pay.login .login-wrap .mob-scroll {
  position: relative;
  top: 60px;
  text-align: center;
  margin: 0 auto;
  color: #ffc600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.my1pay.login .login-wrap .mob-scroll::after {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url("../image/btn_show.svg");
  margin-left: 10px;
}
.my1pay.login .banner-wrap {
  max-width: 56.25rem;
  padding: 0 3.125rem 3.125rem 0;
  border-right: 1px solid #dae1e6;
}
.my1pay.login .banner-wrap > p {
  padding: 5.5rem 0 3.5rem 0;
  border-bottom: 1px solid #dae1e6;
  font-size: 1.25rem;
  line-height: 1.5;
  background-image: url(../image/login/main_point.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: right -1.5rem center;
}
.my1pay.login .banner-wrap > p img.login-m-txt {
  display: none;
}
.my1pay.login .banner-wrap > p strong {
  display: block;
  width: 100%;
  max-width: 34.813rem;
  height: 3.5rem;
  margin: 0 0 1.875rem;
  background-image: url(../image/login/img_mian_calligraphy.png);
  background-repeat: no-repeat;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.my1pay.login .banner-wrap .slide-wrap {
  position: relative;
  margin: 1.875rem 0;
  width: 100%;
}
.my1pay.login .banner-wrap .slide-wrap .slick-slider {
  overflow: hidden;
}
.my1pay.login .banner-wrap .slide-wrap .slick-slide {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.my1pay.login .banner-wrap .slide-wrap .slick-slide li {
  height: 100%;
}
.my1pay.login .banner-wrap .slide-wrap .slick-slide li a {
  height: 100%;
}
.my1pay.login .banner-wrap .slide-wrap .slick-slide li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.my1pay.login .banner-wrap .slide-wrap .slick-slide li a img.slide-pc {
  display: block;
}
.my1pay.login .banner-wrap .slide-wrap .slick-slide li a img.slide-mob {
  display: none;
}
.my1pay.login .banner-wrap .slide-wrap .slick-dots {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  overflow: hidden;
}
.my1pay.login .banner-wrap .slide-wrap .slick-dots li {
  float: left;
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.625rem;
  border-radius: 50%;
  background-color: #292929;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.my1pay.login .banner-wrap .slide-wrap .slick-dots li.slick-active {
  background-color: #fff;
}
.my1pay.login .banner-wrap .step-wrap {
  margin-top: 1.875rem;
  padding: 1.875rem 0;
  border-radius: 10px;
  background-color: #f9fafc;
  border: 1px solid #dae1e6;
}
.my1pay.login .banner-wrap .step-wrap strong {
  display: block;
  width: 90%;
  max-width: 29.5rem;
  padding: 0.75rem 0;
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #292929;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.my1pay.login .banner-wrap .step-wrap strong span {
  color: #0f7eed;
}
.my1pay.login .banner-wrap .step-wrap ul {
  padding: 1.563rem 0 0;
  overflow: hidden;
}
.my1pay.login .banner-wrap .step-wrap ul li {
  float: left;
  width: 33%;
  height: 17.2rem;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  line-height: 1.5;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center bottom -1rem;
  font-size: 0.938rem;
}
.my1pay.login .banner-wrap .step-wrap ul li span {
  display: block;
  width: 5.75rem;
  padding: 0.313rem 0;
  margin: 0 auto 1rem;
  border-radius: 3rem;
  background-color: #ffea81;
  font-size: 0.875rem;
  font-weight: 700;
}
.my1pay.login .banner-wrap .step-wrap ul li:nth-child(1) {
  border-left: none;
  background-image: url(../image/login/img_guide_01.png);
}
.my1pay.login .banner-wrap .step-wrap ul li:nth-child(2) {
  background-image: url(../image/login/img_guide_02.png);
}
.my1pay.login .banner-wrap .step-wrap ul li:nth-child(3) {
  background-image: url(../image/login/img_guide_03.png);
}
.my1pay.login .point-wrap {
  position: absolute;
  bottom: 6.25rem;
  right: 0;
  width: 19.313rem;
  border: 3px solid #0f7eed;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px 0 #e6e6e6;
  box-shadow: 10px 10px 30px 0 #e6e6e6;
}
.my1pay.login .point-wrap p {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  text-align: center;
}
.my1pay.login .point-wrap p strong {
  display: block;
  margin: 0 0 0.625rem;
  color: #0f7eed;
  font-size: 1rem;
  font-weight: 700;
}
.my1pay.login .point-wrap p::before {
  content: "";
  display: inline-block;
  width: 11.5rem;
  height: 7.75rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: -2.35rem auto 0;
  background-image: url(../image/login/img_point.png);
  background-size: 100% auto;
}
.my1pay.login .point-wrap ul {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.my1pay.login .point-wrap ul li {
  position: relative;
  float: left;
  width: 50%;
  height: 4.375rem;
  border-top: 1px solid #dae1e6;
  border-left: 1px solid #dae1e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.my1pay.login .point-wrap ul li:nth-child(odd) {
  border-left: none;
}
.my1pay.login .point-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.my1pay.login .point-wrap ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .my1pay.login .banner-wrap {
    max-width: calc(100% - 20rem);
    padding: 0 1rem 3.125rem 0;
  }
  .my1pay.login .banner-wrap > p {
    background-size: 30% auto;
    background-position: right 2rem center;
  }
}
@media only screen and (max-width: 768px) {
  .my1pay.login header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1000;
  }
  .my1pay.login header .mob-user {
    position: absolute;
    top: calc(50% - 1rem);
    right: 1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(../image/icon_user.svg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
  }
  .my1pay.login .login-wrap {
    position: relative;
    top: 10rem;
    width: 100%;
    padding: 4rem 0 3rem;
    background-color: #fff;
    border-bottom: none;
  }
  .my1pay.login .login-wrap h1 {
    display: block;
  }
  .my1pay.login .login-wrap h1 span {
    display: none;
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
  }
  .my1pay.login .login-wrap h1 a {
    display: none;
    width: 5.5rem;
    height: 1.5rem;
    margin: 0 0 0.875rem;
  }
  .my1pay.login .login-wrap > p {
    font-size: 1.313rem;
  }
  .my1pay.login .login-wrap > p span {
    display: none;
  }
  .my1pay.login .login-wrap .input-box input[type=text],
  .my1pay.login .login-wrap .input-box input[type=password] {
    padding: 0.938rem 0.625rem;
    border-radius: 5px;
  }
  .my1pay.login .login-wrap .input-box.required::after {
    margin-top: 0.75rem;
  }
  .my1pay.login .login-wrap .input-box.required ~ .find {
    top: 41rem;
  }
  .my1pay.login .login-wrap .save {
    position: absolute;
    top: 15.25rem;
    color: #666;
  }
  .my1pay.login .login-wrap .save input[type=checkbox] + label {
    font-size: 0.875rem;
  }
  .my1pay.login .login-wrap .save input[type=checkbox] + label::before {
    width: 1.125rem;
    height: 1.125rem;
    margin: -1px 0.625rem 0 0;
  }
  .my1pay.login .login-wrap .save input[type=checkbox]:checked + label::before {
    background-image: url("../image/check_on_round_s.svg");
  }
  .my1pay.login .login-wrap .join + .find {
    text-align: left;
  }
  .my1pay.login .login-wrap .find {
    position: absolute;
    top: 40rem;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .my1pay.login .login-wrap .find a {
    float: none;
    display: inline-block;
    font-size: 0.875rem;
  }
  .my1pay.login .login-wrap .btns {
    margin-top: 1.875rem;
  }
  .my1pay.login .login-wrap .btns .btn {
    padding: 1.063rem 0;
    border-radius: 10px;
    font-size: 1rem;
  }
  .my1pay.login .login-wrap .mob-scroll {
    position: inherit;
    top: auto;
    display: block;
    width: 100%;
    height: 2rem;
    margin-top: 1.25rem;
    color: #0e8eff;
    font-size: 0.813rem;
    text-align: center;
  }
  .my1pay.login .login-wrap .mob-scroll::after {
    content: "";
    display: inline-block;
    width: 0.813rem;
    height: 0.813rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: -2px 0 0 0.313rem;
    background-image: url(../image/login/login-mob-scroll.svg);
    background-size: 100%;
  }
  .my1pay.login .login-wrap .login-sns-ul {
    max-width: 100%;
  }
  .my1pay.login .login-wrap .login-sns-ul .login-sns-img {
    max-width: 100%;
  }
  .my1pay.login .login-wrap .info-chrome {
    margin: 3rem 0;
  }
  .my1pay.login .banner-wrap {
    max-width: 100%;
    padding: 0 0rem 0rem 0;
    margin: 6.25rem 0 0;
    border-right: none;
  }
  .my1pay.login .banner-wrap .step-wrap {
    padding: 1.875rem 0 0;
  }
  .my1pay.login .banner-wrap > p {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 4rem 0 0;
    border-top: none;
    border-bottom: none;
    background-size: 30% auto;
    background-position: right 1rem center;
    font-size: 1rem;
  }
  .my1pay.login .banner-wrap > p img {
    width: 30%;
  }
  .my1pay.login .banner-wrap .slide-wrap {
    padding-bottom: 31%;
  }
  .my1pay.login .banner-wrap .slide-wrap .slick-slider {
    position: absolute;
    top: 0;
    left: -6%;
    width: 111.5%;
    height: 100%;
  }
  .my1pay.login .banner-wrap .slide-wrap .slick-slide li a img.slide-pc {
    display: none;
  }
  .my1pay.login .banner-wrap .slide-wrap .slick-slide li a img.slide-mob {
    display: block;
  }
  .my1pay.login .banner-wrap .step-wrap {
    background-color: transparent;
    border: none;
    padding: 3.5rem 0 5rem;
  }
  .my1pay.login .banner-wrap .step-wrap strong {
    padding: 1.55rem 0;
    font-size: 1rem;
  }
  .my1pay.login .banner-wrap .step-wrap ul li {
    width: 100%;
    height: auto;
    padding: 1.563rem 0 13.25rem;
    margin-bottom: 1.25rem;
    border-radius: 10px;
    background-color: #f9fafc;
    border: 1px solid #dae1e6;
    background-position: center bottom -0.45rem;
    background-size: auto 66%;
    font-size: 1rem;
  }
  .my1pay.login .banner-wrap .step-wrap ul li:nth-child(1) {
    border-left: 1px solid #dae1e6;
    background-size: auto 68%;
  }
  .my1pay.login .banner-wrap .step-wrap ul li span {
    font-size: 0.9rem;
  }
  .my1pay.login .point-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .my1pay.login .point-wrap p {
    margin: 0 0 2rem;
    font-size: 0.865rem;
  }
  .my1pay.login .point-wrap p::before {
    margin: -3.5rem auto 0.8rem;
  }
}
@media only screen and (max-width: 280px) {
  .my1pay.login .login-sns-ul li .login-sns {
    height: 3.25rem;
  }
}
.login_v2 .content .center {
  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;
}
.login_v2 .content .center .slide_wrap {
  width: 75%;
  height: 100%;
  padding: 3.125rem 3.125rem 3.125rem 0;
  border-right: 1px solid #dae1e6;
}
.login_v2 .content .center .slide_wrap.pc {
  max-width: 56.3125rem;
}
.login_v2 .content .center .login_wrap {
  width: 100%;
  max-width: 19.313rem;
}
.login_v2 .content .center .login_wrap .lw_box strong {
  display: block;
  padding-bottom: 0.938rem;
  color: #666;
}
.login_v2 .content .center .login_wrap .lw_box .login-sns-ul {
  margin-bottom: 3.125rem;
}
.login_v2 .content .center .login_wrap .lw_box .login-sns-ul li {
  margin-bottom: 0.625rem;
}
.login_v2 .content .center .login_wrap .lw_box .login-sns-ul .login-sns-img {
  max-width: 100%;
  height: 60px;
}
.login_v2 .content .center .login_wrap .lw_box .login-sns-ul .login-sns-img::before {
  left: 25px;
}
.login_v2 .content .center .login_wrap .lw_box > div {
  margin-bottom: 0.625rem;
}
.login_v2 .content .center .login_wrap .lw_box .input-box {
  width: 100%;
}
.login_v2 .content .center .login_wrap .lw_box .input-box input {
  width: 100%;
  padding: 1.125rem;
}
.login_v2 .content .center .login_wrap .lw_box .btns .btn {
  width: 100%;
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.login_v2 .content .center .login_wrap .lw_box.join {
  margin-bottom: 3.875rem;
}
.login_v2 .content .center .login_wrap .lw_box.join .btns .btn.btn-b {
  font-size: 0.938rem;
  font-weight: normal;
}
.login_v2 .content .center .login_wrap .lw_box .link {
  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;
}
.login_v2 .content .center .login_wrap .lw_box .link li a {
  display: block;
  font-size: 0.813rem;
  color: #666;
}
.login_v2 .content .center .login_wrap .lw_box .link li a::after {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 0.875rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -2px;
  margin-right: 0.15rem;
  background-image: url(../image/icon_more.svg);
}
.login_v2.station-sub .content.center h2 {
  font-weight: bold;
}
.login_v2.station-sub .content.center .box.box-g.station-sub-top ul {
  width: 100%;
  max-width: 25rem;
  padding: 1.563rem 1.875rem 0;
  margin: 1.875rem auto 1.25rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 0.938rem;
  line-height: 1.5;
}
.login_v2.station-sub .content.center .box.box-g.station-sub-top ul li {
  padding: 0 0 1.563rem;
  text-align: left;
}
.login_v2.station-sub .content.center .box.box-g.station-sub-top ul li span {
  display: inline-block;
}
.login_v2.station-sub .content.center .box.box-g.station-sub-top ul li span:nth-child(1) {
  width: 100px;
}
.login_v2.station-sub .content.center .box.box-g.station-sub-top ul li span:nth-child(2) {
  font-weight: 700;
}
.login_v2.station-sub .content.center .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
}
.login_v2.station-sub .content.center .btn-area .btn {
  display: block;
  max-width: 15.625rem;
}
.login_v2.station-sub.info .content.center .box.box-g.station-sub-top::before {
  width: 30%;
  background-image: url(../image/login/bg_coin_01.png);
  top: 26%;
  left: 4%;
}
.login_v2.station-sub.info .content.center .box.box-g.station-sub-top::after {
  content: "";
  display: inline-block;
  width: 45%;
  height: 150%;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 70%;
  left: 83%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/login/bg_coin_02.png);
  background-position: center left calc(50% + 1.5rem);
  background-size: 97% auto;
}
.login_v2.station-sub.pwre .station-sns-box {
  font-size: 1.25rem;
}
.login_v2.station-sub.pwre .station-sub-top {
  padding: 3.75rem 0;
}
.login_v2.station-sub.pwre .station-sub-top.user-form table tr:nth-child(1) td input {
  background-color: #fff;
  border: 1px solid #ddd;
}
.login_v2.station-sub.pwre .btn-area .btn:nth-child(1) {
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
  color: #b5b5b5;
}
.login_v2.station-sub.pwre_com .content.center .box.box-g.station-sub-top {
  padding: 4rem 0;
}
.login_v2.station-sub.pwre_com .content.center .box.box-g.station-sub-top::before {
  height: 20rem;
  background-image: url(../image/login/bg_security.png);
}
.login_v2.station-sub.pwre_com .content.center .btn-area {
  margin-top: 6.5rem;
}

.slide_wrap {
  position: relative;
  width: 100%;
}
.slide_wrap.mo {
  display: none;
}
.slide_wrap .slick-slider {
  overflow: hidden;
}
.slide_wrap .slick-slide {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_wrap .slick-slide li {
  height: 100%;
}
.slide_wrap .slick-slide li a {
  height: 100%;
}
.slide_wrap .slick-slide li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.slide_wrap .slick-slide li a img.slide-pc {
  display: block;
}
.slide_wrap .slick-slide li a img.slide-mob {
  display: none;
}
.slide_wrap .slick-arrow {
  position: absolute;
  top: 50%;
  width: 3.625rem;
  height: 3.625rem;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
  z-index: 3000;
  background-image: url(../image/login/btn_banner_left_on.png);
  background-position: center;
  background-repeat: no-repeat;
}
.slide_wrap .slick-arrow.off {
  background-image: url(../image/login/btn_banner_right_off.png);
}
.slide_wrap .slick-arrow.slick-prev {
  left: -1.8rem;
}
.slide_wrap .slick-arrow.slick-next {
  right: 1.3rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slide_wrap .slick-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.slide_wrap .slick-dots li {
  float: left;
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.625rem;
  border-radius: 50%;
  background-color: #dedede;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.slide_wrap .slick-dots li:nth-child(1) {
  margin-left: 0;
}
.slide_wrap .slick-dots li.slick-active {
  background-color: #292929;
}
.slide_wrap .circle_progress_wrap {
  position: absolute;
  bottom: 0.875rem;
  right: 45%;
  width: 28px;
  height: 28px;
}
.slide_wrap .circle_progress_wrap .frame, .slide_wrap .circle_progress_wrap .fill {
  fill: none;
}
.slide_wrap .circle_progress_wrap .frame {
  stroke: #f5f5f5;
}
.slide_wrap .circle_progress_wrap .bar {
  fill: transparent;
  stroke: #dedede;
  stroke-linecap: round;
  stroke-dasharray: 339;
  stroke-dashoffset: 340px;
}
.slide_wrap .circle_progress_wrap .play, .slide_wrap .circle_progress_wrap .stop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  font-size: 1px;
  text-indent: -9999px;
  white-space: nowrap;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.slide_wrap .circle_progress_wrap .play {
  display: none;
}
.slide_wrap .circle_progress_wrap .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -3px;
  border-left: 9px solid #dedede;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.slide_wrap .circle_progress_wrap .stop::before, .slide_wrap .circle_progress_wrap .stop::after {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: #dedede;
}
.slide_wrap .circle_progress_wrap .stop::before {
  margin: -1px 0 0 -8px;
}
.slide_wrap .circle_progress_wrap .stop::after {
  margin: -1px 0 0 -2px;
}

@media only screen and (max-width: 1280px) {
  .login_v2 .content .center {
    display: block;
    max-width: 480px;
  }
  .login_v2 .content .center .slide_wrap {
    width: 100%;
    padding: 3.125rem 0;
    margin-top: 1.25rem;
    border-right: none;
    border-bottom: 9px solid #f8f8f8;
  }
  .login_v2 .content .center .slide_wrap.pc {
    display: none;
  }
  .login_v2 .content .center .slide_wrap.mo {
    display: block;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-slide li {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-arrow {
    top: auto;
    bottom: 1.5rem;
    width: 0.5rem;
    height: 0.45rem;
    background-image: url(../image/login/btn_banner_left_on.svg) !important;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-arrow.slick-prev {
    left: 35%;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-arrow.slick-next {
    right: 35%;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-dots {
    left: 50%;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .login_v2 .content .center .login_wrap {
    max-width: 100%;
    padding: 1.875rem 0 3.125rem;
    margin-bottom: 1.875rem;
  }
  .login_v2 .content .center .login_wrap .lw_box strong {
    font-size: 0.813rem;
  }
  .login_v2 .content .center .login_wrap .lw_box .login-sns-ul {
    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;
    gap: 0.625rem;
  }
  .login_v2 .content .center .login_wrap .lw_box .login-sns-ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .login_v2 .content .center .login_wrap .lw_box.join {
    margin-bottom: 1.875rem;
    overflow: hidden;
  }
  .login_v2 .content .center .login_wrap .lw_box.join .input-box {
    float: left;
    width: calc(70% - 0.625rem);
    margin-right: 0.625rem;
  }
  .login_v2 .content .center .login_wrap .lw_box.join .btns {
    float: left;
    width: 30%;
  }
  .login_v2.station-sub.info .content.center .box.box-g.station-sub-top::before, .login_v2.station-sub.info .content.center .box.box-g.station-sub-top::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .login_v2.wheader header {
    position: inherit;
    background-color: #fff;
  }
  .login_v2.wheader header .center {
    width: 90%;
  }
  .login_v2.wheader header h1 a {
    height: 1.5rem;
    background-image: url("../image/logo_my1pay_by.svg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .login_v2.wheader header h1 a img {
    display: none;
  }
  .login_v2.wheader header p {
    display: inline-block;
    font-size: 0.938rem;
  }
  .login_v2.wheader header p::before {
    margin: 0.625rem;
    height: 0.625rem;
    background-color: #292929;
  }
  .login_v2 .content .center {
    width: 100%;
  }
  .login_v2 .content .center .slide_wrap.mo {
    padding: 0 5% 3rem;
    margin: 0;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-arrow.slick-prev {
    left: 32%;
  }
  .login_v2 .content .center .slide_wrap.mo .slick-arrow.slick-next {
    right: 32%;
  }
  .login_v2 .content .center .login_wrap {
    padding: 1.875rem 5%;
  }
  .login_v2 .content .center .login_wrap .lw_box .login-sns-ul {
    margin-bottom: 1.625rem;
  }
  .login_v2 .content .center .login_wrap .lw_box .login-sns-ul .login-sns-img {
    height: 3.125rem;
    padding-left: 10px;
    font-size: 0.938rem;
  }
  .login_v2 .content .center .login_wrap .lw_box .login-sns-ul .login-sns-img::before {
    left: 10px;
  }
  .login_v2 .content .center .login_wrap .lw_box .input-box input {
    padding: 0.75rem 0.625rem 0.825rem;
    border-radius: 10px;
  }
  .login_v2 .content .center .login_wrap .lw_box .btns .btn {
    padding: 1rem 0;
    border-radius: 10px;
    font-size: 1rem;
  }
  .login_v2 .content .center .login_wrap .lw_box .link {
    padding-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .login_v2 .content .center .login_wrap .lw_box .link li a::after {
    display: none;
  }
  .login_v2 .content .center .login_wrap .lw_box .link li:nth-child(2) a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.625rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: -1px 0.625rem 0;
    background-color: #666;
  }
  .login_v2 footer {
    background-color: #fff;
  }
  .login_v2.station-sub .content.center {
    width: 100%;
  }
  .login_v2.station-sub .content.center h2 {
    font-size: 1.125rem;
  }
  .login_v2.station-sub .content.center .box.box-g.station-sub-top p {
    font-size: 0.875rem;
  }
  .login_v2.station-sub .content.center .box.box-g.station-sub-top ul {
    width: calc(100% - 5rem);
    padding: 0.625rem 1.25rem;
    margin: 1.25rem auto 0;
    font-size: 0.875rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
  }
  .login_v2.station-sub .content.center .box.box-g.station-sub-top ul li {
    padding: 0 0 0.625rem;
    text-align: left;
  }
  .login_v2.station-sub .content.center .box.box-g.station-sub-top ul li span {
    display: inline-block;
  }
  .login_v2.station-sub .content.center .box.box-g.station-sub-top ul li span:nth-child(1) {
    width: 4.375rem;
  }
  .login_v2.station-sub .content.center .box.box-g.station-sub-top ul li span:nth-child(2) {
    font-weight: normal;
  }
  .login_v2.station-sub .content.center .btn-area {
    gap: 0rem;
  }
  .login_v2.station-sub .content.center .btn-area .btn {
    max-width: 100%;
  }
  .login_v2.station-sub.pwre h2 {
    border-bottom: 9px solid #f8f8f8;
  }
  .login_v2.station-sub.pwre h2::before {
    background-image: url(../image/login/icon_security.svg);
  }
  .login_v2.station-sub.pwre .station-sns-box {
    display: none;
  }
  .login_v2.station-sub.pwre .station-sub-top {
    padding: 2.5rem 5%;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
  }
  .login_v2.station-sub.pwre_com .content.center .btn-area .btn:nth-child(1) {
    background-color: #292929;
    color: #fff;
  }
}
.user-main input[type=checkbox] + label::before,
.user-sub input[type=checkbox] + label::before {
  width: 1rem;
  height: 1rem;
  margin: -1px 0.313rem 0 0;
  border: none;
  border-radius: 3px;
}
.user-main input[type=checkbox]:checked + label::before,
.user-sub input[type=checkbox]:checked + label::before {
  background-color: transparent;
  background-image: url("../image/checkbox_on.svg");
  background-size: 100%;
  border: none !important;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

/*main content*/
.user-main .content {
  padding-bottom: 0 !important;
}
.user-main section {
  padding: 3.125rem 0 0rem;
}
.user-main section:nth-of-type(even) {
  background-color: #f8f8f8;
}
.user-main section ul li {
  display: inline-block;
}
.user-main section .mc-title {
  padding: 0.5rem 0;
  margin-bottom: 1.563rem;
  border-bottom: 1px solid #ddd;
}
.user-main section .mc-title h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.user-main section .mc-title h2::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 0.313rem 0 0;
  background-size: 100%;
}
.user-main section .mc-title a {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  right: 0;
  color: #0f7eed;
  font-size: 0.938rem;
}
.user-main section .mc-title a::after {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 0.938rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/main/icon_btn_more.png);
  margin: -1.5px 0 0 3px;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}
.user-main section .mc-title a:hover {
  top: 0.563rem;
  font-weight: 700;
}
.user-main section .mc-title a:hover::after {
  background-image: url(../image/main/icon_btn_more_on.png);
}
.user-main section .mc-item02 .mc-title h2::before {
  background-image: url(../image/main/icon_title_02.svg);
}
.user-main section .mc-item03 .mc-title h2::before {
  background-image: url(../image/main/icon_title_03.svg);
}
.user-main section .mc-item04 .mc-title h2::before {
  background-image: url(../image/main/icon_title_04.svg);
}
.user-main section .mc-item05 .mc-title h2::before {
  background-image: url(../image/main/icon_title_05.svg);
}
.user-main section .mc-item05 .mc-title h2::before {
  background-image: url(../image/main/icon_cooperation_off.svg);
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 {
  width: 25rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  text-align: center;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8f8f8;
  min-height: calc(100% - 5.7rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 10px 10px 0 0;
  line-height: 1.25;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div {
  width: 10.375rem;
  margin: 0px auto 0.625rem;
  padding: 0.5rem;
  background-color: #0f7eed;
  border-radius: 10px;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div > div {
  padding: 1.563rem;
  border: 1px solid #fff;
  border-radius: 10px;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div > div span {
  display: block;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 0.75rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div > div span:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -2px 5px 0 0;
  background-image: url(../image/main/icon_user.png);
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info .ui-userName {
  font-weight: 700;
  font-size: 1.125rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.7rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.313rem;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all {
  border-right: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: 1.25rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all strong {
  display: block;
  font-size: 1rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail {
  font-size: 1rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide {
  position: relative;
  width: 52.313rem;
  height: 22.5rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-list {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-track {
  height: 100%;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-track .slick-slide {
  float: left;
  width: 100%;
  height: 10.625rem;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-track .slick-slide a,
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-track .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-arrow {
  position: absolute;
  left: 50%;
  width: 2.688rem;
  height: 2.688rem;
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-arrow.slick-prev {
  top: -1.125rem;
  background-image: url(../image/main/icon_up_banner_on.svg);
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-arrow.slick-prev.off {
  background-image: url(../image/main/icon_up_banner_off.svg);
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-arrow.slick-next {
  top: auto;
  bottom: -1.5rem;
  background-image: url(../image/main/icon_down_banner_on.svg);
}
.user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-arrow.slick-next.off {
  display: block;
  background-image: url(../image/main/icon_down_banner_off.svg);
}
.user-main section:nth-of-type(1) .mc-item02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area {
  height: 17.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .nodataInfo {
  padding-top: 0.5rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top {
  height: 13.563rem;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail {
  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: 1rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail label {
  font-size: 0.813rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .gd-btn-area > div {
  display: inline-block;
  margin-bottom: 0.625rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail button {
  display: inline-block;
  padding: 5px 1rem;
  background-color: #fff;
  border-radius: 20px;
  font-size: 0.75rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail button.on {
  background-color: #0e8eff;
  color: #fff;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal {
  display: inline-block;
  height: 1.688rem;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .calendar {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 100%;
  margin-left: 2rem;
  cursor: pointer;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .calendar::before {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 0.938rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.1rem;
  left: -1.25rem;
  background-image: url(../image/main/icon_calendar.svg) !important;
  background-size: 100% auto;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .calendar input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0.75rem;
  border: none;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .wave {
  display: inline-block;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .wave + .calendar {
  margin: 0 0.5rem 0 0;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .wave + .calendar::before {
  display: none;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal button {
  padding: 5px 1.185rem;
  background-color: #292929;
  color: #fff;
  font-size: 0.75rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph {
  position: relative;
  text-align: center;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph:hover .txt {
  display: block;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph .txt {
  display: none;
  position: absolute;
  top: 15%;
  left: 43.2%;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0.313rem 0.313rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 0.313rem 0.313rem rgba(0, 0, 0, 0.16);
  font-size: 0.75rem;
  text-align: center;
  z-index: 10;
  font-weight: 700;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph .txt span {
  font-size: 0.625rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph .txt::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.438rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li {
  position: relative;
  width: calc(50% - 2px);
  line-height: 3.1;
  text-align: center;
  font-size: 0.875rem;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #292929;
  margin: 0 10px 3px 0;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li span {
  display: inline-block;
  min-width: 6rem;
  text-align: center;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li:nth-child(1) span {
  color: #0f7eed;
  font-size: 1.25rem;
  font-weight: 700;
}
.user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2.813rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-color: #e5e5e5;
}
.user-main section:nth-of-type(1) .mc-item03 {
  margin-bottom: 10rem;
}
.user-main section:nth-of-type(1) .mc-item03 ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 2rem;
  row-gap: 5rem;
}
.user-main .slick-arrow {
  position: absolute;
  top: 10rem;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.user-main .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../image/main/icon_more_left_off.png);
}
.user-main .slick-arrow.slick-prev:hover {
  background-image: url(../image/main/icon_more_left_on.png);
}
.user-main .slick-arrow.slick-prev.slick-disabled {
  background-image: url(../image/main/icon_more_left.png);
  cursor: default;
}
.user-main .slick-arrow.slick-next {
  right: 0;
  background-image: url(../image/main/icon_more_right_off.png);
}
.user-main .slick-arrow.slick-next:hover {
  background-image: url(../image/main/icon_more_right_on.png);
}
.user-main .slick-arrow.slick-next.slick-disabled {
  background-image: url(../image/main/icon_more_right.png);
  cursor: default;
}

/*sub content*/
.user-sub .content.center {
  min-height: calc(100vh - 22.7rem);
}
.user-sub .user-sub-title {
  font-size: 1.125rem;
  line-height: 2.2;
  border-bottom: 1px solid #ddd;
}
.user-sub .my-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 3.75rem 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.user-sub .my-sub-title .mst-link {
  margin-left: auto;
  font-size: 1rem;
  font-weight: normal;
  color: #0f7eed;
}
.user-sub .my-sub-title .mst-link::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #0f7eed;
  border-top: 2px solid #0f7eed;
}
.user-sub .sub-title h2 {
  padding: 2.813rem 0 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.user-sub .sub-cnt-box {
  padding: 1.25rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.user-sub .graph {
  background-color: #f8f8f8;
  padding-bottom: 3rem;
}
.user-sub .graph .center ul li {
  display: inline-block;
}
.user-sub .graph .graph-area {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.user-sub .graph .graph-area .ga-top {
  border-radius: 10px 10px 0 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}
.user-sub .graph .graph-area .ga-top .ga-detail {
  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: 1rem;
}
.user-sub .graph .graph-area .ga-top .ga-detail label {
  font-size: 0.813rem;
}
.user-sub .graph .graph-area .ga-top .ga-detail .gd-btn-area > div {
  display: inline-block;
}
.user-sub .graph .graph-area .ga-top .ga-detail button {
  display: inline-block;
  padding: 5px 1rem;
  background-color: #fff;
  border-radius: 20px;
  font-size: 0.75rem;
}
.user-sub .graph .graph-area .ga-top .ga-detail button.on {
  background-color: #0e8eff;
  color: #fff;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal {
  display: inline-block;
  height: 1.688rem;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .calendar {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 100%;
  margin-left: 2rem;
  cursor: pointer;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .calendar::before {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 0.938rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.1rem;
  left: -1.25rem;
  background-image: url(../image/main/icon_calendar.svg) !important;
  background-size: 100% auto;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .calendar input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0.75rem;
  border: none;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .wave {
  display: inline-block;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .wave + .calendar {
  margin: 0 0.5rem 0 0;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .wave + .calendar::before {
  display: none;
}
.user-sub .graph .graph-area .ga-top .ga-detail .ga-cal button {
  padding: 5px 1.185rem;
  background-color: #0e8eff;
  color: #fff;
  font-size: 0.75rem;
}
.user-sub .graph .graph-area .ga-top .ga-graph {
  text-align: center;
}
.user-sub .graph .graph-area .ga-top .ga-graph p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 8.5rem;
  margin-bottom: 1.5rem;
}
.user-sub .graph .graph-area .ga-top .ga-graph:hover .txt {
  display: block;
}
.user-sub .graph .graph-area .ga-top .ga-graph .txt {
  display: none;
  position: absolute;
  top: 15%;
  left: 46%;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0.313rem 0.313rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 0.313rem 0.313rem rgba(0, 0, 0, 0.16);
  font-size: 0.75rem;
  text-align: center;
  z-index: 10;
  font-weight: 700;
}
.user-sub .graph .graph-area .ga-top .ga-graph .txt span {
  font-size: 0.625rem;
}
.user-sub .graph .graph-area .ga-top .ga-graph .txt::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.438rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.user-sub .graph .graph-area .ga-info ul li {
  position: relative;
  width: calc(50% - 3px);
  line-height: 3.1;
  text-align: center;
  font-size: 0.875rem;
}
.user-sub .graph .graph-area .ga-info ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #292929;
  margin: 0 10px 5px 0;
}
.user-sub .graph .graph-area .ga-info ul li span {
  display: inline-block;
  min-width: 6rem;
  text-align: center;
  vertical-align: middle;
}
.user-sub .graph .graph-area .ga-info ul li:nth-child(1) span {
  color: #0f7eed;
  font-size: 1.25rem;
  font-weight: 700;
}
.user-sub .graph .graph-area .ga-info ul li:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2.813rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-color: #e5e5e5;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area {
  padding: 0.5rem;
  background-color: #f2f4f6;
  border-radius: 10px;
  overflow: hidden;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area > div {
  display: inline-block;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area button {
  display: inline-block;
  padding: 5px 0 5px 1rem;
  font-size: 0.75rem;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area button.on {
  color: #0e8eff;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area button::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
  margin: -2px 0 0 1rem;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area button:nth-child(4)::after {
  display: none;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal {
  display: inline-block;
  float: right;
  padding: 0;
  background-color: #fff;
  border-radius: 6px;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .calendar {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 100%;
  margin-left: 2rem;
  cursor: pointer;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .calendar::before {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 0.938rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.1rem;
  left: -1.25rem;
  background-image: url(../image/main/icon_calendar.svg) !important;
  background-size: 100% auto;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .calendar input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0.75rem;
  border: none;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .wave {
  display: inline-block;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .wave + .calendar {
  margin: 0 0.5rem 0 0;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .wave + .calendar::before {
  display: none;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal button {
  padding: 0.5rem 1.25rem;
  color: #fff;
  font-size: 0.638rem;
  background-color: #292929;
  border-radius: 0 6px 6px 0;
}
.user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal button::after {
  display: none;
}
.user-sub .graph .list-area .la-graph {
  position: relative;
  min-height: 650px;
  padding: 4rem 2rem;
  background-image: url(../image/main/sub_graph_list_bg.png);
  background-repeat: no-repeat;
  background-position: left -1.15rem top 0;
  background-size: 103% auto;
}
.user-sub .graph .list-area .la-graph .lg-info {
  position: relative;
  height: 3.25rem;
}
.user-sub .graph .list-area .la-graph .lg-info::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 14px;
  left: 0;
  background-color: #ddd;
  z-index: 1;
}
.user-sub .graph .list-area .la-graph .lg-info .lg-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.user-sub .graph .list-area .la-graph .lg-info .lg-tab li {
  padding: 0.8rem 2.5rem;
  color: #aaa;
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.user-sub .graph .list-area .la-graph .lg-info .lg-tab li.on {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  color: #292929;
  background-color: #fff;
}
.user-sub .graph .list-area .la-graph .lg-info > div {
  position: absolute;
  bottom: 1rem;
  right: 0;
  z-index: 12;
}
.user-sub .graph .list-area .la-graph .lg-info > div select {
  border: none;
  font-size: 0.75rem;
  color: #292929;
}
.user-sub .graph .list-area .la-graph .lg-tabbox {
  display: none;
}
.user-sub .graph .list-area .la-graph .lg-tabbox.on {
  display: block;
  height: 600px;
  overflow: hidden;
  overflow-y: auto;
}
.user-sub .graph .list-area .la-graph .lg-tabbox.on::-webkit-scrollbar {
  width: 5px;
}
.user-sub .graph .list-area .la-graph .lg-tabbox.on::-webkit-scrollbar-thumb {
  background-color: #6d6d6d;
  border-radius: 5px;
}
.user-sub .graph .list-area .la-graph .lg-tabbox.on::-webkit-scrollbar-track {
  background-color: #bebebe;
  border-radius: 5px;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list {
  width: 100%;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #f2f4f6;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li > span {
  display: block;
  padding: 0.2rem 1rem;
  background-color: #f8f8f8;
  font-size: 0.75rem;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li {
  display: block;
  padding: 1rem 1rem;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 0.938rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.plus {
  color: #0f7eed;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.plus::before {
  content: "+";
  display: inline-block;
  margin: 0 5px 0 0;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.minus {
  color: #fc6b6b;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.minus::before {
  content: "-";
  display: inline-block;
  margin: 0 5px 0 0;
}
.user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.time {
  font-size: 0.8rem;
  color: #aaa;
}
.user-sub .mypoint {
  min-height: calc(100vh - 9rem);
  background-color: #f8f8f8;
}
.user-sub .mypoint .sub-cnt-box {
  padding: 1.25rem 1.875rem;
}
.user-sub .mypoint .detail-box {
  padding: 0.75rem 1.875rem;
  margin: 0.938rem 0 0;
  background-color: #f8f8f8;
  font-size: 0.875rem;
  color: #a8a8a8;
}
.user-sub .mypoint .detail-box li {
  position: relative;
  overflow: hidden;
}
.user-sub .mypoint .detail-box li::after {
  content: "";
  display: inline-block;
  width: calc(100% - 13rem);
  height: 1px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5rem;
  border-top: 1px dashed #dde2e6;
}
.user-sub .mypoint .detail-box li span {
  vertical-align: middle;
  line-height: 2.5;
}
.user-sub .mypoint .detail-box li span:nth-child(1) {
  float: left;
}
.user-sub .mypoint .detail-box li span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 0.938rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.313rem;
  background-image: url(../image/icon_nextlevel.svg);
}
.user-sub .mypoint .detail-box li span:nth-child(2) {
  float: right;
}
.user-sub .mypoint .mp-list > ul > li {
  position: relative;
  padding: 0.75rem 0;
}
.user-sub .mypoint .mp-list > ul > li:nth-child(1) {
  padding: 0.625rem 0 2rem;
  margin: 0 0 0.625rem;
  border-bottom: 1px solid #e5e5e5;
}
.user-sub .mypoint .mp-list > ul > li:nth-child(1).info::after {
  position: absolute;
  bottom: 0.313rem;
  left: 0;
  display: block;
  content: "* 1 포인트는 1원의 가치를 가집니다.";
  font-size: 0.75rem;
  color: #e91c4d;
}
.user-sub .mypoint .mp-list .txt {
  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;
  font-size: 1.125rem;
}
.user-sub .mypoint .mp-list .txt .total {
  color: #0f7eed;
  font-weight: 700;
}

/*타블렛*/
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 {
    width: 38%;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all {
    padding: 0;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all a::before {
    display: block;
    margin: 0 auto;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    padding: 0;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide {
    max-width: 60%;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slide-main li {
    height: 11.35rem;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area {
    height: auto;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top {
    height: auto;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph {
    padding: 0.625rem 0;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph img {
    width: 87%;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li {
    padding: 0.8rem 0;
    vertical-align: top;
    line-height: 1.5;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li:nth-child(1)::after {
    height: 84%;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li span {
    display: block;
    text-align: center;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail {
    display: block;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail > span {
    padding: 0 0 0.8rem;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .gd-btn-area {
    float: right;
    text-align: right;
  }
  .user-sub .graph .graph-area .ga-top .ga-graph {
    clear: both;
    padding: 1rem 0;
  }
  .user-sub .graph .graph-area .ga-top .ga-graph img {
    width: 95%;
  }
  .user-sub .graph .list-area .la-graph {
    background-size: 100% 100%;
    background-position: left top;
  }
}
@media only screen and (max-width: 768px) {
  /*main 모바일*/
  .user-main {
    margin-bottom: 4.25rem;
  }
  .user-main header {
    margin-bottom: 0;
  }
  .user-main header .center {
    width: 100%;
    max-width: 95%;
  }
  .user-main .center {
    width: 100%;
    max-width: 100%;
  }
  .user-main section {
    position: relative;
    padding: 2rem 0 5rem;
    border-bottom: 9px solid #edf0f2;
  }
  .user-main section .mc-title {
    border-bottom: none;
    margin-bottom: 1rem;
  }
  .user-main section .mc-title h2 {
    font-size: 1rem;
  }
  .user-main section .mc-title h2::before {
    width: 1.5rem;
    height: 1.5rem;
    margin: -5px 0.3rem 0 0;
    background-size: 100% auto;
  }
  .user-main section .mc-title a {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 1.3rem 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .user-main section .mc-title a:hover {
    top: auto;
  }
  .user-main section:nth-of-type(even) .mc-title a {
    color: #292929;
  }
  .user-main section:nth-of-type(even) .mc-title a::after {
    background-image: url(../image/main/icon_more_g.png);
  }
  .user-main section:last-child {
    border-bottom: none;
  }
  .user-main section:nth-of-type(1) {
    display: block;
    padding: 0;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) {
    display: block;
    width: 100%;
    margin-bottom: 0rem;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 {
    display: grid;
    grid-template-columns: 9rem 1fr;
    width: 100%;
    padding: 5rem 1rem 2.5rem;
    border-radius: 0;
    border: none;
    border-bottom: 9px solid #f8f8f8;
    background-color: #0f7eed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info {
    height: auto;
    padding: 0 0 0.5rem;
    margin-right: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    border: none;
    line-height: 1.4;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div {
    width: 100%;
    height: 7.5rem;
    padding: 0.3rem;
    margin: 0 auto 0.2rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.5rem 0.5rem 0 1rem;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div > div {
    height: 100%;
    min-height: 5.3rem;
    padding: 0.5rem;
    border: 1px solid #0f7eed;
    border-radius: 0.5rem 0.5rem 0 1rem;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div > div span {
    padding: 0.45rem 0;
    color: #0f7eed;
    font-size: 0.7rem;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div > div span:nth-of-type(1) {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 700;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info > div > div span:nth-of-type(1)::before {
    width: 0.625rem;
    height: 0.625rem;
    background-image: url(../image/main/icon_user_y.png);
    background-size: auto 100%;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info .ui-userName {
    display: block;
    margin-top: 0.65rem;
    font-size: 1rem;
    color: #200022;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-info .ui-userName::before {
    content: "";
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: -0.5px 0.5rem 0 0;
    background-image: url(../image/main/icon_user_b.svg);
    background-size: auto 100%;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all {
    padding: 0 !important;
    border: none !important;
    height: 0.438rem;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail > a,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 0.8rem;
    background-color: #200022;
    border-radius: 0.625rem;
    color: #fff;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.125rem;
    background-image: url(../image/main/icon_mypay_more.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem top 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail > a::before,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all > a::before {
    display: none !important;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail > a strong,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all > a strong {
    display: block !important;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail > a span,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all > a span {
    font-size: 0.938rem;
    line-height: 1;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail > a b,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all > a b {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    padding-bottom: 0;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail.up-all,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-all.up-all {
    margin-bottom: 0.5rem;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-item01 .user-point > div.up-detail > a b {
    margin-right: 0.313rem;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide {
    position: relative;
    width: 100%;
    height: auto;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-track .slick-slide {
    float: left;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-track .slick-slide a,
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .slick-track .slick-slide img {
    width: 100%;
  }
  .user-main section:nth-of-type(1) > div:nth-of-type(1) .mc-slide .sm-btn {
    display: none !important;
  }
  .user-main section:nth-of-type(1) .mc-item02 {
    padding: 0 2.5% 5rem;
    margin: 0 auto;
  }
  .user-main section:nth-of-type(1) .mc-item02 .mc-title {
    padding-top: 2rem;
    margin-bottom: 0rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area {
    height: auto;
    padding-top: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .nodataInfo {
    padding: 3rem 0;
    font-size: 0.75rem;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top {
    height: auto;
    border: none;
    background-color: transparent;
    border-radius: 0.625rem;
    margin-bottom: 0.5rem;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail {
    display: block;
    padding: 0;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail label {
    display: block;
    padding: 1rem 0.5rem 0.8rem 0;
    text-align: right;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail label::before {
    margin-right: 0.2rem;
    background-color: #f8f8f8;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail input[type=checkbox]:checked + label::before {
    background-color: #0e8eff;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .gd-btn-area > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0rem;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .gd-btn-area > div button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail button {
    padding: 0.5rem 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 0.625rem;
    border: 1px solid #c9c9c9;
    border-radius: 0.3rem;
    text-align: center;
    color: #777;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail button:first-child {
    margin-left: 0;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail button:not(.search).on {
    border: 1px solid #0f7eed;
    background-color: #fff;
    color: #0f7eed;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 0.8rem 0;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .calendarBox {
    width: 100%;
    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;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .calendar {
    min-width: 6.65rem;
    width: 30%;
    margin: 0 0.5rem 0 0.25rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .calendar::before {
    top: 50%;
    left: 0rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .calendar input {
    display: inline-block;
    width: 100%;
    padding: 0.625rem 0;
    margin-left: 0.75rem;
    font-size: 0.875rem;
    border: none;
    text-align: center;
    font-weight: 400;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal .wave + .calendar::before {
    display: inline-block;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-detail .ga-cal button {
    display: inline-block;
    float: none;
    max-width: 6rem;
    padding: 0.55rem 0rem;
    margin-left: 0;
    border: 1px solid #292929;
    background-color: #292929;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px !important;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph {
    height: auto;
    background-color: #f2f4f6;
    border-radius: 0.938rem;
    text-align: center;
    line-height: 1;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-top .ga-graph img {
    padding: 2rem 0 1.5rem;
    width: 90%;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li {
    width: 100%;
    padding: 0.2rem 1rem;
    margin-top: 0.625rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li::before, .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li::after {
    display: none !important;
  }
  .user-main section:nth-of-type(1) .mc-item02 .graph-area .ga-info ul li span {
    float: right;
    padding: 0.8rem 0 0;
    line-height: 1;
    text-align: right;
  }
  .user-main section:nth-of-type(1) .mc-item03 {
    padding: 1.5rem 2.5% 5rem;
    margin-bottom: 0;
    border-top: 9px solid #f8f8f8;
  }
  .user-main section:nth-of-type(1) .mc-item03 ul {
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    gap: 0.625rem;
    row-gap: 2.5rem;
    margin-bottom: 1.5rem;
  }
  /*sub 모바일*/
  .user-sub {
    margin-bottom: 4.25rem;
  }
  .user-sub .content.center {
    width: 100%;
  }
  .user-sub .user-sub-title {
    padding: 0.813rem 0.938rem 0.813rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .user-sub .my-sub-title {
    padding: 2.5rem 0 0.625rem;
    font-size: 0.938rem;
    border-bottom: 1px solid #292929;
  }
  .user-sub .sub-title {
    padding: 2rem 0 0.75rem;
    border-bottom: 1px solid #ddd;
  }
  .user-sub .sub-title h2 {
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
  }
  .user-sub .sub-title h2::before {
    content: "";
    display: inline-block;
    width: 2.188rem;
    height: 2.188rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.68rem;
    height: 1.68rem;
    margin: -5px 0.3rem 0 0;
    background-size: 100% auto;
  }
  .user-sub .sub-title.st-graph h2::before {
    background-image: url(../image/main/icon_title_02.svg);
  }
  .user-sub .sub-title.st-graph2 h2::before {
    background-image: url(../image/main/icon_title_06.svg);
  }
  .user-sub .sub-cnt-box {
    padding: 0rem !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .user-sub .graph {
    min-height: calc(100vh - 14.35rem);
    padding-bottom: 0rem;
    background-color: #fff;
  }
  .user-sub .graph select {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin: 0 0 0 0.4rem;
    font-size: 0.75rem;
  }
  .user-sub .graph ul li {
    display: inline-block;
  }
  .user-sub .graph > .bb {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
  }
  .user-sub .graph > .bt {
    border-top: 0.938rem solid #eeeeee;
  }
  .user-sub .graph .graph-area {
    height: auto;
    padding-top: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .user-sub .graph .graph-area .ga-top {
    margin-bottom: 0.5rem;
    background-color: transparent;
    border: none;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail {
    display: block;
    padding: 0;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail label {
    display: block;
    padding: 1rem 0.5rem 0.8rem 0;
    text-align: right;
    font-size: 0.813rem;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail label::before {
    margin-right: 0.2rem;
    background-color: #f8f8f8;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail input[type=checkbox]:checked + label::before {
    background-color: #0e8eff;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .gd-btn-area > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .gd-btn-area > div button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail button {
    float: left;
    display: block;
    width: 4.75rem;
    padding: 0.5rem 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 0.4rem;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 0.3rem;
    text-align: center;
    color: #777;
    font-size: 0.75rem;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail button:first-child {
    margin-left: 0;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail button:not(.search).on {
    border: 1px solid #0f7eed;
    background-color: #fff;
    color: #0f7eed;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .ga-cal {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 0.8rem 0;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .calendarBox {
    width: 100%;
    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;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .calendar {
    min-width: 6.65rem;
    width: 30%;
    margin: 0 0.5rem 0 0.25rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .calendar::before {
    top: 50%;
    left: 0rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .calendar input {
    display: inline-block;
    width: 100%;
    padding: 0.625rem 0;
    margin-left: 0.5rem;
    font-size: 0.75rem;
    border: none;
    text-align: center;
    font-weight: 400;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .ga-cal .wave + .calendar::before {
    display: inline-block;
  }
  .user-sub .graph .graph-area .ga-top .ga-detail .ga-cal button {
    display: inline-block;
    float: none;
    max-width: 6rem;
    padding: 0.55rem 0rem;
    margin-left: 0;
    border: 1px solid #292929;
    background-color: #292929;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px !important;
  }
  .user-sub .graph .graph-area .ga-top .ga-graph {
    height: auto;
    padding: 0;
    background-color: #f2f4f6;
    border-radius: 0.938rem;
    text-align: center;
    line-height: 1;
  }
  .user-sub .graph .graph-area .ga-top .ga-graph img {
    padding: 2rem 0 1.5rem;
    width: 90%;
  }
  .user-sub .graph .graph-area .ga-top .ga-graph .txt {
    display: none !important;
  }
  .user-sub .graph .graph-area .ga-info ul li {
    position: relative;
    width: 100%;
    padding: 0.2rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 3.1;
  }
  .user-sub .graph .graph-area .ga-info ul li::before, .user-sub .graph .graph-area .ga-info ul li::after {
    display: none !important;
  }
  .user-sub .graph .graph-area .ga-info ul li span {
    display: inline-block;
    min-width: 6rem;
    float: right;
    padding: 0.8rem 0 0;
    line-height: 1;
    text-align: right;
    vertical-align: middle;
  }
  .user-sub .graph .graph-area .ga-info ul li:nth-child(1) span {
    color: #0f7eed;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .user-sub .graph .graph-area .ga-info ul li:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 2.813rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.5rem;
    right: 0;
    background-color: #e5e5e5;
  }
  .user-sub .graph .list-area .la-top .la-detail {
    padding: 1rem 0 0;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 4.75rem;
    padding: 0.5rem 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 0.4rem;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 0.3rem;
    text-align: center;
    color: #777;
    font-size: 0.75rem;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area button:first-child {
    margin-left: 0;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area button.on {
    border: 1px solid #0f7eed;
    background-color: #fff;
    color: #0f7eed;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area button::after {
    display: none !important;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal {
    clear: both;
    width: 100%;
    height: auto;
    padding: 0.8rem 0 !important;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .calendarBox {
    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;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .calendar {
    min-width: 6.65rem;
    width: 30%;
    margin: 0 0.75rem 0 0.25rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .calendar::before {
    top: 50%;
    left: 0rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .calendar input {
    width: 100%;
    padding: 0.625rem 0;
    margin-left: 0.75rem;
    font-size: 0.75rem;
    border: none;
    text-align: center;
    font-weight: 400;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal .wave + .calendar::before {
    display: inline-block;
  }
  .user-sub .graph .list-area .la-top .la-detail .ld-btn-area .la-cal button {
    display: inline-block;
    float: none;
    max-width: 6rem;
    padding: 0.55rem 0rem;
    margin-left: 0;
    border: 1px solid #292929;
    background-color: #292929;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px !important;
  }
  .user-sub .graph .list-area .la-graph {
    position: relative;
    min-height: 650px;
    padding: 0;
    background-image: none;
  }
  .user-sub .graph .list-area .la-graph .lg-info {
    position: relative;
    height: 3.25rem;
    margin: 0.8rem 0 3rem;
  }
  .user-sub .graph .list-area .la-graph .lg-info::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.25rem;
    left: 0;
    background-color: #ddd;
    z-index: 1;
  }
  .user-sub .graph .list-area .la-graph .lg-info .lg-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .user-sub .graph .list-area .la-graph .lg-info .lg-tab li {
    padding: 0.75rem 1.8rem;
    color: #aaa;
    font-size: 0.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
  }
  .user-sub .graph .list-area .la-graph .lg-info .lg-tab li.on {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    color: #292929;
  }
  .user-sub .graph .list-area .la-graph .lg-info > div {
    position: inherit;
    bottom: auto;
    padding: 4rem 0 0;
    text-align: right;
    z-index: 0;
  }
  .user-sub .graph .list-area .la-graph .lg-info > div select {
    border: 1px solid #e5e5e5;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox {
    display: none;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox.on {
    display: block;
    height: auto;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list {
    width: 100%;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #f2f4f6;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li > span {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #f8f8f8;
    font-size: 0.75rem;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li {
    display: block;
    padding: 1rem 1rem;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 0.938rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.plus {
    color: #0f7eed;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.plus::before {
    content: "+";
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.minus {
    color: #fc6b6b;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.point.minus::before {
    content: "-";
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .user-sub .graph .list-area .la-graph .lg-tabbox .lg-list > li ul li > span span.time {
    font-size: 0.8rem;
    color: #aaa;
  }
  .user-sub .mypoint {
    background-color: #fff;
  }
  .user-sub .mypoint .sub-title h2::before {
    display: none;
  }
  .user-sub .mypoint .mp-list .detail-box {
    padding: 0.938rem 0.625rem;
    font-size: 0.688rem;
  }
  .user-sub .mypoint .mp-list .detail-box li::after {
    display: none;
  }
  .user-sub .mypoint .mp-list > ul > li {
    padding: 0.625rem 0;
  }
  .user-sub .mypoint .mp-list > ul > li:nth-child(1) {
    padding: 1.75rem 0 2.5rem;
  }
  .user-sub .mypoint .mp-list > ul > li:nth-child(2) .txt span:nth-child(1) {
    color: #a8a8a8;
  }
  .user-sub .mypoint .mp-list .txt {
    font-size: 0.75rem;
  }
  .user-sub .mypoint .mp-list .txt .total {
    font-size: 1.125rem;
  }
}
.product-box {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-box .pb-img {
  position: relative;
  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;
  margin-bottom: 1.25rem;
  background-color: #f8f8f8;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-box .pb-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-box .pb-img img {
  display: inline-block;
  max-width: 70%;
  max-height: 100%;
}
.product-box .pb-txt {
  position: relative;
}
.product-box .pb-txt > span {
  display: block;
}
.product-box .pb-txt > span.pb-part {
  font-size: 0.725rem;
  color: #999;
}
.product-box .pb-txt > span.pb-title {
  padding: 1.125rem 0 0;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.product-box .pb-txt > span.pb-percent {
  display: inline-block;
  margin-right: 0.313rem;
  color: #0f7eed;
  font-size: 1.125rem;
  font-weight: 700;
}
.product-box .pb-txt > span.pb-price {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
}
.product-box .pb-txt > span.pb-discount {
  padding: 1.125rem 0 0rem;
  color: #999;
  font-size: 0.938rem;
  text-decoration: line-through;
}
.product-box .pb-txt > span.pb-count {
  color: #999;
}
.product-box .pb-txt > span.pb-count b {
  color: #0f7eed;
  font-weight: 400;
  margin-left: 0.625rem;
}
.product-box .pb-txt > span.pb-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ccc;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.product-box .pb-txt .barcode-wrap {
  width: 80%;
  max-width: 16rem;
  margin: 0 auto;
  text-align: center;
}
.product-box .pb-txt .barcode-wrap img {
  display: inline-block;
  max-width: 100%;
}
.product-box .pb-txt ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product-box .pb-txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #a8a8a8;
  font-size: 0.938rem;
  line-height: 1.5;
}
.product-box .pb-txt ul li span {
  color: #292929;
}
.product-box.nodiscount .pb-txt > span.pb-percent, .product-box.nodiscount .pb-txt > span.pb-discount {
  display: none;
}
.product-box.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-box.row ul {
  padding: 1.25rem 0;
  margin: 2.5rem 0 1.875rem;
}
.product-box.image {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 28.125rem;
  padding: 4.375rem 2.813rem 3.438rem;
  margin: 1.875rem auto 0;
  border-radius: 0;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
}
.product-box.image::before {
  content: "";
  display: inline-block;
  width: 5.25rem;
  height: 3.563rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.75rem;
  left: 0;
  width: 100%;
  background-image: url(../image/pointshop/img_card.svg);
  background-size: 100% auto;
  z-index: 10;
}
.product-box.image::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  left: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-box.image .pb-img {
  width: 19.375rem;
  max-width: 100%;
  margin: 0 auto 2.188rem;
  border-radius: 0;
}
.product-box.image .pb-txt {
  text-align: center;
}
.product-box.image .pb-txt > span.pb-part {
  font-size: 0.75rem;
  color: #0f7eed;
}
.product-box.image .pb-txt > span.pb-title {
  padding: 0;
  font-size: 0.938rem;
  line-height: 1.5;
}
.product-box.image .pb-txt .barcode-wrap {
  margin: 2.813rem auto 2.813rem;
}
.product-box.image .pb-txt ul {
  padding: 0.938rem;
}
.product-box.image .pb-txt ul li {
  font-size: 0.875rem;
}
.product-box.image .pb-txt ul li span {
  font-size: 0.875rem;
}
.product-box.disable img {
  opacity: 0.5;
}
.product-box.disable span {
  color: #a8a8a8;
}
.product-box.disable span.pb-part {
  color: #a8a8a8 !important;
}
.product-box.disable ul li span {
  color: #a8a8a8;
}
.product-box.disable ul li:nth-child(1) span {
  color: #e91c4d;
}
.product-box.disable .btn {
  color: #a8a8a8;
  border: 1px solid #a8a8a8;
}
.product-box.disable .btn.btn-main {
  background-color: #a8a8a8;
  color: #fff;
  cursor: default;
}
.product-box.disable .barcode-wrap {
  position: relative;
}
.product-box.disable .barcode-wrap::after {
  content: "";
  display: inline-block;
  width: 5.25rem;
  height: 5.3rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8.5%;
  right: -1rem;
  background-size: 100% auto;
}
.product-box.disable.type01 .barcode-wrap::after {
  background-image: url(../image/pointshop/icon_complete.png);
}
.product-box.disable.type02 .barcode-wrap::after {
  background-image: url(../image/pointshop/icon_periodcompleted.png);
}
.product-box.disable.type03 .barcode-wrap::after {
  background-image: url(../image/pointshop/icon_waiting.png);
}
.product-box.disable.type04 .barcode-wrap::after {
  background-image: url(../image/pointshop/icon_refund.png);
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  grid-gap: 1rem;
  row-gap: 3.75rem;
  width: 100%;
  margin-bottom: 3.75rem;
}
.product-list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list > li .product-box {
  cursor: pointer;
}
.product-list > li .product-box .pb-txt > span.pb-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.2rem;
  height: auto;
}
.product-list > li .product-box:hover .pb-txt > span.pb-title {
  text-decoration: underline;
}
.product-list.type01 .product-box .pb-img .pb-num {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #eee;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.25rem;
}
.product-list.type02 {
  grid-template-columns: repeat(auto-fill, minmax(402px, 1fr));
  grid-gap: 0.625rem;
  overflow: hidden;
  padding: 1rem;
  border-radius: 8px;
  background-color: #fff;
}
.product-list.type02 > li {
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.product-list.type02 .product-box {
  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;
}
.product-list.type02 .product-box .pb-img {
  min-width: 6.25rem;
  height: 6.25rem;
  padding: 0;
  margin: 0 1rem 0 0;
  border-radius: 50%;
}
.product-list.type02 .product-box .pb-txt {
  width: calc(100% - 7.25rem);
}
.product-list.type02 .product-box .pb-txt > span.pb-icon {
  top: auto;
  bottom: 0;
}

.pointshop .pointshop-title {
  display: none;
  width: 100%;
  padding: 3.75em 0 3.5rem;
  margin-bottom: 1.875rem;
  background-image: url(../image/pointshop/img_background.jpg);
  background-position: center top;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}
.pointshop .pointshop-title p {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}
.pointshop .pointshop-title p strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
}
.pointshop .pointshop-title .search-box {
  width: calc(100% - 1.875rem);
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  background-color: #fff;
  border: 2px solid #0f7eed;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.pointshop .my-sub-title {
  padding-top: 1.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.pointshop .pointshop-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 2rem;
  row-gap: 5rem;
  margin-bottom: 5rem;
}
.pointshop .category-wrap .cw-list-wrap .pop-open-btn {
  display: none;
}
.pointshop .category-wrap .category-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 1.25rem;
}
.pointshop .category-wrap .category-list > li a, .pointshop .category-wrap .category-list > li button {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-left: none;
  text-align: center;
  padding: 1.25rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  color: #292929;
}
.pointshop .category-wrap .category-list > li.on a, .pointshop .category-wrap .category-list > li.on button {
  background-color: #0f7eed;
  border: 1px solid #0f7eed;
  color: #292929;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.pointshop .category-wrap .category-list.column5 > li:nth-child(5n+1) button {
  border-left: 1px solid #e5e5e5;
}
.pointshop .category-wrap .category-list.column5 > li:nth-child(n+6) button {
  border-top: none;
}
.pointshop .category-wrap .category-list.column4 {
  grid-template-columns: repeat(4, 1fr);
}
.pointshop .category-wrap .category-list.column4 > li:nth-child(4n+1) a, .pointshop .category-wrap .category-list.column4 > li:nth-child(4n+1) button {
  border-left: 1px solid #e5e5e5;
}
.pointshop .category-wrap .category-list.column4 > li:nth-child(n+5) a, .pointshop .category-wrap .category-list.column4 > li:nth-child(n+5) button {
  border-top: none;
}
.pointshop .category-wrap .category-list.column6 {
  grid-template-columns: repeat(6, 1fr);
}
.pointshop .category-wrap .category-list.column6 > li:nth-child(6n+1) button {
  border-left: 1px solid #e5e5e5;
}
.pointshop .category-wrap .category-list.column6 > li:nth-child(n+7) button {
  border-top: none;
}
.pointshop .category-wrap .category-slide-wrap {
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid #edf0f2;
  border-bottom: none;
}
.pointshop .category-wrap .category-slide-wrap .category-slide {
  width: calc(100% - 7rem);
  padding: 1.875rem 0;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
}
.pointshop .category-wrap .category-slide-wrap .category-slide li {
  position: relative;
  display: inline-block;
  min-width: 9.375rem;
  height: 9.375rem;
  margin: 0.1rem 0.4rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pointshop .category-wrap .category-slide-wrap .category-slide li:nth-child(n+8) {
  margin-top: 0.938rem;
}
.pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  max-height: 9.375rem;
  background-color: #fff;
  border: 1px solid #edf0f2;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.938rem;
  color: #292929;
}
.pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button] img {
  display: block;
  margin: 0 auto 0.625rem;
  border-radius: 50%;
}
.pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button] span {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.2rem;
  height: auto;
  color: #292929;
}
.pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button]:hover, .pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button].on {
  border: 2px solid #0f7eed;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.pointshop .category-wrap .category-slide-wrap .category-slide > .slick-list .slick-track .slick-slide {
  float: left;
  margin: 0 0.4rem 0;
}
.pointshop .category-wrap .category-slide-wrap .category-slide > .slick-list .slick-track .slick-slide > div:nth-of-type(2) {
  margin: 0.938rem 0 0 0;
}
.pointshop .category-wrap .category-slide-wrap .category-slide .slick-arrow {
  position: absolute;
  top: calc(50% - 0.938rem);
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../image/pointshop/icon_more_right.svg);
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.pointshop .category-wrap .category-slide-wrap .category-slide .slick-arrow.slick-disabled {
  background-image: url(../image/pointshop/icon_more_right_off.svg);
}
.pointshop .category-wrap .category-slide-wrap .category-slide .slick-arrow.slick-prev {
  left: 1rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pointshop .category-wrap .category-slide-wrap .category-slide .slick-arrow.slick-prev.slick-disabled {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pointshop .category-wrap .category-slide-wrap .category-slide .slick-arrow.slick-next {
  right: 1rem;
}
.pointshop .category-wrap .category-slide-wrap .category-slide .slick-arrow.slick-next.slick-disabled {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pointshop.search .pointshop-title {
  padding: 3.75rem 0 0rem;
  background-image: none;
}
.pointshop.search .pointshop-title h2 {
  max-width: 78.75rem;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
}
.pointshop.search .pointshop-title .search-box {
  max-width: 37.5rem;
  margin-top: 2.25rem;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #0f7eed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pointshop.search .pointshop-title .search-box input {
  font-size: 1.25rem;
}
.pointshop.search .pointshop-title p {
  padding: 2.5rem;
  margin-top: 1.875rem;
  background-color: #f8f8f8;
  color: #a8a8a8;
}
.pointshop.search .pointshop-title p b {
  color: #0f7eed;
  font-weight: 400;
}
.pointshop.search .pointshop-title .search {
  background-image: url(../image/pointshop/icon_search_bold.svg);
}
.pointshop.product-detail .product-box {
  padding: 3.75rem 0;
  gap: 3rem;
}
.pointshop.product-detail .product-box .pb-img {
  width: 47%;
  max-width: 34.375rem;
}
.pointshop.product-detail .product-box .pb-img::after {
  padding-bottom: 62%;
}
.pointshop.product-detail .product-box .pb-txt {
  width: calc(60% - 1.563rem);
}
.pointshop.product-detail .product-box .pb-txt > span.pb-part {
  font-size: 0.938rem;
  color: #a8a8a8;
}
.pointshop.product-detail .product-box .pb-txt > span.pb-part img {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
  border-radius: 50%;
  vertical-align: middle;
}
.pointshop.product-detail .product-box .pb-txt > span.pb-title {
  display: block;
  padding: 0.938rem 0 1.563rem;
  font-size: 1.563rem;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.5;
}
.pointshop.product-detail .product-box .pb-txt > span.pb-price {
  font-size: 1.875rem;
  color: #0f7eed;
}
.pointshop.product-detail .product-box .pb-txt > span.pb-price span {
  display: block;
  margin: 0 0 0.625rem;
  font-size: 0.938rem;
}
.pointshop.product-detail .product-box .pb-txt > span.pb-discount {
  display: inline-block;
  padding: 0 0.625rem 0;
  font-size: 1.25rem;
}
.pointshop.product-detail .product-box .pb-txt > span.pb-percent {
  font-size: 1.875rem;
}
.pointshop.product-detail .product-box .pb-txt .btn-fixed-area a {
  width: 100%;
  padding: 1.25rem 0;
  border-radius: 5px;
  font-size: 1.563rem;
}
.pointshop.product-detail .product-info-box {
  padding: 3.75rem 1rem 10rem;
  border-top: 1px solid #e5e5e5;
}
.pointshop.product-detail .product-info-box p {
  color: #a8a8a8;
  font-size: 0.938rem;
  line-height: 1.75;
}
.pointshop.product-detail .product-info-box p strong {
  display: block;
  font-weight: 700;
}
.pointshop.product-detail .point-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5.438rem 3.75rem;
  margin: 0 0 1.875rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.pointshop.product-detail .point-guide li {
  position: relative;
  text-align: center;
  font-size: 0.938rem;
  line-height: 1.5;
}
.pointshop.product-detail .point-guide li::before {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 10rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 0.938rem;
}
.pointshop.product-detail .point-guide li:nth-of-type(1)::before {
  background-image: url(../image/pointshop/img_guide_01.png);
}
.pointshop.product-detail .point-guide li:nth-of-type(2)::before {
  background-image: url(../image/pointshop/img_guide_02.png);
}
.pointshop.product-detail .point-guide li:nth-of-type(3)::before {
  background-image: url(../image/pointshop/img_guide_03.png);
}
.pointshop.product-detail .point-guide li:nth-of-type(4)::before {
  background-image: url(../image/pointshop/img_guide_04.png);
}
.pointshop.product-detail .point-guide li::after {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 1.25rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -1.875rem;
  background-image: url(../image/pointshop/icon_next.png);
}
.pointshop.product-detail .point-guide li:last-child::after {
  display: none;
}
.pointshop.product-detail .point-guide li strong {
  display: block;
  color: #0f7eed;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.pointshop.product-detail .point-customercenter {
  padding: 1.375rem 0;
  border-radius: 10px;
  text-align: center;
  background-color: #f8f8f8;
}
.pointshop.product-detail .point-customercenter::before {
  content: "";
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/pointshop/icon_customer_center.png);
}
.pointshop.product-detail .point-customercenter b {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.25rem;
  font-size: 0.938rem;
}
.pointshop.product-detail .point-customercenter span {
  display: inline-block;
  vertical-align: middle;
}
.pointshop.product-detail .point-customercenter span:nth-of-type(1) {
  margin-left: 3.125rem;
  color: #0f7eed;
  font-size: 1.563rem;
}
.pointshop.product-detail .point-customercenter span:nth-of-type(2) {
  margin-left: 1.25rem;
  color: #a8a8a8;
  font-size: 0.938rem;
}
.pointshop.purchase .btn.disabled {
  background-color: #939393 !important;
  border: 1px solid #939393 !important;
  color: #fff !important;
}
.pointshop.purchase .product-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.938rem;
  border-radius: 10px;
}
.pointshop.purchase .product-box .pb-img {
  width: 7rem;
  margin: 0 1.875rem 0 0;
}
.pointshop.purchase .product-box .pb-txt {
  width: calc(100% - 8.875rem);
}
.pointshop.purchase .product-box .pb-txt > span.pb-part {
  font-size: 0.875rem;
  color: #0f7eed;
}
.pointshop.purchase .product-box .pb-txt > span.pb-title {
  padding: 0.625rem 0;
  font-size: 0.938rem;
  line-height: 1.3;
  word-break: normal;
  white-space: inherit;
  word-wrap: break-word;
}
.pointshop.purchase .product-box .pb-txt > span.pb-count {
  font-size: 0.938rem;
}
.pointshop.purchase .price-info ul 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;
}
.pointshop.purchase .price-info ul li span {
  font-size: 0.938rem;
  color: #a8a8a8;
}
.pointshop.purchase .price-info ul li span:nth-child(2) {
  color: #292929;
}
.pointshop.purchase .price-info ul li:nth-child(1) span:nth-child(2) {
  color: #e91c4d;
}
.pointshop.purchase .price-info ul li:last-child span {
  color: #292929;
  font-weight: 700;
  font-size: 1.25rem;
}
.pointshop.purchase .price-info ul li:last-child span:nth-child(2) {
  color: #0f7eed;
}
.pointshop.purchase .info-wrap {
  display: grid;
  grid-template-columns: 1fr 32.54%;
  grid-template-rows: auto auto;
  grid-gap: 1.25rem;
  padding: 3.75rem 0 10.7rem;
}
.pointshop.purchase .info-wrap .user-sub-title {
  border-bottom: none;
}
.pointshop.purchase .info-wrap .product-box {
  border: 1px solid #edf0f2;
  border-radius: 10px;
}
.pointshop.purchase .info-wrap > div:nth-child(1) {
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #edf0f2;
}
.pointshop.purchase .info-wrap > div.price-info {
  grid-area: 1/2/4/4;
}
.pointshop.purchase .info-wrap > div.price-info > div {
  border: 1px solid #0f7eed;
  border-radius: 10px;
}
.pointshop.purchase .info-wrap > div.price-info > div ul li {
  padding: 0 1.25rem 0.938rem;
  line-height: 1.65;
}
.pointshop.purchase .info-wrap > div.price-info > div ul li:nth-child(1) {
  padding-top: 1.25rem;
}
.pointshop.purchase .info-wrap > div.price-info > div ul li:nth-child(3) {
  padding-bottom: 1.25rem;
}
.pointshop.purchase .info-wrap > div.price-info > div ul li:last-child {
  border-top: 1px solid #e5e5e5;
  padding: 1.25rem;
}
.pointshop.purchase .info-wrap > div.price-info > div .btn-fixed-area {
  padding: 0 1.25rem 1.25rem;
}
.pointshop.purchase .info-wrap > div.price-info > div .btn-fixed-area a, .pointshop.purchase .info-wrap > div.price-info > div .btn-fixed-area button {
  width: 100%;
  padding: 1.25rem 0;
  border-radius: 5px;
  font-size: 1.25rem;
  cursor: pointer;
}
.pointshop.purchase .info-wrap > div.box-g {
  border-radius: 10px;
  padding: 1.25rem 1rem 1.25rem 2.813rem;
}
.pointshop.purchase .info-wrap > div.box-g input[type=checkbox] + label {
  position: relative;
  color: #a8a8a8;
  line-height: 1.5;
  font-size: 0.938rem;
}
.pointshop.purchase .info-wrap > div.box-g input[type=checkbox] + label::before {
  position: absolute;
  top: 0.313rem;
  left: -1.5rem;
  border: 1px solid #e5e5e5;
}
.pointshop.purchase .info-wrap > div.box-g input[type=checkbox] + label b {
  display: block;
  margin: 0 0 0.313rem;
  color: #292929;
  font-size: 1rem;
}
.pointshop.purchase .info-wrap > div.box-g input[type=checkbox] + label b span {
  color: #0f7eed;
}
.pointshop.purchase .completion-wrap > p {
  position: relative;
  width: 12.688rem;
  margin: 0 auto;
  padding: 5.5rem 0 4.4rem;
  line-height: 1.6;
  font-weight: 700;
}
.pointshop.purchase .completion-wrap > p::before {
  content: "";
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% + 0.625rem);
  left: -8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../image/pointshop/img_buying.png);
}
.pointshop.purchase .completion-wrap .price-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.pointshop.purchase .completion-wrap .price-info ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 3rem 4%;
  border-right: 1px solid #e5e5e5;
}
.pointshop.purchase .completion-wrap .price-info ul li span {
  color: #292929;
  font-weight: 700;
  font-size: 1.125rem;
}
.pointshop.purchase .completion-wrap .price-info ul li span:nth-child(2) {
  font-size: 1.125rem;
}
.pointshop.purchase .completion-wrap .price-info ul li:nth-child(1)::after, .pointshop.purchase .completion-wrap .price-info ul li:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 1.813rem;
  height: 1.813rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -0.938rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pointshop.purchase .completion-wrap .price-info ul li:nth-child(1)::after {
  background-image: url(../image/pointshop/icon_minus.png);
}
.pointshop.purchase .completion-wrap .price-info ul li:nth-child(2)::after {
  background-image: url(../image/pointshop/icon_result.png);
}
.pointshop.purchase .completion-wrap .price-info ul li:last-child {
  border-right: none;
}
.pointshop.purchase .completion-wrap .btn-fixed-area {
  padding: 2.65rem 0 7.5rem;
  text-align: center;
}
.pointshop.purchase .completion-wrap .btn-fixed-area > a, .pointshop.purchase .completion-wrap .btn-fixed-area button {
  width: 15.625rem;
  text-align: center;
  padding: 1.125rem 0;
  margin: 0.5rem;
  border-radius: 5px;
  font-size: 1.125rem;
}

.clp-list > li a, .clp-list > li button {
  display: block;
  width: 100%;
  padding: 0.625rem 0 0.625rem 1.875rem;
  text-align: left;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.clp-list > li a span, .clp-list > li button span {
  vertical-align: middle;
}
.clp-list > li:first-child a, .clp-list > li:first-child button {
  border-top: 1px solid #e5e5e5;
}
.clp-list > li.on a, .clp-list > li.on button {
  background-color: #0f7eed;
  border: 1px solid #0f7eed;
  color: #fff;
  font-weight: bold;
}
.clp-list .clp-slide {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 0.938rem 0 0;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
}
.clp-list .clp-slide li {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.clp-list .clp-slide li:first-child {
  left: 0;
}
.clp-list .clp-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.coupon footer, .coupon .mob-click {
  display: none;
}
.coupon .user-sub-title {
  padding-top: 1.563rem;
}
.coupon .condition-search-wrap {
  margin: 0rem 0 1.125rem;
}
.coupon .condition-wrap {
  margin: 1rem 0 0;
}
.coupon p.box {
  padding: 5rem 0;
  border-top: none;
  color: #a8a8a8;
  text-align: center;
}
.coupon .my-sub-title .mst-link {
  color: #00cb35;
}
.coupon .my-sub-title .mst-link::after {
  border-right-color: #00cb35;
  border-top-color: #00cb35;
}
.coupon .sm-div > .nodataInfo {
  min-height: 35rem;
  border-top: 1px solid #e5e5e5;
}
.coupon.coupon-list .coupon-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.938rem;
  text-align: center;
}
.coupon.coupon-list .coupon-table .row {
  display: table-row;
}
.coupon.coupon-list .coupon-table .row.thead .cell {
  display: table-cell;
  padding: 0.938rem 0;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.coupon.coupon-list .coupon-table .row.thead .cell:nth-of-type(1) {
  border-left: none;
}
.coupon.coupon-list .coupon-table .row.thead .cell:nth-of-type(4) {
  border-right: none;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell {
  display: table-cell;
  padding: 1rem 0;
  border: 1px solid #e5e5e5;
  line-height: 1.5;
  vertical-align: middle;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell .btn {
  display: block;
  max-width: 6.25rem;
  padding: 0.4rem 0;
  margin: 0.625rem auto 0;
  border-radius: 5px;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(1) {
  width: 21%;
  border-left: none;
  color: #a8a8a8;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(1) span {
  display: block;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) {
  width: 34.8%;
  text-align: left;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) > div {
  display: inline-block;
  vertical-align: middle;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .img {
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 1.25rem 0 1.875rem;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .img img {
  display: block;
  width: 100%;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt {
  width: calc(100% - 9rem);
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt .part {
  display: none;
  margin: 1.125rem 0 0rem;
  color: #a8a8a8;
  font-size: 0.75rem;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt .title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.325;
  height: 2.4rem;
  height: auto;
  padding-right: 0.625rem;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt .title:hover {
  text-decoration: underline;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt .status {
  display: none;
  color: #e91c4d;
  margin: 0.313rem 0 0rem;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(3) {
  width: 24%;
  color: #a8a8a8;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(4) {
  width: 20.2%;
  border-right: none;
}
.coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(4) span {
  font-weight: 700;
  font-size: 1.25rem;
  color: #0f7eed;
}
.coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(2) {
  color: #a8a8a8;
}
.coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(2) .img img {
  opacity: 0.5;
}
.coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(2) .txt .status {
  display: block;
}
.coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(3), .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(4) {
  color: #a8a8a8;
}
.coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(3) .btn, .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(4) .btn {
  display: none;
}
.coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(3) b, .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(4) b {
  font-weight: 400;
}
.coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(3) span, .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(4) span {
  color: #a8a8a8;
}
.coupon.coupon-img .content {
  position: relative;
  height: calc(100vh - 4.25rem);
  min-height: 50rem;
  padding: 0 0 4.25rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.coupon .product-box.row {
  position: relative;
  padding: 2.5rem 3.961% 7.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.coupon .product-box.row .pb-img {
  width: 35%;
  max-width: 17.5rem;
  margin: 0 3.3968% 0 0;
}
.coupon .product-box.row .pb-txt {
  position: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.coupon .product-box.row .pb-txt > span.pb-part {
  font-size: 0.875rem;
  color: #0f7eed;
}
.coupon .product-box.row .pb-txt > span.pb-title {
  padding: 0.625rem 0;
  font-size: 0.938rem;
  line-height: 1.3;
  word-break: normal;
  white-space: inherit;
  word-wrap: break-word;
}
.coupon .product-box.row .pb-txt > span.pb-price {
  position: absolute;
  top: 2.875rem;
  right: 3.961%;
  color: #0f7eed;
}
.coupon .product-box.row .pb-txt ul {
  margin: 1.563rem 0 1.25rem;
}
.coupon .product-box.row .pb-txt ul li {
  line-height: 2;
}
.coupon .product-box.row .pb-txt ul li:nth-child(1) {
  display: none;
}
.coupon .product-box.row .pb-txt .pb-btn {
  position: absolute;
  bottom: 1.25rem;
  right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 5rem);
  gap: 0.938rem;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #e5e5e5;
}
.coupon .product-box.row .pb-txt .pb-btn > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.coupon .product-box.row .pb-txt .pb-btn .btn {
  border-radius: 5px;
  font-size: 0.938rem;
}
.coupon .product-box.row .pb-txt .pb-btn .btn-fixed-area {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  max-width: 18.75rem;
}
.coupon .product-box.row .pb-txt .pb-btn .btn-fixed-area > a, .coupon .product-box.row .pb-txt .pb-btn .btn-fixed-area button {
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.coupon .product-box.row.disable .pb-txt > span.pb-price {
  color: #a8a8a8;
}
.coupon .product-box.row.disable .pb-txt .pb-btn .btn {
  color: #a8a8a8;
}
.coupon .product-box.row.disable .pb-txt .pb-btn .btn.btn-main {
  color: #fff;
}
.coupon .coupon-info {
  margin: 2.5rem 0 0rem;
  padding: 0rem 0 5rem;
  border: none;
}
.coupon .coupon-info ul li {
  position: relative;
  margin-left: 1rem;
  color: #a8a8a8;
  font-size: 0.938rem;
  line-height: 1.5;
}
.coupon .coupon-info ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.55rem;
  left: -0.625rem;
  border-radius: 50%;
  background-color: #a8a8a8;
}
.coupon .totalPoint {
  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: 1.25rem;
  margin: 1.25rem auto;
  border-radius: 0.313rem;
  border: 2px solid #0f7eed;
  font-size: 0.875rem;
}
.coupon .totalPoint p {
  font-weight: 700;
  font-size: 1.25rem;
}
.coupon .totalPoint p .point {
  display: inline-block;
  color: #00cb35;
  vertical-align: middle;
}
.coupon .totalPoint p .txt {
  display: inline-block;
  width: 7.5rem;
  height: 30px;
  margin: 0.25rem 0 0 0.313rem;
  background-image: url(../image/pointshop/sample/npay.png);
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.coupon .paging-wrap {
  margin: 1.875rem 0 5rem;
}

/*타블렛*/
@media only screen and (max-width: 1280px) {
  .pointshop .category-wrap .category-list.column4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pointshop .category-wrap .category-list.column4 > li a, .pointshop .category-wrap .category-list.column4 > li button {
    border-left: 1px solid #e5e5e5;
  }
  .pointshop .category-wrap .category-list.column4 > li:nth-child(even) a, .pointshop .category-wrap .category-list.column4 > li:nth-child(even) button {
    border-left: none;
  }
  .pointshop .category-wrap .category-list.column4 > li:nth-child(n+3) a, .pointshop .category-wrap .category-list.column4 > li:nth-child(n+3) button {
    border-top: none;
  }
  .coupon .mob-click {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 2.25rem);
    cursor: pointer;
  }
  .coupon.coupon-list .coupon-table {
    display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 0.813rem;
  }
  .coupon.coupon-list .coupon-table .row {
    position: relative;
  }
  .coupon.coupon-list .coupon-table .row.thead {
    display: none;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) {
    position: relative;
    display: grid;
    grid-template-columns: 6.875rem calc(100% - 6.75rem);
    grid-template-rows: 2rem 3.75rem 1.75rem 2.5rem;
    padding-bottom: 2rem;
    margin: 0.5rem 0 1.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell {
    display: block;
    width: auto !important;
    padding: 0 0.5rem 0 0;
    border: none;
    text-align: left;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell .btn {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 50%;
    max-width: 100%;
    padding: 0.45rem 0;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(1) {
    grid-area: 1/1/2/3;
    padding: 0.313rem 1rem 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(1) span {
    display: inline-block;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(1) span:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.75rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    margin: -1px 0.625rem 0;
    vertical-align: middle;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) {
    grid-area: 2/2/3/3;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .img {
    position: absolute;
    top: 3.25rem;
    left: 0.875rem;
    width: 5.25rem;
    height: 5.25rem;
    margin: 0;
    border-bottom: 1px solid #edf0f2;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt {
    width: 100%;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt .part {
    display: block;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(2) .txt .title {
    -webkit-line-clamp: 1; /* 라인수 */
    line-height: 1.2em;
    height: 1.2em;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(3) {
    grid-area: 4/2/5/3;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(4) {
    grid-area: 3/2/4/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(4) span {
    color: #292929;
    font-size: 1rem;
  }
  .coupon.coupon-list .coupon-table .row:not(.thead) .cell:nth-of-type(4) .btn {
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
  }
  .coupon.coupon-list .coupon-table.disable .mob-click {
    height: 100%;
  }
  .coupon.coupon-list .coupon-table.disable .row:not(.thead) {
    padding-bottom: 0;
    border: 1px solid #edf0f2;
  }
  .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(1) {
    border-bottom: 1px solid #edf0f2;
  }
  .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(1) span {
    display: none;
  }
  .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(2) .status {
    position: absolute;
    top: 0rem;
    left: 1rem;
  }
  .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(3) b {
    display: none;
  }
  .coupon.coupon-list .coupon-table.disable .row:not(.thead) .cell:nth-of-type(4) span {
    color: #a8a8a8;
  }
}
@media only screen and (max-width: 768px) {
  .product-box .pb-img {
    border-radius: 0.625rem;
  }
  .product-box .pb-txt > span.pb-title {
    padding: 0.625rem 0 0rem;
    line-height: 1.25;
  }
  .product-box .pb-txt > span.pb-icon {
    position: initial;
    margin-top: 1rem;
  }
  .product-box .pb-txt > span.pb-count b {
    margin-left: 0.625rem;
  }
  .product-box .pb-txt > span.pb-count b::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.875rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #999;
    margin: -2px 0.625rem 0 0;
    vertical-align: middle;
  }
  .product-list {
    padding: 0 0.938rem 1.875rem;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    grid-template-columns: repeat(2, minmax(47%, 1fr));
  }
  .product-list .product-box .pb-img {
    margin-bottom: 0.875rem;
  }
  .product-list .product-box .pb-txt > span.pb-title {
    padding-top: 0.313rem;
    margin-bottom: 0.313rem;
    font-size: 0.75rem;
  }
  .product-list .product-box .pb-txt > span.pb-price, .product-list .product-box .pb-txt > span.pb-percent {
    font-size: 0.875rem;
  }
  .product-list .product-box .pb-txt > span.pb-discount {
    padding: 0.313rem 0 0;
  }
  .product-list.type02 {
    grid-gap: 1rem;
    border-radius: 0px;
    background-color: #f8f8f8;
  }
  .product-list.type02 > li {
    border: none;
    border-radius: 0.625rem;
  }
  .product-list.type02 .product-box .pb-img {
    margin: 0 1rem 0 0;
    border-radius: 50%;
  }
  .product-list.type02 .product-box .pb-txt > span.pb-part {
    font-size: 0.938rem;
  }
  .product-list.type02 .product-box .pb-txt > span.pb-title {
    padding: 0.425rem 0 1rem;
    font-size: 0.938rem;
  }
  .product-list.type02 .product-box .pb-txt > span.pb-discount {
    padding: 0.625rem 0 0rem;
    font-size: 0.875rem;
  }
  .product-list.type02 .product-box .pb-txt > span.pb-icon {
    position: absolute;
  }
  .pointshop .content .center {
    width: 100%;
  }
  .pointshop .pointshop-title {
    display: none;
  }
  .pointshop .pointshop-list {
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    padding: 5rem 1rem;
  }
  .pointshop .category-wrap .cw-list-wrap {
    position: relative;
    margin: 7rem 0 0;
  }
  .pointshop .category-wrap .cw-list-wrap::after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2.8rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.75rem;
    bottom: 1px;
    -webkit-box-shadow: inset -1rem 0px 10px rgba(255, 255, 255, 0.8);
    box-shadow: inset -1rem 0px 10px rgba(255, 255, 255, 0.8);
  }
  .pointshop .category-wrap .cw-list-wrap .pop-open-btn {
    position: absolute;
    left: calc(100% - 2.75rem);
    bottom: 0;
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    background-image: url(../image/btn_category.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
    border: 1px solid #e5e5e5;
  }
  .pointshop .category-wrap .cw-list-wrap > div {
    width: calc(100% - 2.75rem);
    overflow: hidden;
    overflow-x: auto;
  }
  .pointshop .category-wrap .category-list {
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .pointshop .category-wrap .category-list > li {
    display: table-cell;
    padding: 0 1rem;
  }
  .pointshop .category-wrap .category-list > li button,
  .pointshop .category-wrap .category-list > li a {
    max-width: auto;
    width: auto;
    padding: 0.75rem 0 0.7rem;
    border: none;
    border-left: none !important;
    border-bottom: 3px solid transparent;
    color: #292929;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 0.875rem;
  }
  .pointshop .category-wrap .category-list > li.on button,
  .pointshop .category-wrap .category-list > li.on a {
    border: none;
    border-bottom: 3px solid #0f7eed;
    background-color: #fff;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pointshop .category-wrap .category-list .clp-slide {
    display: none;
  }
  .pointshop .category-wrap .category-slide-wrap {
    width: 100%;
    background-color: #fff;
    border: none;
  }
  .pointshop .category-wrap .category-slide-wrap .category-slide {
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 9px solid #f8f8f8;
  }
  .pointshop .category-wrap .category-slide-wrap .category-slide li {
    display: table-cell;
    min-width: 4.375rem;
    height: 5rem;
  }
  .pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button] {
    border: none;
  }
  .pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button] img {
    width: 3.125rem;
    margin: 0.313rem auto 0.1rem;
  }
  .pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button] span {
    display: block;
    width: 3.5rem;
    margin: 0 auto;
    font-size: 0.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  .pointshop .category-wrap .category-slide-wrap .category-slide li button[type=button].on {
    border: 1px solid #0f7eed;
  }
  .pointshop.search .pointshop-title {
    display: block;
    padding: 0;
    margin-bottom: 0.313rem;
  }
  .pointshop.search .pointshop-title h2 {
    display: none;
  }
  .pointshop.search .pointshop-title .search-box {
    display: none;
  }
  .pointshop.search .pointshop-title p {
    padding: 2.75rem 2.5rem 2.5rem;
    font-size: 1rem;
  }
  .pointshop.product-detail {
    width: 100%;
  }
  .pointshop.product-detail .product-box {
    display: block;
    padding: 0;
  }
  .pointshop.product-detail .product-box .pb-img {
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0;
  }
  .pointshop.product-detail .product-box .pb-txt {
    width: 100%;
    margin: 0;
  }
  .pointshop.product-detail .product-box .pb-txt > span {
    padding: 0 1rem;
  }
  .pointshop.product-detail .product-box .pb-txt > span.pb-part {
    font-size: 0.75rem;
  }
  .pointshop.product-detail .product-box .pb-txt > span.pb-part img {
    display: none;
  }
  .pointshop.product-detail .product-box .pb-txt > span.pb-title {
    padding: 0.5rem 1rem 0.625rem 1rem;
    margin: 0;
    font-size: 0.938rem;
  }
  .pointshop.product-detail .product-box .pb-txt > span.pb-price {
    padding-right: 0.5rem;
    font-size: 1.125rem;
  }
  .pointshop.product-detail .product-box .pb-txt > span.pb-price span {
    display: none;
  }
  .pointshop.product-detail .product-box .pb-txt > span.pb-discount {
    padding: 0;
    font-size: 0.75rem;
  }
  .pointshop.product-detail .product-box .pb-txt > span.pb-percent {
    padding-left: 0.5rem;
    font-size: 1.125rem;
  }
  .pointshop.product-detail .product-box .pb-txt ul {
    margin: 1rem 0 0;
  }
  .pointshop.product-detail .product-box .pb-txt ul li {
    padding: 0 1rem;
    font-size: 0.75rem;
  }
  .pointshop.product-detail .tab-box {
    padding: 1rem 1rem 3.75rem;
  }
  .pointshop.product-detail .tab-box p {
    font-size: 0.75rem;
  }
  .pointshop.product-detail .faq-info {
    width: 100%;
  }
  .pointshop.product-detail .point-guide {
    display: block;
    padding: 0 0 1.875rem 0;
  }
  .pointshop.product-detail .point-guide li {
    font-size: 0.75rem;
  }
  .pointshop.product-detail .point-guide li strong {
    font-size: 0.875rem;
    margin-bottom: 0.313rem;
  }
  .pointshop.product-detail .point-guide li::before {
    width: 6.25rem;
    height: 6.25rem;
    margin: 3.125rem auto 0.5rem;
    background-size: 100%;
  }
  .pointshop.product-detail .point-guide li::after {
    display: none;
  }
  .pointshop.product-detail .point-guide li:first-child::before {
    margin-top: 2rem;
  }
  .pointshop.product-detail .point-customercenter {
    position: relative;
    padding: 1.375rem 1rem;
    border-radius: 20px;
    text-align: left;
  }
  .pointshop.product-detail .point-customercenter::before {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pointshop.product-detail .point-customercenter b {
    display: block;
    margin: 0;
  }
  .pointshop.product-detail .point-customercenter span {
    display: block;
  }
  .pointshop.product-detail .point-customercenter span:nth-of-type(1) {
    margin: 1rem 0 0.625rem;
  }
  .pointshop.product-detail .point-customercenter span:nth-of-type(2) {
    margin: 0;
  }
  .pointshop.purchase .btn-fixed-area {
    padding: 0 !important;
  }
  .pointshop.purchase .btn-fixed-area > a, .pointshop.purchase .btn-fixed-area button {
    margin: 0 !important;
  }
  .pointshop.purchase .product-box .pb-img {
    width: 5.313rem;
    margin-right: 0.625rem;
  }
  .pointshop.purchase .product-box .pb-txt {
    width: calc(100% - 5.313rem);
  }
  .pointshop.purchase .product-box .pb-txt > span.pb-part, .pointshop.purchase .product-box .pb-txt > span.pb-count {
    font-size: 0.75rem;
  }
  .pointshop.purchase .product-box .pb-txt > span.pb-title {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .pointshop.purchase .price-info ul li span {
    font-size: 0.75rem;
  }
  .pointshop.purchase .price-info ul li span:nth-child(2) {
    font-size: 0.75rem;
  }
  .pointshop.purchase .price-info ul li:last-child span {
    font-weight: 400;
    font-size: 1rem;
  }
  .pointshop.purchase .price-info ul li:last-child span:nth-child(2) {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .pointshop.purchase .info-wrap {
    display: block;
    padding: 0rem 0 0rem;
  }
  .pointshop.purchase .info-wrap .product-box {
    border: none;
  }
  .pointshop.purchase .info-wrap > div:nth-child(1) {
    padding: 0;
    border-bottom: none;
    border-bottom: 9px solid #f8f8f8;
  }
  .pointshop.purchase .info-wrap > div:nth-child(1) .user-sub-title {
    display: none;
  }
  .pointshop.purchase .info-wrap > div.price-info {
    border: 1px solid #0f7eed;
    border-bottom: 9px solid #f8f8f8;
  }
  .pointshop.purchase .info-wrap > div.price-info > div {
    border: none;
    border-bottom: 1px solid #0f7eed;
    border-radius: 0;
  }
  .pointshop.purchase .info-wrap > div.price-info > div ul li {
    padding: 0 0.938rem 0.625rem;
  }
  .pointshop.purchase .info-wrap > div.price-info > div ul li:nth-child(3) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .pointshop.purchase .info-wrap > div.price-info > div ul li:last-child {
    padding: 0.938rem;
  }
  .pointshop.purchase .info-wrap > div.price-info > div ul li:last-child span:nth-child(2) {
    margin-top: -5px;
    font-size: 1.125rem;
  }
  .pointshop.purchase .info-wrap > div.box-g {
    margin: 1.875rem 1rem 1rem;
    border: none;
    border-radius: 1rem;
  }
  .pointshop.purchase .info-wrap > div.box-g input[type=checkbox] + label {
    font-size: 0.75rem;
  }
  .pointshop.purchase .info-wrap > div.box-g input[type=checkbox] + label b {
    font-size: 0.75rem;
  }
  .pointshop.purchase .completion-wrap p {
    width: 100%;
    padding: 2rem 0;
    margin-bottom: 0.625rem;
    text-align: center;
    border-bottom: 9px solid #f8f8f8;
  }
  .pointshop.purchase .completion-wrap p::before {
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    margin: 0 auto 1rem;
    background-size: 100% auto;
  }
  .pointshop.purchase .completion-wrap .price-info ul {
    display: block;
    padding: 1.875rem 1rem 0rem;
  }
  .pointshop.purchase .completion-wrap .price-info ul li {
    border-right: none;
    padding: 0 0rem 1.5rem !important;
  }
  .pointshop.purchase .completion-wrap .price-info ul li:nth-child(1), .pointshop.purchase .completion-wrap .price-info ul li:nth-child(2) {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .pointshop.purchase .completion-wrap .price-info ul li:nth-child(1)::after, .pointshop.purchase .completion-wrap .price-info ul li:nth-child(2)::after {
    top: auto;
    bottom: -1rem;
    left: 50%;
    right: auto;
    background-size: 99%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .pointshop.purchase .completion-wrap .price-info ul li:last-child {
    margin-bottom: 1rem;
  }
  .pointshop.purchase .completion-wrap .price-info ul li span {
    font-size: 0.75rem;
  }
  .pointshop.purchase .completion-wrap .price-info ul li span:nth-child(2) {
    font-size: 1rem !important;
  }
  .clp-list .clp-slide {
    width: 1.563rem;
    height: 1.563rem;
  }
  .coupon .my-sub-title {
    display: none;
  }
  .coupon .condition-search-wrap {
    padding: 1.25rem 5%;
    margin: 0rem 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
  }
  .coupon .condition-wrap {
    margin: 0rem 0 0;
  }
  .coupon p.box {
    padding: 3rem 0;
    margin: 0 1rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }
  .coupon .product-box.row {
    display: block;
    padding: 0.1rem 0 0;
    margin: 0;
    border: none;
  }
  .coupon .product-box.row .pb-img {
    width: 36%;
    max-width: 100%;
    margin: 2rem auto 1rem;
    border-radius: 10px;
  }
  .coupon .product-box.row .pb-txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    text-align: center;
  }
  .coupon .product-box.row .pb-txt > span {
    padding: 0 1rem;
  }
  .coupon .product-box.row .pb-txt > span.pb-title {
    font-size: 1rem;
  }
  .coupon .product-box.row .pb-txt > span.pb-price {
    display: none;
  }
  .coupon .product-box.row .pb-txt ul {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 2rem 0 0;
    border-top: 1px solid #eee;
  }
  .coupon .product-box.row .pb-txt ul li {
    padding: 0 1rem;
  }
  .coupon .product-box.row .pb-txt ul li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .coupon .product-box.row .pb-txt .barcode-wrap {
    margin: 1.25rem auto 0;
  }
  .coupon .product-box.row .pb-txt .pb-btn {
    position: initial;
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  .coupon .product-box.row .pb-txt .pb-btn > .btn {
    padding: 0.625rem 1.5rem;
    border-radius: 1.25rem;
    font-size: 0.875rem;
  }
  .coupon .product-box.row .pb-txt .pb-btn > .btn:nth-child(2) {
    margin-left: 0.625rem;
  }
  .coupon .product-box.row .pb-txt .pb-btn .btn-fixed-area {
    max-width: 100%;
  }
  .coupon .coupon-info {
    padding: 0 0 2rem;
    margin-top: 0;
    border-top: 9px solid #f8f8f8;
  }
  .coupon .coupon-info ul {
    padding: 1rem;
    margin: 1.875rem 1rem 0;
    border-radius: 10px;
    background-color: #f8f8f8;
  }
  .coupon .coupon-info ul li {
    font-size: 0.7rem;
  }
  .coupon .coupon-info ul li::before {
    width: 3px;
    height: 1px;
    border-radius: 0;
  }
  .coupon .totalPoint {
    width: 95%;
  }
  .coupon .totalPoint p {
    font-size: 1rem;
  }
  .coupon .totalPoint p .txt {
    width: 6rem;
    margin-top: 0;
  }
  .coupon .divTableWrap {
    padding: 0 1rem 0rem;
  }
  .coupon .divTableWrap .dtHead {
    display: none;
  }
  .coupon .divTableWrap .dtBody .dtTr {
    position: relative;
    margin-bottom: 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.75rem;
    overflow: hidden;
  }
  .coupon .divTableWrap .dtBody .dtTr .linkBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4rem);
    display: block;
    background-color: transparent;
    z-index: 1;
  }
  .coupon .divTableWrap .dtBody .dtTr .cell {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .coupon .divTableWrap .dtBody .dtTr .cell img {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 8rem;
  }
  .coupon .divTableWrap .dtBody .dtTr .cell:first-child {
    padding-top: 1.5rem;
    padding-bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .coupon .divTableWrap .dtBody .dtTr .cell:not(:last-child) {
    padding-left: 11rem;
  }
  .coupon .divTableWrap .dtBody .dtTr .cell:last-child {
    margin: 2rem 0 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
  }
  .coupon .divTableWrap .dtBody .dtTr .cell:last-child .btn.btn-main {
    width: 100%;
    padding: 1rem 0;
    border-radius: 0;
    font-size: 1rem;
  }
  .coupon .divTableWrap .dtBody .dtTr .cell:last-child span {
    display: block;
    padding: 0.8rem 0;
    font-size: 1rem;
  }
  .coupon .divTableWrap .dtBody .dtTr.off {
    background-color: #fbfbfb;
  }
  .coupon .divTableWrap .dtBody .dtTr.off .cell {
    color: #a8a8a8;
  }
  .coupon .divTableWrap .dtBody .dtTr.off .cell img {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 768px) {
  .divTableWrap {
    display: table;
    width: 100%;
    word-break: keep-all;
  }
  .divTableWrap .cell {
    display: table-cell;
    font-size: 0.875rem;
    text-align: center;
    vertical-align: middle;
  }
  .divTableWrap .dtHead {
    display: table-row;
  }
  .divTableWrap .dtHead .cell {
    padding: 1.25rem 0;
    background-color: #f8f8f8;
    font-weight: 700;
  }
  .divTableWrap .dtBody {
    display: table-row-group;
  }
  .divTableWrap .dtBody .dtTr {
    position: relative;
    display: table-row;
  }
  .divTableWrap .dtBody .dtTr .linkBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    display: block;
    background-color: transparent;
    z-index: 1;
  }
  .divTableWrap .dtBody .dtTr .cell {
    padding: 1.25rem 0.625rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .divTableWrap .dtBody .dtTr .cell img {
    display: inline-block;
    max-width: 6rem;
    vertical-align: middle;
  }
  .divTableWrap .dtBody .dtTr .cell .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
  }
  .divTableWrap .dtBody .dtTr .cell .infoTitle {
    display: none;
  }
  .divTableWrap .dtBody .dtTr .cell .btn {
    width: 90%;
    max-width: 18rem;
    padding: 0.75rem 0rem;
    font-size: 0.875rem;
  }
  .divTableWrap .dtBody .dtTr.off .cell {
    color: #a8a8a8;
  }
  .divTableWrap .dtBody .dtTr.off .cell img {
    opacity: 0.5;
  }
}
.my-sub-title {
  position: relative;
}
.my-sub-title .search-box {
  position: absolute;
  bottom: 1.75rem;
  right: 0;
  width: 12.5rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #0f7eed;
}
.my-sub-title .search-box input {
  max-width: calc(100% - 1.25rem);
  font-size: 0.875rem;
  border-radius: 0;
}
.my-sub-title .search-box input::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.my-sub-title .search-box input::-moz-placeholder {
  font-size: 0.875rem;
}
.my-sub-title .search-box input:-ms-input-placeholder {
  font-size: 0.875rem;
}
.my-sub-title .search-box input::-ms-input-placeholder {
  font-size: 0.875rem;
}
.my-sub-title .search-box input::placeholder {
  font-size: 0.875rem;
}
.my-sub-title .search-box .search {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../image/icon_search_s.svg);
}

.mypage .sm-div > section {
  display: none;
}
.mypage .sm-div > section.on {
  display: block;
}
.mypage.confirm .content.center {
  padding: 0.1px 0 10.7rem;
  max-width: 53.125rem;
}
.mypage.confirm h3 {
  padding: 6.25rem 0 3.125rem;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.mypage.confirm h3::before {
  content: "";
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 1rem;
  border-radius: 1.25rem;
  background-image: url(../image/main/img_myPage_security.png);
}
.mypage.confirm p.box {
  padding: 1.532rem;
  text-align: center;
  border-bottom: none;
  font-size: 1.25rem;
}
.mypage.confirm .user-form {
  padding: 1.5rem 0;
}
.mypage.confirm .user-form table tr:nth-child(1) td {
  padding: 2rem 0 1rem;
}
.mypage.confirm .user-form table tr:nth-child(1) td input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.mypage.confirm .btn-fixed-area .btn {
  display: block;
  width: 31.25rem;
  max-width: 100%;
  padding: 1.3125rem 0;
  margin: 2.5rem auto 0rem;
  font-size: 1.25rem;
  border-radius: 0;
}
.mypage.setting table .box {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 10px;
}
.mypage.setting .link-sns {
  padding: 2rem 3.125rem;
}
.mypage.setting .link-sns ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.mypage.setting .link-sns ul li {
  padding: 0.5rem 0 0.5rem 3.125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mypage.setting .link-sns ul li:nth-child(1), .mypage.setting .link-sns ul li:nth-child(2) {
  padding: 0.5rem 3.125rem 0.5rem 0;
  border-right: 1px solid #e5e5e5;
}
.mypage.setting .link-sns ul li:nth-child(2) {
  grid-area: 2/1/3/2;
}
.mypage.setting .agree-check ul 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;
  height: 3.75rem;
  padding: 0.938rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.mypage.setting .agree-check ul li:last-child {
  border-bottom: none;
}
.mypage.setting .agree-check ul li:last-child .btn {
  display: block;
  padding: 0;
  color: #a8a8a8;
  border: none;
  font-size: 0.938rem;
  font-weight: 700;
  cursor: pointer;
}
.mypage.setting .agree-check ul li:last-child .btn:hover {
  border: none;
  color: #a8a8a8;
}
.mypage.setting .agree-check ul li b {
  font-size: 0.938rem;
}
.mypage.setting .agree-check ul li .btn {
  padding: 0.5rem 1.375rem 0.4rem;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mypage.setting .agree-check ul li .btn:hover {
  border: 1px solid #292929;
  color: #292929;
}
.mypage.setting .agree-check ul li .checkbox-toggle.type01 .toggle-btn {
  height: 1.875rem;
}
.mypage.setting .agree-check ul li .checkbox-toggle.type01 .toggle-btn::before {
  width: 1.5rem;
  height: 1.5rem;
}
.mypage.setting .agree-check ul li .checkbox-toggle.type01 .toggle-btn.on::before {
  margin-left: calc(100% - 1.5rem - 0.313rem);
}

.withdrawal .withdrawal-info {
  padding: 1.875rem 0 1.25rem;
  margin: 0rem 0 2.5rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.withdrawal .withdrawal-info > p {
  padding-bottom: 0.313rem;
  font-size: 1.25rem;
}
.withdrawal .withdrawal-info > ul > li {
  position: relative;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  font-size: 0.938rem;
  line-height: 1.5;
}
.withdrawal .withdrawal-info > ul > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.125rem;
  left: 0;
  background-color: #292929;
}
.withdrawal .withdrawal-info > ul > li:nth-child(3) {
  padding: 0;
}
.withdrawal .withdrawal-info > ul > li:nth-child(3)::before {
  display: none;
}
.withdrawal .withdrawal-info > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 43.75rem;
  padding: 0.938rem 0 0.625rem;
}
.withdrawal .withdrawal-info > ul > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.withdrawal .withdrawal-info > ul > li ul li span {
  padding: 0.813rem 1.25rem 0.75rem;
  border: 1px solid #e5e5e5;
  border-left: none;
}
.withdrawal .withdrawal-info > ul > li ul li span:nth-child(1) {
  min-width: 8.75rem;
  background-color: #f8f8f8;
  color: #a8a8a8;
}
.withdrawal .withdrawal-info > ul > li ul li span:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.withdrawal .withdrawal-info > ul > li ul li:nth-child(1) span:nth-child(1) {
  border-left: 1px solid #e5e5e5;
  border-radius: 5px 0 0 5px;
}
.withdrawal .withdrawal-info > ul > li ul li:nth-child(2) span:nth-child(2) {
  border-radius: 0 5px 5px 0;
}
.withdrawal .withdrawal-info .box.box-g {
  max-width: 43.75rem;
  padding: 1.25rem 1rem 1.25rem 2.813rem;
  margin: 1.25rem 0;
  border: none;
  border-radius: 5px;
  font-size: 0.938rem;
  line-height: 1.5;
}
.withdrawal .withdrawal-info .box.box-g span.txt-red {
  display: inline-block;
  padding-top: 0.313rem;
  font-size: 0.75rem;
}
.withdrawal .withdrawal-info .box.box-g input[type=checkbox] + label {
  position: relative;
}
.withdrawal .withdrawal-info .box.box-g input[type=checkbox] + label::before {
  position: absolute;
  top: 0.313rem;
  left: -1.5rem;
  border: 1px solid #e5e5e5;
}
.withdrawal .btn-fixed-area {
  text-align: center;
}
.withdrawal .btn-fixed-area .btn {
  border-radius: 0;
  font-size: 1.125rem;
  padding: 1rem 0;
  min-width: 9.375rem;
}

.withdrawal-complete h3 {
  padding: 6.25rem 0 2.25rem;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.withdrawal-complete h3::before {
  content: "";
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 1rem;
  border-radius: 1.25rem;
  background-image: url(../image/main/img_myPage_user.png);
}
.withdrawal-complete p {
  text-align: center;
  border-bottom: none;
  font-size: 1.25rem;
}
.withdrawal-complete .btn-fixed-area {
  padding-top: 4.375rem;
}
.withdrawal-complete .btn-fixed-area .btn {
  display: block;
  width: 31.25rem;
  max-width: 100%;
  padding: 1.3125rem 0;
  margin: 0 auto 0rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.search-result-box {
  position: relative;
  display: none;
}
.search-result-box span {
  display: inline-block;
  color: #0f7eed;
  max-width: 90.5%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  vertical-align: middle;
}
.search-result-box .box.box-g {
  display: none;
  padding: 3.75rem 1rem;
  margin-bottom: 3.75rem;
  border: none;
  line-height: 1.667;
  text-align: center;
  color: #a8a8a8;
  font-size: 1.125rem;
}
.search-result-box b {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.938rem;
}
.search-result-box b span {
  font-size: 0.938rem;
  vertical-align: top;
}
.search-result-box.on {
  display: block;
}
.search-result-box.on:not(.none) .box.box-g:nth-of-type(1) {
  display: block;
}
.search-result-box.on ~ .faq-info {
  display: none;
}
.search-result-box.none > b {
  display: none;
}
.search-result-box.none .box.box-g:nth-of-type(2) {
  display: block;
}
.search-result-box.none + .search-next-box {
  display: none;
}

.board-table {
  width: 100%;
}
.board-table .row > a,
.board-table .row > div {
  display: grid;
  grid-template-columns: 8% 69% 8% 15%;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0 0.938rem;
}
.board-table .row.thead > a,
.board-table .row.thead > div {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.board-table .row.thead .cell:nth-child(3) {
  text-align: center;
}
.board-table .row:not(.thead) {
  border-bottom: 1px solid #e5e5e5;
}
.board-table .row.fixed a {
  background-color: #fff9e5;
}
.board-table .row.fixed a .cell:nth-child(1) {
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.board-table .row .cell {
  font-size: 0.938rem;
  text-align: center;
  color: #666;
}
.board-table .row .cell:nth-child(2) {
  grid-area: 1/3/3/4;
}
.board-table .row .cell:nth-child(3) {
  grid-area: 1/2/3/2;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  color: #292929;
}
.board-table .row .cell.my {
  position: relative;
}
.board-table .row .cell.my::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "나";
  width: 100%;
  height: 100%;
  color: #0f7eed;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
}
.board-table .row.emergency .cell:nth-child(2) {
  color: #e91c4d;
}
.board-table .row.event .cell:nth-child(2) {
  color: #666;
}
.board-table.type02 .row > a,
.board-table.type02 .row > div {
  grid-template-columns: 8% 54% 15% 8% 15%;
}
.board-table.type02 .row.fixed a .cell:nth-child(2) {
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}

.i-privacy {
  content: "";
  display: inline-block;
  width: 0.938rem;
  height: 1.25rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0.625rem 0 0;
  vertical-align: sub;
  background-image: url(../image/main/icon_lock.svg);
  background-size: 100% auto;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}

.q-tag {
  display: inline-block;
  width: 3.75rem;
  padding: 0.5rem 0 0.5rem;
  margin: 0 0.1rem;
  border-radius: 5px;
  text-align: center;
  font-size: 0.75rem;
}
.q-tag.state {
  border: 1px solid #0f7eed;
}
.q-tag.state.complete {
  background-color: #0f7eed;
  color: #fff;
}
.q-tag.state.complete::before {
  content: "답변완료";
}
.q-tag.state.ing::before {
  content: "처리중";
}
.q-tag.category {
  background-color: #f8f8f8;
}

.faq-title {
  display: block;
  padding: 3.125rem 0 1.25rem;
  font-size: 0.938rem;
  font-weight: 700;
}

.faq-list .part {
  color: #0f7eed;
  font-weight: 700;
}
.faq-list .link {
  color: #2e93ea;
  cursor: pointer;
}
.faq-list li:not(:nth-child(1)) p {
  border-top: none;
}
.faq-list li p {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.125rem 3.125rem 1.125rem 3.875rem;
  border: 1px solid #e5e5e5;
  line-height: 1.25;
}
.faq-list li p:nth-child(1) {
  cursor: pointer;
}
.faq-list li p:nth-child(1)::before {
  position: absolute;
  top: 1.125rem;
  left: 1.875rem;
  display: block;
  content: "Q";
  font-weight: bold;
}
.faq-list li p:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.125rem;
  right: 1.875rem;
  background-image: url(../image/icon_faq_more_open.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -5000000000000000px;
  overflow: hidden;
  font-size: 0px;
  text-align: left;
}
.faq-list li p:nth-child(1).on::before {
  color: #0f7eed;
}
.faq-list li p:nth-child(1).on::after {
  background-image: url(../image/icon_more_right_off.svg);
}
.faq-list li p:nth-child(1).on + p {
  display: block;
}
.faq-list li p:nth-child(2) {
  display: none;
  border-top: none;
  background-color: #f8f8f8;
}
.faq-list li p:nth-child(2)::before {
  position: absolute;
  top: 1.125rem;
  left: 1.875rem;
  display: block;
  content: "A";
  font-weight: bold;
  color: #0f7eed;
}

.faq-info {
  border: none;
  border-radius: 10px;
}
.faq-info ul {
  width: 100%;
  padding: 1.875rem 0;
  overflow: hidden;
}
.faq-info ul li {
  position: relative;
  float: left;
  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: 33%;
  height: 100%;
  padding: 0 0.313rem;
  color: #a8a8a8;
  font-size: 0.938rem;
  line-height: 1.5;
}
.faq-info ul li span {
  display: block;
}
.faq-info ul li::before {
  content: "";
  display: inline-block;
  width: 1.563rem;
  height: 1.6rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.5rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-info ul li:nth-child(1) span {
  color: #0f7eed;
}
.faq-info ul li:nth-child(1)::before {
  background-image: url(../image/main/icon_call.svg);
}
.faq-info ul li:nth-child(2) {
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}
.faq-info ul li:nth-child(2)::before {
  background-image: url(../image/main/icon_time.svg);
}
.faq-info ul li:nth-child(3) span {
  color: #2e93ea;
}
.faq-info ul li:nth-child(3)::before {
  background-image: url(../image/main/icon_mail.svg);
}
.faq-info ul li:nth-child(3)::after {
  display: none;
}

.faq .faq-search-result-box {
  display: none;
}
.faq .search-result-box.on + .search-next-box .tab-wrap {
  display: none;
}
.faq .search-result-box.on + .search-next-box .faq-search-result-box {
  display: block;
}
.faq .paging-wrap {
  padding: 2.75rem 0;
}

.service-txt-box {
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
  font-size: 0.875rem;
  word-break: break-word;
}
.service-txt-box .title-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 2.813rem;
  border-bottom: 1px solid #e5e5e5;
}
.service-txt-box .title-area::after {
  content: "";
  display: block;
  clear: both;
}
.service-txt-box .title-area .cell {
  font-size: 0.938rem;
}
.service-txt-box .title-area .cell:nth-child(2) {
  max-width: 70%;
  margin: 0 1.25rem;
}
.service-txt-box .title-area .cell:nth-child(3) {
  margin: 0 0 0 auto;
}
.service-txt-box .title-area .cell:nth-child(4) {
  position: absolute;
  top: calc(100% + 1.25rem);
  left: 0;
  font-size: 0.875rem;
  color: #a8a8a8;
}
.service-txt-box .title-area .cell.my {
  position: relative;
}
.service-txt-box .title-area .cell.my::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "나";
  width: 100%;
  height: 100%;
  color: #0f7eed;
  background-color: #fff;
  text-align: right;
  line-height: 1;
}
.service-txt-box .title-area .cell.emergency {
  color: #e91c4d;
}
.service-txt-box .title-area .cell.event {
  color: #666;
}
.service-txt-box .answer-area {
  padding: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}
.service-txt-box .answer-area .answer-info span {
  margin-bottom: 0.625rem;
}
.service-txt-box .answer-area .answer-info span:nth-child(1) {
  display: none;
}
.service-txt-box .answer-area .answer-info span:nth-child(2) {
  color: #a8a8a8;
}

.center-detail .service-txt-box .title-area {
  margin-bottom: 1.25rem;
}
.center-detail .service-txt-box .title-area .cell:nth-child(3) {
  color: #666;
}

.qna-detail .service-txt-box .title-area .cell:nth-child(3) {
  color: #666;
  font-weight: 700;
}

.qna-write .input select {
  width: 9.375rem;
  padding: 0.625rem 2rem 0.625rem 1.25rem;
  margin-right: 0.625rem;
  border: 1px solid #e5e5e5;
  background-image: url("../image/icon_faq_more_open.svg");
  background-size: 0.75rem 0.75rem;
  background-position: right 1.25rem center;
  font-size: 0.875rem;
}
.qna-write .input input[type=checkbox] + label {
  margin-right: 0.825rem;
  font-size: 0.875rem;
}
.qna-write .input input[type=checkbox] + label::before {
  border: 1px solid #e5e5e5;
}

.qna-list .btn-fixed-area {
  position: relative;
  height: 1px;
}
.qna-list .btn-fixed-area a,
.qna-list .btn-fixed-area button {
  position: absolute;
  right: 0;
  top: -3.5rem;
  padding: 0.813rem 1.875rem;
  border-radius: 5px;
  font-size: 0.938rem;
}

.service .btn-fixed-area {
  text-align: center;
}
.service .btn-fixed-area a,
.service .btn-fixed-area button {
  width: 9.375rem;
  border-radius: 10px;
  font-size: 0.875rem;
  padding: 1.0625rem 1.875rem;
  margin-left: 1.25rem;
}
.service .btn-fixed-area a:nth-child(1),
.service .btn-fixed-area button:nth-child(1) {
  margin-left: 0;
}
.service .btn-fixed-area a.btn.disabled,
.service .btn-fixed-area button.btn.disabled {
  background-color: #939393 !important;
  border: 1px solid #939393 !important;
  color: #fff !important;
}
.service .service-txt-box {
  border-radius: 5px;
}
.service .service-txt-box + .btn-fixed-area button,
.service .service-txt-box + .btn-fixed-area a {
  padding: 1.25rem 1.875rem;
  border-radius: 5px;
  font-size: 0.938rem;
}
.service.center-list .condition-search-wrap.type03 div:nth-of-type(3) .input input[type=text], .service.faq .condition-search-wrap.type03 div:nth-of-type(3) .input input[type=text] {
  width: 33.4rem;
}

.center-list .paging-wrap,
.qna-list .paging-wrap {
  padding-top: 2rem;
}

.center-detail .search-box {
  display: none;
}

.qna-detail .condition-search-wrap.type03,
.qna-write .condition-search-wrap.type03 {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .qnalist .btn-fixed-area {
    text-align: right;
  }
  .qnalist .btn-fixed-area a,
  .qnalist .btn-fixed-area button {
    position: initial;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mypage .top-btn {
    bottom: 5rem;
  }
  .mypage .sm-div > section {
    display: block;
  }
  .mypage .sm-div > section.on {
    display: block;
  }
  .mypage.confirm .content.center {
    padding: 0.1px 0 5.7rem;
  }
  .mypage.confirm h3 {
    padding: 3.75rem 0 0;
    font-size: 1.125rem;
  }
  .mypage.confirm h3::before {
    width: 6.625rem;
    height: 6.625rem;
    background-size: 100%;
  }
  .mypage.confirm p.box {
    padding: 1rem;
    border: none;
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .mypage.confirm .user-form {
    padding: 0 1rem 0.625rem;
    margin: 0 0 5rem;
    border: 1px solid #e5e5e5;
  }
  .mypage.setting .content.center {
    padding-bottom: 9rem;
  }
  .mypage.setting .my-sub-title {
    margin: 0 5%;
  }
  .mypage.setting .box-g {
    background-color: #fff;
    border: none;
  }
  .mypage.setting table .box {
    padding: 0;
    border: none;
  }
  .mypage.setting .link-sns ul {
    display: block;
    border: none;
  }
  .mypage.setting .link-sns ul li {
    padding: 0.625rem 0;
    border: none;
    border-bottom: 1px solid #edf0f2;
    color: #a8a8a8;
  }
  .mypage.setting .link-sns ul li:nth-child(1), .mypage.setting .link-sns ul li:nth-child(2) {
    padding: 0.625rem 0;
    border-right: none;
  }
  .mypage.setting .link-sns ul li:last-child {
    padding-bottom: 0.313rem;
    border-bottom: none;
  }
  .mypage.setting .link-sns ul li::before {
    margin-right: 0.625rem;
  }
  .mypage.setting .link-sns ul li .btn.btn-line {
    width: 6.25rem;
    padding: 0.65rem 0 0.6rem;
  }
  .mypage.setting .info-form {
    border-bottom: 9px solid #f8f8f8;
  }
  .mypage.setting .info-form table tr:nth-of-type(6) {
    border-bottom: 9px solid #f8f8f8;
  }
  .mypage.setting .info-form table tr:nth-of-type(7) th {
    padding-top: 1.5rem;
  }
  .mypage.setting .info-form table tr:last-child td {
    padding-bottom: 0;
  }
  .mypage.setting .info-form table td .modify-box .password-box.type02::before {
    display: block;
    content: "새 비밀번호";
    padding: 1.25rem 0 0.625rem;
    color: #292929;
    font-size: 0.875rem;
  }
  .mypage.setting .info-form table td .modify-box.box .password-box input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }
  .mypage.setting .info-form table td .modify-box.box .password-box.type02::before {
    display: none;
  }
  .mypage.setting .info-form table td .modify-box.box.disable {
    opacity: 1;
  }
  .mypage.setting .info-form table td .modify-box.box.disable .password-box input {
    background-color: #f8f8f8;
  }
  .mypage.setting .info-form table td .modify-box:not(.on) .btn-area .btn.btn-b {
    background-color: #f8f8f8;
    color: #292929;
    border: 1px solid #e5e5e5;
  }
  .mypage.setting .agree-check {
    border: none;
  }
  .mypage.setting .agree-check ul {
    padding: 0 5%;
  }
  .mypage.setting .agree-check ul li {
    padding: 0.938rem 0;
  }
  .mypage.setting .agree-check ul li:last-child {
    border-bottom: none;
  }
  .mypage.setting .agree-check ul li:last-child .btn {
    border: none;
    font-weight: 400;
  }
  .mypage.setting .agree-check ul li b {
    font-weight: 400;
  }
  .mypage.setting .agree-check ul li .btn {
    padding: 0.625rem 1.5rem 0.5rem;
    border: 1px solid #a8a8a8;
    font-size: 0.75rem;
  }
  .withdrawal .sub-menu.sp-title h2 {
    border-bottom: 1px solid #e5e5e5;
  }
  .withdrawal .sub-menu.sp-title .sm-now {
    display: none;
  }
  .withdrawal .sub-menu.sp-title .sm-list {
    display: none;
  }
  .withdrawal .sub-menu.sp-title + .sm-div {
    margin-top: 7rem;
  }
  .withdrawal .my-sub-title {
    display: none;
  }
  .withdrawal .withdrawal-info {
    border: none;
    padding: 1.875rem 5% 0;
    margin-bottom: 0;
  }
  .withdrawal .withdrawal-info p {
    line-height: 1.5;
    font-size: 0.938rem;
    font-weight: 700;
  }
  .withdrawal .withdrawal-info > ul > li {
    font-size: 0.813rem;
  }
  .withdrawal .withdrawal-info > ul > li ul {
    display: block;
    max-width: 100%;
  }
  .withdrawal .withdrawal-info > ul > li ul li {
    width: 100%;
  }
  .withdrawal .withdrawal-info > ul > li ul li span {
    padding: 0.625rem;
    font-size: 0.75rem;
  }
  .withdrawal .withdrawal-info > ul > li ul li:nth-child(1) span {
    border-bottom: none;
  }
  .withdrawal .withdrawal-info > ul > li ul li:nth-child(1) span:nth-child(1) {
    border-radius: 5px 0 0 0px;
  }
  .withdrawal .withdrawal-info > ul > li ul li:nth-child(1) span:nth-child(2) {
    border-radius: 0 5px 0 0px;
  }
  .withdrawal .withdrawal-info > ul > li ul li:nth-child(2) span:nth-child(1) {
    border-left: 1px solid #e5e5e5;
    border-radius: 0 0px 0 5px;
  }
  .withdrawal .withdrawal-info > ul > li ul li:nth-child(2) span:nth-child(2) {
    border-radius: 0 0px 5px 0;
  }
  .withdrawal .withdrawal-info .box.box-g {
    background-color: #f8f8f8;
  }
  .withdrawal-complete h3 {
    padding: 8rem 0 0;
    font-size: 1.125rem;
  }
  .withdrawal-complete h3::before {
    width: 6.625rem;
    height: 6.625rem;
    background-size: 100%;
  }
  .withdrawal-complete p {
    padding: 1rem;
    border: none;
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .withdrawal-complete .btn-fixed-area {
    padding-top: 0rem;
  }
  .q-tag {
    padding: 0.313rem 0;
  }
  .search-result-box .box.box-g {
    padding: 2.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  .search-result-box b {
    margin: 0 0 0.875rem 0.938rem;
    font-size: 1rem;
  }
  .search-result-box b span {
    font-size: 1rem;
    margin-left: 0.313rem;
  }
  .board-table {
    border-top: 1px solid #e5e5e5;
  }
  .board-table .row > a,
  .board-table .row > div {
    position: relative;
    display: block;
    padding: 0.938rem 3rem 0.875rem 1rem;
  }
  .board-table .row > a::after,
  .board-table .row > div::after {
    content: "";
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 0.625rem);
    right: 0.938rem;
    background-image: url(../image/icon_faq_more_open.svg);
    background-size: 100% auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .board-table .row.thead {
    display: none;
  }
  .board-table .row .cell {
    max-width: 100%;
    text-align: left;
    line-height: 1.25;
  }
  .board-table .row .cell:nth-child(1) {
    display: none !important;
  }
  .board-table.type01 .row .cell {
    display: inline;
    vertical-align: top;
  }
  .board-table.type01 .row .cell:nth-child(2) {
    margin-right: 0.25rem;
  }
  .board-table.type01 .row .cell:nth-child(2)::before, .board-table.type01 .row .cell:nth-child(2)::after {
    display: inline;
  }
  .board-table.type01 .row .cell:nth-child(2)::before {
    content: "[";
  }
  .board-table.type01 .row .cell:nth-child(2)::after {
    content: "]";
  }
  .board-table.type01 .row .cell:nth-child(3) {
    text-overflow: initial;
    white-space: inherit;
    word-wrap: normal;
    word-break: break-all;
  }
  .board-table.type01 .row .cell:last-child {
    display: block;
    margin-top: 0.625rem;
    color: #a8a8a8;
  }
  .board-table.type02 .row.fixed .cell:nth-child(2) {
    display: none;
  }
  .board-table.type02 .row.fixed .cell:nth-child(3) {
    margin: 0rem 0 0.5rem;
  }
  .board-table.type02 .row .cell:nth-child(3) {
    margin: 0.5rem 0 0.45rem;
  }
  .board-table.type02 .row .cell:nth-child(4) {
    display: inline-block;
    width: auto;
    color: #a8a8a8;
  }
  .board-table.type02 .row .cell:nth-child(4).my {
    vertical-align: middle;
    width: 1rem;
    text-align: left;
    overflow: hidden;
    line-height: 1;
  }
  .board-table.type02 .row .cell:nth-child(5) {
    display: inline-block;
    color: #a8a8a8;
  }
  .board-table.type02 .row .cell:nth-child(5)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.625rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: -1px 0.625rem 0;
    background-color: #a8a8a8;
  }
  .faq-title {
    padding: 1.25rem 0.938rem 0.75rem;
  }
  .faq-list li p {
    border-left: none;
    border-right: none;
  }
  .faq-list li p:nth-child(1), .faq-list li p:nth-child(2) {
    padding-left: 2.188rem;
  }
  .faq-list li p:nth-child(1)::before, .faq-list li p:nth-child(2)::before {
    left: 0.938rem;
  }
  .faq-list li p:nth-child(1)::after, .faq-list li p:nth-child(2)::after {
    right: 0.938rem;
  }
  .faq-info {
    width: calc(100% - 1.875rem);
    margin: 1.25rem auto 0;
  }
  .faq-info ul {
    display: block;
    padding: 1.25rem 0 0.625rem;
  }
  .faq-info ul li {
    float: none;
    width: 100%;
    padding-left: 1.25rem;
    padding-bottom: 0.625rem;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none !important;
    font-size: 0.688rem;
  }
  .faq-info ul li::before {
    top: 0.2rem;
    width: 0.75rem;
    height: 0.75rem;
    padding-top: 0.313rem;
    margin-right: 0.313rem;
  }
  .faq-info ul li span {
    display: inline;
  }
  .faq .paging-wrap {
    border-bottom: 9px solid #f8f8f8;
  }
  .service-txt-box {
    padding: 0 0 4.25rem;
    margin-bottom: 0;
    border: none;
  }
  .service-txt-box .title-area {
    display: block;
    padding: 0.938rem 0;
    margin: 0 0.938rem;
  }
  .service-txt-box .title-area .cell:nth-child(2) {
    max-width: 100%;
    margin: 0.625rem 0;
  }
  .service-txt-box .title-area .cell:nth-child(3) {
    display: inline-block;
  }
  .service-txt-box .title-area .cell:nth-child(4) {
    position: initial;
    display: inline-block;
  }
  .service-txt-box .title-area .cell:nth-child(4)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.625rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: -1px 0.625rem 0;
    background-color: #a8a8a8;
  }
  .service-txt-box .title-area .cell.my {
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    text-align: left;
    overflow: hidden;
  }
  .service-txt-box .text-area {
    padding: 0.938rem;
  }
  .service-txt-box .answer-area {
    margin: 0.625em 0 0;
    border-bottom: none;
  }
  .service-txt-box .answer-area .answer-info span:nth-child(1) {
    display: inline-block;
    color: #0f7eed;
    font-weight: 700;
    font-size: 0.938rem;
  }
  .service-txt-box .answer-area .answer-info span:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.625rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: -1px 0.625rem 0;
    background-color: #a8a8a8;
  }
  .center-list .paging-wrap {
    padding-bottom: 1rem;
  }
  .center-detail .service-txt-box .title-area .cell:nth-child(1) {
    display: none;
  }
  .center-detail .service-txt-box .title-area .cell:nth-child(2) {
    font-weight: 700;
    font-size: 1rem;
  }
  .center-detail .service-txt-box .title-area .cell:nth-child(3) {
    color: #a8a8a8;
  }
  .qna-detail .btn-fixed-area .btn.mob-main-color {
    background-color: #0f7eed;
    border: 1px solid #0f7eed;
    color: #292929;
  }
  .qna-list .btn-fixed-area {
    position: fixed;
    height: 4rem;
    text-align: center;
  }
  .qna-list .btn-fixed-area a,
  .qna-list .btn-fixed-area button {
    position: absolute;
    top: auto;
    right: auto;
    width: 100%;
  }
  .qna-write .box.box-g {
    background-color: #fff;
    border: none;
  }
  .qna-write .info-form {
    padding: 0 5%;
  }
  .qna-write .info-form tr:first-child th {
    border-top: none;
  }
  .qna-write .info-form th {
    padding: 1.25rem 0 0.625rem;
    border-top: 1px solid #e5e5e5;
  }
  .qna-write .info-form td {
    padding: 0 0 1.25rem;
  }
  .service .sb-mob-close {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    width: 0.75rem;
    height: 1.5rem;
    background-image: url(../image/main/icon_mob_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    cursor: pointer;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
  }
  .service .my-sub-title {
    padding: 0;
    border-bottom: none;
    text-indent: -5000000000000000px;
    overflow: hidden;
    font-size: 0px;
    text-align: left;
  }
  .service .my-sub-title .search-box {
    position: fixed;
    top: 3.8rem;
    bottom: auto;
    right: 0.313rem;
    width: 2rem;
    height: 3.125rem;
    padding: 0;
    border-bottom: none;
    background-color: #fff;
    z-index: 5000;
  }
  .service .my-sub-title .search-box input {
    display: none;
  }
  .service .my-sub-title .search-box .search {
    background-image: url(../image/icon_search_b.svg);
  }
  .service .my-sub-title.on {
    width: 100%;
  }
  .service .my-sub-title.on .search-box {
    width: 100%;
  }
  .service .my-sub-title.on .search-box .sb-mob-close {
    display: block;
  }
  .service .my-sub-title.on .search-box input {
    display: block;
    max-width: 75%;
    height: 100%;
    margin-left: 12%;
  }
  .service .my-sub-title.on .search-box .search {
    margin-right: 0.75rem;
  }
  .service .condition-search-wrap.type03 {
    position: fixed;
    top: 3.75rem;
    left: 0;
    width: 100vw;
    height: calc(100vh - 3.75rem);
    overflow-y: auto;
    display: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    z-index: 5000;
  }
  .service .condition-search-wrap.type03 .mob-title {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.1rem 0;
    background-color: #fff;
    font-size: 1.125rem;
    text-align: center;
  }
  .service .condition-search-wrap.type03 .mob-title span {
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
  }
  .service .condition-search-wrap.type03 .mob-title .sb-mob-close {
    display: block;
    top: 1.65rem;
    bottom: auto;
  }
  .service .condition-search-wrap.type03 .row {
    padding: 1.25rem 0;
  }
  .service .condition-search-wrap.type03 .row .title {
    padding: 0 0.938rem;
    margin: 0 0 0.625rem;
  }
  .service .condition-search-wrap.type03 .row .title:nth-of-type(2) {
    display: block;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid #e5e5e5;
  }
  .service .condition-search-wrap.type03 .row .input {
    padding: 0 0.938rem;
  }
  .service .condition-search-wrap.type03 .row .cs-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .service .condition-search-wrap.type03 .row .cs-btn-area button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.625rem 0;
  }
  .service .condition-search-wrap.type03 .row .cs-btn-area button:nth-last-of-type(1) {
    margin-right: 0;
  }
  .service .condition-search-wrap.type03 .row .cs-cal-area {
    width: 100%;
  }
  .service .condition-search-wrap.type03 .row:nth-of-type(2) {
    background-color: #f8f8f8;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .title {
    font-weight: 400;
    color: #292929;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) select {
    margin-bottom: 0;
    border-radius: 10px;
    color: #292929;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .input input[type=text] {
    width: auto;
    border-radius: 10px;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .input input[type=text]::-webkit-input-placeholder {
    text-align: left;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .input input[type=text]::-moz-placeholder {
    text-align: left;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .input input[type=text]:-ms-input-placeholder {
    text-align: left;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .input input[type=text]::-ms-input-placeholder {
    text-align: left;
  }
  .service .condition-search-wrap.type03 .row:not(:nth-of-type(2)) .input input[type=text]::placeholder {
    text-align: left;
  }
  .service .condition-search-wrap.type03 .search {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 4rem;
    padding: 1.25rem 0rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background-color: #0f7eed;
    text-align: center;
    z-index: 999;
  }
  .service .condition-search-wrap.type03.on {
    display: block;
  }
  .center-detail .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.policy-notice .sp-title {
  position: relative;
}
.policy-notice .sp-title h2 {
  padding: 1.75rem 0 1.563rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.875rem;
}
.policy-notice .sp-title .mob-btn-back {
  display: none;
}
.policy-notice .policy-paging {
  border-bottom: 1px solid #e5e5e5;
}
.policy-notice .policy-paging span {
  display: none;
}
.policy-notice .policy-paging ul {
  overflow: hidden;
}
.policy-notice .policy-paging ul li {
  float: left;
  margin-right: 2.5rem;
}
.policy-notice .policy-paging ul li a {
  display: block;
  padding: 1.125rem 0;
  font-size: 1.25rem;
  border-bottom: 2px solid transparent;
}
.policy-notice .policy-paging ul li.on a {
  font-weight: 700;
  border-bottom: 2px solid #292929;
}
.policy-notice nav {
  padding: 0 0 1.875rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.policy-notice nav h3 {
  padding: 1.875rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.policy-notice nav h3:nth-of-type(2) {
  color: #0f7eed;
}
.policy-notice nav ol, .policy-notice nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25.25rem, 1fr));
  grid-gap: 1rem;
}
.policy-notice nav ol li button, .policy-notice nav ul li button {
  font-size: 1rem;
  text-align: left;
  line-height: 1.7;
}
.policy-notice nav ol li button:hover, .policy-notice nav ul li button:hover {
  font-weight: 700;
  text-decoration: underline;
}
.policy-notice article .arti-title {
  display: none;
}
.policy-notice article section > h3 {
  padding: 4.125rem 0 0rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.policy-notice article section li, .policy-notice article section p {
  padding-bottom: 0.313rem;
  line-height: 1.8;
}
.policy-notice article section > ol > li div > ol > li, .policy-notice article section ul > li div > ol > li {
  position: relative;
  margin-left: 1.25rem;
}
.policy-notice article section > ol > li div > ol > li::before, .policy-notice article section ul > li div > ol > li::before {
  position: absolute;
  top: 0.4rem;
  left: -1.25rem;
  display: block;
  height: 0.875rem;
  padding: 0 0.23rem 0 0.225rem;
  border: 0.5px solid #666;
  border-radius: 50%;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.25;
}
.policy-notice article section > ol > li div > ol > li:nth-child(1)::before, .policy-notice article section ul > li div > ol > li:nth-child(1)::before {
  content: "1";
}
.policy-notice article section > ol > li div > ol > li:nth-child(2)::before, .policy-notice article section ul > li div > ol > li:nth-child(2)::before {
  content: "2";
}
.policy-notice article section > ol > li div > ol > li:nth-child(3)::before, .policy-notice article section ul > li div > ol > li:nth-child(3)::before {
  content: "3";
}
.policy-notice article section > ol > li div > ol > li:nth-child(4)::before, .policy-notice article section ul > li div > ol > li:nth-child(4)::before {
  content: "4";
}
.policy-notice article section > ol > li div > ol > li:nth-child(5)::before, .policy-notice article section ul > li div > ol > li:nth-child(5)::before {
  content: "5";
}
.policy-notice article section > ol > li div > ol > li:nth-child(6)::before, .policy-notice article section ul > li div > ol > li:nth-child(6)::before {
  content: "6";
}
.policy-notice article section > ol > li div > ol > li:nth-child(7)::before, .policy-notice article section ul > li div > ol > li:nth-child(7)::before {
  content: "7";
}
.policy-notice article section > ol > li div > ol > li:nth-child(8)::before, .policy-notice article section ul > li div > ol > li:nth-child(8)::before {
  content: "8";
}
.policy-notice article section > ol > li div > ol > li:nth-child(9)::before, .policy-notice article section ul > li div > ol > li:nth-child(9)::before {
  content: "9";
}
.policy-notice article section > ol > li div > ol > li:nth-child(10)::before, .policy-notice article section ul > li div > ol > li:nth-child(10)::before {
  content: "10";
}
.policy-notice article section > ol > li div > ol > li:nth-child(11)::before, .policy-notice article section ul > li div > ol > li:nth-child(11)::before {
  content: "11";
}
.policy-notice article section > ol > li div > ol > li:nth-child(12)::before, .policy-notice article section ul > li div > ol > li:nth-child(12)::before {
  content: "12";
}
.policy-notice article section > ol > li div > ol > li:nth-child(13)::before, .policy-notice article section ul > li div > ol > li:nth-child(13)::before {
  content: "13";
}
.policy-notice article section > ol > li div > ol > li:nth-child(14)::before, .policy-notice article section ul > li div > ol > li:nth-child(14)::before {
  content: "14";
}
.policy-notice article section > ol > li div > ol > li:nth-child(15)::before, .policy-notice article section ul > li div > ol > li:nth-child(15)::before {
  content: "15";
}
.policy-notice article section > ol > li div > ol > li:nth-child(16)::before, .policy-notice article section ul > li div > ol > li:nth-child(16)::before {
  content: "16";
}
.policy-notice article section > ol > li div > ol > li:nth-child(17)::before, .policy-notice article section ul > li div > ol > li:nth-child(17)::before {
  content: "17";
}
.policy-notice article section > ol > li div > ol > li:nth-child(18)::before, .policy-notice article section ul > li div > ol > li:nth-child(18)::before {
  content: "18";
}
.policy-notice article section > ol > li div > ol > li:nth-child(19)::before, .policy-notice article section ul > li div > ol > li:nth-child(19)::before {
  content: "19";
}
.policy-notice article section > ol > li div > ol > li:nth-child(20)::before, .policy-notice article section ul > li div > ol > li:nth-child(20)::before {
  content: "20";
}
.policy-notice article section > ol > li div > ol > li:nth-child(21)::before, .policy-notice article section ul > li div > ol > li:nth-child(21)::before {
  content: "21";
}
.policy-notice article section > ol > li div > ol > li:nth-child(22)::before, .policy-notice article section ul > li div > ol > li:nth-child(22)::before {
  content: "22";
}
.policy-notice article section > ol > li div > ol > li:nth-child(23)::before, .policy-notice article section ul > li div > ol > li:nth-child(23)::before {
  content: "23";
}
.policy-notice article section > ol > li div > ol > li:nth-child(24)::before, .policy-notice article section ul > li div > ol > li:nth-child(24)::before {
  content: "24";
}
.policy-notice article section > ol > li div > ol > li:nth-child(25)::before, .policy-notice article section ul > li div > ol > li:nth-child(25)::before {
  content: "25";
}
.policy-notice article section > ol > li div > ol > li:nth-child(26)::before, .policy-notice article section ul > li div > ol > li:nth-child(26)::before {
  content: "26";
}
.policy-notice article section > ol > li div > ol > li:nth-child(27)::before, .policy-notice article section ul > li div > ol > li:nth-child(27)::before {
  content: "27";
}
.policy-notice article section > ol > li div > ol > li:nth-child(28)::before, .policy-notice article section ul > li div > ol > li:nth-child(28)::before {
  content: "28";
}
.policy-notice article section > ol > li div > ol > li:nth-child(29)::before, .policy-notice article section ul > li div > ol > li:nth-child(29)::before {
  content: "29";
}
.policy-notice article section > ol > li div > ol > li:nth-child(30)::before, .policy-notice article section ul > li div > ol > li:nth-child(30)::before {
  content: "30";
}
.policy-notice article section > ol > li div > ol > li:nth-child(31)::before, .policy-notice article section ul > li div > ol > li:nth-child(31)::before {
  content: "31";
}
.policy-notice article section > ol > li div > ol > li:nth-child(32)::before, .policy-notice article section ul > li div > ol > li:nth-child(32)::before {
  content: "32";
}
.policy-notice article section > ol > li div > ol > li:nth-child(33)::before, .policy-notice article section ul > li div > ol > li:nth-child(33)::before {
  content: "33";
}
.policy-notice article section > ol > li div > ol > li:nth-child(34)::before, .policy-notice article section ul > li div > ol > li:nth-child(34)::before {
  content: "34";
}
.policy-notice article section > ol > li div > ol > li:nth-child(35)::before, .policy-notice article section ul > li div > ol > li:nth-child(35)::before {
  content: "35";
}
.policy-notice article section > ol > li div > ol > li:nth-child(36)::before, .policy-notice article section ul > li div > ol > li:nth-child(36)::before {
  content: "36";
}
.policy-notice article section > ol > li div > ol > li:nth-child(37)::before, .policy-notice article section ul > li div > ol > li:nth-child(37)::before {
  content: "37";
}
.policy-notice article section > ol > li div > ol > li:nth-child(38)::before, .policy-notice article section ul > li div > ol > li:nth-child(38)::before {
  content: "38";
}
.policy-notice article section > ol > li div > ol > li:nth-child(39)::before, .policy-notice article section ul > li div > ol > li:nth-child(39)::before {
  content: "39";
}
.policy-notice article section > ol > li div > ol > li:nth-child(40)::before, .policy-notice article section ul > li div > ol > li:nth-child(40)::before {
  content: "40";
}
.policy-notice article section > ol > li div > ol > li:nth-child(41)::before, .policy-notice article section ul > li div > ol > li:nth-child(41)::before {
  content: "41";
}
.policy-notice article section > ol > li div > ol > li:nth-child(42)::before, .policy-notice article section ul > li div > ol > li:nth-child(42)::before {
  content: "42";
}
.policy-notice article section > ol > li div > ol > li:nth-child(43)::before, .policy-notice article section ul > li div > ol > li:nth-child(43)::before {
  content: "43";
}
.policy-notice article section > ol > li div > ol > li:nth-child(44)::before, .policy-notice article section ul > li div > ol > li:nth-child(44)::before {
  content: "44";
}
.policy-notice article section > ol > li div > ol > li:nth-child(45)::before, .policy-notice article section ul > li div > ol > li:nth-child(45)::before {
  content: "45";
}
.policy-notice article section > ol > li div > ol > li:nth-child(46)::before, .policy-notice article section ul > li div > ol > li:nth-child(46)::before {
  content: "46";
}
.policy-notice article section > ol > li div > ol > li:nth-child(47)::before, .policy-notice article section ul > li div > ol > li:nth-child(47)::before {
  content: "47";
}
.policy-notice article section > ol > li div > ol > li:nth-child(48)::before, .policy-notice article section ul > li div > ol > li:nth-child(48)::before {
  content: "48";
}
.policy-notice article section > ol > li div > ol > li:nth-child(49)::before, .policy-notice article section ul > li div > ol > li:nth-child(49)::before {
  content: "49";
}
.policy-notice article section > ol > li div > ol > li:nth-child(50)::before, .policy-notice article section ul > li div > ol > li:nth-child(50)::before {
  content: "50";
}
.policy-notice article section > ol > li div > ol > li:nth-child(51)::before, .policy-notice article section ul > li div > ol > li:nth-child(51)::before {
  content: "51";
}
.policy-notice article section > ol > li div > ol > li:nth-child(52)::before, .policy-notice article section ul > li div > ol > li:nth-child(52)::before {
  content: "52";
}
.policy-notice article section > ol > li div > ol > li:nth-child(53)::before, .policy-notice article section ul > li div > ol > li:nth-child(53)::before {
  content: "53";
}
.policy-notice article section > ol > li div > ol > li:nth-child(54)::before, .policy-notice article section ul > li div > ol > li:nth-child(54)::before {
  content: "54";
}
.policy-notice article section > ol > li div > ol > li:nth-child(55)::before, .policy-notice article section ul > li div > ol > li:nth-child(55)::before {
  content: "55";
}
.policy-notice article section > ol > li div > ol > li:nth-child(56)::before, .policy-notice article section ul > li div > ol > li:nth-child(56)::before {
  content: "56";
}
.policy-notice article section > ol > li div > ol > li:nth-child(57)::before, .policy-notice article section ul > li div > ol > li:nth-child(57)::before {
  content: "57";
}
.policy-notice article section > ol > li div > ol > li:nth-child(58)::before, .policy-notice article section ul > li div > ol > li:nth-child(58)::before {
  content: "58";
}
.policy-notice article section > ol > li div > ol > li:nth-child(59)::before, .policy-notice article section ul > li div > ol > li:nth-child(59)::before {
  content: "59";
}
.policy-notice article section > ol > li div > ol > li:nth-child(60)::before, .policy-notice article section ul > li div > ol > li:nth-child(60)::before {
  content: "60";
}
.policy-notice article section > ol > li div > ol > li:nth-child(61)::before, .policy-notice article section ul > li div > ol > li:nth-child(61)::before {
  content: "61";
}
.policy-notice article section > ol > li div > ol > li:nth-child(62)::before, .policy-notice article section ul > li div > ol > li:nth-child(62)::before {
  content: "62";
}
.policy-notice article section > ol > li div > ol > li:nth-child(63)::before, .policy-notice article section ul > li div > ol > li:nth-child(63)::before {
  content: "63";
}
.policy-notice article section > ol > li div > ol > li:nth-child(64)::before, .policy-notice article section ul > li div > ol > li:nth-child(64)::before {
  content: "64";
}
.policy-notice article section > ol > li div > ol > li:nth-child(65)::before, .policy-notice article section ul > li div > ol > li:nth-child(65)::before {
  content: "65";
}
.policy-notice article section > ol > li div > ol > li:nth-child(66)::before, .policy-notice article section ul > li div > ol > li:nth-child(66)::before {
  content: "66";
}
.policy-notice article section > ol > li div > ol > li:nth-child(67)::before, .policy-notice article section ul > li div > ol > li:nth-child(67)::before {
  content: "67";
}
.policy-notice article section > ol > li div > ol > li:nth-child(68)::before, .policy-notice article section ul > li div > ol > li:nth-child(68)::before {
  content: "68";
}
.policy-notice article section > ol > li div > ol > li:nth-child(69)::before, .policy-notice article section ul > li div > ol > li:nth-child(69)::before {
  content: "69";
}
.policy-notice article section > ol > li div > ol > li:nth-child(70)::before, .policy-notice article section ul > li div > ol > li:nth-child(70)::before {
  content: "70";
}
.policy-notice article section > ol > li div > ol > li:nth-child(71)::before, .policy-notice article section ul > li div > ol > li:nth-child(71)::before {
  content: "71";
}
.policy-notice article section > ol > li div > ol > li:nth-child(72)::before, .policy-notice article section ul > li div > ol > li:nth-child(72)::before {
  content: "72";
}
.policy-notice article section > ol > li div > ol > li:nth-child(73)::before, .policy-notice article section ul > li div > ol > li:nth-child(73)::before {
  content: "73";
}
.policy-notice article section > ol > li div > ol > li:nth-child(74)::before, .policy-notice article section ul > li div > ol > li:nth-child(74)::before {
  content: "74";
}
.policy-notice article section > ol > li div > ol > li:nth-child(75)::before, .policy-notice article section ul > li div > ol > li:nth-child(75)::before {
  content: "75";
}
.policy-notice article section > ol > li div > ol > li:nth-child(76)::before, .policy-notice article section ul > li div > ol > li:nth-child(76)::before {
  content: "76";
}
.policy-notice article section > ol > li div > ol > li:nth-child(77)::before, .policy-notice article section ul > li div > ol > li:nth-child(77)::before {
  content: "77";
}
.policy-notice article section > ol > li div > ol > li:nth-child(78)::before, .policy-notice article section ul > li div > ol > li:nth-child(78)::before {
  content: "78";
}
.policy-notice article section > ol > li div > ol > li:nth-child(79)::before, .policy-notice article section ul > li div > ol > li:nth-child(79)::before {
  content: "79";
}
.policy-notice article section > ol > li div > ol > li:nth-child(80)::before, .policy-notice article section ul > li div > ol > li:nth-child(80)::before {
  content: "80";
}
.policy-notice article section > ol > li div > ol > li:nth-child(81)::before, .policy-notice article section ul > li div > ol > li:nth-child(81)::before {
  content: "81";
}
.policy-notice article section > ol > li div > ol > li:nth-child(82)::before, .policy-notice article section ul > li div > ol > li:nth-child(82)::before {
  content: "82";
}
.policy-notice article section > ol > li div > ol > li:nth-child(83)::before, .policy-notice article section ul > li div > ol > li:nth-child(83)::before {
  content: "83";
}
.policy-notice article section > ol > li div > ol > li:nth-child(84)::before, .policy-notice article section ul > li div > ol > li:nth-child(84)::before {
  content: "84";
}
.policy-notice article section > ol > li div > ol > li:nth-child(85)::before, .policy-notice article section ul > li div > ol > li:nth-child(85)::before {
  content: "85";
}
.policy-notice article section > ol > li div > ol > li:nth-child(86)::before, .policy-notice article section ul > li div > ol > li:nth-child(86)::before {
  content: "86";
}
.policy-notice article section > ol > li div > ol > li:nth-child(87)::before, .policy-notice article section ul > li div > ol > li:nth-child(87)::before {
  content: "87";
}
.policy-notice article section > ol > li div > ol > li:nth-child(88)::before, .policy-notice article section ul > li div > ol > li:nth-child(88)::before {
  content: "88";
}
.policy-notice article section > ol > li div > ol > li:nth-child(89)::before, .policy-notice article section ul > li div > ol > li:nth-child(89)::before {
  content: "89";
}
.policy-notice article section > ol > li div > ol > li:nth-child(90)::before, .policy-notice article section ul > li div > ol > li:nth-child(90)::before {
  content: "90";
}
.policy-notice article section > ol > li div > ol > li:nth-child(91)::before, .policy-notice article section ul > li div > ol > li:nth-child(91)::before {
  content: "91";
}
.policy-notice article section > ol > li div > ol > li:nth-child(92)::before, .policy-notice article section ul > li div > ol > li:nth-child(92)::before {
  content: "92";
}
.policy-notice article section > ol > li div > ol > li:nth-child(93)::before, .policy-notice article section ul > li div > ol > li:nth-child(93)::before {
  content: "93";
}
.policy-notice article section > ol > li div > ol > li:nth-child(94)::before, .policy-notice article section ul > li div > ol > li:nth-child(94)::before {
  content: "94";
}
.policy-notice article section > ol > li div > ol > li:nth-child(95)::before, .policy-notice article section ul > li div > ol > li:nth-child(95)::before {
  content: "95";
}
.policy-notice article section > ol > li div > ol > li:nth-child(96)::before, .policy-notice article section ul > li div > ol > li:nth-child(96)::before {
  content: "96";
}
.policy-notice article section > ol > li div > ol > li:nth-child(97)::before, .policy-notice article section ul > li div > ol > li:nth-child(97)::before {
  content: "97";
}
.policy-notice article section > ol > li div > ol > li:nth-child(98)::before, .policy-notice article section ul > li div > ol > li:nth-child(98)::before {
  content: "98";
}
.policy-notice article section > ol > li div > ol > li:nth-child(99)::before, .policy-notice article section ul > li div > ol > li:nth-child(99)::before {
  content: "99";
}
.policy-notice article section > ol > li div > ol > li:nth-child(n+10)::before, .policy-notice article section ul > li div > ol > li:nth-child(n+10)::before {
  padding: 0 0.19rem 0 0.075rem;
  letter-spacing: -1.5px;
}
.policy-notice article section > ol > li div > ol.num > li::before, .policy-notice article section ul > li div > ol.num > li::before {
  top: 0.355rem;
  left: -1.55rem;
  width: 1.5rem;
  padding: 0;
  border: none;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(1)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(1)::before {
  content: "1.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(2)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(2)::before {
  content: "2.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(3)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(3)::before {
  content: "3.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(4)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(4)::before {
  content: "4.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(5)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(5)::before {
  content: "5.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(6)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(6)::before {
  content: "6.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(7)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(7)::before {
  content: "7.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(8)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(8)::before {
  content: "8.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(9)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(9)::before {
  content: "9.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(10)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(10)::before {
  content: "10.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(11)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(11)::before {
  content: "11.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(12)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(12)::before {
  content: "12.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(13)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(13)::before {
  content: "13.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(14)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(14)::before {
  content: "14.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(15)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(15)::before {
  content: "15.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(16)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(16)::before {
  content: "16.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(17)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(17)::before {
  content: "17.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(18)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(18)::before {
  content: "18.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(19)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(19)::before {
  content: "19.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(20)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(20)::before {
  content: "20.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(21)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(21)::before {
  content: "21.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(22)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(22)::before {
  content: "22.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(23)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(23)::before {
  content: "23.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(24)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(24)::before {
  content: "24.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(25)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(25)::before {
  content: "25.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(26)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(26)::before {
  content: "26.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(27)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(27)::before {
  content: "27.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(28)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(28)::before {
  content: "28.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(29)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(29)::before {
  content: "29.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(30)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(30)::before {
  content: "30.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(31)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(31)::before {
  content: "31.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(32)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(32)::before {
  content: "32.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(33)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(33)::before {
  content: "33.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(34)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(34)::before {
  content: "34.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(35)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(35)::before {
  content: "35.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(36)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(36)::before {
  content: "36.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(37)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(37)::before {
  content: "37.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(38)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(38)::before {
  content: "38.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(39)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(39)::before {
  content: "39.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(40)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(40)::before {
  content: "40.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(41)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(41)::before {
  content: "41.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(42)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(42)::before {
  content: "42.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(43)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(43)::before {
  content: "43.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(44)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(44)::before {
  content: "44.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(45)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(45)::before {
  content: "45.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(46)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(46)::before {
  content: "46.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(47)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(47)::before {
  content: "47.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(48)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(48)::before {
  content: "48.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(49)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(49)::before {
  content: "49.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(50)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(50)::before {
  content: "50.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(51)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(51)::before {
  content: "51.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(52)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(52)::before {
  content: "52.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(53)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(53)::before {
  content: "53.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(54)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(54)::before {
  content: "54.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(55)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(55)::before {
  content: "55.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(56)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(56)::before {
  content: "56.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(57)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(57)::before {
  content: "57.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(58)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(58)::before {
  content: "58.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(59)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(59)::before {
  content: "59.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(60)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(60)::before {
  content: "60.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(61)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(61)::before {
  content: "61.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(62)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(62)::before {
  content: "62.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(63)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(63)::before {
  content: "63.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(64)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(64)::before {
  content: "64.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(65)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(65)::before {
  content: "65.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(66)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(66)::before {
  content: "66.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(67)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(67)::before {
  content: "67.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(68)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(68)::before {
  content: "68.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(69)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(69)::before {
  content: "69.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(70)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(70)::before {
  content: "70.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(71)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(71)::before {
  content: "71.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(72)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(72)::before {
  content: "72.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(73)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(73)::before {
  content: "73.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(74)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(74)::before {
  content: "74.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(75)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(75)::before {
  content: "75.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(76)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(76)::before {
  content: "76.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(77)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(77)::before {
  content: "77.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(78)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(78)::before {
  content: "78.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(79)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(79)::before {
  content: "79.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(80)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(80)::before {
  content: "80.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(81)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(81)::before {
  content: "81.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(82)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(82)::before {
  content: "82.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(83)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(83)::before {
  content: "83.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(84)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(84)::before {
  content: "84.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(85)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(85)::before {
  content: "85.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(86)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(86)::before {
  content: "86.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(87)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(87)::before {
  content: "87.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(88)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(88)::before {
  content: "88.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(89)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(89)::before {
  content: "89.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(90)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(90)::before {
  content: "90.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(91)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(91)::before {
  content: "91.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(92)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(92)::before {
  content: "92.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(93)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(93)::before {
  content: "93.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(94)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(94)::before {
  content: "94.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(95)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(95)::before {
  content: "95.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(96)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(96)::before {
  content: "96.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(97)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(97)::before {
  content: "97.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(98)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(98)::before {
  content: "98.";
}
.policy-notice article section > ol > li div > ol.num > li:nth-child(99)::before, .policy-notice article section ul > li div > ol.num > li:nth-child(99)::before {
  content: "99.";
}
.policy-notice article section > ol > li, .policy-notice article section > ul > li {
  padding: 0 0 0;
}
.policy-notice article section > ol > li h4, .policy-notice article section > ul > li h4 {
  padding: 1.5rem 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.policy-notice article section > ol > li button, .policy-notice article section > ol > li a, .policy-notice article section > ul > li button, .policy-notice article section > ul > li a {
  font-size: 1rem;
  color: #2e93ea;
  text-decoration: underline;
}
.policy-notice article section > ol > li ol ol, .policy-notice article section > ol > li ol ul, .policy-notice article section > ol > li ul ol, .policy-notice article section > ol > li ul ul, .policy-notice article section > ul > li ol ol, .policy-notice article section > ul > li ol ul, .policy-notice article section > ul > li ul ol, .policy-notice article section > ul > li ul ul {
  margin-left: 0.625rem;
}
.policy-notice article section > ol > li ol ol li, .policy-notice article section > ol > li ol ul li, .policy-notice article section > ol > li ul ol li, .policy-notice article section > ol > li ul ul li, .policy-notice article section > ul > li ol ol li, .policy-notice article section > ul > li ol ul li, .policy-notice article section > ul > li ul ol li, .policy-notice article section > ul > li ul ul li {
  padding: 0;
}
.policy-notice article section.history button, .policy-notice article section.history a {
  font-size: 1rem;
  color: #2e93ea;
  text-decoration: underline;
}
.policy-notice.privacy nav ol li::before, .policy-notice.privacy nav ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 0.625rem 0 0;
  border-radius: 50%;
  background-color: #292929;
}
.policy-notice.privacy nav ol li button, .policy-notice.privacy nav ul li button {
  max-width: calc(100% - 1.976rem);
}
.policy-notice.privacy article section > ol > li h4::before, .policy-notice.privacy article section > ul > li h4::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3.5px 5px 0 0;
  border-radius: 50%;
  background-color: #292929;
}
.policy-notice.privacy article section.pp-info {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #e5e5e5;
}
.policy-notice.privacy article section.pp-info p {
  line-height: 1.6;
}
.policy-notice.privacy article section.pp-info h4 {
  padding: 3.125rem 0 0;
  font-weight: 700;
  text-align: center;
}
.policy-notice.privacy article section.pp-info ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5rem;
  padding: 1.875rem 0 1.25rem;
}
.policy-notice.privacy article section.pp-info ul li {
  position: relative;
}
.policy-notice.privacy article section.pp-info ul li > button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #292929;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.policy-notice.privacy article section.pp-info ul li > button::before, .policy-notice.privacy article section.pp-info ul li > button::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  margin: 0 0px 1rem 0;
  border-radius: 1.25rem;
  border: 1px solid #dae1e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 55% auto;
}
.policy-notice.privacy article section.pp-info ul li > button::after {
  position: absolute;
  top: 0;
  left: 0;
}
.policy-notice.privacy article section.pp-info ul li:nth-of-type(1) button::after {
  background-image: url(../image/policy/img_policy_01.svg);
}
.policy-notice.privacy article section.pp-info ul li:nth-of-type(2) button::after {
  background-image: url(../image/policy/img_policy_02.svg);
}
.policy-notice.privacy article section.pp-info ul li:nth-of-type(3) button::after {
  background-image: url(../image/policy/img_policy_03.svg);
}
.policy-notice.privacy article section.pp-info ul li:nth-of-type(4) button::after {
  background-image: url(../image/policy/img_policy_04.svg);
}
.policy-notice.privacy article section.pp-info ul li:nth-of-type(5) button::after {
  background-image: url(../image/policy/img_policy_05.svg);
}
.policy-notice.privacy article section.pp-info ul li:nth-of-type(6) button::after {
  background-image: url(../image/policy/img_policy_06.svg);
}
.policy-notice.privacy article section.pp-info ul li div {
  display: none;
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.313rem;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.policy-notice.privacy article section.pp-info ul li div h5 {
  width: 21.25rem;
  max-width: 100%;
  padding: 0.625rem 0 0.45rem;
  font-size: 1rem;
  text-align: left;
  text-indent: 1.25rem;
  clear: both;
  border-bottom: 1px solid #f5f5f5;
}
.policy-notice.privacy article section.pp-info ul li div p {
  text-align: left;
  padding: 0.938rem 1.25rem 1rem;
  font-size: 0.938rem;
  line-height: 1.4;
}
.policy-notice.privacy article section.pp-info ul li div .close-btn {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 5%;
  height: 1rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-indent: -5000000000px;
  overflow: hidden;
}
.policy-notice.privacy article section.pp-info ul li div .close-btn::before, .policy-notice.privacy article section.pp-info ul li div .close-btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  left: 45%;
  height: 1.175rem;
  width: 2px;
  background-color: #292929;
}
.policy-notice.privacy article section.pp-info ul li div .close-btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
}
.policy-notice.privacy article section.pp-info ul li div .close-btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.policy-notice.privacy article section.pp-info ul li:hover > button {
  color: #0e8eff;
  font-weight: 700;
}
.policy-notice.privacy article section.pp-info ul li:hover > button::before {
  padding-bottom: calc(100% - 2px);
  border: 2px solid #0f7eed;
}
.policy-notice.privacy article section.pp-info ul li:hover div {
  display: block;
}
.policy-notice.privacy article section.pp-info ul li:first-child div {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.policy-notice.privacy article section.pp-info ul li:last-child div {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.policy-notice.privacy article section.pp-info ul + p {
  font-size: 0.875rem;
}
.policy-notice.privacy article section.history h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 0.625rem 0 0;
  border-radius: 50%;
  background-color: #292929;
}

@media only screen and (max-width: 768px) {
  .table-area table th {
    font-size: 0.875rem;
  }
  .table-area table td {
    font-size: 0.75rem;
  }
  .policy-notice .content .center {
    max-width: 100%;
    width: 100%;
  }
  .policy-notice .sp-title h2 {
    padding: 1.1rem 0 1.2rem;
    font-size: 1.125rem;
    border-bottom: none;
  }
  .policy-notice .sp-title .mob-btn-back {
    display: block;
  }
  .policy-notice .policy-paging {
    position: relative;
    margin-top: 3.7rem;
  }
  .policy-notice .policy-paging > span {
    display: block;
    width: 100%;
    padding: 1rem 2.5rem;
    font-size: 0.938rem;
    text-align: center;
    cursor: pointer;
  }
  .policy-notice .policy-paging > span.on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .policy-notice .policy-paging > span.on + ul {
    display: block;
  }
  .policy-notice .policy-paging > span .pp-open {
    content: "";
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -79%;
    right: 0.938rem;
    background-image: url(../image/icon_faq_more_open.svg);
    background-size: 100% auto;
    z-index: 5000;
  }
  .policy-notice .policy-paging ul {
    display: none;
    position: absolute;
    top: calc(100% - 3rem);
    left: 0;
    width: 100%;
    padding: 1.375rem 0;
    background-color: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    z-index: 10;
  }
  .policy-notice .policy-paging ul li {
    float: none;
    text-align: center;
    margin: 0;
  }
  .policy-notice .policy-paging ul li a {
    padding: 0.687rem 0;
    border-bottom: none;
    font-size: 1.063rem;
  }
  .policy-notice .policy-paging ul li.on a {
    color: #0f7eed;
    border-bottom: none;
    font-weight: normal;
  }
  .policy-notice nav h3 {
    padding: 1.65rem 0 1.5rem;
    text-align: center;
    font-size: 1.063rem;
  }
  .policy-notice nav ol, .policy-notice nav ul {
    grid-gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .policy-notice nav ol li, .policy-notice nav ul li {
    padding: 0 0.938rem;
  }
  .policy-notice nav ol li button, .policy-notice nav ul li button {
    font-size: 0.938rem;
  }
  .policy-notice article section {
    padding: 0 0.938rem 0;
  }
  .policy-notice article section > h3 {
    font-size: 1.063rem;
  }
  .policy-notice article section > ol > li, .policy-notice article section > ul > li {
    font-size: 0.938rem;
  }
  .policy-notice article section > ol > li h4, .policy-notice article section > ul > li h4 {
    padding: 5rem 0 1rem 0;
    font-size: 1.063rem;
  }
  .policy-notice article section > ol > li button, .policy-notice article section > ol > li a, .policy-notice article section > ul > li button, .policy-notice article section > ul > li a {
    font-size: 0.938rem;
  }
  .policy-notice.privacy article section.pp-info ul {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.563rem;
    -moz-column-gap: 0.563rem;
    column-gap: 0.563rem;
  }
  .policy-notice.privacy article section.pp-info ul li:hover > button {
    color: #292929;
    font-weight: 400;
  }
  .policy-notice.privacy article section.pp-info ul li:hover > button::before {
    padding-bottom: 100%;
    border: 1px solid #dae1e6;
  }
  .policy-notice.privacy article section.pp-info ul li > button::before {
    background-size: 60% auto;
  }
  .policy-notice.privacy article section.pp-info ul li > button.on {
    color: #0e8eff;
    font-weight: 700;
  }
  .policy-notice.privacy article section.pp-info ul li > button.on::before {
    padding-bottom: calc(100% - 2px);
    border: 2px solid #0f7eed;
  }
  .policy-notice.privacy article section.pp-info ul li > button.on + div {
    display: block;
  }
  .policy-notice.privacy article section.pp-info ul li div .close-btn {
    display: block;
  }
  .policy-notice.privacy article section.pp-info ul li:nth-child(3n+1) div {
    left: 0.15rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .policy-notice.privacy article section.pp-info ul li:nth-child(3n) div {
    left: auto;
    right: 0.15rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .policy-notice.privacy article section.pp-info ul li:hover div {
    display: none;
  }
}
.pop-layer {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
.pop-layer.on {
  display: block;
}
.pop-layer .pop-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: hidden;
  z-index: 200;
}
.pop-layer .pop-back {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
}
.pop-layer.pop-type01 .pop-content {
  width: 100%;
  max-width: 800px;
  padding: 30px 30px 80px;
  border-radius: 4px;
}
.pop-layer.pop-type01 .pop-content h5 {
  padding: 0 0 20px;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.5;
}
.pop-layer.pop-type01 .pop-content .pop-btn-area {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pop-layer.pop-type01 .pop-content .pop-btn-area button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  margin: 0;
  background-color: #0f7eed;
  border-radius: 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pop-layer.pop-type01 .pop-content .pop-btn-area button.btn-gray {
  background-color: #c1c1c1;
}
.pop-layer.pop-type01 .pop-content > .pop-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-indent: -5000000000px;
  overflow: hidden;
}
.pop-layer.pop-type01 .pop-content > .pop-close-btn::before, .pop-layer.pop-type01 .pop-content > .pop-close-btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  left: 48%;
  height: 30px;
  width: 3px;
  background-color: #999;
}
.pop-layer.pop-type01 .pop-content > .pop-close-btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-layer.pop-type01 .pop-content > .pop-close-btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pop-layer.pop-type02 .pop-content {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1432px;
  padding: 30px 30px 110px;
  border-radius: 4px;
  border-top: 4px solid #0f7eed;
}
.pop-layer.pop-type02 .pop-content .pop-btn-area {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100%;
  text-align: right;
}
.pop-layer.pop-type02 .pop-content .pop-btn-area button {
  display: inline-block;
  float: none;
  height: 50px;
  line-height: 47px;
  padding: 0 107px;
  margin-right: 15px;
  background-color: #0f7eed;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pop-layer.pop-type02 .pop-content .pop-btn-area button.btn-gray {
  margin-right: 0px;
  background-color: #c1c1c1;
}
.pop-layer.pop-type03 .pop-content {
  width: 100%;
  max-width: 800px;
  padding: 30px 30px 110px;
  border-radius: 4px;
}
.pop-layer.pop-type03 .pop-content .pop-btn-area {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100%;
  text-align: right;
}
.pop-layer.pop-type03 .pop-content .pop-btn-area button {
  display: inline-block;
  float: none;
  height: 50px;
  line-height: 47px;
  padding: 0 55px;
  margin-right: 10px;
  border: 2px solid #0f7eed;
  background-color: #fff;
  color: #0f7eed;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pop-layer.pop-type03 .pop-content .pop-btn-area button.btn-gray {
  margin-right: 0px;
  color: #fff;
  background-color: #c1c1c1;
  border: 2px solid #c1c1c1;
}
.pop-layer.pop-type04 .pop-content {
  width: 90vw;
  max-width: 40rem;
  max-height: 90vh;
  border-radius: 5px;
  font-size: 1rem;
}
.pop-layer.pop-type04 .pop-content h1 {
  width: 100%;
  padding: 1.25rem 0 1rem;
  font-size: 1rem;
  text-align: left;
  text-indent: 1.25rem;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}
.pop-layer.pop-type04 .pop-content h1.icon::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 0.625rem 0 0;
  background-image: url(../image/icon_info.svg);
  background-size: 100% auto;
  vertical-align: middle;
}
.pop-layer.pop-type04 .pop-content .box {
  max-height: calc(90vh - 3.438rem);
  overflow-y: auto;
  text-align: left;
  padding: 0.938rem;
  font-size: 0.813rem;
  line-height: 1.5;
  text-align: justify;
  border: none;
}
.pop-layer.pop-type04 .pop-content .pop-close-btn {
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-indent: -5000000000px;
  overflow: hidden;
}
.pop-layer.pop-type04 .pop-content .pop-close-btn::before, .pop-layer.pop-type04 .pop-content .pop-close-btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 48%;
  height: 1.25rem;
  width: 2px;
  background-color: #292929;
}
.pop-layer.pop-type04 .pop-content .pop-close-btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-layer.pop-type04 .pop-content .pop-close-btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pop-layer.pop-type05 .pop-content {
  width: 90vw;
  max-width: 28.75rem;
  max-height: 90vh;
  border-radius: 5px;
  font-size: 1rem;
}
.pop-layer.pop-type05 .pop-content h1 {
  position: relative;
  width: 100%;
  padding: 0.875rem 0 0.875rem;
  background-color: #0f7eed;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  text-indent: 1.25rem;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}
.pop-layer.pop-type05 .pop-content h1.icon::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin: -3px 0.625rem 0 0;
  background-image: url(../image/icon_info.svg);
  background-size: 100% auto;
  vertical-align: middle;
}
.pop-layer.pop-type05 .pop-content h1 .pop-close-btn {
  position: absolute;
  top: 0.625rem;
  right: 1rem;
  width: 26px;
  min-width: auto;
  height: 26px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-indent: -5000000000px;
  overflow: hidden;
  border: none;
}
.pop-layer.pop-type05 .pop-content h1 .pop-close-btn::before, .pop-layer.pop-type05 .pop-content h1 .pop-close-btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 48%;
  height: 1.25rem;
  width: 2px;
  background-color: #fff;
}
.pop-layer.pop-type05 .pop-content h1 .pop-close-btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-layer.pop-type05 .pop-content h1 .pop-close-btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pop-layer.pop-type05 .pop-content .box {
  max-height: calc(90vh - 3.438rem);
  overflow-y: auto;
  text-align: left;
  padding: 2rem 1rem 1.5rem;
  line-height: 1.5;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  border: none;
}
.pop-layer.pop-type05 .pop-content .input-box {
  min-width: 60%;
  margin: 1.25rem auto 0;
}
.pop-layer.pop-type05 .pop-content .input-box input {
  width: 100%;
  font-size: 0.875rem;
}
.pop-layer.pop-type05 .pop-content .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem auto 1.5rem;
}
.pop-layer.pop-type05 .pop-content .btn {
  min-width: 7.5rem;
  padding: 0.75rem 1.875rem;
  margin-left: 0.625rem;
  border-radius: 0;
  font-size: 0.875rem;
}
.pop-layer.pop-type05 .pop-content .btn:nth-child(1) {
  margin-left: 0;
}
.pop-layer.pop-type-b {
  display: block;
  opacity: 0;
  z-index: -10000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pop-layer.pop-type-b.on {
  opacity: 1;
  z-index: 10000;
}
.pop-layer.pop-type-b .pop-content {
  top: auto;
  bottom: 1.875rem;
  left: 1.875rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 22.5rem;
  max-width: calc(100% - 1.875rem);
  padding: 1.563rem;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.875rem;
  opacity: 0.8;
}
.pop-layer.pop-type-b .pop-content .box {
  border: none;
}
.pop-layer.pop-type-b .pop-back {
  display: none;
}

#loginPopLayer .box {
  width: 70%;
  padding: 0;
  margin: 1.25rem auto;
}
#loginPopLayer .box .input-box {
  width: 100%;
  margin: 0.313rem 0;
}
#loginPopLayer .box .btn-join {
  display: block;
  margin: 0.625rem 0 1.25rem 0;
  color: #a8a8a8;
  text-align: right;
  font-size: 0.75rem;
}
#loginPopLayer .box .btn-main {
  width: 100%;
  margin: 0;
  padding: 0.938rem 0rem;
  border-radius: 0.45rem;
  font-size: 1rem;
}
#loginPopLayer .box .btnSns {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  padding: 0.75rem 0;
  margin: 0.625rem 0;
  font-size: 1rem;
}
#loginPopLayer .box .btnSns::before, #loginPopLayer .box .btnSns::after {
  display: none;
}
#loginPopLayer .box > div:nth-of-type(1) p {
  margin: 0.625rem 0 0.938rem;
}
#loginPopLayer .box > div:nth-of-type(2) {
  margin-top: 0.625rem;
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 768px) {
  .pop-layer.pop-type05 .pop-content {
    width: calc(100vw - 3.75rem);
    max-width: 18.75rem;
    padding: 1.25rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    text-align: center;
  }
  .pop-layer.pop-type05 .pop-content h1 {
    display: none;
  }
  .pop-layer.pop-type05 .pop-content .box {
    padding: 0.625rem 0 0.313rem;
    font-size: 0.875rem;
    border: none;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: 400;
  }
  .pop-layer.pop-type05 .pop-content .input-box {
    min-width: 100%;
  }
  .pop-layer.pop-type05 .pop-content .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 1.25rem auto 0rem;
  }
  .pop-layer.pop-type05 .pop-content .btn-area .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.125rem 0 1rem;
    margin: 0;
    border-radius: 5px;
    font-size: 0.875rem;
  }
  .pop-layer.pop-type05 .pop-content .btn-area .btn:nth-child(1) {
    margin-right: 0.625rem;
  }
  .pop-layer.pop-type05 .pop-content .btn-area .btn.btn-line-b.pop-close-btn {
    position: inherit;
    height: auto;
    padding: 1.125rem 0 1rem;
    border: 1px solid #292929;
    color: #292929;
    text-indent: 0;
  }
  .pop-layer.pop-type05 .pop-content .btn-area .btn:not(.btn-line-b).pop-close-btn {
    position: inherit;
    height: auto;
    padding: 1.125rem 0 1rem;
    background-color: #0f7eed;
    color: #fff;
    text-indent: 0;
  }
  .pop-layer.pop-type05 .pop-back {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .pop-layer.pop-type-b .pop-content {
    bottom: 5rem;
    left: 0.938rem;
    width: calc(100% - 1.875rem);
    padding: 1rem;
  }
  #loginPopLayer .box {
    width: 100%;
  }
}
.memb-step header.user-menu > div:not(:first-child) {
  display: none;
}
.memb-step header.user-menu > div.center p,
.memb-step header.user-menu > div.center button {
  display: none;
}

@media only screen and (max-width: 768px) {
  .memb-step header.user-menu .center .mob-menu-btn {
    display: none;
  }
  .memb-step header.user-menu .bottom-menu {
    display: none;
  }
  .memb-step .content .btn-fixed-area {
    bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */