@charset "UTF-8";
@import "/font/v5/Pretendard.css";
@import "/font/v5/Roboto.css";

:root {
  /**/
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
  word-break: break-word;
  tab-size: 4;
  /**/
  --body-min-wid: 1536px;
  --contents-side-padding: 20px;
  --contents-top-padding: 30px;
  --contents-top-padding2: 0; /* 토픽광장 */
  --contents-bottom-padding: 150px;
  --contents-bottom-padding2: 133px; /* 토픽광장 */
  --contents-width: 1140px;
  --contents-width2: 800px; /* 충전/결제 */
  --contents-width3: 648px; /* 자료요청 */
  --contents-min-width: 320px;
  /**/
  --header-hei: 64px;
  --footer-hei: 60px;
  /* Color_Primary */
  --primary: #067DFD;
  --secondary: #FF5B16;
  --tertiary: #FFD400;
  --error: #E03131;
  --error2: #FFF5F5;
  --disabled: #E1E1E1;
  --disabled2: #B1B1B1;
  --white: #FFF;
  /* Color_Variation */
  --color1: #16283B;
  --color2: #868E96;
  --color3: #D1E3F3;
  --color4: #A5D8FF;
  --color17: #0066D4;
  /* Color_GrayScale */
  --color5: #000;
  --color6: #2E2E2E;
  --color7: #333;
  --color8: #5E5E5E;
  --color9: #757575;
  --color10: #959595;
  --color11: #B8B8B8;
  --color12: #D9D9D9;
  --color13: #DEE2E6;
  --color14: #E9ECEF;
  --color15: #F5F5F5;
  --color16: #F8F9FA;
  /* Color_Dimmed */
  --color18: #666; /* rgba(0, 0, 0, 0.60) */
  --color19: #CCC; /* rgba(0, 0, 0, 0.20) */
  --color20: #E5E5E5; /* rgba(0, 0, 0, 0.10) */
}

/* 1280px 이상 화면 */
@media screen and (min-width: 1024px) {
  :root {
    --contents-side-padding: 130px;
    --contents-top-padding2: 24px; /* 토픽광장 */
    --contents-bottom-padding2: 80px; /* 토픽광장 */
  }
}

