@charset "UTF-8";
@import '/fonts/Pretendard.css';
:root {
  /* iOS 11.0 버전 */
  --sat: constant(safe-area-inset-top);
  --sar: constant(safe-area-inset-right);
  --sab: constant(safe-area-inset-bottom);
  --sal: constant(safe-area-inset-left);
  /* iOS 11.2 이상 */
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
  /**/
  --body-min-wid: 1536px; /* 웹사이트 최소 너비 */
  --contents-side-padding: 20px;
  --contents-side-padding-2: 20px;
  --contents-top-padding: 30px;
  --contents-bottom-padding: 150px;
  --suv-visual-height: 336px;
  /**/
  --header-hei: 64px;
  --footer-hei: 60px;
  /**/
  --primary: #067DFD;
  --text_primary: #3D3D3D;
  --secondary: #F7F7F8;
  --white: #fff;
  --highlight: #FF7700;
  /**/
  --color1: #F8F6F6;
  --color2: #D0D0D0;
  --color3: #A8A69D;
  --color4: #898989;
  --color5: #FAFAFA;
  --color6: #EBEDF0;
  --color7: #E8EDF9;
  --color8: #303038;
  --color9: #E1E3EA;
  --color10: #F2F3F6;
  --color11: #C95757;
  --color12: #e9eaeb;
  --color13: #5647FF;
  --color14: #343B46;
  --color15: #F0F0FF;
}

.Color_Primary {
  color: var(--primary) !important;
}

.Color_White {
  color: var(--white) !important;
}

.Color2 {
  color: var(--color2) !important;
}

.Color4 {
  color: var(--color4) !important;
}

.Color11 {
  color: var(--color11) !important;
}

[data-env=development] {
  --sab: 20px;
}

/* 1280px 이상 화면*/
@media screen and (min-width: 1280px) {
  :root {
    --contents-side-padding: 130px;
    --contents-side-padding-2: 324px;
    --header-hei: 64px;
    --contents-top-padding: 50px;
    --contents-bottom-padding: 150px;
    --suv-visual-height: 430px;
  }
}
/**/
.StickyBox.Sticky > .FixedShell {
  z-index: 99;
}

/**/
.FixedBox > .FixedShell {
  position: fixed;
  left: 0;
  z-index: 99;
  width: 100%;
}
.FixedBox > .FixedShell.Top {
  top: 0;
}
.FixedBox > .FixedShell.Bottom {
  bottom: 0;
}

/******************************************
  media query sample
*******************************************/
[data-only-view] {
  display: none;
}

