@charset "UTF-8";
@media (prefers-color-scheme: light) {
  :root {
    /* 메인 컬러 - 카카오 노란색 */
    --color-main: #ffeb00;
    --color-bg-grey: #f3f4f5;
    --color-bg-white: #ffffff;
    --color-card-white: #ffffff;
    --color-card-grey: #f3f4f5;
    --color-dialog: #ffffff;
    --color-tab: #ffffff;
    --color-bg-dim: rgba(0, 0, 0, 0.2);
    --color-div-primary: rgba(135, 146, 156, 0.2);
    --divider-primary:#E7E9EB;
    --color-div-sec: #f3f5f6;
    --color-high-em: #060b11;
    --color-high-em-btn: #060b11;
    --color-med-em: #737679;
    --color-disabled: rgba(6, 11, 17, 0.28);
    --color-hint: rgba(6, 11, 17, 0.16);
    --color-yellow: #ffeb00;
    --color-blue: #008dff;
    --color-red: #ff3c3c;
    --color-in-high-em: #ffffff;
    --color-in-med-em: rgba(255, 255, 255, 0.56);
    --color-in-disabled: rgba(255, 255, 255, 0.28);
    --color-in-hint: rgba(255, 255, 255, 0.16);
    --color-press-btn: rgba(0, 0, 0, 0.06);
    --color-press-list: rgba(0, 0, 0, 0.04);
    --color-press-card: rgba(0, 0, 0, 0.02);
    --color-text: #727375;
    --color-line: #e7e9eb;
    --color-line2: #ebebeb;
    --color-line3: #eaeff2;
    --color-input-box: #f7f7f8;
    --color-border-button: #babbbd;
    --color-grey-dark: #545454;
    --color-box: #f8f9fb;
    --color-pwd: #c4c4c4;
    --color-check: #aaaaaa;
    --color-bg-snackbar: #191c20;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    /* 메인 컬러 - 카카오 노란색 */
    --color-main: #ffef3d;
    --color-bg-grey: #090c0f;
    --color-bg-white: #16191c;
    --color-card-white: #1a1c1f;
    --color-card-grey: rgba(255, 255, 255, 0.04);
    --color-dialog: #2a2d30;
    --color-tab: #35393d;
    --color-bg-dim: rgba(0, 0, 0, 0.2);
    --color-div-primary: rgba(118, 124, 130, 0.2);
    --divider-primary:rgba(255, 255, 255, 0.04);
    --color-div-sec: rgba(3, 4, 5, 0.64);
    --color-high-em: #fcfcfc;
    --color-high-em-btn: #060b11;
    --color-med-em: rgba(252, 252, 252, 0.56);
    --color-disabled: rgba(252, 252, 252, 0.28);
    --color-hint: rgba(252, 252, 252, 0.16);
    --color-yellow: #ffef3d;
    --color-blue: #3da8ff;
    --color-red: #ff6a6a;
    --color-in-high-em: #16191c;
    --color-in-med-em: rgba(22, 25, 28, 0.56);
    --color-in-disabled: rgba(22, 25, 28, 0.28);
    --color-in-hint: rgba(22, 25, 28, 0.16);
    --color-press-btn: rgba(0, 0, 0, 0.012);
    --color-press-list: rgba(255, 255, 255, 0.04);
    --color-press-card: rgba(255, 255, 255, 0.02);
    --color-text: #97989a;
    --color-line: rgba(255, 255, 255, 0.04);
    --color-line2: rgba(255, 255, 255, 0.03);
    --color-line3: rgba(255, 255, 255, 0.03);
    --color-input-box: rgba(255, 255, 255, 0.04);
    --color-border-button: #babbbd;
    --color-grey-dark: #bcc0c3;
    --color-box: #1b1c20;
    --color-pwd: #555;
    --color-check: #aaaaaa;
    --color-bg-snackbar: #eeeff0;
  }
}
/* 페이지 레이아웃 */
/* 배경화면 적용 */
body {
  background: var(--color-bg-white);
  color: var(--color-high-em);
}

input[type=password] {
  background: transparent;
}

@font-face {
  font-family: "Pretendard";
  src: url("/wts/assets/font/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Pretendard";
  src: url("/wts/assets/font/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Pretendard";
  src: url("/wts/assets/font/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Pretendard";
  src: url("/wts/assets/font/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
}
/*CSS 초기화*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
}

article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
}

button {
  all: unset;
  cursor: pointer;
}

input[type=radio] {
  position: relative;
  top: 2px;
}

input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0;
}

.full_width_input {
  /*서식폼에서 폭을 전체 차지 하는 인풋요소를 위한 공통 클래스*/
  width: 97%;
}

.check_label {
  margin: 0 10px 0 3px;
}

/*checkbox ,radio 용 라벨 설정*/
.required_label span {
  display: none;
}

/*필수 입력 요소 표시*/
blockquote,
q {
  quotes: none;
}

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

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

/* 접근성 관련 숨김요소 */
a.accesibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a.accesibility:focus {
  /*키보드 포커스시*/
  position: static;
  display: block;
  width: 100%;
  height: 25px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

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

/*숨김요소*/
.hidden {
  visibility: hidden;
  display: block;
  height: 0px !important;
  overflow: hidden;
}

/*coForward 이름 단어 설정*/
.coforward {
  color: #0099d8;
  font-style: normal;
  font-weight: bold;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.coforward span {
  color: #0850a0;
  font-variant: small-caps;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.coforward_w {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.coforward_w span {
  color: #ffffff;
  font-variant: small-caps;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/*CSS 초기화 끝*/
/* ============= 로그인 타입에 따른 분기처리 ============= */
:root {
  --common-btn-radius: 50px;
}

/*** 유진 : 1 ***/
/* light 모드 */
:root[data-login-type="1"] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

/* dark 모드 */
@media (prefers-color-scheme: dark) {
  :root[data-login-type="1"] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
}
/*** 카카오 : 2 ***/
/* light 모드 */
:root[data-login-type="2"] {
  --color-main: #ffeb00;
  --color-high-em-btn: #060b11;
  --common-btn-radius: 50px;
}

:root[data-login-type="2"][data-pathname=state_check] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-login-type="2"][data-pathname=CU_0901] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-login-type="2"][data-pathname=CU_0902] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-login-type="2"][data-pathname=CU_0904] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-login-type="2"][data-pathname=CU_1401] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

/* dark 모드 */
@media (prefers-color-scheme: dark) {
  :root[data-login-type="2"] {
    --color-main: #ffef3d;
    --color-high-em-btn: #060b11;
    --common-btn-radius: 50px;
  }
  :root[data-login-type="2"][data-pathname=state_check] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-login-type="2"][data-pathname=CU_0901] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-login-type="2"][data-pathname=CU_0902] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-login-type="2"][data-pathname=CU_0904] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-login-type="2"][data-pathname=CU_1401] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
}
/*** 해외파생모의 ***/
/* light 모드 */
:root[data-pathname=MK_0001] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-pathname=MK_0003] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

/* dark 모드 */
@media (prefers-color-scheme: dark) {
  :root[data-pathname=MK_0001] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-pathname=MK_0003] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
}
/*** 인증서 ***/
/* light 모드 */
:root[data-pathname=PV_0000] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-pathname=PV_0101] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-pathname=PV_0102] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-pathname=PV_0201] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-pathname=PV_0202] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

:root[data-pathname=egcloud] {
  --color-main: #177df2;
  --color-high-em-btn: #ffffff;
  --common-btn-radius: 10px;
}

/* dark 모드 */
@media (prefers-color-scheme: dark) {
  :root[data-pathname=PV_0000] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-pathname=PV_0101] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-pathname=PV_0102] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-pathname=PV_0201] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-pathname=PV_0202] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
  :root[data-pathname=egcloud] {
    --color-main: #177df2;
    --color-high-em-btn: #ffffff;
    --common-btn-radius: 10px;
  }
}
/* ======================================================= */
/* 구형 ios overscroll 대응 */
html, body {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

section, main {
  overscroll-behavior: none;
}

/* display style */
/* font style */
/* button style */
/* img style */
/* 아이콘 */
.svg-8 {
  width: 8px;
  height: 8px;
}

.svg-14 {
  width: 14px;
  height: 14px;
}

.svg-16 {
  width: 16px;
  height: 16px;
}

.svg-24 {
  width: 24px;
  height: 24px;
}

.svg-20 {
  width: 20px;
  height: 20px;
}

.svg-22 {
  width: 22px;
  height: 22px;
}

.svg-50 {
  width: 50px;
  height: 50px;
}

.svg-logo-snackbar {
  width: 107px;
  height: 18px;
}

.svg-logo-right {
  width: 80px;
  height: 16px;
  margin: 0 16px 0 auto;
}

.svg-black {
  color: var(--color-high-em);
}

.svg-black-logo {
  color: var(--color-high-em);
}

.svg-snackbar-color-logo {
  color: var(--color-in-high-em);
}

.svg-med-em {
  stroke: var(--color-med-em);
  color: var(--color-med-em);
}

.svg-disabled {
  stroke: var(--color-disabled);
  color: var(--color-disabled);
}

.svg-check {
  stroke: var(--color-check);
}

svg {
  flex: none;
}

svg[hidden] {
  display: none;
}

/* 페이지 */
#Header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  height: 50px;
  box-sizing: border-box;
  z-index: 999;
}
#Header.bg-white {
  background: var(--color-bg-white);
}
#Header.bg-div-sec {
  background: var(--color-bg-grey);
}
#Header.display_none {
  visibility: hidden;
}
#Header #Header-back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
#Header h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Header .role {
  margin-left: 50px;
}
#Header #BO_search_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
#Header #BO_search_wrap span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Header #Header-close-btn, #Header #Header-search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
}

#Page {
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  height: 100vh;
  padding: 65px 16px calc(20px + env(safe-area-inset-bottom)) 16px;
  box-sizing: border-box;
  overflow-y: auto;
}
#Page main {
  height: 100%;
}
#Page main > section {
  display: flex;
  flex-direction: column;
}
#Page .check-h1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 150px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#Page .title-h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page .margin-top-auto {
  margin-top: auto;
}
#Page .margin-left-auto {
  margin-left: auto;
}
#Page .no-margin {
  margin: 0 !important;
}
#Page #Header-back-btn-kakao {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  z-index: 1000;
}
#Page .main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
#Page .main-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/*dialog를 위한 기본 설정*/
dialog[open] {
  transition: display 0.3s allow-discrete, overlay 0.5s allow-discrete;
  box-sizing: border-box;
  border: none;
  background: var(--color-bg-white);
  outline: none;
}
dialog[open]:focus {
  outline: none;
}
dialog[open]::backdrop {
  background-color: var(--color-bg-dim);
}
dialog[open].non-backdrop::backdrop {
  background-color: transparent !important;
}
dialog[open].slide {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  padding: 30px 16px 20px 16px;
  margin: 0;
  box-sizing: border-box;
  background: var(--color-bg-white);
}
dialog[open].slide.left {
  inset: 0 auto 0 0;
  height: 100vh;
  animation: slide-in-left 0.3s forwards;
}
dialog[open].slide.right {
  inset: 0 0 0 auto;
  height: 100vh;
  animation: slide-in-right 0.3s forwards;
}
dialog[open].slide.top {
  inset: 0 0 auto 0;
  animation: slide-in-top 0.3s forwards;
}
dialog[open].slide.bottom {
  inset: auto 0 0 0;
  animation: slide-in-bottom 0.3s forwards;
  border-radius: 30px 30px 0 0;
}
dialog[open].popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
  width: 300px;
  min-height: 200px;
  border-radius: 30px;
  padding: 30px 16px 20px 16px;
  border: none;
  box-sizing: border-box;
  animation: pop-in 0.3s forwards;
  pointer-events: none;
}
dialog[open].popup::backdrop {
  pointer-events: none;
}
dialog[open].popup.img-pop-80 {
  padding-top: 130px;
}
dialog[open].popup.img-pop-80::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  padding-top: 100px;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/icon_demo.png");
  background-size: 100% 100%;
}
dialog[open].popup.img-pop-110 {
  padding-top: 160px;
}
dialog[open].popup.img-pop-110::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  padding-top: 130px;
  width: 110px;
  height: 110px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/icon_demo.png");
  background-size: 100% 100%;
}
dialog[open].popup .title-pop {
  margin-bottom: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
dialog[open].popup .content-hasT {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
dialog[open].popup .content-only {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
dialog[open].popup .input-wrap {
  position: relative;
  width: 100%;
}
dialog[open].popup .input-wrap p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
dialog[open].popup .input-wrap input {
  width: 100%;
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid var(--color-line2);
  background-color: var(--color-input-box);
  font-size: 14px;
  margin: 10px 0;
  color: var(--color-high-em);
  pointer-events: auto;
}
dialog[open].popup .input-wrap input:focus {
  outline: none;
}
dialog[open].popup .input-wrap input::-moz-placeholder {
  color: var(--color-disabled);
}
dialog[open].popup .input-wrap input::placeholder {
  color: var(--color-disabled);
}
dialog[open].popup .input-wrap button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: auto;
}
dialog[open].popup .input-wrap .btn-del {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/close.svg");
  background-size: 100% 100%;
  pointer-events: auto;
}
dialog[open].popup .input-wrap .btn-search {
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/search.svg");
  background-size: 100% 100%;
  pointer-events: auto;
}
dialog[open].popup .content-inner {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
dialog[open].popup .txt-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
dialog[open].popup .back-gray {
  padding: 15px;
  border-radius: 10px;
  background-color: var(--color-bg-grey);
  line-height: 22px;
}
dialog[open].full {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  height: 100vh;
  max-height: 100%;
  padding: 65px 15px 20px 15px;
  margin: 0;
  background: var(--color-bg-white);
}
dialog[open].full::backdrop {
  display: none;
}
dialog[open].full .back-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
dialog[open] .icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
dialog[open] .pop-btn-div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
}
dialog[open] .pop-btn-div.one-button {
  width: 100%;
}
dialog[open] .pop-btn-div.one-button button, dialog[open] .pop-btn-div.one-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
dialog[open] .pop-btn-div.one-button button:disabled, dialog[open] .pop-btn-div.one-button a:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
dialog[open] .pop-btn-div.two-buttons .btn-close, dialog[open] .pop-btn-div.two-buttons .btn-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-div-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
dialog[open] .pop-btn-div.two-buttons .btn-close:disabled, dialog[open] .pop-btn-div.two-buttons .btn-cancel:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
dialog[open] .pop-btn-div.two-buttons .btn-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em-btn);
}
dialog[open] .pop-btn-div.two-buttons .btn-confirm:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
dialog[open] .pop-btn-div.two-buttons button, dialog[open] .pop-btn-div.two-buttons a {
  text-align: center;
  line-height: 50px;
  pointer-events: auto;
}
dialog[open] .pop-btn-div .txt-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
dialog[open] .pop-btn-div .back-gray {
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background-color: var(--color-bg-grey);
  line-height: 22px;
}
dialog[open] .icon-close-none-bg {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/close-none-bg.svg");
  background-size: 24px 24px;
  pointer-events: auto;
}
dialog[open] .fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  height: 50px;
  background: var(--color-bg-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
dialog[open] .fixed-header span {
  display: block;
  margin-left: 10px;
  font-weight: 700;
}
dialog[open] .fixed-header span.no-margin {
  margin-left: 0;
}
dialog[open] .fixed-header .back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  pointer-events: auto;
}
dialog[open] .fixed-full-btn-div {
  position: fixed;
  width: calc(100% - 32px);
  max-width: 642px;
  height: 74px;
  left: 16px;
  bottom: 0;
}
dialog[open] .fixed-full-btn-div .fixed-full-btn {
  pointer-events: auto;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pop-in {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*details를 위한 기본 설정*/
details {
  transition: all 0.3s ease;
}
details summary {
  list-style: none;
  cursor: pointer;
}
details summary::marker {
  content: none;
}
details summary::-webkit-details-marker {
  display: none;
}

::details-content {
  transition: all 0.3s ease, content-visibility 0.3s allow-discrete;
  height: 0;
  overflow: clip;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  [open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  [open]::details-content {
    height: auto; /* In the future to be replaced by `height: auto` */
    overflow-y: scroll; /* In case the contents should be taller than 150px */
  }
}
.number-keypad[open],
.pwd_reset_keypad[open],
.PV_0102_keypad[open],
.PV_0202_keypad[open],
.certi_mobile_keypad[open] {
  padding: 20px !important;
}
.number-keypad[open] .custom-keypad,
.pwd_reset_keypad[open] .custom-keypad,
.PV_0102_keypad[open] .custom-keypad,
.PV_0202_keypad[open] .custom-keypad,
.certi_mobile_keypad[open] .custom-keypad {
  width: 100%;
  touch-action: manipulation;
}
.number-keypad[open] .custom-keypad .multiplier-buttons,
.pwd_reset_keypad[open] .custom-keypad .multiplier-buttons,
.PV_0102_keypad[open] .custom-keypad .multiplier-buttons,
.PV_0202_keypad[open] .custom-keypad .multiplier-buttons,
.certi_mobile_keypad[open] .custom-keypad .multiplier-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.number-keypad[open] .custom-keypad .multiplier-buttons > button,
.pwd_reset_keypad[open] .custom-keypad .multiplier-buttons > button,
.PV_0102_keypad[open] .custom-keypad .multiplier-buttons > button,
.PV_0202_keypad[open] .custom-keypad .multiplier-buttons > button,
.certi_mobile_keypad[open] .custom-keypad .multiplier-buttons > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  border: 0;
  border-radius: 50px;
  background: var(--color-div-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.number-keypad[open] .custom-keypad .multiplier-buttons > button:disabled,
.pwd_reset_keypad[open] .custom-keypad .multiplier-buttons > button:disabled,
.PV_0102_keypad[open] .custom-keypad .multiplier-buttons > button:disabled,
.PV_0202_keypad[open] .custom-keypad .multiplier-buttons > button:disabled,
.certi_mobile_keypad[open] .custom-keypad .multiplier-buttons > button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.number-keypad[open] .custom-keypad .number-buttons,
.pwd_reset_keypad[open] .custom-keypad .number-buttons,
.PV_0102_keypad[open] .custom-keypad .number-buttons,
.PV_0202_keypad[open] .custom-keypad .number-buttons,
.certi_mobile_keypad[open] .custom-keypad .number-buttons {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.number-keypad[open] .custom-keypad .number-buttons > button,
.pwd_reset_keypad[open] .custom-keypad .number-buttons > button,
.PV_0102_keypad[open] .custom-keypad .number-buttons > button,
.PV_0202_keypad[open] .custom-keypad .number-buttons > button,
.certi_mobile_keypad[open] .custom-keypad .number-buttons > button {
  width: 100%;
  height: 73px;
  padding: 2px;
  background: var(--color-bg-white);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  text-align: center;
}
.number-keypad[open] .custom-keypad .number-buttons > button:disabled,
.pwd_reset_keypad[open] .custom-keypad .number-buttons > button:disabled,
.PV_0102_keypad[open] .custom-keypad .number-buttons > button:disabled,
.PV_0202_keypad[open] .custom-keypad .number-buttons > button:disabled,
.certi_mobile_keypad[open] .custom-keypad .number-buttons > button:disabled {
  visibility: visible;
  pointer-events: none;
  cursor: not-allowed;
}
.number-keypad[open] .custom-keypad .number-buttons > button:empty,
.pwd_reset_keypad[open] .custom-keypad .number-buttons > button:empty,
.PV_0102_keypad[open] .custom-keypad .number-buttons > button:empty,
.PV_0202_keypad[open] .custom-keypad .number-buttons > button:empty,
.certi_mobile_keypad[open] .custom-keypad .number-buttons > button:empty {
  background-color: transparent;
}
.number-keypad[open] .custom-keypad .number-buttons > button.next,
.pwd_reset_keypad[open] .custom-keypad .number-buttons > button.next,
.PV_0102_keypad[open] .custom-keypad .number-buttons > button.next,
.PV_0202_keypad[open] .custom-keypad .number-buttons > button.next,
.certi_mobile_keypad[open] .custom-keypad .number-buttons > button.next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 50px;
  background: var(--color-bg-grey);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.number-keypad[open] .custom-keypad .number-buttons > button.next:disabled,
.pwd_reset_keypad[open] .custom-keypad .number-buttons > button.next:disabled,
.PV_0102_keypad[open] .custom-keypad .number-buttons > button.next:disabled,
.PV_0202_keypad[open] .custom-keypad .number-buttons > button.next:disabled,
.certi_mobile_keypad[open] .custom-keypad .number-buttons > button.next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.number-keypad[open] .custom-keypad .action-buttons,
.pwd_reset_keypad[open] .custom-keypad .action-buttons,
.PV_0102_keypad[open] .custom-keypad .action-buttons,
.PV_0202_keypad[open] .custom-keypad .action-buttons,
.certi_mobile_keypad[open] .custom-keypad .action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 17px;
}
.number-keypad[open] .custom-keypad .action-buttons.btn-two,
.pwd_reset_keypad[open] .custom-keypad .action-buttons.btn-two,
.PV_0102_keypad[open] .custom-keypad .action-buttons.btn-two,
.PV_0202_keypad[open] .custom-keypad .action-buttons.btn-two,
.certi_mobile_keypad[open] .custom-keypad .action-buttons.btn-two {
  justify-content: space-between;
  gap: 8px;
}
.number-keypad[open] .custom-keypad .action-buttons.btn-two > button.cancel-btn,
.pwd_reset_keypad[open] .custom-keypad .action-buttons.btn-two > button.cancel-btn,
.PV_0102_keypad[open] .custom-keypad .action-buttons.btn-two > button.cancel-btn,
.PV_0202_keypad[open] .custom-keypad .action-buttons.btn-two > button.cancel-btn,
.certi_mobile_keypad[open] .custom-keypad .action-buttons.btn-two > button.cancel-btn {
  flex: 1.2;
}
.number-keypad[open] .custom-keypad .action-buttons.btn-two > button.confirm-btn,
.pwd_reset_keypad[open] .custom-keypad .action-buttons.btn-two > button.confirm-btn,
.PV_0102_keypad[open] .custom-keypad .action-buttons.btn-two > button.confirm-btn,
.PV_0202_keypad[open] .custom-keypad .action-buttons.btn-two > button.confirm-btn,
.certi_mobile_keypad[open] .custom-keypad .action-buttons.btn-two > button.confirm-btn {
  flex: 3;
}
.number-keypad[open] .custom-keypad .action-buttons > button,
.pwd_reset_keypad[open] .custom-keypad .action-buttons > button,
.PV_0102_keypad[open] .custom-keypad .action-buttons > button,
.PV_0202_keypad[open] .custom-keypad .action-buttons > button,
.certi_mobile_keypad[open] .custom-keypad .action-buttons > button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.number-keypad[open] .custom-keypad .action-buttons > button.cancel-btn,
.pwd_reset_keypad[open] .custom-keypad .action-buttons > button.cancel-btn,
.PV_0102_keypad[open] .custom-keypad .action-buttons > button.cancel-btn,
.PV_0202_keypad[open] .custom-keypad .action-buttons > button.cancel-btn,
.certi_mobile_keypad[open] .custom-keypad .action-buttons > button.cancel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-div-primary);
}
.number-keypad[open] .custom-keypad .action-buttons > button.cancel-btn:disabled,
.pwd_reset_keypad[open] .custom-keypad .action-buttons > button.cancel-btn:disabled,
.PV_0102_keypad[open] .custom-keypad .action-buttons > button.cancel-btn:disabled,
.PV_0202_keypad[open] .custom-keypad .action-buttons > button.cancel-btn:disabled,
.certi_mobile_keypad[open] .custom-keypad .action-buttons > button.cancel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#dialog-post-number-search {
  padding: 66px 0 20px;
}

.post-number-box #post-header {
  background: var(--color-med-em);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #ffffff;
}
.post-number-box #post-header span {
  width: calc(100% - 50px);
  text-align: center;
}
.post-number-box #post-header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 !important;
}
.post-number-box .input-div {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 16px;
  margin-bottom: 6px;
}
.post-number-box .input-div #post-input {
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: var(--color-high-em);
  border: 1px solid var(--color-line2);
  border-radius: 10px;
  background: var(--color-bg-white);
}
.post-number-box .input-div #post-input::-moz-placeholder {
  color: var(--color-disabled);
}
.post-number-box .input-div #post-input::placeholder {
  color: var(--color-disabled);
}
.post-number-box .input-div #post-input:focus {
  outline: none;
}
.post-number-box .input-div #post-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--color-med-em);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: #ffffff;
}
.post-number-box .input-div #post-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.post-number-box .address-box {
  padding: 20px 16px;
  border-bottom: 1px solid var(--color-line);
}
.post-number-box .address-box span {
  display: block;
}
.post-number-box .address-box span[data-key=zipNo] {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.post-number-box .address-box span[data-key=roadAddr] {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.post-number-box .address-box span[data-key=jibunAddr] {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--color-high-em);
}

#post_juso2 {
  position: relative;
  pointer-events: none;
}
#post_juso2 .juso_type {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#post_juso2 .juso-wrap {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin-bottom: 20px;
}
#post_juso2 .juso-wrap label {
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-med-em);
}
#post_juso2 .juso-wrap input, #post_juso2 .juso-wrap textarea {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-high-em);
  background-color: transparent;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  border-width: 1px;
  border: 1px solid var(--color-line);
  pointer-events: auto;
}
#post_juso2 .juso-wrap input:focus, #post_juso2 .juso-wrap textarea:focus {
  outline: none;
}
#post_juso2 .juso-wrap textarea {
  height: auto;
  min-height: 0;
  overflow-y: hidden;
  resize: none;
}
#post_juso2 .btn_box {
  display: flex;
  gap: 8px;
  pointer-events: auto;
}
#post_juso2 .btn_box button {
  flex: 1;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: var(--common-btn-radius);
}
#post_juso2 .btn_box button.btn-cancel {
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#post_juso2 .btn_box button.btn-confirm {
  background-color: var(--color-main);
  color: var(--color-high-em-btn);
}
#post_juso2 .btn-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 24px;
  pointer-events: auto;
}