html, body, input, select, textarea, input, select, button, table, tr, th, td {
  font-family: "Pretendard", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
  flex-shrink: 0;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

button {
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

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

/* iOS safari 클릭 딜레이 방지 */
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

ul {
  list-style: none;
}

html,
body {
  line-height: 1;
}

[disabled] {
  pointer-events: none;
}

strong {
  font-weight: 700;
}

/*Chrome Input Background Autofill Delete*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* 모바일 터치시 영역 색상 */
button, input, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

/* MediaQuery */
[data-only-view] {
  display: none;
}

/* 1023px 이하 화면 */
@media screen and (max-width: 1023px) {
  [data-only-view=MO] {
    display: block;
  }
}
/* 1024px 이상 화면 */
@media screen and (min-width: 1024px) {
  [data-only-view=PC] {
    display: block;
  }
}

.H1 {
  font-weight: 700;
  font-size: 22px;
}

.H2 {
  font-weight: 700;
  font-size: 20px;
}

.H3 {
  font-weight: 700;
  font-size: 18px;
}

.CenterLeft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.CenterRight {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}

.CenterCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.CenterBetween {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

/* 2024102817104 :: 디버깅시 사용 :: START */
.RR {
  outline: 1px dashed red;
}

.RRR > * {
  outline: 1px dashed blue;
}
/* 2024102817104 :: 디버깅시 사용 :: END */

.Shell > .Inner {
  margin: 0 auto;
  min-width: 320px;
}
@media screen and (min-width: 1024px) {
  .Shell > .Inner {
    width: var(--contents-width);
  }
}
.Shell > .Inner.Style2 {
  width: var(--contents-width2);
}
@media screen and (min-width: 1024px) {
  .Shell > .Inner.Style2 {
    width: var(--contents-width2);
  }
}
.Shell > .Inner.Style3 {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 648px) {
  .Shell > .Inner.Style3 {
    padding: 0 40px;
  }
}

.TabUi_1 .Button {
  width: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #A8A69D;
  border-bottom: 2px solid #D0D0D0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.TabUi_1 .Button.On {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.TabUi_1 .Wrap {
  border-top: 2px solid #D0D0D0;
  margin-top: -2px;
  padding-top: 24px;
  padding-left: 20px;
}

.TabUi_1 .Wrap .Content {
  display: none;
  max-height: 809px;
  overflow: auto;
}

.TabUi_1 .Wrap .Content.On {
  display: block;
}

.TabUi_2 .Button {
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color7);
  background-color: var(--white);
  border: 1px solid #D0D0D0;
  border-radius: 17px;
  cursor: pointer;
}

.TabUi_2 .Button.On {
  color: var(--primary);
  font-weight: 700;
  background-color: rgba(65, 115, 245, 0.1);
  border-color: rgba(65, 115, 245, 0.3);
}

.TabUi_2 .Wrap .Content {
  display: none;
  overflow: auto;
  margin-top: 18px;
  padding: 5px 20px;
}

.TabUi_2 .Wrap .Content.On {
  display: block;
}

.TabUi_3 {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.TabUi_3 .Button {
  width: 55px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--color7);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.TabUi_3 .Button.On {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.TabUi_3 .Box {
  border-top: 2px solid #D0D0D0;
  margin-top: -2px;
  padding-top: 24px;
  padding-left: 20px;
}

.TabUi_3 .Box .Content {
  display: none;
  max-height: 809px;
  overflow: auto;
}

.TabUi_3 .Box .Content.On {
  display: block;
}

.TabUi_4 .Menu {
  display: flex;
  justify-content: center;
}

.TabUi_4 .Button {
  flex: 1 1 0%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  border-bottom: 2px solid #E1E3EA;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.TabUi_4 .Button.On {
  font-weight: 600;
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.TabUi_4 .Sub {
  padding-top: 20px;
}

.TabUi_4 .Sub .Content {
  display: none;
  font-size: 13px;
  font-weight: 400;
  color: #898989;
  line-height: 22px;
}

.TabUi_4 .Sub .Content.On {
  display: block;
}

.Wrap-1NB3QRC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #898989;
  line-height: 33px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1023px) {
  .Wrap-1NB3QRC {
    font-size: 14px;
    line-height: 24px;
  }
}

.Wrap-1NB3QRC .Loader_1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #E8EDF9;
  border-top: 5px solid var(--primary);
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Tooltip_1 {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.Tooltip_1 .Content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 10;
  min-width: 400px;
  padding: 8px 8px 18px 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color7);
  background-color: var(--white);
  border: 1px solid #EEE;
  border-radius: 10px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

@media screen and (max-width: 1023px) {
  .Tooltip_1 .Content {
    left: -133px;
    min-width: 213px;
    padding: 16px 8px 20px 20px;
    font-size: 14px;
  }
}
.Tooltip_1 .Content.On {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .Tooltip_1 .Content .BtnTooltipClose > img {
    width: 24px;
  }
}
.Tooltip_1 .Content > .Sub {
  margin-top: 6px;
  color: #A8A69D;
  line-height: normal;
}

@media screen and (max-width: 1023px) {
  .Tooltip_1 .Content > .Sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .Tooltip_1 .Content > .Sub .Block {
    display: block;
  }
}
.Flag_1 {
  width: 48px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  background-color: rgba(63, 99, 191, 0.07);
  border: 1px solid rgba(63, 99, 191, 0.28);
  border-radius: 20px;
}

.Flag_2,
.Flag_3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 20px;
  background-color: var(--white);
  border: 1px solid #A8A69D;
  border-radius: 20px;
}

.Flag_2.Flag_2,
.Flag_3.Flag_2 {
  padding: 20px;
}

.Flag_2.Flag_3,
.Flag_3.Flag_3 {
  padding: 10px 16px;
  width: 100%;
  max-width: 350px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Flag_2:hover,
.Flag_3:hover {
  border-color: var(--primary);
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in-out;
}

.Flag_4 {
  padding: 8px 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
  background-color: var(--white);
  border-radius: 20px;
}

.Flag_5 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 5px;
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-radius: 18px;
}

.Flag_5.Style1 {
  color: #303038;
  border-color: #303038;
}

.Flag_5.Style2 {
  color: #FF7700;
  border-color: #FF7700;
}

.Flag_6 {
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  background-color: #5647FF;
  border-radius: 20px;
}

.Flag_7 {
  position: relative;
  height: 20px;
  padding: 0 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  border-radius: 10px;
}

.Flag_7.Style1 {
  background-color: var(--secondary);
}

.Flag_7.Style2 {
  background-color: var(--tertiary);
}

.Flag_7:hover .Tooltip_3 {
  display: flex;
}

.Flag_8 {
  font-family: "Roboto", sans-serif;
  position: relative;
  width: 27px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
}

.Flag_8 > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.Flag_8.Style1 {
  background: url("/icon/v5/doc/detailView/icon_8_1.svg") no-repeat;
}

.Flag_8.Style2 {
  background: url("/icon/v5/doc/detailView/icon_8_2.svg") no-repeat;
}

.Flag_8.Style3 {
  background: url("/icon/v5/doc/detailView/icon_8_3.svg") no-repeat;
}

.Flag_9 {
  max-width: 100px;
  padding: 7px 10px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--color4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #0F3359;
  border-radius: 32px;
}

.Flag_10 {
  font-family: "Roboto", sans-serif;
  width: 14px;
  height: 14px;
  padding-left: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  line-height: 10px;
}

.Flag_10.Style1 {
  background: url("/icon/v5/doc/detailView/icon_30_1.svg") no-repeat;
}

.Flag_10.Style2 {
  background: url("/icon/v5/doc/detailView/icon_30_2.svg") no-repeat;
}

.Flag_10.Style3 {
  background: url("/icon/v5/doc/detailView/icon_30_3.svg") no-repeat;
}

.Flag_10.Style4 {
  background: url("/icon/v5/doc/detailView/icon_30_4.svg") no-repeat;
}

.Flag_10.Style5 {
  background: url("/icon/v5/doc/detailView/icon_30_5.svg") no-repeat;
}

.Flag_10.Style6 {
  background: url("/icon/v5/doc/detailView/icon_30_6.svg") no-repeat;
}

.Flag_11 {
  height: 19px;
  padding: 0 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: var(--color9);
  white-space: nowrap;
  background-color: rgba(194, 194, 194, 0.25);
  border-radius: 4px;
}

.ToastPopup {
  display: none;
  position: absolute;
  top: -28px;
  left: -12px;
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-left: 13px;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  border-radius: 10px;
  background: linear-gradient(90deg, #4978F4 0%, #49AEF4 100%);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.ToastPopup.Type2 {
  top: 90px;
  left: 20px;
}

.ToastPopup::after {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 13px;
  height: 8px;
  background-color: #4A94F5;
}

.ToastPopup.On {
  display: flex;
}

.ToastPopup_2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  transform: translateY(45px);
  width: 100%;
  padding: 16px;
  background-color: var(--error2);
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  text-align: left;
  border-radius: 10px;
  border: 1px solid var(--color13);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 1s ease, transform 1s ease;
}

.ToastPopup_2.Show {
  visibility: visible;
  opacity: 1;
  transform: translateY(25px);
}

.ToastPopup_2 > div + div {
  margin-top: 8px;
}

.ToastPopup_2 .Accent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: var(--error);
  font-weight: 700;
}

.ToastPopup_3 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  transform: translateY(20px);
  width: 100%;
  padding: 22px 12px;
  background-color: var(--color7);
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  transition: opacity 1s ease, transform 1s ease;
}

.ToastPopup_3.Show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.TextAreaUi_1 {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 20px;
  border: 1px solid #A8A69D;
  border-radius: 6px;
  resize: none;
  outline: none;
}

.TextAreaUi_1::placeholder {
  color: #898989;
}

.TextAreaUi_2 {
  width: 100%;
  height: 302px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color7);
  line-height: 20px;
  background-color: var(--white);
  border: 1px solid #898989;
  border-radius: 6px;
  resize: none;
  outline: none;
}