/* 639px 이하 화면*/
@media screen and (max-width: 639px) {
  [data-only-view~=Xs] {
    display: block;
  }
}
/* 640px 이상 ~ 767px 이하 화면*/
@media screen and (min-width: 640px) and (max-width: 767px) {
  [data-only-view~=Sm] {
    display: block;
  }
}
/* 768px 이상 ~ 1023px 이하 화면*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  [data-only-view~=Md] {
    display: block;
  }
}
/* 1024px 이상 ~ 1279px 이하 화면*/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  [data-only-view~=Lg] {
    display: block;
  }
}
/* 1280px 이상 ~ 1535px 이하 화면*/
@media screen and (min-width: 1280px) and (max-width: 1535px) {
  [data-only-view~=Xl] {
    display: block;
  }
}
/* 1536px 이상 ~ 1799px 이하 화면*/
@media screen and (min-width: 1536px) and (max-width: 1799px) {
  [data-only-view~="2Xl"] {
    display: block;
  }
}
/* 1800px 이상 화면*/
@media screen and (min-width: 1800px) {
  [data-only-view~="3Xl"] {
    display: block;
  }
}
/**/
/* 1279px 이하 화면*/
@media screen and (max-width: 1279px) {
  [data-only-view=MO] {
    display: block;
  }
}
/* 1280px 이상 화면*/
@media screen and (min-width: 1280px) {
  [data-only-view=PC] {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

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

html, body {
  height: 100%;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

button {
  background: 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;
}

body {
  position: relative;
  width: 100%;
  min-width: var(--body-min-wid);
  overflow: hidden;
  color: var(--text_primary);
}

html, body, input, select, textarea {
  font-family: "Pretendard", sans-serif;
}

/* 스크롤 너비는 유지하면서 스크롤은 막음 */
body.Prevent-Scroll {
  position: fixed;
  overflow-y: scroll;
}

[data-layout=LayoutEmpty] body {
  min-width: auto;
}

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

:root {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
  word-break: break-word;
  tab-size: 4;
}

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

.RRR > * {
  outline: 1px dashed blue;
}

/* 2024102817104 :: 디버깅시 사용 :: END */
.CenterBetween {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

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

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

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

.H1 {
  font-weight: 900;
  font-size: 2em;
}

.H2 {
  font-weight: 800;
  font-size: 1.5em;
}

.H3 {
  font-weight: 700;
  font-size: 1.17em;
}

.H4 {
  font-weight: 600;
  font-size: 1em;
}

.H5 {
  font-weight: 600;
  font-size: 0.83em;
}

.H6 {
  font-weight: 600;
  font-size: 0.67em;
}

.RadioUi_1 {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #aaa;
}

.RadioUi_1 .group:nth-child(2) {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.RadioUi_1 input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.RadioUi_1 .LabelText {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.TabUi_1 .Button {
  width: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color3);
  border-bottom: 2px solid var(--color2);
  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 var(--color2);
  margin-top: -2px;
  padding-top: 24px;
  padding-left: 20px;
}

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

.TabUi_1 .Wrap .Content {
  display: none;
}

.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(--text_primary);
  background-color: var(--white);
  border: 1px solid var(--color2);
  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 {
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 20px;
}

.TabUi_2 .Wrap .Content {
  display: none;
}

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

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

.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;
}

.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: var(--color4);
  line-height: 33px;
  letter-spacing: -0.1px;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Wrap-7STNRDU8 {
  background-image: linear-gradient(#eff1f6, #eff1f6), linear-gradient(to right, rgb(59, 70, 253) 0%, rgb(213, 59, 251) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 5px -1px;
}

.Wrap-7STNRDU8 > div {
  padding: 50px;
}

.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 var(--color3);
  border-radius: 20px;
}

.Flag_2 {
  padding: 20px;
}

.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 {
  width: 37px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 20px;
}

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

.ToastPopup {
  position: absolute;
  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 {
  top: -28px;
  left: -12px;
}

.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 {
  display: none;
}

.ToastPopup.On {
  display: flex;
}

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

.TextAreaUi::placeholder {
  color: var(--color4);
}

.TableUi {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.TableUi {
  border-top: 3px solid var(--text_primary);
  border-bottom: 1px solid var(--color1);
}

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

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

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

.TableUi.Style1 {
  border: 1px solid var(--color6);
}

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

.TableUi.Style1 > * > tr > * {
  border: none;
}

.TableUi.Style1 > * > tr > th {
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--white);
  border: 1px solid var(--color6);
}

.TableUi.Style1 > * > tr > td {
  padding: 20px;
  align-content: baseline;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  background-color: var(--white);
  border: 1px solid var(--color6);
}

.ButtonXl, .ButtonLg, .ButtonMd, .ButtonSm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.ButtonXl[disabled], .ButtonLg[disabled], .ButtonMd[disabled], .ButtonSm[disabled] {
  color: #D4D4D4;
  background-color: #ECECEC;
  border: 1px solid #D4D4D4;
}

.ButtonXl {
  height: 58px;
  font-size: 18px;
  font-weight: 600;
}

.ButtonLg {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
}

.ButtonMd {
  height: 36px;
  font-size: 14px;
  font-weight: 400;
}

.ButtonSm {
  height: 28px;
  font-size: 12px;
  font-weight: 400;
}

.ButtonXl.Round, .ButtonLg.Round {
  border-radius: 4px;
}

.ButtonMd.Round, .ButtonSm.Round {
  border-radius: 2px;
}

.ButtonStyle1 {
  border: 1px solid var(--text_primary);
  background-color: var(--white);
  color: var(--text_primary);
}

.ButtonStyle1:hover {
  background-color: var(--secondary);
}

.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/toggle_1.svg);
}

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

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

.ToggleUi.Style2 {
  width: 160px;
  height: 46px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 4px;
  background: url("/icon/toggle_2.svg") no-repeat;
  background-size: 160px;
}

.ToggleUi.Style2 {
  position: absolute;
  top: 152px;
  left: 50%;
  transform: translateX(-50%);
}

.ToggleUi.Style2 .Btn_toggle {
  width: 76px;
  padding: 11px 0 12px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: transparent;
  border-radius: 20px;
  transition: all 0.25s ease-in-out;
}

.ToggleUi.Style2 .Btn_toggle.Active {
  background-color: #fff;
}

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

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

.CheckBoxUi.Style1 {
  background-image: url(/icon/chk_1.svg);
}

.CheckBoxUi:checked {
  background-image: url(/icon/chk_1_on.svg);
}

.Box_chkbox,
.Box_radio {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

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

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

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

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

.LabalUi {
  font-size: 14px;
  font-weight: 700;
  color: var(--text_primary);
}

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

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

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

.Button_2::before {
  height: 0;
}

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

.Button_2 > .Text {
  font-size: 12px;
  font-weight: 500;
  color: var(--text_primary);
  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: var(--color1);
}

.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: var(--secondary);
  border: 1px solid var(--primary);
  border-radius: 16px;
  box-shadow: 0px 2px 9px 0px 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: var(--color8);
  border-radius: 30px;
}

.Button_7 {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color3);
  background-color: var(--color9);
  border: 1px solid var(--color9);
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}

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

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

.Button_9 {
  flex: 1 1 0%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 12px;
}

.Button_10 {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color3);
  background-color: var(--color9);
  border: 1px solid var(--color9);
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}

.Button_10:hover {
  color: var(--color13);
  background-color: var(--white);
  border: 1px solid var(--color13);
}

.Modal_1 {
  z-index: 100;
  width: 420px;
  padding: 32px 20px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--text_primary);
  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);
}