.dialog-mobile {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dialog-mobile .dialog-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.dialog-mobile .dialog-title.thin {
  font-weight: 400;
}
.dialog-mobile .bottom {
  border-radius: 30px 30px 0 0;
}
.dialog-mobile input:focus {
  outline: none;
}
.dialog-mobile input {
  background: var(--color-bg-white);
}
.dialog-mobile #certi_component_header .cancel {
  margin-right: 13px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
.dialog-mobile .form-item-mobile {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  height: 76px;
  padding: 0 20px;
  margin: 10px 0 0;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  box-sizing: border-box;
}
.dialog-mobile .form-item-mobile .mobile-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dialog-mobile .form-item-mobile .mobile-box input {
  width: 100%;
}
.dialog-mobile .form-item-mobile .mobile-box .select-co-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dialog-mobile .form-item-mobile .mobile-box .select-co-box #select-co {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  white-space: nowrap;
}
.dialog-mobile .form-item-mobile label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-med-em);
}
.dialog-mobile .form-item-mobile input, .dialog-mobile .form-item-mobile span, .dialog-mobile .form-item-mobile .format_jumin {
  padding: 2px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.dialog-mobile .form-item-mobile input:focus, .dialog-mobile .form-item-mobile span:focus, .dialog-mobile .form-item-mobile .format_jumin:focus {
  outline: none;
}
.dialog-mobile .form-item-mobile .format_jumin {
  display: flex;
  align-items: center;
}
.dialog-mobile .form-item-mobile .format_jumin .show_jumin1 {
  display: block;
  width: 6ch;
}
.dialog-mobile .form-item-mobile .format_jumin .show_jumin2 {
  display: block;
  width: 1ch;
}
.dialog-mobile .form-item-mobile .format_jumin[hidden] {
  display: none;
}
.dialog-mobile .form-item-mobile[hidden] {
  display: none;
}
.dialog-mobile #dialog-select-co div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog-mobile #dialog-select-co button {
  width: 20px;
  height: 20px;
}
.dialog-mobile #dialog-select-co ul {
  margin-top: 20px;
}
.dialog-mobile #dialog-select-co ul li {
  padding: 15px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.dialog-mobile #dialog-mobile-agreement .agreement_title_box {
  display: flex;
  justify-content: space-between;
}
.dialog-mobile #dialog-mobile-agreement .agreement_title_box button {
  width: 20px;
  height: 20px;
}
.dialog-mobile #dialog-mobile-agreement summary {
  padding-bottom: 30px;
}
.dialog-mobile #dialog-mobile-agreement summary::after {
  content: "";
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0501_down.svg");
  background-size: 16px 16px;
  display: block;
  margin-left: auto;
}
.dialog-mobile #dialog-mobile-agreement details[open] summary {
  padding-bottom: 0;
}
.dialog-mobile #dialog-mobile-agreement details[open] summary::after {
  transform: rotate(180deg);
}
.dialog-mobile #dialog-mobile-agreement .check-all {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.dialog-mobile #dialog-mobile-agreement .check-all input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.dialog-mobile #dialog-mobile-agreement .check-all label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.dialog-mobile #dialog-mobile-agreement .check-el {
  padding: 0 0 15px 20px;
}
.dialog-mobile #dialog-mobile-agreement .check-el .agree_div {
  display: flex;
  align-items: center;
  width: 100%;
}
.dialog-mobile #dialog-mobile-agreement .check-el input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.dialog-mobile #dialog-mobile-agreement .check-el label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 25px) !important;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
.dialog-mobile #dialog-mobile-agreement .check-el button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.dialog-mobile #dialog-agreement-content header {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
.dialog-mobile #dialog-agreement-content .agree_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  white-space: pre-line;
}
.dialog-mobile #next-certi {
  margin-top: auto;
}
.dialog-mobile #next-certi[hidden] {
  display: none !important;
}

#authConfirm {
  position: relative;
}
#authConfirm .thin {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#authConfirm .authConfirmClose {
  position: absolute;
  top: 10px;
  right: 10px;
}
#authConfirm .auth-no-box {
  display: flex;
  align-items: end;
  margin: 20px 21px 60px;
  padding: 20px 0 15px;
  border-bottom: 1px solid var(--color-line);
}
#authConfirm .auth-no-box .no-box {
  display: flex;
  flex-direction: column;
}
#authConfirm .auth-no-box .no-box label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#authConfirm .auth-no-box .no-box #sAuthNo {
  width: 100%;
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#authConfirm .auth-no-box .no-box #sAuthNo:focus {
  outline: none;
}
#authConfirm .auth-no-box .time-box {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
#authConfirm .auth-no-box .time-box #timeDisplay {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-blue);
}
#authConfirm .auth-no-box .time-box #retransmit {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-high-em);
}

.coForward-calendar-header {
  display: flex;
  gap: 5px;
  height: 20px;
  margin-bottom: 15px;
  padding: 0 10px;
}
.coForward-calendar-header .calendar-title {
  flex-grow: 1;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.1em;
  color: var(--color-high-em);
}
.coForward-calendar-header button {
  width: 20px;
  height: 20px;
}

.coForward-calendar-table {
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.1em;
  color: var(--color-high-em);
}
.coForward-calendar-table td, .coForward-calendar-table th {
  height: 36px;
  vertical-align: middle;
}
.coForward-calendar-table button {
  width: 100%;
  height: 100%;
  text-align: center;
}

#lottie-dim {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  background: transparent;
  z-index: 9999;
  pointer-events: auto;
}
#lottie-dim[hidden] {
  display: none;
}

#snackbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 16px 0 16px;
  width: 240px;
  height: 52px;
  border-radius: 50px;
  background: var(--color-bg-snackbar);
  opacity: 0.85;
  overflow: hidden;
  z-index: 1000;
}
#snackbar.show {
  animation: snackbar-show 0.3s cubic-bezier(1, 0.9, 0.35, 0.2) forwards, snackbar-expand 0.3s cubic-bezier(0.3, 0.8, 0.4, 1) 0.3s forwards, snackbar-hide 0.3s cubic-bezier(1, 0.9, 0.35, 0.2) 2s forwards;
}
#snackbar .snackbar-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 100%;
  opacity: 0;
}
#snackbar .snackbar-text.show {
  animation: snackbar-logo-show 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}
#snackbar .snackbar-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-in-high-em);
}

@keyframes snackbar-show {
  from {
    transform: translateX(-50%) translateY(-50px);
    width: 52px;
  }
  to {
    transform: translateX(-50%) translateY(50px);
    width: 52px;
  }
}
@keyframes snackbar-expand {
  from {
    width: 52px;
  }
  to {
    width: 240px;
  }
}
@keyframes snackbar-logo-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes snackbar-hide {
  from {
    transform: translateX(-50%) translateY(50px);
  }
  to {
    transform: translateX(-50%) translateY(-50px);
  }
}
/*개별페이지*/
#Page.eu-index {
  padding-left: 0;
  padding-right: 0;
}
#Page.eu-index .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: var(--color-high-em);
  text-align: center;
}
#Page.eu-index .main-img {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0 20px;
  padding: 0 28px 0 28px;
}
#Page.eu-index .main-img .center-img {
  width: 100%;
}
#Page.eu-index .main-img .logo {
  position: absolute;
  animation: bounce 3s infinite;
  animation-timing-function: ease-in-out;
}
#Page.eu-index .main-img .logo.nvidia {
  top: 2%;
  left: 38.5%;
  width: 33%;
  animation-delay: 0s;
}
#Page.eu-index .main-img .logo.tesla {
  top: 28%;
  left: 17%;
  width: 18%;
  animation-delay: 0.2s;
}
#Page.eu-index .main-img .logo.apple {
  left: 21.5%;
  bottom: 16%;
  width: 15%;
  animation-delay: 0.4s;
}
#Page.eu-index .main-img .logo.amazon {
  top: 41.5%;
  right: 14.5%;
  width: 17%;
  animation-delay: 0.6s;
}
#Page.eu-index .main-img .logo.meta {
  right: 22%;
  bottom: 7%;
  width: 19%;
  animation-delay: 0.8s;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-4%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0);
  }
}
#Page.eu-index .main-img .gradi-bg {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 300px;
  opacity: 32%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(88, 147, 255, 0.6), rgba(217, 217, 217, 0) 100%);
  z-index: -1;
}
#Page.eu-index .price-info .title-list {
  min-height: 20px;
}
#Page.eu-index .price-info .title-list .graph-title {
  display: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  text-align: center;
}
#Page.eu-index .price-info .title-list .graph-title.active {
  display: block;
}
#Page.eu-index .price-info .icon-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
#Page.eu-index .price-info .icon-list > li {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-bg-white);
  box-shadow: 0 2px 2px 0 rgb(255, 255, 255) inset, 0 -3px 4px 0 rgba(125, 129, 149, 0.25) inset, 0 -1px 4px 0 rgba(41, 42, 54, 0.27) inset;
}
#Page.eu-index .price-info .icon-list > li.odd {
  margin-top: 15px;
}
#Page.eu-index .price-info .icon-list > li[data-icon="0"]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -55%) !important;
  content: url("/wts/img/home/0.svg");
}
#Page.eu-index .price-info .icon-list > li[data-icon="0"].active {
  background: #ffe4e5;
  box-shadow: 0 2px 2px 0 rgb(255, 255, 255) inset, 0 -3px 4px 0 rgba(255, 71, 71, 0.25) inset, 0 -1px 4px 0 rgba(96, 22, 22, 0.27) inset;
}
#Page.eu-index .price-info .icon-list > li[data-icon="0"].active::before {
  content: url("/wts/img/home/0-active.svg");
}
#Page.eu-index .price-info .icon-list > li[data-icon="1"]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
  content: url("/wts/img/home/1.svg");
}
#Page.eu-index .price-info .icon-list > li[data-icon="1"].active {
  background: #d1edff;
  box-shadow: 0 2px 2px 0 rgb(255, 255, 255) inset, 0 -3px 4px 0 rgb(99, 177, 255) inset, 0 -1px 4px 0 rgba(33, 32, 63, 0.27) inset;
}
#Page.eu-index .price-info .icon-list > li[data-icon="1"].active::before {
  content: url("/wts/img/home/1-active.svg");
}
#Page.eu-index .price-info .icon-list > li[data-icon="2"]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("/wts/img/home/2.svg");
}
#Page.eu-index .price-info .icon-list > li[data-icon="2"].active {
  background: #ffebd5;
  box-shadow: 0 2px 2px 0 rgb(255, 255, 255) inset, 0 -3px 4px 0 rgba(125, 129, 149, 0.25) inset, 0 -1px 4px 0 rgb(242, 165, 0) inset;
}
#Page.eu-index .price-info .icon-list > li[data-icon="2"].active::before {
  content: url("/wts/img/home/2-active.svg");
}
#Page.eu-index .price-info .icon-list > li[data-icon="3"]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("/wts/img/home/3.svg");
}
#Page.eu-index .price-info .icon-list > li[data-icon="3"].active {
  background: #c4e9da;
  box-shadow: 0 2px 2px 0 rgb(255, 255, 255) inset, 0 -3px 4px 0 rgba(125, 129, 149, 0.25) inset, 0 -1px 4px 0 rgb(96, 196, 155) inset;
}
#Page.eu-index .price-info .icon-list > li[data-icon="3"].active::before {
  content: url("/wts/img/home/3-active.svg");
}
#Page.eu-index .price-info .graph-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 5px;
  min-height: 200px;
}
#Page.eu-index .price-info .graph-list .graph {
  display: none;
}
#Page.eu-index .price-info .graph-list .graph img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Page.eu-index .price-info .graph-list .graph.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Page.eu-index .us-option-info {
  padding: 10px 16px 40px;
}
#Page.eu-index .us-option-info > p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  text-align: center;
}
#Page.eu-index .us-option-info .info-de {
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: var(--color-bg-grey);
}
#Page.eu-index .us-option-info .info-de:last-child {
  margin-bottom: 0;
}
#Page.eu-index .us-option-info .info-de .s-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: var(--color-high-em);
}
#Page.eu-index .us-option-info .info-de .contents {
  margin-top: 15px;
}
#Page.eu-index .us-option-info .info-de .contents.number {
  counter-reset: num;
}
#Page.eu-index .us-option-info .info-de .contents.number > li {
  position: relative;
  padding-left: 15px;
  counter-increment: num;
}
#Page.eu-index .us-option-info .info-de .contents.number > li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
}
#Page.eu-index .us-option-info .info-de .contents > li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.eu-index .us-option-info .info-de .contents > li:last-child {
  margin-bottom: 0;
}
#Page.eu-index .us-option-info .info-de .contents > li .bold {
  font-weight: 700;
}
#Page.eu-index #myForm {
  padding: 0 16px 20px;
}