.TextAreaUi_2::placeholder {
  color: #898989;
}

.TextInput_1 {
  position: relative;
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color7);
  background-color: var(--white);
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #D0D0D0;
}

.TextInput_1 > input {
  display: block;
  width: 0;
  flex: 1 1 0%;
  background-color: transparent;
  outline-width: 0;
  border: none;
}

.TextInput_1 > button {
  width: 24px;
  height: 24px;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

.TextInput_2 {
  position: relative;
  width: 554px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color7);
  background-color: var(--white);
  border-radius: 24px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary);
}

@media screen and (max-width: 1023px) {
  .TextInput_2 {
    width: 100%;
  }
}
.TextInput_2 > input {
  display: block;
  width: 0;
  flex: 1 1 0%;
  background-color: transparent;
  outline: none;
  border: none;
}

.TextInput_2 > input::placeholder {
  color: rgba(61, 61, 61, 0.5);
}

.TextInput_2 > button {
  width: 22px;
  height: 22px;
  -webkit-appearance: button;
}

.TextInput_2.Focused {
  border-width: 1px;
  border-color: #EEE;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 1023px) {
  .TextInput_2.Focused {
    border-width: 2px;
    border-color: var(--primary);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: none;
  }
}
.TextInput_2:focus-within {
  border-width: 1px;
  border-color: #EEE;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 1023px) {
  .TextInput_2:focus-within {
    border-width: 2px;
    border-color: var(--primary) !important;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: none;
  }
}
.TextInput_2.NoFocused {
  border-color: var(--primary);
}