.Modal_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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(--text_primary);
  border-radius: 50%;
}

.Container .Main {
  flex: 1 1 0%;
  overflow-x: hidden;
  overflow-y: auto;
}

.Container {
  display: flex;
  flex-direction: row;
  height: calc(100vh - var(--header-hei) - var(--footer-hei));
  overflow: hidden;
}

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

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

.Header {
  position: relative;
  min-width: var(--body-min-wid);
  padding-left: 20px;
  padding-right: 36px;
  height: 64px;
  background-color: var(--white);
  border-bottom: 1px solid var(--color6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.Header .Inner {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.Footer {
  min-width: var(--body-min-wid);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-right: 20px;
  background-color: var(--white);
  border-top: 1px solid var(--color6);
}

.Footer .Inner > .Ul-GY5DKI9 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  color: var(--color3);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.Footer .Inner > .Ul-GY5DKI9 > li.Line {
  width: 1px;
  height: 14px;
  background-color: #DBDAD5;
}

.Footer .Inner > .Ul-GY5DKI9 .Link {
  opacity: 0;
}

.Footer .Inner > .Ul-GY5DKI9 a:hover .Link {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.Footer .Inner > .Logo {
  position: absolute;
  top: 24px;
  right: 20px;
}

.Snb {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  background-color: var(--white);
  border-right: 1px solid var(--color6);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}

.Snb .First {
  padding-top: 16px;
  width: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.Snb .First ul > li + li {
  margin-top: 12px;
}

.Snb .Second {
  width: 216px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  background-color: transparent;
}

.Snb .Second {
  display: none;
}

.Snb .Second .Ul-GYGYHOY {
  margin-top: 82px;
  width: 196px;
  min-height: 200px;
  max-height: calc(100% - 202px);
  overflow: auto;
  padding: 12px 13px 12px 8px;
  background-color: var(--secondary);
  border-radius: 12px;
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.07);
}

.Snb .Second .Ul-GYGYHOY > li + li {
  margin-top: 32px;
}

.Snb .Second .Ul-GYGYHOY > li {
  width: 100%;
}

.Snb .Second .Ul-GYGYHOY .Text-SEU5YYMZ {
  margin-top: 67px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text_primary);
  line-height: 22px;
}

.Snb .Second .Ul-GYGYHOY .Text-SEU5YYMZ > img {
  display: inline;
}

.Text-5HKWGC8A {
  width: 100%;
  height: 80px;
  padding: 16px 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_primary);
  background-color: var(--secondary);
  border-left: 1px solid var(--white);
}

.Text-5Y4NBAGJU {
  font-size: 12px;
  color: var(--color3);
  border-bottom: 1px solid var(--color3);
}

.Snb .Second .Btn_open {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}

.Snb .Button_2.Hint {
  position: relative;
}

.Snb .Pointer {
  position: absolute;
  top: 15px;
  left: 85px;
  z-index: 20;
  min-width: 192px;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  background-color: var(--primary);
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}

.Snb .Pointer.Style1 {
  min-width: 235px;
}

.Snb .Pointer {
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.25s ease, visibility 0s 0.25s;
}

.Snb .Button_2.Hint:hover ~ .Pointer {
  visibility: visible;
  max-height: 34px;
  transition: max-height 0.25s ease, visibility 0s;
}

.Snb .Pointer::before {
  opacity: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: -3px;
  z-index: 10;
  transform: translateY(-50%) rotate(45deg);
}

.Snb .Button_2.Hint:hover ~ .Pointer::before {
  opacity: 1;
}

.Ul-WMVDFMQ {
  margin-top: 12px;
}

.Ul-WMVDFMQ > li + li {
  margin-top: 8px;
}

.Ul-WMVDFMQ .Text {
  width: 140px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Ul-WMVDFMQ .More {
  position: relative;
}

.Ul-WMVDFMQ > li .Btn_more {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.Ul-WMVDFMQ > li:hover .Btn_more {
  opacity: 1;
}

.Layer-8X7EZWCK {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 1;
  width: 136px;
  padding: 4px 6px;
  font-size: 14px;
  background-color: var(--white);
  border: 1px solid var(--color9);
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.Layer-8X7EZWCK {
  display: none;
}

.Layer-8X7EZWCK .Btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 6px;
  border-radius: 6px;
}

.Layer-8X7EZWCK .Btn:hover {
  background-color: var(--secondary);
}

.Layer-8X7EZWCK .Btn:active {
  color: var(--primary);
}

.Main .Inner {
  position: relative;
  margin: 0 auto;
  width: 932px;
  padding-bottom: 40px;
}

.Main .Inner.Style1 {
  width: 100%;
}

.Main .Inner.Style2 {
  width: 1200px;
}

.Title-TRD63DVW {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.Title-TRD63DVW .Txt-XH6DHJ5 {
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
}

.Title-TRD63DVW .Txt-1QBUMRX {
  font-size: 18px;
  font-weight: 400;
  color: var(--color4);
  text-align: center;
}

.Wrap-8V5XLAWL {
  position: relative;
  margin-top: 98px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Wrap-8V5XLAWL .TextInput_1 {
  position: relative;
  width: 810px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary);
  background-color: #fff;
  padding-left: 14px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}

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

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

.Wrap-8V5XLAWL .TextInput_1 > .Btn-QVMFTKV {
  width: 106px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary);
}

.Txt-RJNK5UA {
  margin-top: 64px;
  font-size: 18px;
  font-weight: 700;
}

.Text-5HKWGC8A .Hint {
  position: relative;
}

.Text-5HKWGC8A .Hint .Popup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: 10;
  width: 400px;
  padding: 9px 9px 18px 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text_primary);
  background-color: var(--white);
  border: 1px solid var(--color3);
  border-radius: 10px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.Text-5HKWGC8A .Hint .Popup .Content {
  color: var(--color3);
  text-align: left;
  line-height: 20px;
}

.Text-5HKWGC8A .Hint .Popup .Content > li + li {
  margin-top: 10px;
}

.Text-R59PQOU {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.Text-R59PQOU .Title {
  font-size: 30px;
  font-weight: 700;
  color: var(--text_primary);
}

.Text-R59PQOU .Sub {
  font-size: 15px;
  font-weight: 400;
  color: var(--color4);
}

.Box-EIIM1G8 {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
}

.Box-EIIM1G8 .Item-00YVO80 {
  width: 412px;
  padding: 16px;
}

.Box-EIIM1G8 .Item-00YVO80 .Title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text_primary);
}

.Box-EIIM1G8 .Item-00YVO80 .TextBox {
  margin-top: 9px;
  padding: 10px 13px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color4);
  border: 1px solid var(--color4);
  border-radius: 6px;
}

.Box-EIIM1G8 .Item-00YVO80 .Sub {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--color4);
}