#Page.state_check {
  padding: 65px 16px 20px;
}
#Page.state_check #Header {
  display: none !important;
}
#Page.state_check .title_state {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#Page.state_check .title_state .strong {
  font-weight: 700;
}
#Page.state_check .sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  padding: 20px 0 10px;
}
#Page.state_check [data-content] {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px 0;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: var(--color-bg-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.state_check [data-content] a, #Page.state_check [data-content] button {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 100%;
}
#Page.state_check [data-content] a span.state-span, #Page.state_check [data-content] button span.state-span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 26px;
  border-radius: 50px;
  background: #fce5e4;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-red);
}
#Page.state_check [data-content] a span.button-span, #Page.state_check [data-content] button span.button-span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 26px;
  border: 1px solid var(--color-line);
  border-radius: 50px;
  background: var(--color-bg-white);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.state_check [data-content] a span.label-span, #Page.state_check [data-content] button span.label-span {
  word-break: keep-all;
}
#Page.state_check [data-content][data-check=Y] span.state-span {
  background: #e3f3ff;
  color: var(--color-blue);
}

html.bg__mypage, body.bg__mypage {
  background: var(--color-bg-grey);
}

#Page.mypage {
  background: var(--color-bg-grey);
}
#Page.mypage .title-h1 {
  margin-bottom: 24px;
}
#Page.mypage .menu-item {
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--color-bg-white);
}
#Page.mypage .menu-item .label-span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.mypage .menu-item .value-span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.mypage .account {
  padding-bottom: 0;
}
#Page.mypage .account .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 20px;
  border-bottom: var(--color-line2) solid 1px;
}
#Page.mypage .account .link-div {
  padding: 12px 0;
}
#Page.mypage .account .link-div ul {
  display: flex;
}
#Page.mypage .account .link-div ul li {
  width: 50%;
  border-right: var(--color-line2) solid 1px;
}
#Page.mypage .account .link-div ul li:last-child {
  border: none;
}
#Page.mypage .account .link-div ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  text-align: center;
  vertical-align: middle;
}
#Page.mypage .account .link-div ul li a::before {
  width: 20px;
  height: 20px;
}
#Page.mypage .account .link-div ul li a.coin::before {
  content: url("/wts/img/mypage/dollar-coin.svg");
}
#Page.mypage .account .link-div ul li a.exchange::before {
  content: url("/wts/img/mypage/exchange-arrow.svg");
}
#Page.mypage .account-info ul {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}
#Page.mypage .account-info ul li {
  width: 50%;
  padding: 13px;
  border-radius: 10px;
  background: var(--color-bg-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  word-break: keep-all;
}
#Page.mypage .account-info ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
#Page.mypage .account-info ul li a::before {
  width: 34px;
  height: 34px;
}
#Page.mypage .account-info ul li a.v-account::before {
  content: url("/wts/img/mypage/v-account-check.svg");
}
#Page.mypage .account-info ul li a.account-psd::before {
  content: url("/wts/img/mypage/mypage_acc_history.svg");
}
#Page.mypage .user-info ul {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin-top: 15px;
}
#Page.mypage .user-info ul li {
  text-align: center;
  word-break: keep-all;
}
#Page.mypage .user-info ul li a, #Page.mypage .user-info ul li button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.mypage .user-info ul li a::before, #Page.mypage .user-info ul li button::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: var(--color-bg-grey);
}
#Page.mypage .user-info ul li a.customer::before, #Page.mypage .user-info ul li button.customer::before {
  content: url("/wts/img/mypage/customer.svg");
}
#Page.mypage .user-info ul li a.investment::before, #Page.mypage .user-info ul li button.investment::before {
  content: url("/wts/img/mypage/investment.svg");
}
#Page.mypage .user-info ul li a.cdd-edd::before, #Page.mypage .user-info ul li button.cdd-edd::before {
  content: url("/wts/img/mypage/CDD_EDD.svg");
}
#Page.mypage .user-info ul li a.check::before, #Page.mypage .user-info ul li button.check::before {
  content: url("/wts/img/mypage/check.svg");
}
#Page.mypage .customer-center details .s-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Page.mypage .customer-center ul {
  margin-top: 15px;
}
#Page.mypage .customer-center ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  border-radius: 10px;
}
#Page.mypage .customer-center ul li a, #Page.mypage .customer-center ul li button, #Page.mypage .customer-center ul li span {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.mypage .customer-center ul li a::before, #Page.mypage .customer-center ul li button::before, #Page.mypage .customer-center ul li span::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
#Page.mypage .customer-center ul li a.mock::before, #Page.mypage .customer-center ul li button.mock::before, #Page.mypage .customer-center ul li span.mock::before {
  content: url("/wts/img/mypage/mock.svg");
}
#Page.mypage .customer-center ul li a.faq::before, #Page.mypage .customer-center ul li button.faq::before, #Page.mypage .customer-center ul li span.faq::before {
  content: url("/wts/img/mypage/faq.svg");
}
#Page.mypage .customer-center ul li a.notice::before, #Page.mypage .customer-center ul li button.notice::before, #Page.mypage .customer-center ul li span.notice::before {
  content: url("/wts/img/mypage/notice.svg");
}
#Page.mypage .customer-center ul li a.event::before, #Page.mypage .customer-center ul li button.event::before, #Page.mypage .customer-center ul li span.event::before {
  content: url("/wts/img/mypage/event.svg");
}
#Page.mypage .customer-center ul li a.charge::before, #Page.mypage .customer-center ul li button.charge::before, #Page.mypage .customer-center ul li span.charge::before {
  content: url("/wts/img/mypage/charge.svg");
}
#Page.mypage .customer-center ul li a.accChange::before, #Page.mypage .customer-center ul li button.accChange::before, #Page.mypage .customer-center ul li span.accChange::before {
  content: url("/wts/img/mypage/my_page_acc_pwd.svg");
}
#Page.mypage .customer-center ul li a.termination::before, #Page.mypage .customer-center ul li button.termination::before, #Page.mypage .customer-center ul li span.termination::before {
  content: url("/wts/img/mypage/termination.svg");
}
#Page.mypage .customer-center ul li a.closing::before, #Page.mypage .customer-center ul li button.closing::before, #Page.mypage .customer-center ul li span.closing::before {
  content: url("/wts/img/mypage/closing.svg");
}
#Page.mypage .customer-center ul li a.usa-option::before, #Page.mypage .customer-center ul li button.usa-option::before, #Page.mypage .customer-center ul li span.usa-option::before {
  content: url("/wts/img/mypage/mypage_usa_option.svg");
}
#Page.mypage .customer-center ul li:last-child {
  margin-bottom: 0;
}
#Page.mypage #usa-option-form {
  position: relative;
}
#Page.mypage #usa-option-form .back-header {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 674px;
  height: 54px;
  padding: 16px;
  background: var(--color-bg-white);
}
#Page.mypage #usa-option-form .contents {
  height: calc(100vh - 168px);
  padding: 0 16px;
  margin: 0 0 84px;
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.mypage #usa-option-form .contents h3 {
  margin: 30px 0 10px;
  font-weight: 700;
}
#Page.mypage #dialog-check-transfer-time p, #Page.mypage #dialog-check-transfer-time span {
  color: var(--color-high-em);
}
#Page.mypage #dialog-mock-complete-popup::backdrop {
  background: #666666 !important;
}
#Page.mypage #dialog-mock-complete-popup {
  width: 100% !important;
  transform: translateY(100%);
  place-items: end center;
  justify-self: anchor-center;
  border-radius: 30px 30px 0 0;
  inset: auto 0 0 0;
}
#Page.mypage #dialog-mock-complete-popup .header_div {
  display: flex;
  justify-content: space-between;
  float: right;
}
#Page.mypage #dialog-mock-complete-popup.bottom > section {
  width: 100%;
  padding: 0;
}
#Page.mypage #dialog-mock-complete-popup.bottom > section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-high-em);
  margin-bottom: 20px;
  text-align: left;
  line-height: 25px;
}
#Page.mypage #dialog-mock-complete-popup.bottom > section p {
  font: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-high-em);
  text-align: center;
}
#Page.mypage #dialog-mock-complete-popup.bottom > section span {
  font: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-high-em);
  text-align: center;
}
#Page.mypage #dialog-mock-complete-popup.bottom > section img {
  display: block;
  margin: 0 auto;
  width: 70px !important;
  height: 70px !important;
}
#Page.mypage #dialog-mock-complete-popup[open] {
  width: 100% !important;
  pointer-events: none !important;
}
#Page.mypage #dialog-mock-complete-popup[open] .pop-btn-div.two-buttons button, #Page.mypage #dialog-mock-complete-popup[open] dialog[open] .pop-btn-div.two-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 50px;
  background: var(--color-main);
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
#Page.mypage #dialog-mock-complete-popup[open] .pop-btn-div.two-buttons button.btn-close, #Page.mypage #dialog-mock-complete-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-close {
  width: 100px;
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.mypage #dialog-mock-complete-popup[open] .pop-btn-div.two-buttons button.btn-confirm, #Page.mypage #dialog-mock-complete-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-confirm {
  width: 235px;
}
#Page.mypage #dialog-mock-complete-popup[open] .pop-btn-div.two-buttons button.btn-cancel, #Page.mypage #dialog-mock-complete-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-cancel {
  width: 100px;
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.mypage #dialog-mock-complete-popup[open] #img-popup-header {
  width: 100%;
  text-align: right;
}

/* CDD/EDD 조회 등록 개별 설정*/
#Page.CU.CU_0301 main > section > h1 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 main > section > p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-med-em);
  word-break: keep-all;
}
#Page.CU.CU_0301 main > section > p strong {
  font-weight: 400;
}
#Page.CU.CU_0301 main > section > h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 main > section input:focus {
  outline: none;
}
#Page.CU.CU_0301 .btn-dialog {
  width: 14px !important;
  height: 14px !important;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .btn-dialog.text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#Page.CU.CU_0301 .form-item-box {
  height: 307;
  margin-bottom: 20px;
  padding: 18px 20px 18px 20px;
  border-radius: 10px;
  border-width: 1px;
  border: 1px solid var(--color-line);
}
#Page.CU.CU_0301 .form-item-box:has(output) {
  background-color: var(--color-input-box);
}
#Page.CU.CU_0301 .form-item-box:has(input[readonly]) {
  background-color: var(--color-input-box);
}
#Page.CU.CU_0301 .form-item-box > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px var(--color-line);
  gap: 2px;
}
#Page.CU.CU_0301 .form-item-box > div:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#Page.CU.CU_0301 .form-item-box > div.last-item {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#Page.CU.CU_0301 .form-item-box > div label {
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 .form-item-box > div output {
  font-size: 16px;
  line-height: 100%;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .form-item-box > div input {
  font-size: 16px;
  color: var(--color-high-em);
  background-color: transparent;
}
#Page.CU.CU_0301 .form-item-box .licence_input_box {
  display: flex;
  gap: 10px;
}
#Page.CU.CU_0301 .form-item-box .licence_input_box .text {
  font-size: 16px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .form-item-box .licence_input_box span {
  white-space: nowrap;
}
#Page.CU.CU_0301 .id-check-type {
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
}
#Page.CU.CU_0301 .id-check-type input {
  display: none;
}
#Page.CU.CU_0301 .id-check-type label {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: var(--common-btn-radius);
  text-align: center;
  font-size: 14px;
  color: var(--color-high-em);
  background-color: var(--divider-primary);
}
#Page.CU.CU_0301 .id-check-type input[type=radio]:checked + label {
  background-color: var(--color-main);
  color: var(--color-high-em-btn);
}
#Page.CU.CU_0301 .info-area {
  padding: 20px 0px 20px 0px;
  border-top: solid 1px var(--color-line);
}
#Page.CU.CU_0301 .info-area > div {
  padding: 12px 0px;
  display: flex;
  gap: 10px;
}
#Page.CU.CU_0301 .info-area > div label {
  width: 90px;
  font-size: 14px;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 .info-area > div output {
  flex-grow: 1;
  width: calc(100% - 90px - 14px);
  font-size: 14px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .info-area > div button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) {
  flex-direction: column;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) .radio-group {
  display: flex;
  gap: 10px;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) .radio-group input {
  display: none;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) .radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
}
#Page.CU.CU_0301 .info-area #residence-label {
  width: 100px !important;
}
#Page.CU.CU_0301 form#form_cu_0301 .main-btn {
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog {
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  margin: auto;
  padding: 0;
  z-index: 1000;
}
#Page.CU.CU_0301 dialog .header_div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#Page.CU.CU_0301 dialog.right {
  min-height: 100vh;
}
#Page.CU.CU_0301 dialog.right section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px;
}
#Page.CU.CU_0301 dialog.right section > h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog.right section > p {
  padding-left: 15px;
  text-indent: -15px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 dialog.right section .btn-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 24px;
}
#Page.CU.CU_0301 dialog.right .btn-div {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
#Page.CU.CU_0301 dialog.right .btn-div button {
  flex-grow: 1;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: var(--common-btn-radius);
}
#Page.CU.CU_0301 dialog.right .btn-div button.btn-cancel {
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog.right .btn-div button.btn-next {
  background-color: var(--color-main);
  color: var(--color-high-em-btn);
}
#Page.CU.CU_0301 dialog.bottom > section {
  padding: 30px 16px 16px 20px;
}
#Page.CU.CU_0301 dialog.bottom > section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-high-em);
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog.bottom > section ul {
  max-height: 500px;
  overflow-y: auto;
}
#Page.CU.CU_0301 dialog.bottom > section ul button {
  height: 48px;
  font-size: 15px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog.bottom .driver-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Page.CU.CU_0301 dialog.bottom .driver-header button {
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog.bottom .li-da > button {
  width: 100%;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div input {
  flex-grow: 0;
  max-width: 130px;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div #input-email {
  width: 6ch;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div #input-email-domain {
  width: 6ch;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div button {
  width: 14px;
  height: 14px;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div span {
  display: block;
  margin-right: 3px;
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box {
  display: flex;
  gap: 10px;
  background-color: var(--color-input-box);
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box input {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box input:focus {
  outline: none;
}
#Page.CU.CU_0301 dialog#dialog-search-company ul {
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li {
  position: relative;
  padding: 12px 0px;
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li button[data-company-name] {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li p {
  font-size: 13px;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li button.btn-select {
  position: absolute;
  top: 12px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
#Page.CU.CU_0301 dialog#dialog-search-company div:has(.btn-direct-input) {
  text-align: center;
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input {
  width: auto;
  font-size: 13px;
  height: 36px;
  padding: 0px 30px;
  text-align: center;
  border-radius: 18px;
  border: solid 1px var(--color-border-button);
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input span {
  color: var(--color-blue);
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input span::before {
  content: "'";
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input span::after {
  content: "'";
}
#Page.CU.CU_0301 dialog.popup[open] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 16px 20px 16px;
  margin: auto;
}
#Page.CU.CU_0301 dialog.full[open] {
  padding: 65px 15px 20px 15px;
}
#Page.CU.CU_0301 dialog .post-number-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#Page .wrap-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#Page .wrap-content .title {
  margin: 85px 0 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#Page .wrap-content .tel-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#Page .wrap-content .tel-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 21px;
  background: var(--color-bg-grey);
  border-radius: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page .wrap-content .tel-box span::before {
  content: "";
  margin-right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/home/accident_check-tel.svg");
  background-size: 30px 30px;
}
#Page .wrap-content .tel-box::after {
  content: "";
  margin-top: 30px;
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/home/accdent_check-acc-disabled.svg");
  background-size: 100px 100px;
}

/* 공지사항 List */
#Page.BO {
  /*==========================================================================
      게시판 목록/상세페이지 전체 공통영역
  ===========================================================================*/
  position: relative;
  padding: 50px 0 0 0;
  /*==========================================================================
      게시판 목록/상세페이지 전체 공통영역 끝
  ===========================================================================*/
  /*==========================================================================
      게시판 목록 공통영역
  ===========================================================================*/
  /*==========================================================================
      게시판 목록 공통영역 - 끝
  ===========================================================================*/
  /*==========================================================================
      게시판 상세페이지 공통영역
  ===========================================================================*/
  /*==========================================================================
      게시판 상세페이지 공통영역 끝
  ===========================================================================*/
}
#Page.BO > main {
  height: 100%;
}
#Page.BO .list-top {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
#Page.BO .schedule-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-med-em);
  z-index: -1;
}
#Page.BO .button-area {
  margin-left: 8px;
}
#Page.BO .button-area .schedule-btn-wrap {
  border-radius: 5px;
}
#Page.BO .button-area .schedule-status {
  display: inline-block;
  padding: 4px 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
#Page.BO .button-area > .schedule-going {
  background-color: var(--color-red);
}
#Page.BO .button-area > .schedule-end {
  background-color: var(--color-med-em);
}
#Page.BO .title-wrap {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-high-em);
  display: block;
  padding: 42px 16px 15px 0;
  margin-top: -30px;
}
#Page.BO .no_data {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
  padding: 6em;
}
#Page.BO .board-list-ul > li {
  border-bottom: 1px solid var(--color-line);
}
#Page.BO .board-list-ul .box-table {
  position: relative;
}
#Page.BO .board-list-ul .article-area {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
#Page.BO .board-list-ul .title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
#Page.BO .board-list-ul .title-wrap::after {
  content: "";
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/arrow-next.svg");
  background-size: 14px;
  margin-right: 0;
}
#Page.BO .board-list-ul .title-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#Page.BO .list_control_wrap {
  position: fixed;
  width: 100%;
  top: 50px;
  padding: 15px 16px 16px;
  background-color: var(--color-bg-white);
  z-index: 1;
}
#Page.BO .list_control_wrap .search_wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: flex-start;
}
#Page.BO .list_control_wrap .search_wrap > .searchType_wrap {
  position: relative;
}
#Page.BO .list_control_wrap .search_wrap > .searchType_wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid var(--color-high-em);
  border-radius: 3px;
  pointer-events: none;
}
#Page.BO .list_control_wrap .search_wrap > button {
  white-space: nowrap;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  background-color: var(--color-med-em);
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: #ffffff;
}
#Page.BO .list_control_wrap .form-tag {
  height: 40px;
  padding: 8px 15px;
  box-sizing: border-box;
  border: 1px solid var(--color-line2);
  border-radius: 10px;
  background: var(--color-bg-white);
}
#Page.BO .list_control_wrap .form-tag:focus {
  outline: none;
}
#Page.BO .list_control_wrap select#searchType {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--color-bg-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.BO .list_control_wrap input#searchStr {
  flex: 1;
  min-width: 0;
  color: var(--color-high-em);
}
#Page.BO.OH0700-detail header, #Page.BO.OH0800-detail header {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  border-bottom: 1px solid var(--color-line);
}
#Page.BO.OH0700-detail header .title-wrap, #Page.BO.OH0800-detail header .title-wrap {
  font-weight: 600;
}
#Page.BO.OH0700-detail .content-area, #Page.BO.OH0800-detail .content-area {
  padding: 16px;
}
#Page.BO.OH0700-detail .content-area > p, #Page.BO.OH0800-detail .content-area > p {
  width: 100%;
}
#Page.BO.OH0700-detail .content-area > p > img, #Page.BO.OH0800-detail .content-area > p > img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*환전/이체 공통 설정*/
#Page.CE .input-amount {
  background-color: #cacaca;
}
#Page.CE .input-amount:focus {
  background-color: #fff;
}
#Page.CE ul.desc-list > li {
  position: relative;
  padding: 4px 8px 4px 14px;
}
#Page.CE ul.desc-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 1em;
  left: 0;
  background-color: #7e7e7e;
  font-size: 14px;
}
#Page.CE .bank-info-div {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* 환전하기 - step1 개별 설정*/
#Page.CE.CE_0101 main {
  height: auto;
}
#Page.CE.CE_0101 .exchange-time .exchange-type {
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 10px;
  background: var(--color-div-primary);
}
#Page.CE.CE_0101 .exchange-time .exchange-type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 42px;
  border: 0;
  border-radius: 7px;
  background: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CE.CE_0101 .exchange-time .exchange-type button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CE.CE_0101 .exchange-time .exchange-type button.act {
  background: var(--color-bg-white);
  color: var(--color-high-em);
}
#Page.CE.CE_0101 .amount-func {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 30px 0 20px;
}
#Page.CE.CE_0101 .amount-func button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  border: 0;
  border-radius: 50px;
  background: var(--color-div-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CE.CE_0101 .amount-func button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CE.CE_0101 .amount-func button.amount-all {
  background: var(--color-high-em);
  color: var(--color-bg-white);
  font-weight: 600;
}
#Page.CE.CE_0101 .input-div {
  padding-bottom: 20px;
}
#Page.CE.CE_0101 .input-div:last-child {
  border-bottom: 1px solid var(--color-line2);
}
#Page.CE.CE_0101 .input-div .input-wrapper {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CE.CE_0101 .input-div .input-wrapper input {
  width: 100%;
  height: 60px;
  padding: 0 62px 0 15px;
  background: var(--color-input-box);
  border: 1px solid var(--color-line-2);
  border-radius: 10px;
  font: inherit;
  color: inherit;
}
#Page.CE.CE_0101 .input-div .input-wrapper input:focus {
  outline: none;
}
#Page.CE.CE_0101 .input-div .input-wrapper .input-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
#Page.CE.CE_0101 .input-div .exchange-div {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: var(--color-text);
}
#Page.CE.CE_0101 .validation-div p {
  color: var(--color-red);
  font-weight: bold;
}
#Page.CE.CE_0101 .validation-div.valid {
  display: none;
}
#Page.CE.CE_0101 .notice-box {
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
  background: var(--color-bg-grey);
}
#Page.CE.CE_0101 .notice-box span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CE.CE_0101 .notice-box ul {
  margin-top: 15px;
  list-style-position: outside;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CE.CE_0101 .notice-box ul li:not(.sub-li) {
  position: relative;
  margin: 0 0 5px 9px;
}
#Page.CE.CE_0101 .notice-box ul li:not(.sub-li)::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50px;
  background: var(--color-disabled);
}
#Page.CE.CE_0101 .notice-box ul li:not(.sub-li):last-child {
  margin-bottom: 0;
}
#Page.CE.CE_0101 .notice-box ul li.sub-li {
  position: relative;
  margin: 0 0 5px 9px;
}
#Page.CE.CE_0101 .notice-box ul li.sub-li::before {
  position: absolute;
  top: 9px;
  left: -9px;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50px;
  background: var(--color-disabled);
}
#Page.CE.CE_0101 .notice-box ul li.sub-li:last-child {
  margin-bottom: 0;
}
#Page.CE.CE_0101 .notice-box ul ul {
  margin-top: -4px;
  margin-bottom: 5px;
  padding-left: 9px;
  list-style-position: inside;
  list-style: "◆";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CE.CE_0101 #dialog-check-currency-exchange-time.img-pop-80::before {
  background-image: url("/wts/img/ce/ce_0101_modal.svg");
}
#Page.CE.CE_0101 #dialog-check-currency-exchange-time p, #Page.CE.CE_0101 #dialog-check-currency-exchange-time span {
  color: var(--color-high-em);
}
#Page.CE.CE_0101 #dialog-mock-need-popup::backdrop {
  background: #666666 !important;
}
#Page.CE.CE_0101 #dialog-mock-need-popup {
  width: 100% !important;
  transform: translateY(100%);
  place-items: end center;
  justify-self: anchor-center;
  border-radius: 30px 30px 0 0;
  inset: auto 0 0 0;
}
#Page.CE.CE_0101 #dialog-mock-need-popup .header_div {
  display: flex;
  justify-content: space-between;
  float: right;
}
#Page.CE.CE_0101 #dialog-mock-need-popup.bottom > section {
  width: 100%;
  padding: 0;
}
#Page.CE.CE_0101 #dialog-mock-need-popup.bottom > section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-high-em);
  margin-bottom: 20px;
  text-align: left;
  line-height: 25px;
}
#Page.CE.CE_0101 #dialog-mock-need-popup.bottom > section p {
  font: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-high-em);
  text-align: center;
}
#Page.CE.CE_0101 #dialog-mock-need-popup.bottom > section span {
  font: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-high-em);
  text-align: center;
}
#Page.CE.CE_0101 #dialog-mock-need-popup.bottom > section img {
  display: block;
  margin: 0 auto;
  width: 70px !important;
  height: 70px !important;
}
#Page.CE.CE_0101 #dialog-mock-need-popup[open] {
  width: 100% !important;
  pointer-events: none !important;
}
#Page.CE.CE_0101 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button, #Page.CE.CE_0101 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 50px;
  background: var(--color-main);
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
#Page.CE.CE_0101 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button.btn-close, #Page.CE.CE_0101 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-close {
  width: 100px;
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.CE.CE_0101 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button.btn-confirm, #Page.CE.CE_0101 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-confirm {
  width: 235px;
}
#Page.CE.CE_0101 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button.btn-cancel, #Page.CE.CE_0101 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-cancel {
  width: 100px;
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.CE.CE_0101 #dialog-mock-need-popup[open] #img-popup-header {
  width: 100%;
  text-align: right;
}

