@charset "euc-kr";

@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("SpoqaHanSansNeo-Light"), url("../font/SpoqaHanSansNeo-Light.woff2") format("woff2"), url("../font/SpoqaHanSansNeo-Light.woff") format("woff"), url("../font/SpoqaHanSansNeo-Light.ttf") format("truetype");
}

@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("SpoqaHanSansNeo-Regular"), url("../font/SpoqaHanSansNeo-Regular.woff2") format("woff2"), url("../font/SpoqaHanSansNeo-Regular.woff") format("woff"), url("../font/SpoqaHanSansNeo-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("SpoqaHanSansNeo-Medium"), url("../font/SpoqaHanSansNeo-Medium.woff2") format("woff2"), url("../font/SpoqaHanSansNeo-Medium.woff") format("woff"), url("../font/SpoqaHanSansNeo-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "SpoqaHanSansNeo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("SpoqaHanSansNeo-Bold"), url("../font/SpoqaHanSansNeo-Bold.woff2") format("woff2"), url("../font/SpoqaHanSansNeo-Bold.woff") format("woff"), url("../font/SpoqaHanSansNeo-Bold.ttf") format("truetype");
}

/* RESET */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
nav,
section,
article,
header,
footer,
main,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption,
dialog {
  margin: 0;
  padding: 0;
}
body,
textarea,
button,
img,
fieldset,
dialog {
  border: none;
}
textarea {
  resize: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
address,
cite,
code,
em,
i {
  font-style: normal;
  font-weight: normal;
}
u,
ins,
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
img {
  image-rendering: auto;
}
input[type="number"],
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}

/* BASE */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-content-zooming: none;
  -webkit-overflow-scrolling: touch;
}
* {
  font-family: "SpoqaHanSansNeo", "¸¼Àº°íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, "Apple Gothic", sans-serif;
}
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  word-wrap: break-word;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #111;
  letter-spacing: -0.025em;
}
a,
button,
[tabindex] {
  outline: 0;
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #029c94;
}

/* UTILITY - A11Y */
.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* UTILITY - COLOR */
.color-white {
  color: #fff !important;
}
.color-gray01 {
  color: #c9c9c9 !important;
}
.color-gray02 {
  color: #888 !important;
}
.color-green01 {
  color: #22a9a1 !important;
}
.color-red01 {
  color: #e95959 !important;
}

.bg-gray01 {
  background-color: #c9c9c9 !important;
}

/* UTILITY - SPACE */
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.inline-f {
  display: inline-flex !important;
}
.xfull {
  width: 100% !important;
}
.xp10 {
  width: 10% !important;
}
.xp20 {
  width: 20% !important;
}
.xp25 {
  width: 25% !important;
}
.xp30 {
  width: 30% !important;
}
.xp35 {
  width: 35% !important;
}
.xp40 {
  width: 40% !important;
}
.xp50 {
  width: 50% !important;
}
.xp60 {
  width: 60% !important;
}
.xp70 {
  width: 70% !important;
}
.xp80 {
  width: 80% !important;
}
.xp90 {
  width: 90% !important;
}
.x20 {
  width: 2rem !important;
}
.x25 {
  width: 2.5rem !important;
}
.x30 {
  width: 3rem !important;
}
.x35 {
  width: 3.5rem !important;
}
.x40 {
  width: 4rem !important;
}
.x45 {
  width: 4.5rem !important;
}
.x50 {
  width: 5rem !important;
}
.x60 {
  width: 6rem !important;
}
.x70 {
  width: 7rem !important;
}
.x80 {
  width: 8rem !important;
}
.x90 {
  width: 9rem !important;
}
.x100 {
  width: 10rem !important;
}
.x110 {
  width: 11rem !important;
}
.x120 {
  width: 12rem !important;
}
.x130 {
  width: 13rem !important;
}
.x140 {
  width: 14rem !important;
}
.x150 {
  width: 15rem !important;
}

.mgx5 {
  margin-inline: 0.5rem !important;
}
.mgx10 {
  margin-inline: 1rem !important;
}
.mgx15 {
  margin-inline: 1.5rem !important;
}

.mgt5 {
  margin-top: 0.5rem !important;
}
.mgt10 {
  margin-top: 1rem !important;
}
.mgt15 {
  margin-top: 1.5rem !important;
}
.mgt20 {
  margin-top: 2rem !important;
}
.mgt25 {
  margin-top: 2.5rem !important;
}
.mgt30 {
  margin-top: 3rem !important;
}
.mgt55 {
  margin-top: 5.5rem !important;
}