.Box-EIIM1G8 .Item-00YVO80 .Sub .Note {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
}

.Box-EIIM1G8 .Item-00YVO80,
.Box-EIIM1G8 .Item-MZIU8OQMN {
  position: relative;
  background-color: var(--white);
  border: 1px solid var(--color2);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN {
  flex: 1 1 0%;
  padding: 36px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_primary);
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Line {
  margin-top: 12px;
  margin-bottom: 48px;
  width: 100%;
  height: 1px;
  background-color: var(--color2);
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O {
  position: relative;
  max-height: 790px;
  overflow: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text_primary);
  line-height: 26px;
  background-color: var(--color5);
  border: 1px solid var(--color2);
  border-radius: 6px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O {
  padding: 30px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .List {
  overflow: hidden;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .List .Btn_togglelist {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text_primary);
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .List .Btn_togglelist .Arrow {
  margin-top: -6px;
  transition: all 0.25s ease-in-out;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .List .Btn_togglelist.Active .Arrow {
  margin-top: 4px !important;
  transform: rotate(180deg);
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .List .Toggle_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .List .Btn_togglelist.Active + .Toggle_content {
  max-height: 9999px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .Sub {
  margin-top: 10px;
  font-size: 15px;
  color: var(--color4);
  line-height: 22px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .Text {
  margin-top: 36px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .Skeleton {
  margin-top: 20px;
  margin-bottom: 20px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .Text-XUJ3G3H3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text_primary);
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-QE4T6V3O .Text-XUJ3G3H3 .Point {
  color: var(--primary);
  background-color: var(--color7);
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-F0FZC2F {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-F0FZC2F .Text {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_primary);
}

.Box-EIIM1G8 .Item-MZIU8OQMN .Box-F0FZC2F .Text > span {
  color: var(--color4);
}

.Box-QE4T6V3O .Sub {
  font-size: 15px;
  color: var(--color4);
  line-height: 24px;
  font-weight: 400;
}

.Box-QE4T6V3O .Sub .depth1 {
  font-weight: 600;
  color: var(--color8);
}

.Box-QE4T6V3O .Sub .depth1:not(:first-child) {
  margin-top: 10px;
}

.Box-QE4T6V3O .Sub .depth2,
.Box-QE4T6V3O .Sub .depth3,
.Box-QE4T6V3O .Sub .depth4,
.Box-QE4T6V3O .Sub .depth5 {
  margin-left: 17px;
}

.Box-QE4T6V3O .Text {
  margin: 40px 20px 0 20px;
  font-weight: 400;
}

.Box-QE4T6V3O .Text .depth1 {
  font-weight: 600;
  color: var(--color8);
}

.Box-QE4T6V3O .Text .depth2,
.Box-QE4T6V3O .Text .depth3,
.Box-QE4T6V3O .Text .depth4,
.Box-QE4T6V3O .Text .depth5 {
  font-weight: 500;
  margin-left: 10px;
}

.Box-QE4T6V3O .Text .content {
  margin: 10px 10px 30px 20px;
  line-height: 26px;
}

.Box-QE4T6V3O .Text .empty {
  margin-bottom: 0;
}

.Ul-SUKJWRN {
  margin-top: 8px;
}

.Ul-SUKJWRN > li + li {
  margin-top: 8px;
}

.Ul-SUKJWRN > li > a {
  padding: 16px 12px;
  background-color: var(--color5);
  border: 1px solid var(--color2);
  border-radius: 6px;
}

.Ul-SUKJWRN > li > a:hover {
  border: 1px solid var(--primary);
}

.Ul-SUKJWRN.Style1 .Text .First {
  width: 324px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_primary);
}

.Ul-SUKJWRN.Style1 .Text .Second {
  margin-top: 8px;
  width: 324px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  color: var(--color4);
  line-height: 16px;
}

.Ul-SUKJWRN.Style2 .Text .First {
  width: 324px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_primary);
  line-height: 16px;
}

.Ul-SUKJWRN.Style2 .Text .Second {
  margin-top: 8px;
  width: 324px;
  font-size: 12px;
  font-weight: 400;
  color: var(--color4);
  line-height: 18px;
}

.Ul-OI4DWLL {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

.Ul-OI4DWLL .Item {
  width: 400px;
  padding: 32px 24px;
  background-color: #FBFCFF;
  border: 1px solid #BFC8E5;
  border-radius: 16px;
  box-shadow: 0px 8px 23px 0px rgba(218, 224, 249, 0.7);
}

.Ul-OI4DWLL .Item .Title {
  font-size: 25px;
  font-weight: 700;
  color: var(--text_primary);
  text-align: center;
}

.Ul-OI4DWLL .Item .Title > span {
  font-size: 40px;
}

.Ul-OI4DWLL .Item .SubTitle {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text_primary);
}

.Ul-OI4DWLL .Item .Text {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text_primary);
}

.Ul-OI4DWLL .Item .Ul-BPURRXW {
  margin-top: 49px;
}

.Ul-OI4DWLL .Item .Ul-BPURRXW li + li {
  margin-top: 20px;
}

.Ul-OI4DWLL .Item .Ul-ZIHQHOR {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  flex-flow: wrap;
}

.Ul-RT133EF > li + li {
  margin-top: 16px;
}

.Ul-RT133EF .Box {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--text_primary);
  background-color: var(--color5);
  border: 1px solid var(--color2);
  border-radius: 6px;
}

.Ul-RT133EF .Box .Btn_more img:nth-child(2) {
  display: none;
}

.Ul-RT133EF .Box .Btn_more:hover img:nth-child(2) {
  display: block;
}

.Ul-RT133EF .Box .Btn_more:hover img:nth-child(1) {
  display: none;
}

.Text-B938WRB {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text_primary);
}

.Text-UFNQGBZ {
  width: 400px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1200px) {
  .Text-UFNQGBZ {
    width: 500px;
  }
}
@media screen and (min-width: 1680px) {
  .Text-UFNQGBZ {
    width: 670px;
  }
}
.Text-KN55CWY {
  text-align: center;
  color: var(--text_primary);
}

.Text-KN55CWY .MainTitle {
  font-size: 40px;
  font-weight: 700;
}

.Text-KN55CWY .Sub.First {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.Text-KN55CWY .Sub.Second {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.Ul-9L3006O {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

.Ul-9L3006O .Item-OUTBVLQ {
  position: relative;
  overflow: hidden;
  width: 430px;
  height: 230px;
  padding: 36px;
  background-color: var(--white);
  border: 1px solid var(--color3);
  border-radius: 16px;
  box-shadow: 0px 6px 19px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease-in-out;
}

.Ul-9L3006O .Item-OUTBVLQ:hover {
  border: 1px solid var(--primary);
}

.Ul-9L3006O .Item-OUTBVLQ.Style1::after {
  content: "75%";
  position: absolute;
  top: 10px;
  right: -35px;
  transform: rotate(45deg);
  width: 130px;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary);
}

.Ul-9L3006O .Item-OUTBVLQ .Button_7 {
  margin-top: 18px;
}

.Ul-9L3006O .Item-OUTBVLQ .Text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 0 88px;
}

.Ul-9L3006O .Item-OUTBVLQ .Text .Title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text_primary);
}

.Ul-9L3006O .Item-OUTBVLQ .Text .Price {
  position: relative;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color3);
}

.Ul-9L3006O .Item-OUTBVLQ .Text .Price::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--color3);
}

.Ul-9L3006O .Item-OUTBVLQ .Text .Sub {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color3);
}