/* 환전하기 - step2 개별 설정*/
#Page.CE.CE_0102 {
  padding: 0 16px 20px;
}
#Page.CE.CE_0102 main {
  height: 100%;
}
#Page.CE.CE_0102 main .flex-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Page.CE.CE_0102 main .flex-box .exchange_result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#Page.CE.CE_0102 main .flex-box .exchange_result .result-list {
  padding: 0 10px;
}
#Page.CE.CE_0102 main .flex-box .exchange_result .result-list > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#Page.CE.CE_0102 main .flex-box .exchange_result .result-list > p:last-child {
  margin-bottom: 26px;
}
#Page.CE.CE_0102 main .flex-box .exchange_result .result-list > p .currency-result-left {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CE.CE_0102 main .flex-box .exchange_result .result-list > p .account-number {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CE.CE_0102 main .flex-box .exchange_result .result-list > p .currency-result-right {
  display: flex;
  gap: 5px;
}
#Page.CE.CE_0102 #dialog-image-popup {
  width: 95% !important;
  transform: translateY(100%);
  place-items: end center;
  justify-self: anchor-center;
  border-radius: 30px 30px 0 0;
  inset: auto 0 0 0;
}
#Page.CE.CE_0102 #dialog-image-popup .header_div {
  display: flex;
  justify-content: space-between;
  float: right;
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section {
  width: 100%;
  padding: 0;
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-high-em);
  margin-bottom: 20px;
  text-align: left;
  line-height: 25px;
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
  text-align: left;
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section ul {
  max-height: 500px;
  overflow-y: auto;
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section ul button {
  height: 48px;
  font-size: 15px;
  color: var(--color-high-em);
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section .content-link {
  text-align: center;
  margin: 20px 0 20px 0;
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section .content-link a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  outline: none;
  text-decoration: underline;
}
#Page.CE.CE_0102 #dialog-image-popup.bottom > section img {
  width: 100% !important;
  margin: 20px 0 20px 0;
}
#Page.CE.CE_0102 #dialog-image-popup[open] {
  width: 100% !important;
  pointer-events: auto !important;
}
#Page.CE.CE_0102 #dialog-image-popup[open] .pop-btn-div.one-button button, #Page.CE.CE_0102 #dialog-image-popup[open] dialog[open] .pop-btn-div.one-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
#Page.CE.CE_0102 #dialog-image-popup[open] #img-popup-header {
  width: 100%;
  text-align: right;
}
#Page.CE.CE_0102 #dialog-mock-need-popup::backdrop {
  background: transparent !important;
}
#Page.CE.CE_0102 #dialog-mock-need-popup {
  background-color: var(--color-bg-grey);
  width: 100% !important;
  transform: translateY(100%);
  place-items: end center;
  justify-self: anchor-center;
  border-radius: 30px 30px 0 0;
  inset: auto 0 0 0;
}
#Page.CE.CE_0102 #dialog-mock-need-popup .header_div {
  display: flex;
  justify-content: space-between;
  float: right;
}
#Page.CE.CE_0102 #dialog-mock-need-popup.bottom > section {
  width: 100%;
  padding: 0;
}
#Page.CE.CE_0102 #dialog-mock-need-popup.bottom > section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-high-em);
  margin-bottom: 20px;
  text-align: left;
  line-height: 25px;
}
#Page.CE.CE_0102 #dialog-mock-need-popup.bottom > section p {
  font: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-high-em);
  text-align: center;
}
#Page.CE.CE_0102 #dialog-mock-need-popup.bottom > section span {
  font: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-high-em);
  text-align: center;
}
#Page.CE.CE_0102 #dialog-mock-need-popup.bottom > section img {
  display: block;
  margin: 0 auto;
  width: 70px !important;
  height: 70px !important;
}
#Page.CE.CE_0102 #dialog-mock-need-popup[open] {
  width: 100% !important;
  pointer-events: none !important;
}
#Page.CE.CE_0102 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button, #Page.CE.CE_0102 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 50px;
  background: var(--color-main);
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
#Page.CE.CE_0102 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button.btn-close, #Page.CE.CE_0102 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-close {
  width: 100px;
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.CE.CE_0102 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button.btn-confirm, #Page.CE.CE_0102 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-confirm {
  width: 235px;
}
#Page.CE.CE_0102 #dialog-mock-need-popup[open] .pop-btn-div.two-buttons button.btn-cancel, #Page.CE.CE_0102 #dialog-mock-need-popup[open] dialog[open] .pop-btn-div.two-buttons a.btn-cancel {
  width: 100px;
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.CE.CE_0102 #dialog-mock-need-popup[open] #img-popup-header {
  width: 100%;
  text-align: right;
}

/*고객센터 공통 설정*/
#Page.CU > main {
  height: 100%;
}
#Page.CU > main > section {
  display: flex;
  flex-direction: column;
}
#Page.CU .list-hyphen > li {
  position: relative;
  padding: 4px 8px 4px 14px;
}
#Page.CU .list-hyphen > li::before {
  content: "-";
  position: absolute;
  top: 0.3em;
  left: 0;
}
#Page.CU .btn-div {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
#Page.CU .tendency-level-meter ol {
  display: flex;
  align-items: end;
}
#Page.CU .tendency-level-meter ol .level {
  width: 20%;
  text-align: center;
}
#Page.CU .tendency-level-meter ol .level .bar {
  height: 25px;
}
#Page.CU .tendency-level-meter ol .level .bar.sky-blue {
  background: linear-gradient(180deg, rgba(8, 151, 240, 0.7) 0%, #0897F0 100%);
  border-radius: 50px 0 0 50px;
}
#Page.CU .tendency-level-meter ol .level .bar.deep-green {
  background: linear-gradient(180deg, rgba(0, 176, 80, 0.7) 0%, #00b050 100%);
  border-radius: 50px 0 0 50px;
}
#Page.CU .tendency-level-meter ol .level .bar.light-green {
  background: linear-gradient(180deg, rgba(140, 208, 80, 0.7) 0%, #92d050 100%);
}
#Page.CU .tendency-level-meter ol .level .bar.yellow {
  background: linear-gradient(180deg, rgba(255, 235, 0, 0.7) 0%, #ffeb00 100%);
}
#Page.CU .tendency-level-meter ol .level .bar.orange {
  background: linear-gradient(180deg, rgba(255, 192, 0, 0.7) 0%, #ffc000 100%);
}
#Page.CU .tendency-level-meter ol .level .bar.red {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.7) 0%, #ff0000 100%);
  border-radius: 0 50px 50px 0;
}
#Page.CU .tendency-level-meter ol .level .pointer {
  margin-bottom: 5px;
}
#Page.CU dl.tendency-report {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#Page.CU dl.tendency-report dt, #Page.CU dl.tendency-report dd {
  padding: 8px 2px;
  box-sizing: border-box;
  text-align: center;
}
#Page.CU .confirmation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
}
#Page.CU .confirmation > h1 {
  width: 100%;
  margin-bottom: 20px;
}
#Page.CU .confirmation > input, #Page.CU .confirmation label {
  float: left;
}
#Page.CU .confirmation > input + label {
  width: calc(100% - 25px);
  padding-left: 4px;
  box-sizing: border-box;
}
#Page.CU select#year-select + label {
  margin-right: 20px;
}
#Page.CU .check-h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
  margin-top: 150px;
}
#Page.CU .check-h2::after {
  content: "";
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_1103_acc_disabled.svg");
  background-size: 100% 100%;
  margin: 30px auto;
}
#Page.CU .check-h2 + .sub-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}

.form-item {
  margin-bottom: 10px;
}
.form-item > label {
  display: block;
}
.form-item input, .form-item select, .form-item textarea {
  border: 1px solid var(--color-line);
  width: 100%;
  height: 30px;
}
.form-item textarea {
  height: auto;
}

/* 계좌개설일 개별 설정*/
#Page.CU.CU_0101 {
  padding: 70px 16px 30px;
  /* 다이얼로그 */
}
#Page.CU.CU_0101 .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-line);
}
#Page.CU.CU_0101 .title-box > h1 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0101 .title-box > p {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 36px;
  border-radius: 50px;
  background: var(--color-bg-grey);
}
#Page.CU.CU_0101 .title-box > p > span {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CU.CU_0101 .title-box > p > span.date {
  margin-left: 10px;
  color: var(--color-high-em);
}
#Page.CU.CU_0101 .info-item {
  margin-bottom: 25px;
}
#Page.CU.CU_0101 .info-item label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0101 .info-item #account, #Page.CU.CU_0101 .info-item input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 8px;
  padding: 0 15px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  background: var(--color-input-box);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0101 .info-item textarea {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 15px;
  margin-top: 8px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  background: var(--color-input-box);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: var(--color-high-em);
  overflow-y: hidden;
  resize: none;
}
#Page.CU.CU_0101 .info-item #user-name-ko {
  pointer-events: none;
}
#Page.CU.CU_0101 .info-item input[readonly], #Page.CU.CU_0101 .info-item textarea[readonly] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#Page.CU.CU_0101 .info-item input[readonly]:focus, #Page.CU.CU_0101 .info-item textarea[readonly]:focus {
  outline: none;
}
#Page.CU.CU_0101 .info-item input:focus {
  outline: 1px solid var(--color-high-em);
}
#Page.CU.CU_0101 .info-item .input-filed {
  display: flex;
  gap: 6px;
}
#Page.CU.CU_0101 .info-item .input-filed .btn-search-post-number {
  margin-top: 8px;
  padding: 0 15px;
  height: 50px;
  border-radius: 10px;
  background: var(--color-high-em);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-bg-white);
  word-break: keep-all;
}
#Page.CU.CU_0101 .radio-item {
  padding: 25px 0;
  border-top: 1px solid var(--color-line);
}
#Page.CU.CU_0101 .radio-item.last {
  padding-bottom: 20px;
}
#Page.CU.CU_0101 .radio-item .item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0101 .radio-item .sub-input-div {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0101 .radio-item .sub-input-div p {
  margin-bottom: 8px;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed {
  display: flex;
  align-items: center;
  gap: 0;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 30px;
  cursor: pointer;
  word-break: keep-all;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed label:last-child {
  margin-right: 0;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed ul {
  width: 100%;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed ul li:last-child {
  margin-bottom: 0;
}
#Page.CU.CU_0101 .radio-item .sub-input-div .input-filed ul li .value-span {
  display: flex;
  align-items: center;
}
#Page.CU.CU_0101 .btn-div {
  flex-direction: column;
  margin-top: 0;
}
#Page.CU.CU_0101 .btn-div p {
  margin: 20px 0 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-med-em);
  text-align: center;
}
#Page.CU.CU_0101 #before_auth_notice h1 {
  margin: 85px 0 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#Page.CU.CU_0101 #before_auth_notice p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0101 #before_auth_notice p::after {
  content: "";
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0101_certi.png");
  background-size: 100px 100px;
}