.TextInput_2 .RecentSearches {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  background-color: var(--white);
  border: 1px solid #EEE;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.08);
}

.TextInput_2 .RecentSearches .Searching {
  padding: 12px 0;
}

.TextInput_2 .RecentSearches .Searching > li > a {
  display: block;
  padding: 13px 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 0.25s ease-in-out;
}

.TextInput_2 .RecentSearches .Searching > li > a:hover {
  background-color: #F5F6F7;
}

.TextInput_2 .RecentSearches .Searching > li > a .Text {
  flex: 1 1 0%;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.TextInput_2 .RecentSearches .Recent .Title {
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
}

.TextInput_2 .RecentSearches .Recent .Title .Text {
  font-weight: 700;
}

.TextInput_2 .RecentSearches .Recent .Title .BtnDelete {
  color: rgba(61, 61, 61, 0.4);
}

.TextInput_2 .RecentSearches .Recent .Content .Type1 {
  display: none;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 {
  margin-bottom: 12px;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li {
  padding: 0 14px 0 28px;
  transition: background-color 0.25s ease-in-out;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li:hover {
  background-color: #F5F6F7;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text .Word {
  flex: 1 1 0%;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}

.TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text .Sub {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: rgba(61, 61, 61, 0.4);
}

.TextInput_2 .RecentSearches .Recent .BtnClose {
  height: 40px;
  padding: 0 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.4);
  border-top: 1px solid #F5F6F7;
}

.Layer-DEATENQ {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

.Layer-DEATENQ.On {
  display: block;
}

.Layer-DEATENQ .Head {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 0;
}

.Layer-DEATENQ .Head .TextInput_1.Mo {
  flex: 1 1 0%;
  width: 100%;
}

.Layer-DEATENQ .RecentSearches {
  height: calc(100dvh - 78px);
  overflow: auto;
  padding: 0 20px;
}

.Layer-DEATENQ .RecentSearches .Searching > li > a {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Layer-DEATENQ .RecentSearches .Searching > li > a .Text {
  flex: 1 1 0%;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Layer-DEATENQ .RecentSearches .Recent {
  margin-top: 10px;
}

.Layer-DEATENQ .RecentSearches .Recent .Title {
  display: flex;
  justify-content: space-between;
}

.Layer-DEATENQ .RecentSearches .Recent .Title .BtnDelete {
  color: rgba(61, 61, 61, 0.4);
}

.Layer-DEATENQ .RecentSearches .Recent .Content {
  margin-top: 20px;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type1 {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 > li > a {
  height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid #E1E3EA;
  border-radius: 20px;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 > li > a .Text {
  flex: 1 1 0%;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Layer-DEATENQ .RecentSearches .Recent .Content .Type2 > li > a .Sub {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: rgba(61, 61, 61, 0.4);
}

.Layer-DEATENQ .RecentSearches .Recent .BtnClose {
  height: 40px;
  padding: 0 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.4);
  border-top: 1px solid #F5F6F7;
}

.Layer-DEATENQ .Text-SMWL8B2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 219px;
  padding: 15px 45px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  background-color: #898989;
  border-radius: 50px;
}

.Pagination_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.Pagination_1 .Btn {
  width: 80px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: 1px solid #E1E3EA;
  border-radius: 8px;
}

.Pagination_1 .Number {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
}

.Pagination_1 .Number > strong {
  font-weight: 700;
  color: var(--color7);
}

.FloatingBtn_1 {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 15px;
  bottom: 65px;
  z-index: 20;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: pointer;
}

.FloatingBtn_2 {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 32px;
  bottom: 48px;
  z-index: 20;
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 500;
  color: #212224;
  background-color: var(--white);
  border-radius: 26px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: pointer;
}

.TableUi_1 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid var(--color14);
}

.TableUi_1.Center {
  text-align: center;
}

.TableUi_1 > * > tr > * {
  padding: 10px 16px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 17px;
  border: 1px solid var(--color14);
}

.TableUi_1 > * > tr > th {
  font-weight: 700;
  background-color: var(--color16);
}

.ToggleUi_1 .Item {
  border-top: 1px solid #D0D0D0;
}

.ToggleUi_1 .Item .Btn {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  font-size: 16px;
  color: var(--color7);
  text-align: left;
  background-color: var(--white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.ToggleUi_1 .Item .Btn .Title {
  color: var(--color7);
  font-weight: 400;
  transition: color 0.3s ease;
}

.ToggleUi_1 .Item .Btn .Arrow {
  width: 14px;
  aspect-ratio: 1/1;
  transition: transform 0.3s;
}

.ToggleUi_1 .Item .Btn.Active .Title {
  font-weight: 600;
}

.ToggleUi_1 .Item .Btn.Active .Arrow {
  transform: rotate(180deg);
}

.ToggleUi_1 .Item .Content {
  display: none;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color7);
  line-height: 21px;
  letter-spacing: -0.2px;
  background-color: var(--white);
}

.ToggleUi_2 .Item {
  border-bottom: 1px solid var(--color14);
}

.ToggleUi_2 .Item .Btn {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.25s ease-in-out;
  background-color: var(--white);
  cursor: pointer;
}

.ToggleUi_2 .Item .Btn .Title {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color7);
  transition: color 0.3s ease;
}

.ToggleUi_2 .Item .Btn .Title > img {
  width: 22px;
}

.ToggleUi_2 .Item .Btn .Arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease-in-out;
}

.ToggleUi_2 .Item .Btn.Active .Arrow {
  transform: rotate(180deg);
}

.ToggleUi_2 .Item .Content {
  display: none;
  max-height: 418px;
  overflow: auto;
  padding: 32px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 22px;
  letter-spacing: -0.3px;
  background-color: var(--color16);
}

.Button_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 34px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: var(--white);
  border: 1px solid #5481F5;
  border-radius: 12px;
}

.Button_2 {
  position: relative;
  margin: 0 auto;
  width: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Button_2::before {
  height: 0;
  content: "";
  display: block;
  width: 10px;
  background-color: #4979F4;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-18px);
  transition: all 0.25s ease-in-out;
}

.Button_2:hover::before, .Button_2.On::before {
  height: 36px;
}

.Button_2 > .Text {
  font-size: 12px;
  font-weight: 500;
  color: var(--color7);
  letter-spacing: -0.6px;
}

.Button_3 {
  width: 88px !important;
  height: 32px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 17px;
}

.Button_4 {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--text-primary);
  background-color: rgba(61, 61, 61, 0.4);
}

.Button_5 {
  width: 114px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  background-color: #F5F6F7;
  border: 1px solid var(--primary);
  border-radius: 16px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
}

.Button_6 {
  height: 44px;
  padding: 0 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  background-color: #303038;
  border-radius: 30px;
}

@media screen and (max-width: 640px) {
  .Button_6 {
    width: 100%;
  }
}
.Button_7 {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 500;
  color: #A8A69D;
  background-color: #E1E3EA;
  border: 1px solid #E1E3EA;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}

.Button_7.Style1:hover {
  color: var(--primary);
  background-color: var(--white);
  border: 1px solid var(--primary);
}

.Button_7.Style2:hover {
  color: #5647FF;
  background-color: var(--white);
  border: 1px solid #5647FF;
}

.Button_8 {
  flex: 1 1 0%;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--color7);
  background-color: #E1E3EA;
  border-radius: 12px;
}

.Button_8.Style1 {
  color: rgba(61, 61, 61, 0.85);
  background-color: rgba(0, 0, 0, 0.05);
}

.Button_8.Style2 {
  color: var(--white);
  background-color: var(--primary);
}

.Button_9 {
  width: 140px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
}

@media screen and (max-width: 1023px) {
  .Button_9 {
    flex: 1 1 0%;
  }
}
.Button_9.Style1 {
  color: rgba(61, 61, 61, 0.85);
  background-color: rgba(0, 0, 0, 0.05);
}

.Button_9.Style2 {
  color: var(--white);
  background-color: var(--primary);
}

.Button_10 {
  flex: 1 1 0%;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
}

.Button_10.Style1 {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--primary);
}

.Button_10.Style2 {
  color: var(--white);
  background-color: #FF4036;
  border-color: #FF4036;
}

.Button_11 {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.6);
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: #D8DFEB;
}

.Button_12 {
  width: 180px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
}

.Button_12.Style1 {
  color: var(--color7);
  background-color: rgba(0, 0, 0, 0.05);
}

.Button_12.Style2 {
  color: var(--white);
  background-color: var(--primary);
}

.Button_14 {
  flex: 1 1 0%;
  width: 100%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 18px;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  transition: background-color 0.25s ease-in-out;
}

.Button_14.Style1 {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.Button_14.Style1:hover {
  background-color: #0067D5;
}

.Button_14.Style2 {
  color: var(--color7);
  background-color: var(--white);
  border-color: var(--color11);
}

.Button_14.Style2:hover {
  background-color: var(--color15);
}

.Button_15 {
  flex: 1 1 0%;
  width: 100%;
  height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
}

.Button_15.Style1 {
  color: #3C1E1E;
  background-color: #FFDE00;
  border-color: #FFDE00;
}

.Button_15.Style2 {
  color: var(--white);
  background-color: #00C73C;
  border-color: #00C73C;
}

.Button_15.Style3 {
  color: var(--white);
  background-color: var(--color5);
  border-color: var(--color5);
}

.Button_15.Style4 {
  color: var(--white);
  background-color: #FF2233;
  border-color: #FF2233;
}

.Button_15.Style5 {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.Button_15.Style6 {
  color: var(--primary);
  background-color: var(--color16);
  border-color: var(--color11);
}

.Button_15.Style7 {
  color: var(--color7);
  background-color: var(--color15);
  border-color: transparent;
}

.Button_15.Style7 > .Flag {
  width: 28px;
  height: 16px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 11px;
  font-weight: 500;
  color: var(--color9);
  background-color: var(--white);
  border: 1px solid #E8EAEC;
  border-radius: 8px;
}

.Button_15.Style7 .Desc {
  margin-bottom: 4px;
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--color9);
}

.Button_16 {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary);
  border-radius: 8px;
}

.Modal_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 420px;
  padding: 32px 20px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--color7);
  line-height: 22px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.12) inset, 0px 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 4px 20px 0px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 1023px) {
  .Modal_1 {
    width: 280px;
    line-height: 20px;
  }
}
.Modal_1 .Title {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
}