.mgr5 {
  margin-right: 0.5rem !important;
}
.mgr10 {
  margin-right: 1rem !important;
}
.mgr15 {
  margin-right: 1.5rem !important;
}
.mgr20 {
  margin-right: 2rem !important;
}
.mgr25 {
  margin-right: 2.5rem !important;
}
.mgr30 {
  margin-right: 3rem !important;
}

.mglAuto {
  margin-left: auto;
}
.mgl5 {
  margin-left: 0.5rem !important;
}
.mgl10 {
  margin-left: 1rem !important;
}
.mgl15 {
  margin-left: 1.5rem !important;
}
.mgl20 {
  margin-left: 2rem !important;
}
.mgl25 {
  margin-left: 2.5rem !important;
}
.mgl30 {
  margin-left: 3rem !important;
}

.pdx5 {
  padding-inline: 0.5rem !important;
}
.pdx10 {
  padding-inline: 1rem !important;
}
.pdx14 {
  padding-inline: 1.4rem !important;
}
.pdx15 {
  padding-inline: 1.5rem !important;
}

.pdt5 {
  padding-top: 0.5rem !important;
}
.pdt10 {
  padding-top: 1rem !important;
}
.pdt15 {
  padding-top: 1.5rem !important;
}
.pdt20 {
  padding-top: 2rem !important;
}
.pdt25 {
  padding-top: 2.5rem !important;
}
.pdt50 {
  padding-top: 5rem !important;
}
.pdt90 {
  padding-top: 9rem !important;
}

.pdb5 {
  padding-bottom: 0.5rem !important;
}
.pdb10 {
  padding-bottom: 1rem !important;
}
.pdb15 {
  padding-bottom: 1.5rem !important;
}
.pdb20 {
  padding-bottom: 2rem !important;
}
.pdb25 {
  padding-bottom: 2.5rem !important;
}

/* UTILITY - FONT SIZE */
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw700 {
  font-weight: 700 !important;
}

.fz10 {
  font-size: 1rem !important;
}
.fz12 {
  font-size: 1.2rem !important;
}
.fz14 {
  font-size: 1.4rem !important;
}
.fz16 {
  font-size: 1.6rem !important;
}
.fz18 {
  font-size: 1.8rem !important;
}
.fz20 {
  font-size: 2rem !important;
}

/* UTILITY - ALIGIN */
.align {
  display: flex;
}
.align.right {
  justify-content: flex-end;
}
.align.center {
  justify-content: center;
}
.align.both {
  justify-content: space-between;
}
.align.triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.align.triple > :nth-child(1) {
  justify-self: start;
}
.align.triple > :nth-child(2) {
  justify-self: center;
}
.align.triple > :nth-child(3) {
  justify-self: end;
}
.align.vt {
  align-items: flex-start;
}
.align.vm {
  align-items: center;
}
.align.vb {
  align-items: flex-end;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.line-height-large {
  line-height: 1.5;
}

/* LAYOUT */
.wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.4rem;
  background-color: #fff;
}
.container {
  padding-inline: 1.4rem;
}
.pos_r {
  position: relative;
}
.flex_n {
  flex: unset !important;
}
.col2 {
  position: relative;
  width: calc((100% - var(--col-gap)) / 2) !important;
}
.col3 {
  position: relative;
  width: calc((100% - (var(--col-gap) * 2)) / 3) !important;
}
.col4 {
  position: relative;
  width: calc((100% - (var(--col-gap) * 3)) / 4) !important;
}

/* COMPONENTS */
[data-radio-target] {
  display: none;
}
.step_nav {
  padding-top: 1.4rem;
}
.step_list {
  display: flex;
  position: relative;
}
.step_item {
  position: relative;
  width: 1.6rem;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50%;
}
.step_item:not(:last-child) {
  margin-right: 1.4rem;
}
.step_item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1px;
  background-color: #d9d9d9;
}
.step_num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 1rem;
}
.step_item.is_done {
  border: none;
  background: url("../images/mo/ico_check_on.png") no-repeat center / contain;
}
.step_item.is_done:not(:last-child)::before {
  background-color: #029c94;
}
.step_item.is_done .step_num {
  display: none;
}
.step_item.is_current {
  background-color: #111;
  border: none;
}
.step_item.is_current .step_num {
  color: #fff;
  font-weight: 700;
}