.Ul-9L3006O .Item-OUTBVLQ .Text .Sub .Strong {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
}

.Ul-9L3006O .Item-OUTBVLQ .Button_7 {
  margin-top: 18px;
}

.Ul-9L3006O .Item-OUTBVLQ.Style2:hover {
  border: 1px solid var(--color13);
}

.Ul-9L3006O .Item-OUTBVLQ.Style2 .Text {
  display: block;
  padding: 0;
}

.Ul-9L3006O .Item-OUTBVLQ.Style2 .Text .Title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.Ul-9L3006O .Item-OUTBVLQ.Style2 .Text .Sub {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}

.Ul-9L3006O .Item-OUTBVLQ.Style2 .Text .Sub .First {
  width: 221px;
  font-size: 18px;
  color: var(--text_primary);
  line-height: 24px;
}

.Ul-9L3006O .Item-OUTBVLQ.Style2 .Button_10 {
  margin-top: 18px;
}

.Text-XB2R8Y4O {
  margin: 114px auto 0;
  width: 1024px;
}

.Text-XB2R8Y4O .Title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_primary);
}

.Text-XB2R8Y4O .Ul-J1FW0PS6Q {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_primary);
  line-height: 24px;
}

.Text-XB2R8Y4O .Ul-J1FW0PS6Q > li + li {
  margin-top: 32px;
}