#Page.CU.CU_0201:has(#CU_0201_Y) {
  padding: 0;
}
#Page.CU.CU_0201:has(#CU_0201_Y) > main > section {
  height: 100%;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .invest-type {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .invest-type > em {
  color: var(--color-red);
  font-weight: inherit;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .text-center {
  text-align: center;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter {
  padding: 65px 16px 0;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol {
  display: flex;
  align-items: end;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level {
  width: 20%;
  text-align: center;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .bar {
  height: 25px;
  margin-bottom: 5px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .bar.deep-green {
  background: linear-gradient(180deg, rgba(0, 176, 80, 0.7) 0%, #00b050 100%);
  border-radius: 50px 0 0 50px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .bar.light-green {
  background: linear-gradient(180deg, rgba(140, 208, 80, 0.7) 0%, #92d050 100%);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .bar.yellow {
  background: linear-gradient(180deg, rgba(255, 235, 0, 0.7) 0%, #ffeb00 100%);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .bar.orange {
  background: linear-gradient(180deg, rgba(255, 192, 0, 0.7) 0%, #ffc000 100%);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .bar.red {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.7) 0%, #ff0000 100%);
  border-radius: 0 50px 50px 0;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level > span, #Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .pointer {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .pointer {
  position: relative;
  width: 100%;
  padding: 13px 8px;
  margin: 5px 0 13px !important;
  border-radius: 10px;
  background: var(--color-bg-white);
  box-shadow: 0px 0px 33px 0px var(--color-disabled);
  word-break: keep-all;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter ol .level .pointer::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--color-bg-white);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-level-meter > p {
  margin: 35px 0 43px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info {
  display: flex;
  flex-direction: column;
  padding: 25px 20px 20px;
  height: 100%;
  background: var(--color-bg-grey);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .tendency-content {
  margin-bottom: 43px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .tendency-content p, #Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .tendency-content span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-grey-dark);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .tendency-content .inv_nm-list {
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .tendency-content .inv_nm-list > li {
  position: relative;
  margin-top: 10px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .tendency-content .inv_nm-list > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50px;
  background: var(--color-disabled);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .bottom button {
  width: 100%;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .bottom button#btn-investor-detail {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 1px solid var(--color-disabled);
  border-radius: var(--common-btn-radius);
  background: var(--color-bg-white);
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y .tendency-info .bottom button#btn-investor-detail:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail article {
  padding-bottom: 30px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail .invest-type {
  margin-bottom: 20px;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail dl.tendency-report {
  border: solid var(--color-line);
  border-width: 1px 0;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail dl.tendency-report dt, #Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail dl.tendency-report dd {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid var(--color-line);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: start;
  white-space: pre-line;
  word-break: keep-all;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail dl.tendency-report dt:last-of-type, #Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail dl.tendency-report dd:last-of-type {
  border-bottom: none;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail dl.tendency-report dt {
  width: 40%;
  background: var(--color-card-grey);
  word-break: keep-all;
}
#Page.CU.CU_0201:has(#CU_0201_Y) #CU_0201_Y #dialog-investor-detail dl.tendency-report dd {
  width: 60%;
  color: var(--color-med-em);
}

#CU_0201_N {
  padding: 65px 16px calc(20px + env(safe-area-inset-bottom)) 16px;
}
#CU_0201_N .sub {
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
}

#dialog-tendency-step {
  padding: 30px 22px 20px;
  border-radius: 30px 30px 0 0;
}
#dialog-tendency-step::backdrop {
  pointer-events: auto;
}
#dialog-tendency-step.open-state::backdrop {
  background-color: transparent;
  pointer-events: none !important;
}
#dialog-tendency-step p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#dialog-tendency-step #step-1 ul {
  margin: 20px 0;
}
#dialog-tendency-step #step-1 ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 15px;
  background: var(--color-bg-grey);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#dialog-tendency-step #step-1 ul > li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 21px 20px;
}
#dialog-tendency-step #step-1 ul > li input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#dialog-tendency-step #step-1 ul > li:last-child {
  margin-bottom: 0;
}
#dialog-tendency-step #step-2 .box-check {
  padding: 20px 20px 10px;
  margin: 20px 0 25px;
  border-radius: 15px;
  background: var(--color-bg-grey);
}
#dialog-tendency-step #step-2 .box-check > div {
  display: flex;
  align-items: center;
}
#dialog-tendency-step #step-2 .box-check > div #step02-check-all[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#dialog-tendency-step #step-2 .box-check > div > label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#dialog-tendency-step #step-2 .box-check ul {
  margin-top: 20px;
}
#dialog-tendency-step #step-2 .box-check ul > li {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 10px;
}
#dialog-tendency-step #step-2 .box-check ul > li .sub-checkbox[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#dialog-tendency-step #step-2 .box-check ul > li label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#dialog-tendency-step #step-2 #btn-not-agree-all {
  display: block;
  margin: 21px auto 0;
  background: none;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}

#dialog-state-agree {
  padding: 0;
}
#dialog-state-agree .fixed-header > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#dialog-state-agree .my-invest-info {
  padding: 65px 15px 0;
}
#dialog-state-agree .my-invest-info > p {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-line);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#dialog-state-agree .my-invest-info dl.tendency-report dt, #dialog-state-agree .my-invest-info dl.tendency-report dd {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 12px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#dialog-state-agree .my-invest-info dl.tendency-report dt {
  text-align: start;
}
#dialog-state-agree .my-invest-info dl.tendency-report dd {
  justify-content: flex-end;
  color: var(--color-med-em);
}
#dialog-state-agree .notice {
  padding: 25px 20px 20px;
  margin-top: auto;
  background: var(--color-bg-grey);
}
#dialog-state-agree .notice span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-grey-dark);
}
#dialog-state-agree .notice ul {
  padding-left: 10px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#dialog-state-agree .notice ul > li {
  position: relative;
  margin-top: 10px;
}
#dialog-state-agree .notice ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50px;
  background: var(--color-disabled);
}

/*투자자정보확인서 Step-4 개별설정*/
#Page.CU.CU_0202 {
  padding-bottom: 0;
}
#Page.CU.CU_0202 > main > section {
  height: 100%;
}
#Page.CU.CU_0202 .padding-bottom-20 {
  padding-bottom: 20px;
}
#Page.CU.CU_0202 .tendency-servey-form {
  height: 100%;
}
#Page.CU.CU_0202 .tendency-servey-form ol {
  height: inherit;
  padding-bottom: 20px;
}
#Page.CU.CU_0202 .tendency-servey-form .servey-li {
  display: none;
}
#Page.CU.CU_0202 .tendency-servey-form .active {
  display: flex;
  flex-direction: column;
  height: inherit;
}
#Page.CU.CU_0202 .tendency-servey-form p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 .tendency-servey-form h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0202 .tendency-servey-form .margin_5 {
  margin-bottom: 5px;
}
#Page.CU.CU_0202 .tendency-servey-form ul > li {
  display: flex;
  margin-bottom: 10px;
}
#Page.CU.CU_0202 .tendency-servey-form ul > li input[type=radio], #Page.CU.CU_0202 .tendency-servey-form ul > li input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.CU.CU_0202 .tendency-servey-form ul > li label {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  background: var(--color-card-grey);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#Page.CU.CU_0202 .tendency-servey-form ul > li label.checked {
  border: 1px solid var(--color-high-em);
  background: var(--color-bg-white);
  font-weight: 700;
}
#Page.CU.CU_0202 .tendency-servey-form ul > li label .sub-content {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 .tendency-servey-form #invest-final-check article {
  margin-bottom: 24px;
}
#Page.CU.CU_0202 .tendency-servey-form dl.tendency-report {
  margin-top: 20px;
  border: solid #e7e9eb;
  border-width: 1px 0;
}
#Page.CU.CU_0202 .tendency-servey-form dl.tendency-report dt, #Page.CU.CU_0202 .tendency-servey-form dl.tendency-report dd {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #e7e9eb;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: start;
  white-space: pre-line;
}
#Page.CU.CU_0202 .tendency-servey-form dl.tendency-report dt:last-of-type, #Page.CU.CU_0202 .tendency-servey-form dl.tendency-report dd:last-of-type {
  border-bottom: none;
}
#Page.CU.CU_0202 .tendency-servey-form dl.tendency-report dt {
  width: 43%;
  background: var(--color-card-grey);
  word-break: keep-all;
}
#Page.CU.CU_0202 .tendency-servey-form dl.tendency-report dd {
  width: 57%;
  color: var(--color-med-em);
  word-break: keep-all;
}
#Page.CU.CU_0202 .tendency-servey-form .two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 20px;
}
#Page.CU.CU_0202 .tendency-servey-form .two button {
  width: 50%;
}
#Page.CU.CU_0202 .tendency-servey-form .two button[data-dir=pre] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 1px solid var(--color-disabled);
  border-radius: var(--common-btn-radius);
  background: var(--color-bg-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0202 .tendency-servey-form .two button[data-dir=pre]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_0202 .tendency-servey-form .two button[data-dir=next] {
  width: 100%;
}
#Page.CU.CU_0202 .tendency-servey-form #coun-final-check .confirmation-2 {
  display: flex;
  flex-direction: column;
  padding: 25px 20px 10px;
  margin-top: 15px;
  border-radius: 15px;
  background: var(--color-box);
}
#Page.CU.CU_0202 .tendency-servey-form #coun-final-check .confirmation-2 h2 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 .tendency-servey-form #coun-final-check .confirmation-2 .tendency-agree[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.CU.CU_0202 .tendency-servey-form #coun-final-check .confirmation-2 > label {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 #loading {
  align-items: center;
  text-align: center;
}
#Page.CU.CU_0202 #loading h1 {
  margin: 70px 0 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0202 #loading p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 #result-slide {
  padding: 25px 22px 20px;
  border-radius: 30px 30px 0 0;
}
#Page.CU.CU_0202 #result-slide h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0202 #result-slide h1 .invest-type {
  color: var(--color-red);
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter {
  padding: 20px 0;
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol {
  display: flex;
  align-items: end;
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level {
  width: 20%;
  text-align: center;
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level .bar {
  height: 25px;
  margin-bottom: 5px;
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level .bar.deep-green {
  background: linear-gradient(180deg, rgba(0, 176, 80, 0.7) 0%, #00b050 100%);
  border-radius: 50px 0 0 50px;
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level .bar.light-green {
  background: linear-gradient(180deg, rgba(140, 208, 80, 0.7) 0%, #92d050 100%);
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level .bar.yellow {
  background: linear-gradient(180deg, rgba(255, 235, 0, 0.7) 0%, #ffeb00 100%);
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level .bar.orange {
  background: linear-gradient(180deg, rgba(255, 192, 0, 0.7) 0%, #ffc000 100%);
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level .bar.red {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.7) 0%, #ff0000 100%);
  border-radius: 0 50px 50px 0;
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level > span {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-disabled);
}
#Page.CU.CU_0202 #result-slide .tendency-level-meter ol .level > span.active {
  color: var(--color-high-em);
}
#Page.CU.CU_0202 #result-slide h3 {
  margin: 10px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-grey-dark);
}
#Page.CU.CU_0202 #result-slide p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 9;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 #result-slide .confirmation {
  margin-bottom: 26px;
}
#Page.CU.CU_0202 #result-slide .confirmation input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.CU.CU_0202 #result-slide .confirmation label {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 #result-slide .btn-div {
  display: flex;
  align-items: center;
  gap: 8px;
}
#Page.CU.CU_0202 #result-slide .btn-div button.confirm {
  flex: 3;
}
#Page.CU.CU_0202 #result-slide .btn-div button.cancel {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-div-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0202 #result-slide .btn-div button.cancel:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_0202 #high-risk-cus article {
  margin-top: 15px;
}
#Page.CU.CU_0202 #high-risk-cus article .list-box {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 15px;
  background: var(--color-bg-grey);
}
#Page.CU.CU_0202 #high-risk-cus article .list-box span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-grey-dark);
}
#Page.CU.CU_0202 #high-risk-cus article .list-box ul {
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0202 #high-risk-cus article .list-box ul > li {
  position: relative;
  margin-top: 10px;
}
#Page.CU.CU_0202 #high-risk-cus article .list-box ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: var(--common-btn-radius);
  background: var(--color-disabled);
}
#Page.CU.CU_0202 #high-risk-cus article .input-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#Page.CU.CU_0202 #high-risk-cus article .input-box input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.CU.CU_0202 #high-risk-cus article .input-box label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}

/* CDD/EDD 조회 등록 개별 설정*/
#Page.CU.CU_0301 main > section > h1 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 main > section > p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-med-em);
  word-break: keep-all;
}
#Page.CU.CU_0301 main > section > p strong {
  font-weight: 400;
}
#Page.CU.CU_0301 main > section > h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 main > section input:focus {
  outline: none;
}
#Page.CU.CU_0301 .btn-dialog {
  width: 14px !important;
  height: 14px !important;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .btn-dialog.text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#Page.CU.CU_0301 .form-item-box {
  height: 307;
  margin-bottom: 20px;
  padding: 18px 20px 18px 20px;
  border-radius: 10px;
  border-width: 1px;
  border: 1px solid var(--color-line);
}
#Page.CU.CU_0301 .form-item-box:has(output) {
  background-color: var(--color-input-box);
}
#Page.CU.CU_0301 .form-item-box:has(input[readonly]) {
  background-color: var(--color-input-box);
}
#Page.CU.CU_0301 .form-item-box > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px var(--color-line);
  gap: 2px;
}
#Page.CU.CU_0301 .form-item-box > div:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#Page.CU.CU_0301 .form-item-box > div.last-item {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#Page.CU.CU_0301 .form-item-box > div label {
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 .form-item-box > div output {
  font-size: 16px;
  line-height: 100%;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .form-item-box > div input {
  font-size: 16px;
  color: var(--color-high-em);
  background-color: transparent;
}
#Page.CU.CU_0301 .form-item-box .licence_input_box {
  display: flex;
  gap: 10px;
}
#Page.CU.CU_0301 .form-item-box .licence_input_box .text {
  font-size: 16px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .form-item-box .licence_input_box span {
  white-space: nowrap;
}
#Page.CU.CU_0301 .id-check-type {
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
}
#Page.CU.CU_0301 .id-check-type input {
  display: none;
}
#Page.CU.CU_0301 .id-check-type label {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: var(--common-btn-radius);
  text-align: center;
  font-size: 14px;
  color: var(--color-high-em);
  background-color: var(--divider-primary);
}
#Page.CU.CU_0301 .id-check-type input[type=radio]:checked + label {
  background-color: var(--color-main);
  color: var(--color-high-em-btn);
}
#Page.CU.CU_0301 .info-area {
  padding: 20px 0px 20px 0px;
  border-top: solid 1px var(--color-line);
}
#Page.CU.CU_0301 .info-area > div {
  padding: 12px 0px;
  display: flex;
  gap: 10px;
}
#Page.CU.CU_0301 .info-area > div label {
  width: 90px;
  font-size: 14px;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 .info-area > div output {
  flex-grow: 1;
  width: calc(100% - 90px - 14px);
  font-size: 14px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 .info-area > div button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) {
  flex-direction: column;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) .radio-group {
  display: flex;
  gap: 10px;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) .radio-group input {
  display: none;
}
#Page.CU.CU_0301 .info-area > div:has(.radio-group) .radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
}
#Page.CU.CU_0301 .info-area #residence-label {
  width: 100px !important;
}
#Page.CU.CU_0301 form#form_cu_0301 .main-btn {
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog {
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  margin: auto;
  padding: 0;
  z-index: 1000;
}
#Page.CU.CU_0301 dialog .header_div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#Page.CU.CU_0301 dialog.right {
  min-height: 100vh;
}
#Page.CU.CU_0301 dialog.right section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px;
}
#Page.CU.CU_0301 dialog.right section > h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog.right section > p {
  padding-left: 15px;
  text-indent: -15px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 dialog.right section .btn-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 24px;
}
#Page.CU.CU_0301 dialog.right .btn-div {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
#Page.CU.CU_0301 dialog.right .btn-div button {
  flex-grow: 1;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: var(--common-btn-radius);
}
#Page.CU.CU_0301 dialog.right .btn-div button.btn-cancel {
  background-color: var(--divider-primary);
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog.right .btn-div button.btn-next {
  background-color: var(--color-main);
  color: var(--color-high-em-btn);
}
#Page.CU.CU_0301 dialog.bottom > section {
  padding: 30px 16px 16px 20px;
}
#Page.CU.CU_0301 dialog.bottom > section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-high-em);
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog.bottom > section ul {
  max-height: 500px;
  overflow-y: auto;
}
#Page.CU.CU_0301 dialog.bottom > section ul button {
  height: 48px;
  font-size: 15px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog.bottom .driver-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Page.CU.CU_0301 dialog.bottom .driver-header button {
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog.bottom .li-da > button {
  width: 100%;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div input {
  flex-grow: 0;
  max-width: 130px;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div #input-email {
  width: 6ch;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div #input-email-domain {
  width: 6ch;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div button {
  width: 14px;
  height: 14px;
}
#Page.CU.CU_0301 dialog#dialog-email .email-input-div span {
  display: block;
  margin-right: 3px;
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box {
  display: flex;
  gap: 10px;
  background-color: var(--color-input-box);
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box input {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company .form-item-box input:focus {
  outline: none;
}
#Page.CU.CU_0301 dialog#dialog-search-company ul {
  margin-bottom: 20px;
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li {
  position: relative;
  padding: 12px 0px;
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li button[data-company-name] {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li p {
  font-size: 13px;
  color: var(--color-med-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company ul li button.btn-select {
  position: absolute;
  top: 12px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
#Page.CU.CU_0301 dialog#dialog-search-company div:has(.btn-direct-input) {
  text-align: center;
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input {
  width: auto;
  font-size: 13px;
  height: 36px;
  padding: 0px 30px;
  text-align: center;
  border-radius: 18px;
  border: solid 1px var(--color-border-button);
  color: var(--color-high-em);
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input span {
  color: var(--color-blue);
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input span::before {
  content: "'";
}
#Page.CU.CU_0301 dialog#dialog-search-company .btn-direct-input span::after {
  content: "'";
}
#Page.CU.CU_0301 dialog.popup[open] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 16px 20px 16px;
  margin: auto;
}
#Page.CU.CU_0301 dialog.full[open] {
  padding: 65px 15px 20px 15px;
}
#Page.CU.CU_0301 dialog .post-number-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* FAQ 설정*/
#Page.CU.CU_0501 {
  /* ---------------------js코드와 연동됨 지우면 안됩니다------------- */
  /* ---------------------js코드와 연동됨 end----------------------- */
}
#Page.CU.CU_0501 #faq-list details {
  display: none;
}
#Page.CU.CU_0501 #faq-list .faq-show {
  display: block;
}
#Page.CU.CU_0501 #faq-list > li {
  display: block;
}
#Page.CU.CU_0501 #faq-list > li.hide {
  display: none !important;
}
#Page.CU.CU_0501 mark {
  background-color: transparent;
  font-weight: 700;
}
#Page.CU.CU_0501 .details-wrap.open {
  display: block;
}
#Page.CU.CU_0501 .details-wrap {
  display: none;
}
#Page.CU.CU_0501 #header_0501 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 15px 16px 17px 16px;
  background-color: var(--color-bg-white);
  z-index: 1;
}
#Page.CU.CU_0501 #header_0501 h1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
#Page.CU.CU_0501 #header_0501 button {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Page.CU.CU_0501 section .input-wrap {
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  color: var(--color-med-em);
}
#Page.CU.CU_0501 section .input-wrap input {
  width: 100%;
  height: 50px;
  padding: 13px 15px;
  border-radius: 10px;
  background-color: var(--color-input-box);
  border: 1px solid var(--color-line2);
  color: var(--color-high-em);
}
#Page.CU.CU_0501 section .input-wrap input:focus {
  outline: none;
}
#Page.CU.CU_0501 section .input-wrap .btn-erase {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  pointer-events: auto;
  width: 24px;
  height: 24px;
}
#Page.CU.CU_0501 section .input-wrap .btn-search {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: auto;
  width: 24px;
  height: 24px;
}
#Page.CU.CU_0501 section ul h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-high-em);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#Page.CU.CU_0501 section ul h2::after {
  content: "";
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/mypage/next.svg");
  background-size: 14px 14px;
}
#Page.CU.CU_0501 section ul h2 button {
  padding: 16px 10px;
  width: 100%;
}
#Page.CU.CU_0501 section ul h2.gray {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-med-em);
}
#Page.CU.CU_0501 section details article {
  padding: 0 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--color-med-em);
}
#Page.CU.CU_0501 section details summary {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-high-em);
  padding: 16px 10px;
  list-style: none;
  width: 100%;
  display: flex;
}
#Page.CU.CU_0501 section details summary::after {
  content: "";
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0501_down.svg");
  background-size: 14px 14px;
  display: block;
  margin-left: auto;
}
#Page.CU.CU_0501 section details .detail-question {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-high-em);
  list-style: none;
  width: 100%;
}
#Page.CU.CU_0501 section details span {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-med-em);
  margin-right: 12px;
}
#Page.CU.CU_0501 section span {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-med-em);
  margin-right: 12px;
}
#Page.CU.CU_0501 section details[open] .custom-summary::after {
  transform: rotate(180deg);
}
#Page.CU.CU_0501 mark {
  color: var(--color-high-em);
}