.ipt_group {
  display: flex;
  align-items: center;
  position: relative;
  height: 4.2rem;
}
.ipt_group::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  transition: background-color 0.3s ease;
}
.ipt_group:focus-within::after {
  height: 2px;
  background-color: #029c94;
}
/* [2025-10-21 KJH] [WPM-12843] ÀÎÁõ¹øÈ£ ±¸Á¶º¯°æ */
.ipt_group.is-variable {
  flex-wrap: wrap;
  height: auto;
  padding-block: 1.2rem;
  min-height: 4.2rem;
}
/* // [2025-10-21 KJH] [WPM-12843] ÀÎÁõ¹øÈ£ ±¸Á¶º¯°æ */
.ipt_label {
  display: flex;
  align-items: center;
  width: 7.5rem;
  height: 100%;
  font-size: 1.2rem;
  cursor: default;
}
.ipt_labelWrap {
  display: flex;
  align-items: center;
  width: 7.5rem;
  height: 100%;
}
.ipt_labelWrap .ipt_label {
  width: auto;
}
[class^="ipt_inputWrap"] {
  --col-gap: 0.5rem;

  display: inline-flex;
  align-items: center;
  position: relative;
  height: 100%;
  flex: 1;
  column-gap: var(--col-gap);
}
.ipt_inputWrapCard {
  width: 18rem;
  flex: none;
}
.ipt_inputWrapEntre {
  width: 14rem;
  flex: none;
}
.ipt_inputWrapPhone {
  width: 14rem;
  flex: none;
}
.ipt_inputWrapBirth {
  width: 11rem;
  flex: none;
}
.ipt_inputWrapCardDate {
  width: 7rem;
  flex: none;
}
.ipt_inputWrapLimit {
  flex: none;
}

.ipt_input {
  width: 100%;
  height: 2.1rem;
  flex: 1;
  padding-inline: 0.6rem;
  background: none;
  font-size: 1.2rem;
  border: 0;
  outline: 1px solid #d9d9d9;
  /* text-align: center; */
}
.ipt_input:focus-visible {
  outline-width: 2px;
  outline-color: #029c94;
}
.ipt_input.is_readonly {
  outline: 0;
}
.ipt_input.is_readonly:focus-visible {
  outline: 0;
}
.ios .ipt_input[type="password"] {
  font-size: 0.4rem;
}
.ipt_input[type="password"] {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
.ipt_input::placeholder {
  color: #888;
  font-size: 1.2rem;
  letter-spacing: 0;
}
/* [2025-10-21 KJH] [WPM-12843] ÀÎÁõ¹øÈ£ ±¸Á¶º¯°æ */
/* .ipt_input:disabled ~ * .call_timer,
.ipt_input:disabled ~ * .call_timer ~ * {
  display: none;
} */
/* // [2025-10-21 KJH] [WPM-12843] ÀÎÁõ¹øÈ£ ±¸Á¶º¯°æ */ 
.ipt_input.x20,
.ipt_input.x30,
.ipt_input.x40, 
.ipt_input.x45, 
.ipt_input.x50, 
.ipt_input.x60, 
.ipt_input.x70, 
.ipt_input.x80,
.ipt_input.x90,
.ipt_input.x100,
.ipt_input.x110,
.ipt_input.x120,
.ipt_input.x130,
.ipt_input.x140,
.ipt_input.x150
{
  flex: unset;
}
.ipt_selectWrap {
  position: relative;
  width: 6rem;
  height: 2.1rem;
  padding-right: 1.5rem;
}
.ipt_selectWrap::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6rem;
  aspect-ratio: 1;
  border-color: #111;
  border-style: solid;
  border-width: 0 2px 2px 0;
}
.ipt_selectWrap:focus-within {
  outline: 2px solid #029c94;
}
.ipt_select {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0.6rem;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[data-placeholder-wrap] {
  position: relative;
}
.ipt_limit_prev {
  position: relative;
}
.ipt_limit_prev::after {
  content: ">";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translate3d(-30%, -50%, 0);
  color: #22a9a1;
  animation: prev 0.75s ease-in infinite;
}
@keyframes prev {
  50% {
    transform: translate3d(30%, -50%, 0);
  }
}
.ipt_hint {
  display: inline-flex;
  align-items: center;
  color: #888;
  font-size: 1.2rem;
}
.dotWrap {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}
.dot {
  display: inline-block;
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #888;
}
.ipt_desc {
  margin-top: 0.6rem;
  color: #029c94;
  font-size: 1rem;
}
.ipt_pick {
  display: flex;
  flex: 1;
  height: 100%;
  column-gap: 1.8rem;
}
.agree_group {
  display: flex;
  align-items: center;
}
.agree_group .cycle_label {
  padding-block: 0.5rem;
}
.cycle_label {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 1.1rem;
  outline: 0;
}
.cycle_input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cycle_mark {
  position: relative;
  width: 1.6rem;
  aspect-ratio: 1;
  background: url("../images/mo/ico_check.png") no-repeat center / contain;
  border-radius: 50%;
}
.cycle_mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/mo/ico_check_on.png") no-repeat center / contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cycle_input:focus-visible ~ .cycle_mark {
  outline: 2px solid #029c94;
}
.cycle_input:checked ~ .cycle_mark::after {
  opacity: 1;
}
.cycle_label ~ .terms_link {
  margin-left: auto;
}
.cycle_label ~ .nBtn_info {
  margin-left: auto;
}
.terms_link {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding-block: 0.5rem;
  color: #888;
  font-size: 1.1rem;
}
.terms_link::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1;
  border: solid #888;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
}