.Modal_1 .Btn {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.Modal_1 .Circle {
  margin: 0 auto 28px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 2px solid var(--color7);
  border-radius: 50%;
}

.Modal_3 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 420px;
  padding: 16px 20px 20px;
  text-align: left;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.12) inset, 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 20px 0 rgba(0, 0, 0, 0.22);
}

.Modal_3.On {
  display: block;
}

.Modal_3 .BtnBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}

.Modal_3 .Head {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color5);
  text-align: center;
}

.Modal_3 .Body {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 20px;
}

.Modal_3 .Body .ImgBox {
  margin-top: 20px;
  text-align: center;
}

.Modal_3 .Body .ImgBox > img {
  width: 99px;
}

.Modal_3 .Foot {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 400;
  color: var(--color9);
  line-height: 15px;
}

.Modal_4 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 574px;
  padding: 32px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.12) inset, 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 20px 0 rgba(0, 0, 0, 0.22);
}

.Modal_4.On {
  display: block;
}

.Modal_4 .Head {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color5);
}

.Modal_4 .Body {
  margin-top: 12px;
}

.Modal_4 .Body > .Sub {
  font-size: 14px;
  font-weight: 400;
  color: var(--color9);
}

.Modal_4 .Body > .Sub > li + li {
  margin-top: 8px;
}