/* 수수료안내 개별 설정*/
#Page.CU.CU_0601 section .title-h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#Page.CU.CU_0601 section .title-h1::after {
  content: "";
  width: 124px;
  height: 122px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0601_main.svg");
  background-size: 124px 122px;
}
#Page.CU.CU_0601 section h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0601 section h3 {
  margin: 10px 0 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -2%;
  color: var(--color-med-em);
}
#Page.CU.CU_0601 dl {
  margin-top: 10px;
  border-radius: 15px;
  background-color: var(--color-bg-grey);
  padding: 20px;
}
#Page.CU.CU_0601 dl dt {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--color-high-em);
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#Page.CU.CU_0601 dl dt.event-period {
  margin-bottom: 0;
  font-size: 16px;
}
#Page.CU.CU_0601 dl dd {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--color-blue);
}
#Page.CU.CU_0601 dl dd + dt {
  margin-top: 20px;
}

/* 파생상품양도소득세 조회 step-1 */
#Page.CU.CU_0701 .title-h1 {
  display: flex;
  flex-direction: column;
}
#Page.CU.CU_0701 .title-h1::after {
  content: "";
  margin: 30px auto;
  width: 200px;
  height: 200px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0701_tax.svg");
  background-size: 100% 100%;
}
#Page.CU.CU_0701 .btn-link {
  margin-bottom: 30px;
}
#Page.CU.CU_0701 .grey-box {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: var(--color-bg-grey);
}
#Page.CU.CU_0701 .grey-box h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0701 .grey-box h2::before {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0601_dollar.svg");
  background-size: 100% 100%;
}
#Page.CU.CU_0701 .grey-box .hyphen-list {
  padding-left: 10px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0701 .grey-box .hyphen-list > li {
  position: relative;
  margin-top: 10px;
}
#Page.CU.CU_0701 .grey-box .hyphen-list > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-radius: 50px;
  background: var(--color-disabled);
}

/* 파생상품양도소득세 조회 step-2 */
#Page.CU.CU_0702 main > section {
  height: 100%;
}
#Page.CU.CU_0702 form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#Page.CU.CU_0702 form .select-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0702 form .select-box .select-wrapper {
  position: relative;
}
#Page.CU.CU_0702 form .select-box .select-wrapper #year-select {
  display: flex;
  align-items: center;
  width: 100px;
  height: 40px;
  padding-left: 15px;
  margin-right: 10px;
  border: 1px solid var(--color-line2);
  border-radius: 10px;
  background: var(--color-input-box);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0702 form .select-box .select-wrapper #year-select:focus {
  outline: none;
}
#Page.CU.CU_0702 form .select-box .select-wrapper .select-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
#Page.CU.CU_0702 #select_year {
  padding: 30px 22px;
}
#Page.CU.CU_0702 #select_year::backdrop {
  pointer-events: auto !important;
}
#Page.CU.CU_0702 #select_year span {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0702 #select_year .ul_year {
  margin-top: 20px;
}
#Page.CU.CU_0702 #select_year .ul_year .li_year {
  padding: 15px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}

/* 파생상품양도소득세 조회 step-3 */
#Page.CU.CU_0703 main > section {
  height: 100%;
}
#Page.CU.CU_0703 #yesTaxes .title-h1, #Page.CU.CU_0703 #noTaxes .title-h1 {
  position: relative;
}
#Page.CU.CU_0703 #yesTaxes .title-h1::after, #Page.CU.CU_0703 #noTaxes .title-h1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 110px;
  height: 110px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0701_tax2.svg");
  background-size: 110px 110px;
}
#Page.CU.CU_0703 #yesTaxes .title-h1 .nextYear, #Page.CU.CU_0703 #noTaxes .title-h1 .nextYear {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0703 #yesTaxes p, #Page.CU.CU_0703 #noTaxes p {
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0703 .tendency-report {
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
  background: var(--color-bg-grey);
}
#Page.CU.CU_0703 .tendency-report dt, #Page.CU.CU_0703 .tendency-report dd {
  width: 50%;
  padding: 0;
  margin-top: 10px;
}
#Page.CU.CU_0703 .tendency-report dt {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: var(--color-med-em);
  text-align: left;
  word-break: keep-all;
}
#Page.CU.CU_0703 .tendency-report dd {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: right;
}
#Page.CU.CU_0703 .tendency-report .no-margin {
  margin: 0;
}
#Page.CU.CU_0703 .tendency-report hr {
  width: 100%;
  margin: 20px 0;
  border: none;
  border-top: 1px solid var(--color-line);
}

/* 시세신청 Step-1 개별 설정*/
#Page.CU.CU_0901 .state-box {
  margin: 30px 0 20px;
  width: 100%;
}
#Page.CU.CU_0901 .state-box > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CU.CU_0901 .state-box .state_action {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--color-bg-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_0901 .state-box .state_action .state-span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 26px;
  padding: 0 13px;
  margin-right: 10px;
  border-radius: 50px;
  background: #fce5e4;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-red);
}
#Page.CU.CU_0901 .state-box .state_action .button-span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 26px;
  border: 1px solid var(--color-line);
  border-radius: 50px;
  background: var(--color-bg-white);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0901 .table-box {
  padding: 16px;
  border: 1px solid var(--color-line);
  border-radius: 15px;
}
#Page.CU.CU_0901 .table-box .table--price {
  width: 100%;
  table-layout: fixed;
  border: solid var(--color-line);
  border-width: 1px 0 1px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0901 .table-box .table--price caption {
  text-align: start;
}
#Page.CU.CU_0901 .table-box .table--price caption.top {
  margin-bottom: 15px;
  caption-side: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0901 .table-box .table--price caption.bottom {
  margin-top: 15px;
  caption-side: bottom;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CU.CU_0901 .table-box .table--price thead {
  border-bottom: 1px solid var(--color-line);
  background: var(--color-bg-grey);
  font-weight: 600;
}
#Page.CU.CU_0901 .table-box .table--price th, #Page.CU.CU_0901 .table-box .table--price td {
  width: 50%;
  height: 38px;
  vertical-align: middle;
  text-align: center;
}
#Page.CU.CU_0901 .table-box .table--price .table--price__td {
  color: var(--color-med-em);
}

/* 시세신청 Step-2 개별 설정*/
#Page.CU.CU_0902 > main {
  height: 100%;
}
#Page.CU.CU_0902 > main > section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#Page.CU.CU_0902 > main .term-content > span {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CU.CU_0902 > main .btn-terms {
  margin-top: 30px;
}
#Page.CU.CU_0902 > main .btn-terms > li {
  width: 100%;
  margin-bottom: 10px;
}
#Page.CU.CU_0902 > main .btn-terms > li:last-child {
  margin-bottom: 0;
}
#Page.CU.CU_0902 > main .btn-terms > li .li-term-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  background: var(--color-bg-grey);
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  word-break: keep-all;
}
#Page.CU.CU_0902 > main .btn-terms > li .li-term-btn.link {
  box-sizing: border-box;
}
#Page.CU.CU_0902 > main .btn-terms > li .li-term-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/arrow-next.svg");
  background-size: 20px 20px;
}
#Page.CU.CU_0902 > main .full {
  pointer-events: none;
}
#Page.CU.CU_0902 > main .full.header-footer-btn {
  padding: 0;
  pointer-events: auto;
}
#Page.CU.CU_0902 > main .full.header-footer-btn .sise-header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 674px;
  height: 54px;
  padding: 16px;
  background: var(--color-bg-white);
}
#Page.CU.CU_0902 > main .full.header-footer-btn #dialog-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0902 > main .full.header-footer-btn .content-list {
  height: calc(100vh - 138px);
  padding: 0 16px;
  margin: 54px 0;
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0902 > main .full.header-footer-btn .content-list h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-med-em);
}
#Page.CU.CU_0902 > main .full.header-footer-btn .content-list p {
  margin: 5px;
}
#Page.CU.CU_0902 > main .full.header-footer-btn .content-list table, #Page.CU.CU_0902 > main .full.header-footer-btn .content-list tbody, #Page.CU.CU_0902 > main .full.header-footer-btn .content-list tr, #Page.CU.CU_0902 > main .full.header-footer-btn .content-list td {
  border: 1px solid var(--color-med-em);
}
#Page.CU.CU_0902 .disabled {
  pointer-events: none;
}
#Page.CU.CU_0902 .abled {
  border-color: green;
}
#Page.CU.CU_0902 .checked {
  background-color: #ffff50;
}

/* 시세신청 Step-3 개별 설정*/
#CU_0903_customer_info {
  padding: 65px 16px 20px !important;
}
#CU_0903_customer_info .cu0903_h {
  background: var(--color-bg-white);
  z-index: 999;
}
#CU_0903_customer_info ul.user-information {
  margin-top: 24px;
}
#CU_0903_customer_info ul.user-information > li {
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: var(--color-bg-grey);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#CU_0903_customer_info ul.user-information > li:last-child {
  margin-bottom: 20px;
}
#CU_0903_customer_info ul.user-information > li .answer {
  font-weight: 700;
}
#CU_0903_customer_info ul.user-information > li > p {
  display: flex;
}
#CU_0903_customer_info ul.user-information > li > p > span {
  margin-right: 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#CU_0903_customer_info ul.user-information > li .radio-box {
  display: flex;
  margin-top: 20px;
}
#CU_0903_customer_info ul.user-information > li .radio-box input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#CU_0903_customer_info ul.user-information > li .radio-box label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
}
#CU_0903_customer_info .img-pop-110::before {
  background-image: url("/wts/img/cu/cu_0902_modal.svg") !important;
}
#CU_0903_customer_info .main-btn {
  pointer-events: auto;
}

/* 시세신청 Step-4 개별 설정*/
#Page.CU.CU_0904 {
  padding-top: 0;
}
#Page.CU.CU_0904 .flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#Page.CU.CU_0904 .flex-box > div {
  width: 100%;
}
#Page.CU.CU_0904 .flex-box > div .period-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 52px 0 20px;
  width: 100%;
  background: var(--color-bg-grey);
  border-radius: 15px;
}
#Page.CU.CU_0904 .flex-box > div .period-info .label-span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0904 .flex-box > div .period-info .value-span {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0904 .flex-box > div .info-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  text-align: center;
}

/* 시세해지 Step-1 개별 설정*/
#Page.CU.CU_0905 {
  text-align: center;
}
#Page.CU.CU_0905 section {
  height: 100%;
}
#Page.CU.CU_0905 .termination-notice {
  margin-top: 100px;
}
#Page.CU.CU_0905 .termination-notice, #Page.CU.CU_0905 .user-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0905 .termination-use {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_0905 .termination-use::after {
  content: "";
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_0905_lock.svg");
  background-size: 100px 100px;
  margin-top: 30px;
}
#Page.CU.CU_0905 button {
  margin-top: 30px;
}

/* 시세해지 Step-2 개별 설정*/
#Page.CU.CU_0906 > main > section {
  height: 100%;
}
#Page.CU.CU_0906 table {
  width: 100%;
  margin: 20px 0 10px;
  table-layout: fixed;
  border-top: 1px solid var(--color-line);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_0906 table thead {
  border-bottom: 1px solid var(--color-line);
  background: var(--color-bg-grey);
  font-weight: 600;
}
#Page.CU.CU_0906 table tr {
  border-bottom: 1px solid var(--color-line);
}
#Page.CU.CU_0906 table th, #Page.CU.CU_0906 table td {
  width: 50%;
  height: 38px;
  vertical-align: middle;
  text-align: center;
}
#Page.CU.CU_0906 table .exchange, #Page.CU.CU_0906 table .use {
  color: var(--color-med-em);
}
#Page.CU.CU_0906 .reapply {
  margin-left: auto;
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}

/* 계좌폐쇄 요청 개별 설정*/
#Page.CU.CU_1001 > main > section {
  height: 100%;
}
#Page.CU.CU_1001 .sut-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
  margin: 5px 0 20px 0;
}
#Page.CU.CU_1001 dl {
  padding: 18px 20px;
  border-radius: 10px;
  border: 1px solid var(--color-line);
}
#Page.CU.CU_1001 dl > dt {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-med-em);
  margin-bottom: 8px;
}
#Page.CU.CU_1001 dl > dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_1001 dl > hr {
  margin: 18px 0;
  border: none;
  height: 1px;
  background-color: var(--color-card-grey);
}

/*휴면계좌 해지 요청 Step-1 개별 설정*/
#Page.CU.CU_1101 {
  /*==========================================================================
      CU_1101 공통영역
  ===========================================================================*/
  /*==========================================================================
      CU_1101 공통영역 - 끝
  ===========================================================================*/
}
#Page.CU.CU_1101 > main > section {
  height: 100%;
  gap: 20px;
}
#Page.CU.CU_1101 > main > section h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  word-break: keep-all;
}
#Page.CU.CU_1101 .btn-div .show-popup,
#Page.CU.CU_1101 .btn-div .show-slide,
#Page.CU.CU_1101 .slide-btn-div .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 108px);
  height: 54px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em-btn);
}
#Page.CU.CU_1101 .btn-div .show-popup:disabled,
#Page.CU.CU_1101 .btn-div .show-slide:disabled,
#Page.CU.CU_1101 .slide-btn-div .submit:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_1101 .btn-div .btn-before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 54px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-bg-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
  border: 1px solid var(--color-disabled);
  box-sizing: border-box;
}
#Page.CU.CU_1101 .btn-div .btn-before:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_1101 .btn-terms {
  margin-top: 0;
}
#Page.CU.CU_1101 .line-gray {
  margin: 15px 0;
  border: 1px solid var(--color-line);
}
#Page.CU.CU_1101 .list-default > li {
  padding: 4px 8px 4px 0;
}
#Page.CU.CU_1101 .policy-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_1101 .bg-gray {
  padding: 20px;
  border-radius: 15px;
  background: var(--color-bg-grey);
}
#Page.CU.CU_1101 .bg-gray > h2 {
  display: flex;
  align-items: center;
}
#Page.CU.CU_1101 .bg-gray > h2 .margin-10 {
  margin-right: 10px;
}
#Page.CU.CU_1101 .consent-type-div {
  margin-left: auto;
  width: 74px;
  height: 26px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
#Page.CU.CU_1101 .consent-type-div input[type=radio] {
  display: none;
}
#Page.CU.CU_1101 .consent-type-div input[type=radio]:checked + label {
  background-color: var(--color-med-em);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--color-bg-white);
}
#Page.CU.CU_1101 .consent-type-div label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  flex: 1;
  text-align: center;
  padding: 5px 8px;
  background-color: var(--color-div-primary);
  white-space: nowrap;
  cursor: pointer;
}
#Page.CU.CU_1101 .tendency-level-meter {
  margin-top: 20px;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_1101 .tendency-level-meter .bar {
  margin-bottom: 5px;
}
#Page.CU.CU_1101 .tendency-level-meter .bar.sky-blue {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Page.CU.CU_1101 .tendency-level-meter .bar.sky-blue::before {
  content: "";
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_1101_check.svg");
  background-size: 18px 18px;
}
#Page.CU.CU_1101 #res-pop {
  align-items: center;
  pointer-events: none;
}
#Page.CU.CU_1101 #res-pop a {
  outline: none;
}
#Page.CU.CU_1101 #privacy-Policy header {
  color: var(--color-high-em);
}
#Page.CU.CU_1101 #privacy-Policy header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
#Page.CU.CU_1101 #privacy-Policy > ol {
  height: calc(100vh - 148px);
  overflow-y: scroll;
}
#Page.CU.CU_1101 #privacy-Policy > ol .policy-section {
  display: block;
  height: calc(100% - 108px);
}
#Page.CU.CU_1101 #privacy-Policy > ol .policy-section > h3, #Page.CU.CU_1101 #privacy-Policy > ol .policy-section h4 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-med-em);
}
#Page.CU.CU_1101 #privacy-Policy > ol .policy-section > h4 {
  margin-bottom: 20px;
}
#Page.CU.CU_1101 #privacy-Policy > ol .policy-section > p {
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_1101 #privacy-Policy > ol .policy-section > p em {
  color: var(--color-red);
}
#Page.CU.CU_1101 #privacy-Policy > ol .policy-section li, #Page.CU.CU_1101 #privacy-Policy > ol .policy-section span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_1101 #promoConsent-Pop[open] {
  display: flex;
  flex-direction: column;
}
#Page.CU.CU_1101 #promoConsent-Pop[open] > h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--color-high-em);
  margin-bottom: 10px;
}
#Page.CU.CU_1101 #promoConsent-Pop[open] > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: var(--color-med-em);
  color: var(--color-high-em);
}
#Page.CU.CU_1101 #promoConsent-Pop[open] #promoConsentForm {
  display: flex;
  justify-content: space-around;
  padding: 16px;
  margin: 20px 0 24px 0;
  border-radius: 10px;
  background: var(--color-bg-grey);
}
#Page.CU.CU_1101 #promoConsent-Pop[open] #promoConsentForm label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-med-em);
  white-space: nowrap;
}
#Page.CU.CU_1101 #promoConsent-Pop[open] #promoConsentForm input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.CU.CU_1101 #promoConsent-Pop[open] .slide-btn-div {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
#Page.CU.CU_1101 .slide-btn-div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 54px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-div-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_1101 .slide-btn-div > a:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_1101 .sub-content {
  text-align: center;
}

/*휴면계좌 해지 요청 Step-2 개별 설정*/
#Page.CU.CU_1102 > main > section {
  gap: 20px;
  height: 100%;
}
#Page.CU.CU_1102 > main > section > p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px var(--color-med-em);
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  margin-top: -10px;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray {
  padding: 15px 20px;
  border-radius: 15px;
  background: var(--color-bg-grey);
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray .list-number {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  float: left;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  margin-left: 19px;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray p {
  padding-left: 19px;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray p > em {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-red);
  display: inline-block;
  margin-top: 10px;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray .radio-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray .radio-box input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.CU.CU_1102 .purpose-type-wrap > ol .bg-gray .radio-box label {
  display: flex;
  align-items: center;
  gap: 10px;
}
#Page.CU.CU_1102 .btn-div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em-btn);
}
#Page.CU.CU_1102 .btn-div a:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_1102 .btn-div a.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/*휴면계좌 해지 요청 개별 설정*/
#Page.CU.CU_1103 > main > section {
  height: 100%;
}
#Page.CU.CU_1103 .title-h1 {
  display: none;
}
#Page.CU.CU_1103 .title-h1.show {
  display: block;
}
#Page.CU.CU_1103 label {
  display: block;
}
#Page.CU.CU_1103 label.hidden {
  display: inline-block;
  width: 0;
}
#Page.CU.CU_1103 #key-pad {
  height: 400px;
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner {
  display: flex;
  flex-direction: column;
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part {
  padding: 18px 20px;
  margin-top: 20px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part > label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  margin-bottom: 2px;
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part > input[type=text], #Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part > input[type=number], #Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part > input[type=password] {
  height: 24px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part > input[type=text]:focus, #Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part > input[type=number]:focus, #Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part > input[type=password]:focus {
  outline: none;
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner > .input-wrap-part #id-number-front {
  width: 6ch;
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner.part {
  border: none;
  padding: 0;
}
#Page.CU.CU_1103 .input-wrap > .input-wrap-inner.part > .input-wrap-part {
  border: 1px solid var(--color-line);
  border-radius: 10px;
  padding: 18px 20px;
}
#Page.CU.CU_1103 .btn-div .request-109.disabled,
#Page.CU.CU_1103 .btn-div .request-106.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.CU.CU_1103 .check-h2 {
  margin-top: 0 !important;
}
#Page.CU.CU_1103 .success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 100px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
}