/* 
  nBtnÀº ¸ð´Þ¿¡ Ãß°¡ ÇÏÁö ¾Ê½À´Ï´Ù. 
  ½Å±Ô ÆäÀÌÁö¿¡¸¸ »ç¿ëÇÕ´Ï´Ù.
  ¸ð´Þ¿¡ ÀÖ´Â ¹öÆ°Àº bootstrap_custom.css¸¸ »ç¿ëÇÕ´Ï´Ù.
*/
.nBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 4rem;
  background-color: #029c94;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 0.4rem;
  white-space: nowrap;
  transition: 0.3s ease;
}
.nBtn_xsmall {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 2.4rem;
  padding-inline: 1rem;
  background-color: #029c94;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  transition: 0.3s ease;
}
.nBtn_small {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 2.8rem;
  padding-inline: 1rem;
  background-color: #029c94;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  transition: 0.3s ease;
}
.nBtn_gray {
  background-color: #eff0f5;
  color: #111;
}
.nBtn_boxrow {
  display: flex;
}
.nBtn_boxrow .nBtn:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
.nBtn_boxrow .nBtn:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
.nBtn_boxrow .nBtn + .nBtn {
  border-left: 1px solid #fff;
}
.nBtn_info {
  width: 2rem;
  aspect-ratio: 1;
  background: url("../images/mo/ico_info.png") no-repeat center / 1.4rem auto;
}
.nBtn_close {
  width: 2.2rem;
  aspect-ratio: 1;
  background: url("../images/mo/ico_close.png") no-repeat center / contain;
}
[class*="nBtn"]:disabled {
  background-color: #eff0f5;
  color: #888;
}

.native_modal_call {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  width: calc(100% - 2.8rem);
  height: 9rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 1rem;
  align-content: center;
  text-align: center;
}

.native_modal_card {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(calc(100% + 0.5rem));
  z-index: 1;
  width: 24.2rem;
  height: 13.8rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 1rem;
  align-content: center;
  text-align: center;
}

/* [2025-10-21 KJH] [WPM-12843] ÀÎÁõ¹øÈ£ ±¸Á¶º¯°æ */
.call_timer {
  width: 100%;
  margin-top: 0.6rem;
  color: #7450e7;
  font-size: 1.2rem;
  text-align: right;
}
/* // [2025-10-21 KJH] [WPM-12843] ÀÎÁõ¹øÈ£ ±¸Á¶º¯°æ */

.ars_code {
  display: block;
  color: #029c94;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}

/* 
  modalÀº bootstrap_custom.css ÀÌ¾î ¹Þ¾Æ¼­ ¼öÁ¤ÇÕ´Ï´Ù.(±âÁ¸ css)
*/
.modal-dialog {
  margin-inline: 1.75rem;
}
.modal-content {
  border-radius: 0.9rem;
}
.modal-header {
  padding: 2.5rem 1.5rem 1rem;
  border-bottom: unset;
  border-radius: 0.9rem 0.9rem 0 0;
}
.modal-title {
  font-weight: 400;
  font-size: 1.6rem;
}
.modal-body {
  padding: 0.5rem 1.5rem 2rem;
  font-weight: 400;
  font-size: 1.2rem;
}
.modal-footer {
  --col-gap: 0.7rem;

  justify-content: center;
  padding: 0.5rem 0;
  margin-inline: 1.5rem;
  column-gap: var(--col-gap);
}
.modal-footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  height: 4rem;
  padding: 0;
  background-color: #fff;
  font-size: 1.3rem;
  border-radius: 0;
  border-color: #fff;
}
.modal-footer .btn-primary {
  color: #029c94;
}
.modal-footer .btn-secondary {
  color: #6c757d;
}
.modal-footer > :not(:first-child) {
  margin-left: 0;
}
.modal-footer > :not(:first-child)::before {
  content: "";
  position: absolute;
  left: calc(var(--col-gap) / 2 * -1);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #dee2e6;
}
.modal-footer > :not(:last-child) {
  margin: 0;
}