.Modal_4 .Body > .Sub > li .Link {
  font-weight: 700;
  color: var(--primary);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.Modal_4 .Body > .Content {
  margin-top: 28px;
}

.Modal_4 .Body > .Content .Title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  line-height: 17px;
}

.Modal_4 .Body > .Content .Title .Text {
  flex: 1 1 0%;
}

.Modal_4 .Body > .Content .Text-LBW65SW {
  margin-top: 8px;
}

.Modal_4 .Body > .Content .Text-OXQRZT3 {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.Modal_4 .Body > .Content .Text-OXQRZT3 .Count {
  font-size: 12px;
  font-weight: 400;
  color: var(--color9);
}

.Modal_4 .Foot {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.TableUi {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 3px solid var(--color7);
  border-bottom: 1px solid #F8F6F6;
}

.TableUi.Center {
  text-align: center;
}

.TableUi > * > tr > * {
  height: 40px;
  border: 1px solid var(--color7);
}

.TableUi > * > tr > th {
  font-weight: 700;
  background-color: #F5F6F7;
}

.ToggleUi {
  width: 48px;
  height: 28px;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 300ms cubic-bezier(0.33, 1, 0.68, 1);
  will-change: auto;
}

.ToggleUi.Style1 {
  background-image: url(/icon/v5/aiWrite/toggle_1.svg);
}

.ToggleUi.Style1:checked {
  background-image: url(/icon/v5/aiWrite/toggle_1_on.svg);
}

.ToggleUi.Style1[disabled] {
  opacity: 0.4;
  cursor: default;
}

.CheckBox {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.CheckBox .CheckUi {
  width: 20px;
  aspect-ratio: 1/1;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}

.CheckBox .CheckUi[data-size=Lg] {
  width: 22px;
}

.CheckBox .CheckUi[data-size=Lg] + .Text {
  font-size: 18px;
}

.CheckBox .CheckUi[data-size=Md] {
  width: 20px;
}

.CheckBox .CheckUi[data-size=Md] + .Text {
  font-size: 16px;
}

.CheckBox .CheckUi[data-size=Sm] {
  width: 18px;
}

.CheckBox .CheckUi[data-size=Sm] + .Text {
  font-size: 14px;
}

.CheckBox .CheckUi[data-size=Xs] {
  width: 16px;
}

.CheckBox .CheckUi[data-size=Xs] + .Text {
  font-size: 12px;
}

.CheckBox .CheckUi.Style1 {
  background-image: url(/icon/v5/easyai/chk_1.svg);
}

.CheckBox .CheckUi.Style1:checked {
  background-image: url(/icon/v5/easyai/chk_1_on.svg);
}

.CheckBox .CheckUi.Style1[disabled] {
  opacity: 0.5;
  background-image: url(/icon/v5/easyai/chk_1.svg);
}

.CheckBox .CheckUi.Style2 {
  background-image: url(/icon/v5/easyai/rdo_2.svg);
}

.CheckBox .CheckUi.Style2 + .Text {
  color: var(--color9);
}

.CheckBox .CheckUi.Style2:checked {
  background-image: url(/icon/v5/easyai/rdo_2_on.svg);
}

.CheckBox .CheckUi.Style2[disabled] {
  opacity: 0.5;
  background-image: url(/icon/v5/easyai/rdo_2.svg);
}

.CheckBox .Text {
  font-weight: 400;
  color: var(--color7);
  cursor: pointer;
}

.RadioBox {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.RadioBox .RadioUi {
  width: 20px;
  aspect-ratio: 1/1;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}

.RadioBox .RadioUi[data-size=Lg] {
  width: 24px;
}

.RadioBox .RadioUi[data-size=Lg] + .Text {
  font-size: 18px;
}

.RadioBox .RadioUi[data-size=Md] {
  width: 20px;
}

.RadioBox .RadioUi[data-size=Md] + .Text {
  font-size: 16px;
}

.RadioBox .RadioUi[data-size=Sm] {
  width: 16px;
}

.RadioBox .RadioUi[data-size=Sm] + .Text {
  font-size: 14px;
}

.RadioBox .RadioUi[data-size=Xs] {
  width: 14px;
}

.RadioBox .RadioUi[data-size=Xs] + .Text {
  font-size: 12px;
}

.RadioBox .RadioUi.Style1 {
  background-image: url(/icon/v5/easyai/rdo_1.svg);
}

.RadioBox .RadioUi.Style1:checked {
  background-image: url(/icon/v5/easyai/rdo_1_on.svg);
}

.RadioBox .RadioUi.Style1[disabled] {
  opacity: 0.5;
  background-image: url(/icon/v5/easyai/rdo_1.svg);
}

.RadioBox .Text {
  font-weight: 400;
  color: var(--color7);
  cursor: pointer;
}

.Sec-5K9UKIK {
  margin: 200px auto;
  width: 384px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.Sec-5K9UKIK > .Title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--color14);
}
.Sec-5K9UKIK > .Title > .Logo > img {
  width: 220px;
}
.Sec-5K9UKIK > .Title > .Text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
}
.Sec-5K9UKIK > .Box-W5XV5C1 {
  position: relative;
  width: 100%;
  margin-top: 28px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > ul > li + li {
  margin-top: 12px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent {
  position: absolute;
  right: 20px;
  width: 66px;
  height: 23px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 11px;
  font-weight: 400;
  color: var(--white);
  background-color: var(--color7);
  border-radius: 20px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.46);
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent > img {
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent.Loca1 {
  top: 15px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent.Loca2 {
  top: 80px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent.Loca3 {
  top: 143px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent.Loca4 {
  top: 208px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent.Loca5 {
  top: 272px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent.Loca6 {
  top: 335px;
}
.Sec-5K9UKIK > .Box-W5XV5C1 > .Recent.Loca7 {
  top: 398px;
}

.Sec-YJ6G1Z0 {
  margin: 200px auto;
  width: 460px;
}

.Sec-YJ6G1Z0 > .Title {
  width: 100%;
  text-align: center;
}

.Sec-YJ6G1Z0 > .Title > .Logo > img {
  width: 220px;
}

.Sec-YJ6G1Z0 > .Title > .Text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #858585;
}

.Sec-YJ6G1Z0 > .ContentWrap {
  padding: 24px;
  border: 1px solid var(--color11);
  border-radius: 12px;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox {
  border: 1px solid var(--color11);
  border-radius: 8px;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 {
  position: relative;
  height: 60px;
  padding: 25px 13px 0;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1:nth-child(2) {
  border-top: 1px solid var(--color11);
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 > input {
  display: block;
  width: 100%;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color7);
  outline: none;
  border: none;
  background-color: transparent;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 .Label {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: var(--color9);
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 .BtnEye {
  display: none;
  position: absolute;
  right: 33px;
  top: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 .BtnEye > img {
  width: 17px;
  height: 17px;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 .BtnDelete {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
  width: 17px;
  cursor: pointer;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 .BtnDelete > img {
  max-width: 100%;
  height: auto;
}

.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 > input:focus + .Label,
.Sec-YJ6G1Z0 > .ContentWrap .LoginBox .InputUi_1 > input:not(:placeholder-shown) + .Label {
  font-size: 12px;
  font-weight: 400;
  top: 15px;
}

.Sec-YJ6G1Z0 > .ContentWrap .ChkBox {
  margin-top: 12px;
  margin-left: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.Sec-YJ6G1Z0 > .ContentWrap .BtnBox {
  margin-top: 52px;
}

.Sec-YJ6G1Z0 > .ContentWrap .LinkBox {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.Sec-YJ6G1Z0 > .ContentWrap .LinkBox > .BtnJoin {
  font-size: 14px;
  font-weight: 700;
  color: var(--color8);
}
.Sec-YJ6G1Z0 > .ContentWrap .LinkBox > .BtnJoin:hover {
  text-decoration: none;
}

.Sec-YJ6G1Z0 > .ContentWrap .LinkBox > .Ul-FWWR2XA {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.Sec-YJ6G1Z0 > .ContentWrap .LinkBox > .Ul-FWWR2XA > li.Line {
  width: 1px;
  height: 12px;
  background-color: var(--color11);
}

.Sec-YJ6G1Z0 > .ContentWrap .LinkBox > .Ul-FWWR2XA > li > a {
  font-size: 14px;
  font-weight: 400;
  color: var(--color9);
}
.Sec-YJ6G1Z0 > .ContentWrap .LinkBox > .Ul-FWWR2XA > li > a:hover {
  text-decoration: none;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox {
  margin-top: 36px;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Ul-BI5L593W {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color6);
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Ul-BI5L593W > .Line {
  width: 150px;
  height: 1px;
  background-color: var(--color13);
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD {
  margin-top: 26px;
  position: relative;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > .Recent {
  position: absolute;
  top: -20px;
  width: 62px;
  height: 19px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 11px;
  font-weight: 400;
  color: var(--white);
  background-color: var(--color6);
  border-radius: 20px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.46);
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > .Recent::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url("/icon/v5/login/icon_5.svg") no-repeat;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > .Recent.Loca1 {
  left: 88px;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > .Recent.Loca2 {
  left: 145px;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > .Recent.Loca3 {
  left: 203px;
}

.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > .Recent.Loca4 {
  left: 260px;
}
.Sec-YJ6G1Z0 > .ContentWrap .SnsBox > .Box-BQ157SD > .Recent.Loca5 {
	top : -176px;
	left : 350px;
}

.Sec-YJ6G1Z0 > .JoinBox {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color9);
}

.Sec-YJ6G1Z0 > .JoinBox .BtnLink {
  display: inline-block;
  color: var(--color7);
}

.Sec-YJ6G1Z0 .PartnerLogin {
  margin-top: 20px;
}