/* 가상계좌 조회(원화, 달러) 개별 설정*/
#Page.CU.CU_1201 > main > section {
  gap: 40px;
  height: 100%;
}
#Page.CU.CU_1201 article {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#Page.CU.CU_1201 article h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_1201 article .account-wrap {
  margin-top: -5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CU.CU_1201 article button {
  display: inline-flex;
  align-self: flex-start;
  width: auto;
  padding: 4px 10px;
  border-radius: 50px;
  background-color: var(--color-line);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.CU.CU_1201 article button[hidden] {
  display: none;
}
#Page.CU.CU_1201 .acc_kor {
  position: relative;
  align-items: flex-start;
}
#Page.CU.CU_1201 .acc_kor::before {
  content: "";
  border-radius: 16px;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: var(--color-card-grey);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_1201_kor.svg");
  background-size: 24px;
}
#Page.CU.CU_1201 .acc_kor[hidden] {
  display: none;
}
#Page.CU.CU_1201 .acc_usd {
  position: relative;
  align-items: flex-start;
}
#Page.CU.CU_1201 .acc_usd::before {
  content: "";
  border-radius: 16px;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: var(--color-card-grey);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_1201_usa.svg");
  background-size: 24px;
}
#Page.CU.CU_1201 .acc_usd[hidden] {
  display: none;
}
#Page.CU.CU_1201 #share-msg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  padding: 0 15px;
  border-radius: 50px;
  background: var(--color-bg-snackbar);
  opacity: 0.85;
  overflow: hidden;
  z-index: 1000;
}
#Page.CU.CU_1201 #share-msg[hidden] {
  display: none;
}
#Page.CU.CU_1201 #share-msg.show {
  animation: snackbar-show 0.3s cubic-bezier(1, 0.9, 0.35, 0.2) forwards, snackbar-expand 0.3s cubic-bezier(0.3, 0.8, 0.4, 1) 0.3s forwards, snackbar-hide 0.3s cubic-bezier(1, 0.9, 0.35, 0.2) 2s forwards;
}
#Page.CU.CU_1201 #share-msg > span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-in-high-em);
  white-space: nowrap;
  opacity: 0;
}
#Page.CU.CU_1201 #share-msg > span.show {
  animation: snackbar-span-show 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}

@keyframes snackbar_show {
  from {
    transform: translateX(-50%) translateY(-50px);
    width: 52px;
  }
  to {
    transform: translateX(-50%) translateY(50px);
    width: 52px;
  }
}
@keyframes snackbar-expand {
  from {
    width: 52px;
  }
  to {
    width: 280px;
  }
}
@keyframes snackbar-span-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes snackbar-hide {
  from {
    transform: translateX(-50%) translateY(50px);
  }
  to {
    transform: translateX(-50%) translateY(-50px);
  }
}
/*입출금내역*/
#Page.CU.CU_1301 {
  padding-top: 50px !important;
}
#Page.CU.CU_1301 main > section {
  position: relative;
}
#Page.CU.CU_1301 main > section .sticky-area {
  position: sticky;
  top: 0;
  padding-top: 15px;
  background: var(--color-bg-white);
  z-index: 999;
}
#Page.CU.CU_1301 main > section .sticky-area h1 {
  height: 58px;
  padding: 0 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  background-color: var(--color-bg-grey);
  font-size: 15px;
  font-weight: 400;
}
#Page.CU.CU_1301 main > section .sticky-area form[name=search-form] {
  margin: 20px 0px;
  height: 20px;
  display: flex;
  justify-content: space-between;
}
#Page.CU.CU_1301 main > section .sticky-area form[name=search-form] > div {
  display: flex;
  gap: 30px;
}
#Page.CU.CU_1301 main > section .sticky-area form[name=search-form] > div label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
#Page.CU.CU_1301 main > section .sticky-area form[name=search-form] button {
  width: 20px;
  height: 20px;
}
#Page.CU.CU_1301 main > section .scroll-area {
  position: relative;
}
#Page.CU.CU_1301 main > section .scroll-area li {
  margin-bottom: 40px;
}
#Page.CU.CU_1301 main > section .scroll-area li > div {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
#Page.CU.CU_1301 main > section .scroll-area li > div .name {
  color: var(--color-high-em);
}
#Page.CU.CU_1301 main > section .scroll-area li.deposit .amount {
  color: var(--color-red);
}
#Page.CU.CU_1301 main > section .scroll-area li > p {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--color-med-em);
}
#Page.CU.CU_1301 main > section .empty {
  display: flex;
  justify-content: center;
  height: 100%;
  margin-top: 100px;
}
#Page.CU.CU_1301 main > section .empty[hidden] {
  display: none;
}
#Page.CU.CU_1301 main > section .empty p {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.CU.CU_1301 main > section .empty p::before {
  content: "";
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/cu/cu_1301_empty.svg");
  background-size: 100px 100px;
}
#Page.CU.CU_1301 main > section .footer {
  position: fixed;
  left: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
}
#Page.CU.CU_1301 main > section .footer button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
  height: 32px;
  padding: 0 20px;
  text-align: center;
  border-radius: 16px;
  color: var(--color-high-em);
  background-color: var(--divider-primary);
}
#Page.CU.CU_1301 main > section dialog {
  padding: 0px;
}
#Page.CU.CU_1301 main > section dialog > section {
  padding: 30px 16px 16px 20px;
}
#Page.CU.CU_1301 main > section dialog > section h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-high-em);
  margin-bottom: 20px;
}
#Page.CU.CU_1301 main > section dialog > section ul button {
  height: 48px;
  font-size: 15px;
  color: var(--color-high-em);
}
#Page.CU.CU_1301 main > section dialog.popup {
  pointer-events: auto;
  padding: 0px;
}
#Page.CU.CU_1301 main > section dialog.popup section {
  padding: 20px 20px;
  width: 100%;
  min-height: 150px;
}
#Page.CU.CU_1301 main > section dialog.popup section p {
  padding-top: 10px;
  font-size: 16px;
  color: var(--color-high-em);
  line-height: 26px;
  margin-bottom: 20px;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .active {
  background: var(--color-bg-grey);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .left {
  position: absolute;
  top: 75px;
  left: 0;
  width: 50%;
  height: 50px;
  border-radius: 5px 0 0 5px;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .right {
  position: absolute;
  top: 75px;
  right: 0;
  width: 50%;
  height: 50px;
  border-radius: 0 5px 5px 0;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .rolling_ul {
  width: 50%;
  padding: 0;
  text-align: center;
  height: 200px;
  overflow-y: auto;
  z-index: 10;
  scroll-snap-type: y mandatory;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .rolling_ul::-webkit-scrollbar {
  display: none;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .rolling_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  scroll-snap-align: center;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .rolling_ul li:first-child {
  margin-top: 100px;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .rolling_ul li:last-child {
  margin-bottom: 100px;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .font-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  height: 50px;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .font-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  height: 45px;
}
#Page.CU.CU_1301 main > section #transaction-type .rolling_box .font-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  height: 40px;
}

#Page.CU.CU_1401 {
  padding: 15px 16px 20px;
}
#Page.CU.CU_1401 > main {
  height: 100%;
}
#Page.CU.CU_1401 > main > section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#Page.CU.CU_1401 > main .title-h1 {
  margin-top: 50px;
}
#Page.CU.CU_1401 .btn-terms {
  margin-top: 30px;
}
#Page.CU.CU_1401 .btn-terms > li {
  width: 100%;
  margin-bottom: 10px;
}
#Page.CU.CU_1401 .btn-terms > li:last-child {
  margin-bottom: 0;
}
#Page.CU.CU_1401 .btn-terms > li .risk-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  background: var(--color-bg-grey);
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.CU.CU_1401 .btn-terms > li .risk-btn .margin_10 {
  margin-right: 10px;
}
#Page.CU.CU_1401 #risk-warn-pop {
  padding: 0;
}
#Page.CU.CU_1401 #risk-warn-pop .fixed-header {
  padding: 10px 16px;
}
#Page.CU.CU_1401 #risk-warn-pop #dialog-header {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 674px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  line-height: 1.2;
  word-break: keep-all;
}
#Page.CU.CU_1401 #risk-warn-pop > ol {
  height: calc(100vh - 138px);
  padding: 0 16px;
  margin: 54px 0;
  overflow-y: auto;
}
#Page.CU.CU_1401 #risk-warn-pop > ol .risk-section > h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-med-em);
}
#Page.CU.CU_1401 #risk-warn-pop > ol .risk-section > p {
  margin: 10px 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.CU.CU_1401 #risk-warn-pop .fixed-full-btn-div {
  height: 94px;
  padding: 20px 0;
}

#Page.CU.CU_1501 h4 {
  margin: 85px 0 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#Page.CU.CU_1501 .center-box {
  display: flex;
  justify-content: center;
}
#Page.CU.CU_1501 .content-only {
  white-space: pre-line;
}

#Page.TS > main {
  height: 100%;
}
#Page.TS > main > section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#Page.TS .btn-div {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
#Page.TS ul.desc-list > li {
  position: relative;
  padding: 4px 8px 4px 14px;
}
#Page.TS ul.desc-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 1em;
  left: 0;
  background-color: #7e7e7e;
  font-size: 14px;
}
#Page.TS .bank-info-div {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* 이체하기 - step1 개별 설정*/
#Page.TS.TS_0001 .transfer-info-div {
  height: 100%;
}
#Page.TS.TS_0001 .transfer-info-div .title-h1 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-line);
}
#Page.TS.TS_0001 .bank-info-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#Page.TS.TS_0001 .bank-info-div .bank-box {
  display: flex;
  align-items: center;
}
#Page.TS.TS_0001 .bank-info-div .bank-box .logo {
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/ts/ts_account.svg");
  background-size: 100% 100%;
}
#Page.TS.TS_0001 .bank-info-div .bank-box .acc-info-box h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.TS.TS_0001 .bank-info-div .bank-box .acc-info-box p {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-med-em);
}

/* 이체하기 - step2 개별 설정*/
#Page.TS.TS_0002 .bank-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 35px;
}
#Page.TS.TS_0002 .bank-info-div .logo {
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/ts/ts_account.svg");
  background-size: 100% 100%;
}
#Page.TS.TS_0002 .bank-info-div .bank-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.TS.TS_0002 .transfer-amount-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Page.TS.TS_0002 .transfer-amount-div .transfer-amount-input-div {
  margin-bottom: 10px;
}
#Page.TS.TS_0002 .transfer-amount-div .transfer-amount-input-div #transfer-amount {
  margin: 0;
  background: transparent;
  text-align: center;
  color: var(--color-high-em);
}
#Page.TS.TS_0002 .transfer-amount-div .transfer-amount-input-div #transfer-amount:focus {
  outline: none;
}
#Page.TS.TS_0002 .transfer-amount-div .transfer-amount-input-div #transfer-amount::-moz-placeholder {
  font-weight: 600;
  color: var(--color-high-em);
}
#Page.TS.TS_0002 .transfer-amount-div .transfer-amount-input-div #transfer-amount::placeholder {
  font-weight: 600;
  color: var(--color-high-em);
}
#Page.TS.TS_0002 .able-amount {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.TS.TS_0002 .able-amount > .withdrawal {
  display: none;
}
#Page.TS.TS_0002 .able-amount > .transfer-amount-valid {
  color: var(--color-med-em);
}
#Page.TS.TS_0002 .able-amount > .transfer-amount-invalid {
  color: var(--color-red);
}
#Page.TS.TS_0002 .func-div {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 35px;
}
#Page.TS.TS_0002 .func-div .btn-amount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  border: 0;
  border-radius: 50px;
  background: var(--color-div-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: var(--color-high-em);
}
#Page.TS.TS_0002 .func-div .btn-amount:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.TS.TS_0002 .func-div .btn-amount[data-add=all] {
  background: var(--color-high-em);
  color: var(--color-bg-white);
}

/* 이체하기 - step3 개별 설정*/
#Page.TS.TS_0003 .bank-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#Page.TS.TS_0003 .bank-info-div .logo {
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wts/img/ts/ts_account.svg");
  background-size: 100% 100%;
}
#Page.TS.TS_0003 .bank-info-div .bank-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--color-med-em);
}
#Page.TS.TS_0003 .confirm-div {
  margin-top: 35px;
  text-align: center;
}
#Page.TS.TS_0003 .confirm-div .med-em {
  color: var(--color-med-em);
}
#Page.TS.TS_0003 .btn-div {
  gap: 8px;
}
#Page.TS.TS_0003 .btn-div .main-btn {
  flex: 3.5;
}
#Page.TS.TS_0003 .btn-div .main-btn.grey {
  flex: 1.5;
  background: var(--color-div-primary);
  color: var(--color-high-em);
}

/* 이체하기 - step4 개별 설정*/
#Page.TS.TS_0004 .transfer_result .check-h1 {
  margin-bottom: 10px;
}
#Page.TS.TS_0004 .transfer_result p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-med-em);
  text-align: center;
}

#Page .title {
  margin: 85px 0 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-high-em);
  text-align: center;
}
#Page .center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

#Page .content_pw {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  color: var(--color-med-em);
}
#Page .reset_div {
  margin: 40px auto 0;
}
#Page .reset_div a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  text-decoration: underline;
}

#Page.account_pwd_reset .acno_div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 20px;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid var(--color-line);
}
#Page.account_pwd_reset .acno_div[hidden] {
  display: none;
}
#Page.account_pwd_reset .acno_div label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.account_pwd_reset .acno_div input[type=text] {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.account_pwd_reset .acno_div input[type=text]:focus {
  outline: none;
}
#Page.account_pwd_reset .acno_div input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-disabled);
}
#Page.account_pwd_reset .acno_div input[type=text]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-disabled);
}

/* 공동인증센터 */
#Page.PV.PV_0000 ul {
  margin-top: 30px;
}
#Page.PV.PV_0000 ul li {
  width: 100%;
  margin-bottom: 10px;
}
#Page.PV.PV_0000 ul li:last-child {
  margin-bottom: 0;
}
#Page.PV.PV_0000 ul li a {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 20px;
  border-radius: 15px;
  background: var(--color-card-grey);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}

#Page.PV.PV_0101 > main > section, #Page.PV.PV_0201 > main > section {
  height: 100%;
}
#Page.PV.PV_0101 ul, #Page.PV.PV_0201 ul {
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
  background: var(--color-bg-grey);
}
#Page.PV.PV_0101 ul li, #Page.PV.PV_0201 ul li {
  margin-bottom: 10px;
}
#Page.PV.PV_0101 ul li input, #Page.PV.PV_0201 ul li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
#Page.PV.PV_0101 ul li:last-child, #Page.PV.PV_0201 ul li:last-child {
  margin-bottom: 0;
}
#Page.PV.PV_0101 ul li label, #Page.PV.PV_0201 ul li label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}
#Page.PV.PV_0101 ul li.agree-all > label, #Page.PV.PV_0201 ul li.agree-all > label {
  align-items: center !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-line);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.PV.PV_0101 ul li.agree > label, #Page.PV.PV_0201 ul li.agree > label {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  word-break: keep-all;
}
#Page.PV.PV_0101 ul li.agree > label > button, #Page.PV.PV_0201 ul li.agree > label > button {
  margin-left: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  text-decoration: underline;
  white-space: nowrap;
}
#Page.PV.PV_0101 #PV_0101_agree_content .fixed-header, #Page.PV.PV_0101 #PV_0201_agree_content .fixed-header, #Page.PV.PV_0201 #PV_0101_agree_content .fixed-header, #Page.PV.PV_0201 #PV_0201_agree_content .fixed-header {
  height: 60px;
}
#Page.PV.PV_0101 #PV_0101_agree_content .fixed-header #dialog-header, #Page.PV.PV_0101 #PV_0201_agree_content .fixed-header #dialog-header, #Page.PV.PV_0201 #PV_0101_agree_content .fixed-header #dialog-header, #Page.PV.PV_0201 #PV_0201_agree_content .fixed-header #dialog-header {
  width: calc(100% - 60px);
  line-height: 20px;
  word-break: keep-all;
}
#Page.PV.PV_0101 #PV_0101_agree_content .fixed-header button, #Page.PV.PV_0101 #PV_0201_agree_content .fixed-header button, #Page.PV.PV_0201 #PV_0101_agree_content .fixed-header button, #Page.PV.PV_0201 #PV_0201_agree_content .fixed-header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
#Page.PV.PV_0101 #PV_0101_agree_content .content-list, #Page.PV.PV_0101 #PV_0201_agree_content .content-list, #Page.PV.PV_0201 #PV_0101_agree_content .content-list, #Page.PV.PV_0201 #PV_0201_agree_content .content-list {
  height: calc(100vh - 158px);
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
  white-space: pre-wrap;
}
#Page.PV.PV_0101 #PV_0101_agree_content .content-list .c-emp-red, #Page.PV.PV_0101 #PV_0201_agree_content .content-list .c-emp-red, #Page.PV.PV_0201 #PV_0101_agree_content .content-list .c-emp-red, #Page.PV.PV_0201 #PV_0201_agree_content .content-list .c-emp-red {
  color: var(--color-red);
}