/* 
  ´Ù¸¥ modal
*/
.layerWrap {
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  width: 100%;
  height: 100% !important;
  min-height: auto;
}
.layerWrap .popupLayer {
  position: absolute;
  inset: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.layerWrap .popupLayer .back,
.layerWrap .popupLayer01 .back {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 920;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* .layerWrap .popupLayer iframe,
.layer_content iframe {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999;
  width: 76.8rem;
  height: auto;
  margin: 0px 0 0 -32rem;
} */

.layer_content {
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100% !important;
}
.layer_content .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* reset */
  width: calc(100% - 3.5rem) !important;
  margin: 0 !important;
}

.lay_popup {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.9rem;
  background: #fff;
}
.lay_popup .inWrap {
  padding: 2.5rem 1.5rem 0;
}
.lay_popup .agree_box {
  overflow: auto;
  height: 12rem !important;
  font-size: 1.2rem;
}
.lay_popup .hd {
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.cmt_txt {
  margin-top: 5px;
}
.cmt_txt li {
  font-size: 1.2rem;
  color: #111;
  text-align: center;
  padding: 0 !important;
}
.cmt_txt li.btn {
  /* margin-top: 5px; */
  display: flex;
  width: 100%;
}
.cmt_txt li.img {
  width: 6.2rem;
  margin: 0 auto;
  padding: 0px 0 0.7rem;
}
.cmt_txt li.txt2 {
  margin-top: 1rem;
}

.idx_txt {
  margin: 1rem 0 1.5rem 0;
}
.idx_banner {
  text-align: center;
}
.idx_banner li {
  margin-bottom: 1rem;
}
.idx_copyright {
  padding: 1rem 0 1.5rem 0;
}
.inp_gbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  width: 100%;
  height: 5rem;
  margin-top: 2rem;
  background-color: #fff;
  color: #029c94;
  font-size: 1.3rem;
  font-weight: 400;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inp_gbtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
}
.inp_gbtn:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* loader */
.loader-wrapper {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.65);
}
.loader-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
.loader-spinner {
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid #444;
  border-top-color: #00f7ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  will-change: auto;
}
.loader-text {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.4rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg) translateZ(0);
  }
}

/* 
  CONTENTS´Â ´Ù¸¥ UI¿¡¼­ »ç¿ëÇÏÁö ¾Ê½À´Ï´Ù. 
  (ex: °£Æí°áÁ¦ UI´Â °£Æí°áÁ¦ ¿ÜÀÇ ´Ù¸¥ UI¿¡ »ç¿ëÇÏÁö ¾Ê½À´Ï´Ù.) 
*/

/* CONTENTS - °£Æí°áÁ¦ : Simple Payment > sP_ */
.sP_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.2rem;
  padding-inline: 1.4rem;
  background-color: #0b8384;
}
.sP_header_logo {
  width: 7.6rem;
  height: 1.6rem;
}
.sP_header_logo img {
  display: block;
  max-width: 100%;
}
.sP_price {
  padding-top: 1.4rem;
}
.sP_price_text {
  display: block;
  font-size: 1.2rem;
}
.sP_price_val {
  display: block;
  font-size: 2.3rem;
  font-weight: 500;
}
.sP_price_val + .sP_price_user {
  margin-top: 0.5rem;
}
.sP_price_user {
  display: block;
  margin-top: 0.2rem;
}
.sP_price_user em {
  display: inline-block;
  width: 8rem;
  font-weight: 400;
  font-size: 1.2rem;
}
.sP_price_user b {
  color: #888;
  font-weight: 400;
  font-size: 1.2rem;
}

.box_compl		{ border:1px solid #d7d7d7; padding:20px 0 20px; margin-top:50px;   	}
.box_compl ul			{ width:100%; 	} 
.box_compl li				{ font-size:12px; color:#666666; text-align:center; 	}
.box_compl li.mtxt		{ font-size:12px; color:#e95959; font-weight:bold; margin-bottom:5px; text-align:center; 	}
.box_compl li.img		{ text-align:center; margin:0 auto; width:82px;	 padding:0 0 10px 0;}