.Text-XB2R8Y4O .Ul-J1FW0PS6Q .Dot {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text_primary);
  background: url("/icon/icon_29.svg") no-repeat;
}

.Text-XB2R8Y4O .Ul-J1FW0PS6Q .Ul-6B535NDA {
  padding-left: 23px;
}

.Text-XB2R8Y4O .Ul-J1FW0PS6Q .Ul-6B535NDA.Style1 > li + li {
  margin-top: 16px;
}

.Main.Style1 .Shell {
  margin: 0 auto;
  overflow: hidden;
}

.Main.Style1 .Shell.Type1 {
  background: linear-gradient(180deg, #FFF 0%, #DFE8FF 20%, #EDF9FF 35%, #FFF 65%);
}

.Main.Style1 .Shell.Type2 {
  background-color: var(--color14);
}

.Main.Style1 .Shell .Inner {
  width: 1080px;
}

.Title-62XFUQY {
  font-size: 58px;
  font-weight: 700;
  color: var(--text_primary);
  line-height: 74px;
  text-align: center;
}

.Title-62XFUQY > span {
  background: linear-gradient(106deg, #4F6FFF 0%, #97C6FF 49%, #6898FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Text-NB5TKAPM {
  font-size: 20px;
  font-weight: 500;
  color: var(--color3);
  text-align: center;
}

.Ul-KAABDU7 {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.Ul-KAABDU7 > li {
  width: 346px;
  height: 400px;
  padding: 30px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.Ul-KAABDU7 > li:nth-child(1) {
  background: url("/icon/icon_30.svg") no-repeat;
}

.Ul-KAABDU7 > li:nth-child(2) {
  background: url("/icon/icon_31.svg") no-repeat;
}

.Ul-KAABDU7 > li:nth-child(3) {
  background: url("/icon/icon_32.svg") no-repeat;
}

.Ul-KAABDU7 > li .Title {
  font-size: 28px;
  font-weight: 700;
}

.Ul-KAABDU7 > li .Sub {
  width: 100%;
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.Ul-KAABDU7 > li .Sub > span {
  font-weight: 700;
}

.GuideTitle {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.GuideTitle .Sub {
  font-size: 20px;
  font-weight: 700;
  color: var(--color3);
}

.GuideTitle .Head {
  font-size: 42px;
  font-weight: 700;
  color: var(--text_primary);
  line-height: 52px;
}

.swiper-container {
  margin-top: 168px;
  position: relative;
  height: 169px;
}

.swiper-container .swiper-slide {
  width: 300px;
  height: 169px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background-color: var(--white);
  border-radius: 20px;
  cursor: pointer;
  transition: height 0.3s ease;
}

.swiper-container .swiper-slide {
  border: 1px solid var(--color2);
}

.swiper-container .swiper-slide .Text .detail {
  display: none;
}

.swiper-container .swiper-slide .Title {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text_primary);
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-container .swiper-slide .Text {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color4);
  line-height: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-container .swiper-slide .Btn_close {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 52px;
  aspect-ratio: 1/1;
  background: url("/icon/icon_close.svg") no-repeat center center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 48px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -64px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -64px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
} /* swiper 기본 버튼 */
.swiper-container .swiper-slide.swiper-slide-active {
  border: 1px solid var(--primary);
}

.swiper-container .swiper-slide.clicked {
  height: 400px;
}

.swiper-container .swiper-slide.clicked .Flag_1 {
  display: none;
}

.swiper-container .swiper-slide.clicked .Text {
  margin-top: 20px;
  display: block;
}

.swiper-container .swiper-slide.clicked .Text .preview {
  display: none;
}

.swiper-container .swiper-slide.clicked .Text .detail {
  display: block;
  margin-top: 20px;
  max-height: 298px;
  overflow: auto;
}

.swiper-container .swiper-slide.clicked .Title {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.swiper-container .swiper-slide.clicked .Btn_close {
  opacity: 1;
}

.Text-Z1NTHUT {
  margin-top: 120px;
  padding: 36px 42px;
  font-size: 20px;
  font-weight: 400;
  color: var(--color3);
  line-height: 29px;
  background-color: var(--color8);
  border-radius: 24px;
}

.Text-Z1NTHUT .Title {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}

.Ul-74BJIG7 {
  margin-top: 140px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.Ul-74BJIG7 > li:nth-child(2),
.Ul-74BJIG7 > li:nth-child(4) {
  margin-top: 84px;
}

.Ul-74BJIG7 > li .Item {
  width: 252px;
  height: 220px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 16px;
}

.Ul-74BJIG7 > li .Item:nth-child(2) {
  margin-top: 20px;
}

.Ul-74BJIG7 > li .Item .Info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text_primary);
}

.Ul-74BJIG7 > li .Item .Post {
  margin-top: 17px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color8);
  line-height: 18px;
}

.Ul-K8RXVGG {
  margin-top: 104px;
}

.Ul-K8RXVGG .Item {
  border-top: 1px solid var(--color2);
}

.Ul-K8RXVGG .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(--text_primary);
  text-align: left;
  background-color: var(--white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

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

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

.Ul-K8RXVGG .Item .Btn.active .Title {
  font-weight: 600;
}

.Ul-K8RXVGG .Item .Btn.active .Arrow {
  transform: rotate(180deg);
}

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

.Btn_faq {
  margin: 24px auto 0;
  width: 380px;
  height: 44px;
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 6px;
}

.Ul-U1BARDQ0 {
  margin-top: 104px;
}

.Ul-U1BARDQ0 > li + li {
  margin-top: 29px;
}

.Ul-U1BARDQ0 > li .Item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 40px;
  background-color: var(--color15);
  border-radius: 20px;
}

.Ul-U1BARDQ0 > li .Item .Title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  font-size: 24px;
  font-weight: 700;
  color: var(--text_primary);
  line-height: 31px;
}

.Ul-U1BARDQ0 > li .Item .Sub {
  margin-top: 8px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color4);
  line-height: 22px;
}

.Ul-U1BARDQ0 > li .Item .Video-CTU1QDID {
  margin-top: 60px;
  max-width: 700px;
  border-radius: 20px;
  box-shadow: 5px -7px 13px 7px rgba(0, 0, 0, 0.08);
}

.Ul-U1BARDQ0 > li.Box-YAT5JFZ {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 29px;
}

.Ul-U1BARDQ0 > li.Box-YAT5JFZ .Item {
  flex: 1 1 0%;
  height: 520px;
}

.Ul-O9NVU1GI {
  margin-top: 60px;
}
.Ul-O9NVU1GI > li + li {
  margin-top: 60px;
}
.Ul-O9NVU1GI .Line {
  width: 100%;
  height: 1px;
  background-color: var(--color6);
}
.Ul-O9NVU1GI .Title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 40px;
  font-weight: 700;
  color: var(--text_primary);
}
.Ul-O9NVU1GI .Content {
  margin-top: 32px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  color: var(--text_primary);
  line-height: 32px;
}

.Dash {
  position: relative;
  margin-left: 10px;
}
.Dash::after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}

/*# sourceMappingURL=global.css.map */