#Page.PV.PV_0102 .input-ul .s-cust_tp, #Page.PV.PV_0202 .input-ul .s-cust_tp {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 20px;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid var(--color-line);
}
#Page.PV.PV_0102 .input-ul .s-cust_tp[hidden], #Page.PV.PV_0202 .input-ul .s-cust_tp[hidden] {
  display: none;
}
#Page.PV.PV_0102 .input-ul .s-cust_tp label, #Page.PV.PV_0202 .input-ul .s-cust_tp label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.PV.PV_0102 .input-ul .s-cust_tp input[type=text], #Page.PV.PV_0102 .input-ul .s-cust_tp input[type=password], #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text], #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password] {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.PV.PV_0102 .input-ul .s-cust_tp input[type=text]:focus, #Page.PV.PV_0102 .input-ul .s-cust_tp input[type=password]:focus, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text]:focus, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password]:focus {
  outline: none;
}
#Page.PV.PV_0102 .input-ul .s-cust_tp input[type=text]::-moz-placeholder, #Page.PV.PV_0102 .input-ul .s-cust_tp input[type=password]::-moz-placeholder, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text]::-moz-placeholder, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-disabled);
}
#Page.PV.PV_0102 .input-ul .s-cust_tp input[type=text]::placeholder, #Page.PV.PV_0102 .input-ul .s-cust_tp input[type=password]::placeholder, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text]::placeholder, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-disabled);
}
#Page.PV.PV_0102 .input-ul .s-cust_tp input[readonly], #Page.PV.PV_0202 .input-ul .s-cust_tp input[readonly] {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
#Page.PV.PV_0102 .input-ul .s-cust_tp .idno_box, #Page.PV.PV_0202 .input-ul .s-cust_tp .idno_box {
  display: flex;
  align-items: center;
}
#Page.PV.PV_0102 .input-ul .s-cust_tp .dash, #Page.PV.PV_0202 .input-ul .s-cust_tp .dash {
  display: block;
  margin: 0 5px 0 3px;
}
#Page.PV.PV_0102 .input-ul .s-cust_tp #jumin1, #Page.PV.PV_0102 .input-ul .s-cust_tp #foreigner_number_1_1, #Page.PV.PV_0202 .input-ul .s-cust_tp #jumin1, #Page.PV.PV_0202 .input-ul .s-cust_tp #foreigner_number_1_1 {
  width: 100%;
}
#Page.PV.PV_0102 .input-ul .s-cust_tp #jumin2, #Page.PV.PV_0102 .input-ul .s-cust_tp #foreigner_number_1_2, #Page.PV.PV_0102 .input-ul .s-cust_tp #show_jumin2, #Page.PV.PV_0102 .input-ul .s-cust_tp #show_foreigner_number_1_2, #Page.PV.PV_0202 .input-ul .s-cust_tp #jumin2, #Page.PV.PV_0202 .input-ul .s-cust_tp #foreigner_number_1_2, #Page.PV.PV_0202 .input-ul .s-cust_tp #show_jumin2, #Page.PV.PV_0202 .input-ul .s-cust_tp #show_foreigner_number_1_2 {
  width: 100%;
}
#Page.PV.PV_0102 .input-ul .radio-box, #Page.PV.PV_0202 .input-ul .radio-box {
  display: flex;
  margin-top: 20px;
}
#Page.PV.PV_0102 .input-ul .radio-box input[type=radio], #Page.PV.PV_0202 .input-ul .radio-box input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.PV.PV_0102 .input-ul .radio-box label, #Page.PV.PV_0202 .input-ul .radio-box label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.PV.PV_0102 .input-ul .radio-box label[for=cbyn_1], #Page.PV.PV_0202 .input-ul .radio-box label[for=cbyn_1] {
  margin-right: 30px;
}
#Page.PV.PV_0102 .fixed-btn-div, #Page.PV.PV_0202 .fixed-btn-div {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  padding: 0 16px;
}
#Page.PV.PV_0102 .fixed-btn-div.two, #Page.PV.PV_0202 .fixed-btn-div.two {
  display: flex;
  align-items: center;
  gap: 8px;
}
#Page.PV.PV_0102 .fixed-btn-div.two button, #Page.PV.PV_0202 .fixed-btn-div.two button {
  width: calc((100% - 8px) / 2);
}
#Page.PV.PV_0102 .fixed-btn-div[hidden], #Page.PV.PV_0202 .fixed-btn-div[hidden] {
  display: none;
}
#Page.PV.PV_0102 .s_cust_tp_pw, #Page.PV.PV_0202 .s_cust_tp_pw {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 모의투자 본인인증 */
@media (min-width: 674px) {
  #Page.PV.PV_1001,
  #Page.PV.PV_0202 {
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
  }
}
#Page.PV.PV_1001 .input-ul .s-cust_tp,
#Page.PV.PV_0202 .input-ul .s-cust_tp {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 20px;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid var(--color-line);
}
#Page.PV.PV_1001 .input-ul .s-cust_tp[hidden],
#Page.PV.PV_0202 .input-ul .s-cust_tp[hidden] {
  display: none;
}
#Page.PV.PV_1001 .input-ul .s-cust_tp label,
#Page.PV.PV_0202 .input-ul .s-cust_tp label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.PV.PV_1001 .input-ul .s-cust_tp input[type=text],
#Page.PV.PV_1001 .input-ul .s-cust_tp input[type=password],
#Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text],
#Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password] {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.PV.PV_1001 .input-ul .s-cust_tp input[type=text]:focus,
#Page.PV.PV_1001 .input-ul .s-cust_tp input[type=password]:focus,
#Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text]:focus,
#Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password]:focus {
  outline: none;
}
#Page.PV.PV_1001 .input-ul .s-cust_tp input[type=text]::-moz-placeholder, #Page.PV.PV_1001 .input-ul .s-cust_tp input[type=password]::-moz-placeholder, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text]::-moz-placeholder, #Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-disabled);
}
#Page.PV.PV_1001 .input-ul .s-cust_tp input[type=text]::placeholder,
#Page.PV.PV_1001 .input-ul .s-cust_tp input[type=password]::placeholder,
#Page.PV.PV_0202 .input-ul .s-cust_tp input[type=text]::placeholder,
#Page.PV.PV_0202 .input-ul .s-cust_tp input[type=password]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--color-disabled);
}
#Page.PV.PV_1001 .input-ul .s-cust_tp input[readonly],
#Page.PV.PV_0202 .input-ul .s-cust_tp input[readonly] {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
#Page.PV.PV_1001 .input-ul .s-cust_tp .idno_box,
#Page.PV.PV_0202 .input-ul .s-cust_tp .idno_box {
  display: flex;
  align-items: center;
}
#Page.PV.PV_1001 .input-ul .s-cust_tp .dash,
#Page.PV.PV_0202 .input-ul .s-cust_tp .dash {
  display: block;
  margin: 0 5px 0 3px;
}
#Page.PV.PV_1001 .input-ul .s-cust_tp #jumin1,
#Page.PV.PV_1001 .input-ul .s-cust_tp #foreigner_number_1_1,
#Page.PV.PV_0202 .input-ul .s-cust_tp #jumin1,
#Page.PV.PV_0202 .input-ul .s-cust_tp #foreigner_number_1_1 {
  width: 100%;
}
#Page.PV.PV_1001 .input-ul .s-cust_tp #jumin2,
#Page.PV.PV_1001 .input-ul .s-cust_tp #foreigner_number_1_2,
#Page.PV.PV_1001 .input-ul .s-cust_tp #show_jumin2,
#Page.PV.PV_1001 .input-ul .s-cust_tp #show_foreigner_number_1_2,
#Page.PV.PV_0202 .input-ul .s-cust_tp #jumin2,
#Page.PV.PV_0202 .input-ul .s-cust_tp #foreigner_number_1_2,
#Page.PV.PV_0202 .input-ul .s-cust_tp #show_jumin2,
#Page.PV.PV_0202 .input-ul .s-cust_tp #show_foreigner_number_1_2 {
  width: 100%;
}
#Page.PV.PV_1001 .input-ul .radio-box,
#Page.PV.PV_0202 .input-ul .radio-box {
  display: flex;
  margin-top: 20px;
}
#Page.PV.PV_1001 .input-ul .radio-box input[type=radio],
#Page.PV.PV_0202 .input-ul .radio-box input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#Page.PV.PV_1001 .input-ul .radio-box label,
#Page.PV.PV_0202 .input-ul .radio-box label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.PV.PV_1001 .input-ul .radio-box label[for=cbyn_1],
#Page.PV.PV_0202 .input-ul .radio-box label[for=cbyn_1] {
  margin-right: 30px;
}
#Page.PV.PV_1001 .fixed-btn-div,
#Page.PV.PV_0202 .fixed-btn-div {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  min-width: 320px;
  max-width: 674px;
  padding: 0 16px;
}
#Page.PV.PV_1001 .fixed-btn-div.two,
#Page.PV.PV_0202 .fixed-btn-div.two {
  display: flex;
  align-items: center;
  gap: 8px;
}
#Page.PV.PV_1001 .fixed-btn-div.two button,
#Page.PV.PV_0202 .fixed-btn-div.two button {
  width: calc((100% - 8px) / 2);
}
#Page.PV.PV_1001 .fixed-btn-div[hidden],
#Page.PV.PV_0202 .fixed-btn-div[hidden] {
  display: none;
}
#Page.PV.PV_1001 .s_cust_tp_pw,
#Page.PV.PV_0202 .s_cust_tp_pw {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 674px) {
  #Page.PV.PV_1001 .PV_0102_keypad[open],
  #Page.PV.PV_0202 .PV_0102_keypad[open] {
    margin: auto;
  }
}
@media (min-width: 674px) {
  #Page.PV.PV_1001 .certi_mobile_keypad[open],
  #Page.PV.PV_0202 .certi_mobile_keypad[open] {
    margin: auto;
  }
}
@media (min-width: 674px) {
  #Page.PV.PV_1001 #dialog-select-co[open],
  #Page.PV.PV_0202 #dialog-select-co[open] {
    margin: auto;
  }
}
@media (min-width: 674px) {
  #Page.PV.PV_1001 #dialog-mobile-agreement[open],
  #Page.PV.PV_0202 #dialog-mobile-agreement[open] {
    margin: auto;
  }
}
@media (min-width: 674px) {
  #Page.PV.PV_1001 #certification-by-mobile,
  #Page.PV.PV_0202 #certification-by-mobile {
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (min-width: 674px) {
  .PV_1001-header {
    position: fixed !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
  }
}

html.bg__mock_entry, body.bg__mock_entry {
  background: var(--color-bg-grey);
}

#Page.MK.MK_0001 {
  background: var(--color-bg-grey);
}
@media (min-width: 674px) {
  #Page.MK.MK_0001 {
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
  }
}
#Page.MK.MK_0001 .top-logo {
  position: fixed;
  width: 132px;
  height: 27px;
  opacity: 1;
  top: 5px;
  left: 16px;
}
#Page.MK.MK_0001 .mock-entry-title h1 {
  font-family: Pretendard;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
}
#Page.MK.MK_0001 .menu-item {
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--color-bg-white);
}
#Page.MK.MK_0001 .menu-item .label-span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0001 .menu-item .value-span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.MK.MK_0001 .mock-entry {
  margin-top: 20px;
  padding-bottom: 0;
}
#Page.MK.MK_0001 .mock-entry .mock-checklist-div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 20px;
}
#Page.MK.MK_0001 .mock-entry ul {
  margin-top: 15px;
}
#Page.MK.MK_0001 .mock-entry ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  border-radius: 10px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  gap: 10px;
  opacity: 1;
  background-color: #D8EDFF;
}
#Page.MK.MK_0001 .mock-entry ul li a, #Page.MK.MK_0001 .mock-entry ul li button, #Page.MK.MK_0001 .mock-entry ul li span {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  position: relative;
  padding-left: 40px;
}
#Page.MK.MK_0001 .mock-entry ul li a::before, #Page.MK.MK_0001 .mock-entry ul li button::before, #Page.MK.MK_0001 .mock-entry ul li span::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
#Page.MK.MK_0001 .mock-entry ul li a.identity-verify::before, #Page.MK.MK_0001 .mock-entry ul li button.identity-verify::before, #Page.MK.MK_0001 .mock-entry ul li span.identity-verify::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wts/img/mock/identity-verify.png") no-repeat center/contain;
}
#Page.MK.MK_0001 .mock-entry ul li a.real-account::before, #Page.MK.MK_0001 .mock-entry ul li button.real-account::before, #Page.MK.MK_0001 .mock-entry ul li span.real-account::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wts/img/mock/real-account.png") no-repeat center/contain;
}
#Page.MK.MK_0001 .mock-entry ul li a.investor-profile::before, #Page.MK.MK_0001 .mock-entry ul li button.investor-profile::before, #Page.MK.MK_0001 .mock-entry ul li span.investor-profile::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wts/img/mock/investor-profile.png") no-repeat center/contain;
}
#Page.MK.MK_0001 .mock-entry ul li:last-child {
  margin-bottom: 0;
}
#Page.MK.MK_0001 .mock-entry ul li .identity-verify {
  color: black !important;
}
#Page.MK.MK_0001 .mock-entry ul li .real-account {
  color: black !important;
}
#Page.MK.MK_0001 .mock-entry ul li .investor-profile {
  color: black !important;
}
#Page.MK.MK_0001 .mock-entry .mock-guide {
  text-align: center;
  letter-spacing: 0%;
}
#Page.MK.MK_0001 .mock-entry .mock-guide p {
  margin: 10px;
}
#Page.MK.MK_0001 .mock-entry .mock-guide .light-grey-span {
  color: #737679 !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0001 .mock-entry .mock-guide .bold-span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  font-style: Bold;
}
#Page.MK.MK_0001 .mock-entry .mock-guide .normal-span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0001 .pop-btn-div {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: fixed; /* 화면 기준 고정 */
  bottom: 0; /* 화면 최하단 */
  left: 0; /* 왼쪽 기준 */
  width: 100%; /* 가로 전체 */
  max-width: 674px;
  color: #fff;
  padding: 16px;
  text-align: center;
  gap: 8px;
  justify-content: space-between !important;
}
#Page.MK.MK_0001 .pop-btn-div.one-button {
  width: 100%;
}
#Page.MK.MK_0001 .pop-btn-div.one-button button, #Page.MK.MK_0001 .pop-btn-div.one-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
#Page.MK.MK_0001 .pop-btn-div.one-button button:disabled, #Page.MK.MK_0001 .pop-btn-div.one-button a:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.MK.MK_0001 .pop-btn-div.two-buttons .btn-close, #Page.MK.MK_0001 .pop-btn-div.two-buttons .btn-cancel {
  width: 28% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-div-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0001 .pop-btn-div.two-buttons .btn-close:disabled, #Page.MK.MK_0001 .pop-btn-div.two-buttons .btn-cancel:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.MK.MK_0001 .pop-btn-div.two-buttons .btn-confirm {
  width: 64% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em-btn);
}
#Page.MK.MK_0001 .pop-btn-div.two-buttons .btn-confirm:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.MK.MK_0001 .pop-btn-div.two-buttons button, #Page.MK.MK_0001 .pop-btn-div.two-buttons a {
  text-align: center;
  line-height: 50px;
  pointer-events: auto;
}
#Page.MK.MK_0001 .pop-btn-div .txt-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.MK.MK_0001 .pop-btn-div .back-gray {
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background-color: var(--color-bg-grey);
  line-height: 22px;
}

html.bg__mock_acnt_notice, body.bg__mock_acnt_notice {
  background: var(--color-bg-grey);
}

@media (min-width: 674px) {
  #Page.MK.MK_0003 {
    background: var(--color-bg-grey);
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
  }
}
#Page.MK.MK_0003 .top-logo {
  position: fixed;
  width: 132px;
  height: 27px;
  opacity: 1;
  top: 5px;
  left: 16px;
}
#Page.MK.MK_0003 .mock-acnt-notice-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--color-bg-white);
}
#Page.MK.MK_0003 .mock-acnt-notice-box .title-h1-bold h1 {
  font-family: Pretendard;
  font-style: SemiBold;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
  margin: 10px 0 10px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0003 .mock-acnt-notice-box .title-h1-light p {
  font-family: Pretendard;
  font-weight: 400;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.MK.MK_0003 .mock-acnt-notice-box .mock-acnt-notice-img img {
  width: 90px;
  height: 90px;
}
#Page.MK.MK_0003 .mock-entry {
  margin-top: 20px;
  padding-bottom: 0;
}
#Page.MK.MK_0003 .mock-entry .mock-checklist-div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 20px;
}
#Page.MK.MK_0003 .mock-entry ul {
  margin-top: 15px;
}
#Page.MK.MK_0003 .mock-entry ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  border-radius: 10px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  gap: 10px;
  opacity: 1;
  background-color: #D8EDFF;
}
#Page.MK.MK_0003 .mock-entry ul li a, #Page.MK.MK_0003 .mock-entry ul li button, #Page.MK.MK_0003 .mock-entry ul li span {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  position: relative;
  padding-left: 40px;
}
#Page.MK.MK_0003 .mock-entry ul li a::before, #Page.MK.MK_0003 .mock-entry ul li button::before, #Page.MK.MK_0003 .mock-entry ul li span::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
#Page.MK.MK_0003 .mock-entry ul li a.identity-verify::before, #Page.MK.MK_0003 .mock-entry ul li button.identity-verify::before, #Page.MK.MK_0003 .mock-entry ul li span.identity-verify::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wts/img/mock/identity-verify.png") no-repeat center/contain;
}
#Page.MK.MK_0003 .mock-entry ul li a.real-account::before, #Page.MK.MK_0003 .mock-entry ul li button.real-account::before, #Page.MK.MK_0003 .mock-entry ul li span.real-account::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wts/img/mock/real-account.png") no-repeat center/contain;
}
#Page.MK.MK_0003 .mock-entry ul li a.investor-profile::before, #Page.MK.MK_0003 .mock-entry ul li button.investor-profile::before, #Page.MK.MK_0003 .mock-entry ul li span.investor-profile::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wts/img/mock/investor-profile.png") no-repeat center/contain;
}
#Page.MK.MK_0003 .mock-entry ul li:last-child {
  margin-bottom: 0;
}
#Page.MK.MK_0003 .mock-entry ul li .identity-verify {
  color: black !important;
}
#Page.MK.MK_0003 .mock-entry ul li .real-account {
  color: black !important;
}
#Page.MK.MK_0003 .mock-entry ul li .investor-profile {
  color: black !important;
}
#Page.MK.MK_0003 .mock-entry .mock-guide {
  text-align: center;
  letter-spacing: 0%;
}
#Page.MK.MK_0003 .mock-entry .mock-guide p {
  margin: 10px;
}
#Page.MK.MK_0003 .mock-entry .mock-guide .light-grey-span {
  color: #737679 !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0003 .mock-entry .mock-guide .bold-span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
  font-style: Bold;
}
#Page.MK.MK_0003 .mock-entry .mock-guide .normal-span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0003 .pop-btn-div {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: fixed; /* 화면 기준 고정 */
  bottom: 0; /* 화면 최하단 */
  left: 0; /* 왼쪽 기준 */
  width: 100%; /* 가로 전체 */
  max-width: 674px;
  color: #fff;
  padding: 16px;
  text-align: center;
  gap: 8px;
  justify-content: space-between !important;
}
#Page.MK.MK_0003 .pop-btn-div.one-button {
  width: 100%;
}
#Page.MK.MK_0003 .pop-btn-div.one-button button, #Page.MK.MK_0003 .pop-btn-div.one-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 50px;
  background: var(--color-main);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-high-em-btn);
  pointer-events: auto;
}
#Page.MK.MK_0003 .pop-btn-div.one-button button:disabled, #Page.MK.MK_0003 .pop-btn-div.one-button a:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.MK.MK_0003 .pop-btn-div.two-buttons .btn-close, #Page.MK.MK_0003 .pop-btn-div.two-buttons .btn-cancel {
  width: 28% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-div-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em);
}
#Page.MK.MK_0003 .pop-btn-div.two-buttons .btn-close:disabled, #Page.MK.MK_0003 .pop-btn-div.two-buttons .btn-cancel:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.MK.MK_0003 .pop-btn-div.two-buttons .btn-confirm {
  width: 64% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 50px;
  border: 0;
  border-radius: var(--common-btn-radius);
  background: var(--color-main);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-high-em-btn);
}
#Page.MK.MK_0003 .pop-btn-div.two-buttons .btn-confirm:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#Page.MK.MK_0003 .pop-btn-div.two-buttons button, #Page.MK.MK_0003 .pop-btn-div.two-buttons a {
  text-align: center;
  line-height: 50px;
  pointer-events: auto;
}
#Page.MK.MK_0003 .pop-btn-div .txt-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--color-med-em);
}
#Page.MK.MK_0003 .pop-btn-div .back-gray {
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background-color: var(--color-bg-grey);
  line-height: 22px;
}/*# sourceMappingURL=eg_style.css.map */