@charset "UTF-8";
@import '/font/v5/Pretendard.css';
:root {
  --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-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;
    --header-hei: 114px;
    --contents-width: 1120px;
    --contents-top-padding: 24px;
    --contents-bottom-padding: 80px;
  }
}

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

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

.TabUi_1 {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.TabUi_1 .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_1 .Button.On {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}
.TabUi_1 .Box {
  border-top: 2px solid rgba(61, 61, 61, 0.6);
  margin-top: -2px;
  padding-top: 24px;
  padding-left: 20px;
}
.TabUi_1 .Box .Content {
  display: none;
  max-height: 809px;
  overflow: auto;
}
.TabUi_1 .Box .Content.On {
  display: block;
}

.TabUi_2 .Menu {
  display: flex;
  justify-content: center;
}
.TabUi_2 .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 #D8DFEB;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.TabUi_2 .Button.On {
  font-weight: 600;
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.TabUi_2 .Sub {
  padding-top: 20px;
}
.TabUi_2 .Sub .Content {
  display: none;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.8);
  line-height: 22px;
}
.TabUi_2 .Sub .Content.On {
  display: block;
}

.TextInput_1 {
  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_1 {
    width: 100%;
    padding-right: 14px;
  }
}
.TextInput_1 > input {
  display: block;
  width: 0;
  flex: 1 1 0%;
  background-color: transparent;
  outline: none;
  border: none;
}
.TextInput_1 > input::placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.TextInput_1 > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  -webkit-appearance: button;
}
.TextInput_1.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_1.Focused {
    border-width: 2px;
    border-color: var(--primary);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: none;
  }
}
.TextInput_1:focus {
  border-width: 1px;
  border-color: #EEE !important;
  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_1:focus {
    border-width: 2px;
    border-color: var(--primary) !important;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: none;
  }
}
.TextInput_1.NoFocused {
  border-color: var(--primary);
}
.TextInput_1 .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_1 .RecentSearches .Searching {
  padding: 12px 0;
}
.TextInput_1 .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_1 .RecentSearches .Searching > li > a:hover {
  background-color: #F5F6F7;
}
.TextInput_1 .RecentSearches .Searching > li > a .Text {
  flex: 1 1 0%;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TextInput_1 .RecentSearches .Recent .Title {
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
}
.TextInput_1 .RecentSearches .Recent .Title .Text {
  font-weight: 700;
}
.TextInput_1 .RecentSearches .Recent .Title .BtnDelete {
  color: rgba(61, 61, 61, 0.4);
}
.TextInput_1 .RecentSearches .Recent .Content .Type1 {
  display: none;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
}
.TextInput_1 .RecentSearches .Recent .Content .Type2 {
  margin-bottom: 12px;
}
.TextInput_1 .RecentSearches .Recent .Content .Type2 > li {
  padding: 0 14px 0 28px;
  transition: background-color 0.25s ease-in-out;
}
.TextInput_1 .RecentSearches .Recent .Content .Type2 > li:hover {
  background-color: #F5F6F7;
}
.TextInput_1 .RecentSearches .Recent .Content .Type2 > li > .Text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}
.TextInput_1 .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_1 .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_1 .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;
}

.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: -116px;
    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: rgba(61, 61, 61, 0.7);
  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;
  }
}

.Badge_1 {
  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;
}
.Badge_1.Style1 {
  color: #384E92;
  border-color: #384E92;
}
.Badge_1.Style2 {
  color: #F54F20;
  border-color: #F54F20;
}

.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 #D8DFEB;
  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 {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 15px;
  bottom: 65px;
  z-index: 20;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
}

.ToogleUi_1 {
  display: flex;
  gap: 12px;
  position: relative;
  background-color: var(--color15);
  padding: 12px;
  margin-bottom: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.ToogleUi_1::before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(50% - 18px);
  height: 48px;
  content: "";
  background-color: var(--primary);
  border-radius: 100px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
  transition: 0.3s left;
}
.ToogleUi_1 > li {
  position: relative;
  width: calc(50% - 6px);
  text-align: center;
}
.ToogleUi_1 > li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ToogleUi_1 > li input[type=radio]:checked + label {
  color: var(--white);
}
.ToogleUi_1 > li > label {
  display: block;
  width: 100%;
  padding: 0.7em 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--color18);
  cursor: pointer;
  transition: 0.3s color;
  letter-spacing: -0.8px;
}
.ToogleUi_1:has(li:last-child input:checked)::before {
  left: calc(50% + 6px);
}

.SelectBox {
  position: relative;
  margin-bottom: 20px;
  background-color: var(--white);
  border: 1px solid var(--color19);
  border-radius: 5px;
  cursor: pointer;
}
.SelectBox .OptionSelected {
  padding: 10px;
  font-size: 16px;
  color: var(--color7);
  background-color: #f9f9f9;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SelectBox .OptionSelected .Arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.SelectBox.Open .Dropbox {
  display: block;
}
.SelectBox.Open .Arrow {
  transform: rotate(180deg);
}
.SelectBox .Dropbox {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--white);
  border: 1px solid var(--color19);
  border-radius: 5px;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
}
.SelectBox .Dropbox .DropdownOption {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.SelectBox .Dropbox .DropdownOption:hover {
  background-color: #f0f0f0;
}

.TextAreaUi {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 20px;
  border: 1px solid rgba(61, 61, 61, 0.7);
  border-radius: 6px;
  resize: none;
  outline: none;
}
.TextAreaUi::placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.ToastPopup_4 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: 100;
  transform: translateY(20px);
  height: 37px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  line-height: 36px; /*행간 적용해야 개발 서버에서 텍스트 흔들리지 않음.*/
  white-space: nowrap;
  background-color: var(--primary);
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 1s ease, transform 1s ease;
  animation: Bounce 2.5s infinite ease-in-out;
}
.ToastPopup_4::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 55px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/icon/v5/aiWrite/icon_23.svg") no-repeat;
  pointer-events: none;
}
.ToastPopup_4.Show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.ToastPopup_4 > a {
  line-height: 36px; /*행간 적용해야 개발 서버에서 텍스트 흔들리지 않음.*/
}
.ToastPopup_4 > a strong {
  font-weight: 700;
}
.ToastPopup_4 .BtnToastClose {
  margin-left: 8px;
  margin-right: 16px;
}
.ToastPopup_4.Style2 {
  margin-top: 16px;
  visibility: visible;
  opacity: 1;
  transform: none;
  position: relative;
  top: auto;
  right: auto;
  z-index: initial;
  animation: none;
  display: inline-flex;
}
@media screen and (max-width: 1023px) {
  .ToastPopup_4.Style2 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 12px 20px;
  }
}
.ToastPopup_4.Style2::after {
  left: 30px;
}
.ToastPopup_4.Style2 .Box-2WW769U {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .ToastPopup_4.Style2 .Box-2WW769U {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ToastPopup_4.Style2 .Box-2WW769U > .TextCell {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  line-height: 14px;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 1023px) {
  .ToastPopup_4.Style2 .Box-2WW769U > .TextCell {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.ToastPopup_4.Style2 .Box-2WW769U > .TextCell .Title {
  margin-left: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.ToastPopup_4.Style2 .Box-2WW769U > .TextCell .Title > .OriginalText {
  max-width: 600px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
}
@media screen and (max-width: 1023px) {
  .ToastPopup_4.Style2 .Box-2WW769U > .TextCell .Title > .OriginalText {
    max-width: calc(100vw - 98px);
  }
}
@media screen and (max-width: 1023px) {
  .ToastPopup_4.Style2 .Box-2WW769U > .TextCell .SubDesc {
    width: 100%;
  }
}
.ToastPopup_4.Style2 .Box-2WW769U > .Date {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  line-height: 12px;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 1023px) {
  .ToastPopup_4.Style2 .Box-2WW769U > .Date {
    align-self: flex-end;
  }
}
@keyframes Bounce {
  0% {
    top: 40px;
  }
  25% {
    top: 43px;
  }
  50% {
    top: 40px;
  }
  75% {
    top: 43px;
  }
  100% {
    top: 40px;
  }
}

.Modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.Modal_1 {
  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: 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);
}
@media screen and (max-width: 1023px) {
  .Modal_1 {
    width: 280px;
  }
}
.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;
}

.ButtonXl,
.ButtonLg,
.ButtonMd,
.ButtonSm,
.ButtonXs,
.ButtonXs2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.ButtonXl.ButtonStyle1,
.ButtonLg.ButtonStyle1,
.ButtonMd.ButtonStyle1,
.ButtonSm.ButtonStyle1,
.ButtonXs.ButtonStyle1,
.ButtonXs2.ButtonStyle1 {
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.ButtonXl.ButtonStyle1.Type2,
.ButtonLg.ButtonStyle1.Type2,
.ButtonMd.ButtonStyle1.Type2,
.ButtonSm.ButtonStyle1.Type2,
.ButtonXs.ButtonStyle1.Type2,
.ButtonXs2.ButtonStyle1.Type2 {
  border-radius: 0;
}
.ButtonXl.ButtonStyle1:hover,
.ButtonLg.ButtonStyle1:hover,
.ButtonMd.ButtonStyle1:hover,
.ButtonSm.ButtonStyle1:hover,
.ButtonXs.ButtonStyle1:hover,
.ButtonXs2.ButtonStyle1:hover {
  background-color: #0564CA;
}
.ButtonXl.ButtonStyle1:disabled,
.ButtonLg.ButtonStyle1:disabled,
.ButtonMd.ButtonStyle1:disabled,
.ButtonSm.ButtonStyle1:disabled,
.ButtonXs.ButtonStyle1:disabled,
.ButtonXs2.ButtonStyle1:disabled {
  color: var(--color10);
  background-color: var(--disabled);
  border-color: var(--disabled);
}
.ButtonXl.ButtonStyle2,
.ButtonLg.ButtonStyle2,
.ButtonMd.ButtonStyle2,
.ButtonSm.ButtonStyle2,
.ButtonXs.ButtonStyle2,
.ButtonXs2.ButtonStyle2 {
  color: var(--primary);
  background-color: var(--white);
  border: 1px solid var(--primary);
}
.ButtonXl.ButtonStyle2:hover,
.ButtonLg.ButtonStyle2:hover,
.ButtonMd.ButtonStyle2:hover,
.ButtonSm.ButtonStyle2:hover,
.ButtonXs.ButtonStyle2:hover,
.ButtonXs2.ButtonStyle2:hover {
  background-color: var(--color15);
}
.ButtonXl.ButtonStyle2:disabled,
.ButtonLg.ButtonStyle2:disabled,
.ButtonMd.ButtonStyle2:disabled,
.ButtonSm.ButtonStyle2:disabled,
.ButtonXs.ButtonStyle2:disabled,
.ButtonXs2.ButtonStyle2:disabled {
  color: var(--color10);
  background-color: var(--disabled);
  border-color: var(--disabled);
}
.ButtonXl.ButtonStyle3,
.ButtonLg.ButtonStyle3,
.ButtonMd.ButtonStyle3,
.ButtonSm.ButtonStyle3,
.ButtonXs.ButtonStyle3,
.ButtonXs2.ButtonStyle3 {
  color: var(--color7);
  background-color: var(--white);
  border: 1px solid var(--color11);
}
.ButtonXl.ButtonStyle3:hover,
.ButtonLg.ButtonStyle3:hover,
.ButtonMd.ButtonStyle3:hover,
.ButtonSm.ButtonStyle3:hover,
.ButtonXs.ButtonStyle3:hover,
.ButtonXs2.ButtonStyle3:hover {
  background-color: var(--color15);
}
.ButtonXl.ButtonStyle3:disabled,
.ButtonLg.ButtonStyle3:disabled,
.ButtonMd.ButtonStyle3:disabled,
.ButtonSm.ButtonStyle3:disabled,
.ButtonXs.ButtonStyle3:disabled,
.ButtonXs2.ButtonStyle3:disabled {
  color: var(--color10);
  background-color: var(--disabled);
  border-color: var(--disabled);
}
.ButtonXl.ButtonStyle4,
.ButtonLg.ButtonStyle4,
.ButtonMd.ButtonStyle4,
.ButtonSm.ButtonStyle4,
.ButtonXs.ButtonStyle4,
.ButtonXs2.ButtonStyle4 {
  color: var(--color8);
  background-color: var(--color15);
  border: 1px solid var(--color15);
}
.ButtonXl.ButtonStyle4:hover,
.ButtonLg.ButtonStyle4:hover,
.ButtonMd.ButtonStyle4:hover,
.ButtonSm.ButtonStyle4:hover,
.ButtonXs.ButtonStyle4:hover,
.ButtonXs2.ButtonStyle4:hover {
  border-color: var(--color11);
}
.ButtonXl.ButtonStyle4:disabled,
.ButtonLg.ButtonStyle4:disabled,
.ButtonMd.ButtonStyle4:disabled,
.ButtonSm.ButtonStyle4:disabled,
.ButtonXs.ButtonStyle4:disabled,
.ButtonXs2.ButtonStyle4:disabled {
  color: var(--color10);
  background-color: var(--disabled);
  border-color: var(--disabled);
}
.ButtonXl.ButtonStyle5,
.ButtonLg.ButtonStyle5,
.ButtonMd.ButtonStyle5,
.ButtonSm.ButtonStyle5,
.ButtonXs.ButtonStyle5,
.ButtonXs2.ButtonStyle5 {
  color: var(--white);
  background-color: var(--color6);
  border: 1px solid var(--color6);
  border-radius: 30px;
}
.ButtonXl.ButtonStyle5:hover,
.ButtonLg.ButtonStyle5:hover,
.ButtonMd.ButtonStyle5:hover,
.ButtonSm.ButtonStyle5:hover,
.ButtonXs.ButtonStyle5:hover,
.ButtonXs2.ButtonStyle5:hover {
  background-color: var(--color8);
  border-color: var(--color8);
}
.ButtonXl.ButtonStyle5:disabled,
.ButtonLg.ButtonStyle5:disabled,
.ButtonMd.ButtonStyle5:disabled,
.ButtonSm.ButtonStyle5:disabled,
.ButtonXs.ButtonStyle5:disabled,
.ButtonXs2.ButtonStyle5:disabled {
  color: var(--color10);
  background-color: var(--disabled);
  border-color: var(--disabled);
}
.ButtonXl.ButtonStyle6,
.ButtonLg.ButtonStyle6,
.ButtonMd.ButtonStyle6,
.ButtonSm.ButtonStyle6,
.ButtonXs.ButtonStyle6,
.ButtonXs2.ButtonStyle6 {
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
  color: var(--color7);
  background-color: var(--white);
  border: 1px solid var(--color5);
  border-radius: 30px;
}
.ButtonXl.ButtonStyle6:hover,
.ButtonLg.ButtonStyle6:hover,
.ButtonMd.ButtonStyle6:hover,
.ButtonSm.ButtonStyle6:hover,
.ButtonXs.ButtonStyle6:hover,
.ButtonXs2.ButtonStyle6:hover {
  color: var(--white);
  background-color: var(--color8);
  border-color: var(--color8);
}
.ButtonXl.ButtonStyle6:disabled,
.ButtonLg.ButtonStyle6:disabled,
.ButtonMd.ButtonStyle6:disabled,
.ButtonSm.ButtonStyle6:disabled,
.ButtonXs.ButtonStyle6:disabled,
.ButtonXs2.ButtonStyle6:disabled {
  color: var(--color10);
  background-color: var(--disabled);
  border-color: var(--disabled);
}

.ButtonXl {
  min-width: 200px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}

.ButtonLg {
  min-width: 200px;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}

.ButtonMd {
  min-width: 200px;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
}

.ButtonSm {
  min-width: 200px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
}

.ButtonXs {
  height: 28px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
}

.ButtonXs2 {
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.Button_1 {
  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_1 {
    flex: 1 1 0%;
  }
}
.Button_1.Style1 {
  color: rgba(61, 61, 61, 0.8);
  background-color: rgba(0, 0, 0, 0.05);
}
.Button_1.Style2 {
  color: var(--white);
  background-color: var(--primary);
}

.Button_2 {
  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_2.Style1 {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--primary);
}
.Button_2.Style2 {
  color: var(--white);
  background-color: #FF4036;
  border-color: #FF4036;
}

.Button_3 {
  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_4 {
  flex: 1 1 0%;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
}
.Button_4.Style1 {
  color: var(--color7);
  background-color: #EBEDF0;
}
.Button_4.Style2 {
  color: var(--white);
  background-color: #4979F4;
}

.TableUi {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 3px solid var(--color7);
  border-bottom: 1px solid rgba(61, 61, 61, 0.4);
}
.TableUi.Center {
  text-align: center;
}
.TableUi > * > tr > * {
  border: 1px solid var(--color7);
}
.TableUi > * > tr > th {
  font-weight: 700;
  background-color: #F54F20;
}

.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 .CheckBoxUi {
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  appearance: none;
  cursor: pointer;
}
.CheckBox .CheckBoxUi[data-size=Lg] {
  width: 24px;
  height: 24px;
}
.CheckBox .CheckBoxUi[data-size=Lg] + .Text {
  font-size: 18px;
}
.CheckBox .CheckBoxUi[data-size=Md] {
  width: 20px;
  height: 20px;
}
.CheckBox .CheckBoxUi[data-size=Md] + .Text {
  font-size: 16px;
}
.CheckBox .CheckBoxUi[data-size=Sm] {
  width: 16px;
  height: 16px;
}
.CheckBox .CheckBoxUi[data-size=Sm] + .Text {
  font-size: 14px;
}
.CheckBox .CheckBoxUi.Style1 {
  background-image: url(/icon/v5/aiWrite/chk_1.svg);
}
.CheckBox .CheckBoxUi.Style1:checked {
  background-image: url(/icon/v5/aiWrite/chk_1_on.svg);
}
.CheckBox .CheckBoxUi.Style1[disabled] {
  opacity: 0.4;
  background-image: url(/icon/v5/aiWrite/chk_1.svg);
}
.CheckBox .Text {
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.Container {
  min-width: var(--contents-min-width);
}
.Container .Wrap {
  position: relative;
  margin: 0 auto;
  width: var(--contents-width);
  padding-top: var(--contents-top-padding);
  padding-bottom: var(--contents-bottom-padding);
}
@media screen and (max-width: 1023px) {
  .Container .Wrap {
    width: 100%;
    overflow: hidden;
  }
}

section + section {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  section + section {
    margin-top: 30px;
  }
}

section.Line {
  width: 100%;
  height: 6px;
  margin-top: 30px;
  background-color: #EEE;
}

@media screen and (max-width: 1023px) {
  .Shell > .Inner {
    padding: 0 var(--contents-side-padding);
  }
}

.Header_Mo {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header_Mo .Btn {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: var(--color7);
}
.Header_Mo .Btn .OptionSelected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
.Header_Mo .Btn .OptionSelected .Arrow {
  transition: transform 0.25s ease-in-out;
}
.Header_Mo .Btn.Open .Dropbox {
  display: block;
}
.Header_Mo .Btn.Open .Arrow {
  transform: rotate(180deg);
}
.Header_Mo .Btn .Dropbox {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 40;
  width: 120px;
  background-color: var(--white);
  border: 1px solid #EFEFF0;
  border-radius: 5px;
  max-height: 150px;
  overflow-y: auto;
}
.Header_Mo .Btn .Dropbox > li + li {
  border-top: 1px solid #EFEFF0;
}
.Header_Mo .Btn .Dropbox .DropdownOption {
  padding: 11px 13px;
  cursor: pointer;
}
.Header_Mo .Btn .Overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.SectionTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SectionTitle .First {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .SectionTitle .First {
    font-size: 16px;
  }
}
.SectionTitle .First .Link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.SectionTitle .Second .Btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
}
.SectionTitle .Second .Filter {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(61, 61, 61, 0.6);
}
.SectionTitle .Second .Filter > li.Line {
  margin: 0 4px;
  width: 1px;
  height: 8px;
  background-color: #D8DFEB;
}
.SectionTitle .Second .Filter > li > input[type=radio] {
  display: none;
}
.SectionTitle .Second .Filter > li > input[type=radio]:checked + label {
  font-weight: 700;
  color: var(--color7);
}
.SectionTitle .Second .Filter > li > label {
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}

.Box-4QB3NHP {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.Box-4QB3NHP > img {
  width: 100%;
}

.Box-SO5LWR8 {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .Box-SO5LWR8 {
    margin-top: 0;
  }
}

.Text-PF42RKE {
  display: inline-flex;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color7);
}

.Swiper-Z3AVYQB {
  margin-top: 20px;
}
.Swiper-Z3AVYQB .swiper-slide {
  overflow: hidden;
  border: 1px solid #D8DFEB;
  border-radius: 12px;
  transition: border 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .Swiper-Z3AVYQB .swiper-slide {
    height: auto;
  }
}
.Swiper-Z3AVYQB .swiper-slide:hover {
  border: 1px solid var(--primary);
}
.Swiper-Z3AVYQB .swiper-button-next,
.Swiper-Z3AVYQB .swiper-button-prev {
  width: 51px;
  height: 51px;
  transition: opacity 0.25s ease-in-out;
}
.Swiper-Z3AVYQB .swiper-button-prev {
  left: 0;
}
.Swiper-Z3AVYQB .swiper-button-next {
  right: 0;
}
.Swiper-Z3AVYQB .swiper-button-next:after,
.Swiper-Z3AVYQB .swiper-button-prev:after {
  display: none;
}
.Swiper-Z3AVYQB .swiper-button-next.swiper-button-disabled,
.Swiper-Z3AVYQB .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.Swiper-Z3AVYQB .Box-HY2UU7D {
  display: block;
}
.Swiper-Z3AVYQB .Box-HY2UU7D > ul {
  height: 202px;
  padding: 12px 16px;
}
@media screen and (max-width: 1023px) {
  .Swiper-Z3AVYQB .Box-HY2UU7D > ul {
    height: auto;
  }
}
.Swiper-Z3AVYQB .Box-HY2UU7D > ul .Num {
  font-size: 18px;
  font-weight: 700;
  color: var(--color7);
}
.Swiper-Z3AVYQB .Box-HY2UU7D > ul .Title {
  margin-top: 8px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color7);
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Swiper-Z3AVYQB .Box-HY2UU7D > ul .Date {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
  text-align: right;
}
.Swiper-Z3AVYQB .Box-HY2UU7D > ul .Text {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.8);
  line-height: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .Swiper-Z3AVYQB .Box-HY2UU7D > ul .Text {
    -webkit-line-clamp: 1;
  }
}
.Swiper-Z3AVYQB .Box-HY2UU7D .Sub {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  background-color: #040F2E;
  outline: 4px solid #040F2E;
}

.Swiper-P3ZVL9I {
  position: relative;
  padding: 8px 0;
  height: 51px;
}
.Swiper-P3ZVL9I .swiper-slide {
  width: auto !important;
}
.Swiper-P3ZVL9I .swiper-slide > input[type=radio] {
  display: none;
}
.Swiper-P3ZVL9I .swiper-slide > input[type=radio]:checked + .Btn {
  color: var(--white);
  background-color: #040F2E;
}
.Swiper-P3ZVL9I .swiper-slide .Btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  letter-spacing: -0.5px;
  white-space: nowrap;
  background-color: #F5F6F7;
  border-radius: 18px;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
  user-select: none;
}
.Swiper-P3ZVL9I .swiper-slide .Btn > a {
  display: block;
  padding: 9px 14px;
}
.Swiper-P3ZVL9I .swiper-button-next,
.Swiper-P3ZVL9I .swiper-button-prev {
  top: 20px;
  width: 51px;
  height: 51px;
  transition: opacity 0.25s ease-in-out;
}
.Swiper-P3ZVL9I .swiper-button-prev {
  left: 0;
}
.Swiper-P3ZVL9I .swiper-button-next {
  right: 0;
}
.Swiper-P3ZVL9I .swiper-button-next:after,
.Swiper-P3ZVL9I .swiper-button-prev:after {
  display: none;
}
.Swiper-P3ZVL9I .swiper-button-next.swiper-button-disabled,
.Swiper-P3ZVL9I .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.Ul-9KIMVJV {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 80px;
}
@media screen and (max-width: 1023px) {
  .Ul-9KIMVJV {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.Ul-9KIMVJV > li {
  padding: 12px 0;
  border-bottom: 1px solid #EFEFF0;
}
@media screen and (max-width: 1023px) {
  .Ul-9KIMVJV > li {
    padding: 10px 0 20px;
  }
  .Ul-9KIMVJV > li:last-child {
    border-bottom: none;
  }
}
.Ul-9KIMVJV > li .Title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .Ul-9KIMVJV > li .Title {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .Ul-9KIMVJV > li .Title > li + li {
    margin-top: 8px;
  }
}
.Ul-9KIMVJV > li .Title .Flag {
  display: inline-flex;
  gap: 2px;
}
.Ul-9KIMVJV > li .Title .Text {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .Ul-9KIMVJV > li .Title .Text {
    white-space: wrap;
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.Ul-9KIMVJV > li .Detail {
  height: 48px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.7);
  line-height: 16px;
  letter-spacing: -0.2px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ul-9KIMVJV > li .Tag {
  margin-top: 16px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.8);
}
.Ul-9KIMVJV > li .Tag > li > a {
  border-bottom: 1px solid transparent;
}
.Ul-9KIMVJV > li .Tag > li > a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
@media screen and (max-width: 1023px) {
  .Ul-9KIMVJV > li .Tag {
    margin-top: 15px;
    gap: 10px;
  }
}

.Ul-Z3WUG5I {
  margin-top: 40px;
  padding: 19px 31px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
  border: 1px solid #D8DFEB;
  border-radius: 12px;
}
@media screen and (max-width: 1023px) {
  .Ul-Z3WUG5I {
    margin-top: 15px;
    padding: 10px 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.Ul-Z3WUG5I > li {
  border-bottom: 1px solid #EFEFF0;
}
.Ul-Z3WUG5I > li:nth-child(7), .Ul-Z3WUG5I > li:nth-child(8), .Ul-Z3WUG5I > li:nth-child(9) {
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  .Ul-Z3WUG5I > li {
    border-bottom: none;
  }
}
.Ul-Z3WUG5I > li > a {
  padding: 12px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .Ul-Z3WUG5I > li > a {
    padding: 15px 0;
  }
}
.Ul-Z3WUG5I > li > a .Img {
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.Ul-Z3WUG5I > li > a .Text {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: var(--color7);
  line-height: 22px;
  letter-spacing: -0.5px;
}
.Ul-Z3WUG5I > li > a .Text .First,
.Ul-Z3WUG5I > li > a .Text .Second {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Ul-Z3WUG5I > li > a .Text .Second {
  font-size: 13px;
  color: rgba(61, 61, 61, 0.7);
  font-weight: 400;
}

.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 #D8DFEB;
  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: rgba(61, 61, 61, 0.8);
  border-radius: 50px;
}

.Ul-KKGEZBJ {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.Ul-KKGEZBJ > li > a {
  display: block;
  height: 190px;
  padding: 20px;
  border: 1px solid #D8DFEB;
  border-radius: 12px;
  transition: border 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ > li > a {
    height: 116px;
    padding: 12px 15px;
  }
}
.Ul-KKGEZBJ > li > a:hover {
  border-color: var(--primary);
  box-shadow: 4px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.Ul-KKGEZBJ > li > a .Title {
  min-height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color7);
  line-height: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ > li > a .Title {
    min-height: 61px;
    -webkit-line-clamp: 3;
  }
}
.Ul-KKGEZBJ > li > a .Date {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
  text-align: right;
}
.Ul-KKGEZBJ > li > a .Detail {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.8);
  line-height: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ > li > a .Tag {
    margin-top: 13px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(61, 61, 61, 0.8);
  }
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ.Style2 {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ.Style2 > li + li {
    border-top: 1px solid #D8DFEB;
  }
}
.Ul-KKGEZBJ.Style2 > li > a {
  height: 160px;
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ.Style2 > li > a:hover {
    border-color: #D8DFEB;
    box-shadow: none;
  }
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ.Style2 > li > a {
    height: auto;
    padding: 25px 0 20px 0;
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) {
  .Ul-KKGEZBJ.Style2 > li > a .Title {
    min-height: auto;
    font-size: 15px;
    font-weight: 500;
    -webkit-line-clamp: 1;
  }
}
.Ul-KKGEZBJ.Style2 > li > a .DateMo {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
}

.Box-8J89074 {
  margin: 0 auto;
  width: 383px;
}
@media screen and (max-width: 1023px) {
  .Box-8J89074 {
    width: 100%;
  }
}
.Box-8J89074.Style2 {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .Box-8J89074.Style2 {
    padding: 15px;
    background-color: #F5F6F7;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .Box-8J89074.Style2 .First {
    margin-top: 0;
  }
}
.Box-8J89074 .Count {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .Box-8J89074 .Count {
    margin-bottom: 15px;
  }
}
.Box-8J89074 .First {
  font-size: 20px;
  font-weight: 700;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .Box-8J89074 .First {
    font-size: 15px;
  }
}
.Box-8J89074 .Second {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color7);
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .Box-8J89074 .Second {
    font-size: 13px;
    line-height: 20px;
  }
}
.Box-8J89074 .Second > li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.Box-8J89074 .Second > li::before {
  content: "·";
  display: inline-block;
  line-height: 20px;
}

.Layer-5MLJQRUN {
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 30;
  width: 100%;
  display: block;
  padding: 16px 20px;
  overflow: auto;
  background-color: var(--white);
  border-radius: 30px 30px 0 0;
  transition: bottom 0.25s ease-in-out;
}
.Layer-5MLJQRUN > ul > li input[type=radio] {
  display: none;
}
.Layer-5MLJQRUN > ul > li input[type=radio]:checked + .Btn {
  font-weight: 600;
  color: var(--color7);
}
.Layer-5MLJQRUN > ul > li .Btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.4);
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

.Ul-VKJEQ7Y {
  margin-top: 20px;
}
.Ul-VKJEQ7Y > li + li {
  margin-top: 28px;
}
@media screen and (max-width: 1023px) {
  .Ul-VKJEQ7Y > li + li {
    margin-top: 15px;
  }
}
.Ul-VKJEQ7Y > li {
  padding: 12px 0;
  border-bottom: 1px solid #EFEFF0;
}
@media screen and (max-width: 1023px) {
  .Ul-VKJEQ7Y > li {
    padding: 10px 0 20px;
  }
}
.Ul-VKJEQ7Y > li > a .Title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .Ul-VKJEQ7Y > li > a .Title {
    flex-direction: column;
    gap: 8px;
  }
}
.Ul-VKJEQ7Y > li > a .Title .Flag {
  display: inline-flex;
  gap: 2px;
}
.Ul-VKJEQ7Y > li > a .Title .Text {
  flex: 1 1 0%;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .Ul-VKJEQ7Y > li > a .Title .Text {
    -webkit-line-clamp: 1;
  }
}
.Ul-VKJEQ7Y > li > a .Title .Date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
}
.Ul-VKJEQ7Y > li > a .Detail {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.7);
  line-height: 16px;
  letter-spacing: -0.2px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .Ul-VKJEQ7Y > li > a .Detail {
    margin-top: 8px;
    -webkit-line-clamp: 1;
  }
}
.Ul-VKJEQ7Y > li > a .DateMo {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
  text-align: right;
}
.Ul-VKJEQ7Y > li .Tag {
  margin-top: 16px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.8);
}
@media screen and (max-width: 1023px) {
  .Ul-VKJEQ7Y > li .Tag {
    margin-top: 8px;
    gap: 10px;
  }
}
.Ul-VKJEQ7Y > li .Tag > li > a {
  border-bottom: 1px solid transparent;
}
.Ul-VKJEQ7Y > li .Tag > li > a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.LayerOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1023px) {
  .LayerOverlay.On {
    display: block;
  }
}

.Box-8SU77QS {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .Box-8SU77QS {
    margin-bottom: 15px;
  }
}
.Box-8SU77QS .Btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.Box-8SU77QS .Btn .Toggle {
  transition: transform 0.25s ease-in-out;
}
.Box-8SU77QS .LayerOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1023px) {
  .Box-8SU77QS .LayerOverlay.On {
    display: block;
  }
}
.Box-8SU77QS .Layer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 10;
  width: 640px;
  padding: 32px;
  background-color: var(--white);
  border: 1px solid rgba(61, 61, 61, 0.6);
  border-radius: 16px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .Box-8SU77QS .Layer {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: -100%;
    z-index: 40;
    width: 100%;
    display: block;
    min-width: auto;
    padding: 30px;
    overflow: auto;
    background-color: var(--white);
    border: none;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  }
}
.Box-8SU77QS .Layer.On {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .Box-8SU77QS .Layer.On {
    bottom: 0;
  }
}
.Box-8SU77QS .Layer .Body .Category {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color7);
  border-bottom: 1px solid #EEE;
}
.Box-8SU77QS .Layer .Body > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .Box-8SU77QS .Layer .Body > ul {
    margin-top: 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-height: 300px;
    overflow: auto;
  }
}
.Box-8SU77QS .Layer .Body > ul > li .Box_chkbox {
  align-items: center;
}
.Box-8SU77QS .Layer .Body > ul > li .Box_chkbox .Text {
  flex: 1 1 0%;
  line-height: 20px;
}
.Box-8SU77QS .Layer .Footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .Box-8SU77QS .Layer .Footer {
    margin-top: 25px;
  }
}

.Layer-5MLJQRUN input[type=radio] {
  display: none;
}
.Layer-5MLJQRUN input[type=radio]:checked + .Btn {
  font-weight: 600;
  color: var(--color7);
}
.Layer-5MLJQRUN .Btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.4);
  transition: color 0.25s ease-in-out;
  cursor: pointer;
}

.Ul-O7GCS9O {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.6);
}
.Ul-O7GCS9O > li > a {
  border-bottom: 1px solid transparent;
}
.Ul-O7GCS9O > li > a.On {
  font-weight: 700;
  color: var(--color7);
}
.Ul-O7GCS9O > li > a:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.6);
}
.Ul-O7GCS9O > li.Box-G64JGZJ {
  position: relative;
}
.Ul-O7GCS9O > li.Box-G64JGZJ .Layer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 10;
  min-width: 89px;
  padding: 20px;
  background-color: var(--white);
  border: 1px solid rgba(61, 61, 61, 0.6);
  border-radius: 4px;
  transition: opacity 0.25s ease-in-out, visibility 0s 0.25s ease-in-out;
}
.Ul-O7GCS9O > li.Box-G64JGZJ .Layer.On {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease-in-out;
}
.Ul-O7GCS9O > li.Box-G64JGZJ .Layer .Body > ul > li + li {
  margin-top: 17px;
}
.Ul-O7GCS9O > li.Box-G64JGZJ .Layer .Body > ul > li > a {
  line-height: 16px;
  border-bottom: 1px solid transparent;
}
.Ul-O7GCS9O > li.Box-G64JGZJ .Layer .Body > ul > li > a:hover {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
.Box-Y62D4PO {
  margin-top: 44px;
}
@media screen and (max-width: 1023px) {
  .Box-Y62D4PO {
    margin-top: 30px;
  }
}
.Box-Y62D4PO .Title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color7);
  line-height: 24px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .Box-Y62D4PO .Title {
    font-size: 16px;
  }
}
.Box-Y62D4PO .Detail {
  margin-top: 32px;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .Box-Y62D4PO .Detail {
    margin-top: 30px;
    padding-left: 0;
  }
}
.Box-Y62D4PO .Detail > .Sub {
  font-size: 20px;
  font-weight: 700;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .Box-Y62D4PO .Detail > .Sub {
    font-size: 16px;
  }
}
.Box-Y62D4PO .Detail > ul {
  margin-top: 20px;
}
.Box-Y62D4PO .Detail > ul > li + li {
  margin-top: 20px;
}
.Box-Y62D4PO .Detail > ul > li .SubTitle {
  font-size: 16px;
  font-weight: 700;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .Box-Y62D4PO .Detail > ul > li .SubTitle {
    font-size: 14px;
  }
}
.Box-Y62D4PO .Detail > ul > li .Desc {
  margin-top: 4px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 20px;
}

.Box-Z5V6GQL {
  margin-top: 44px;
}
.Box-Z5V6GQL .Title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Title {
    font-size: 16px;
  }
}
.Box-Z5V6GQL .Detail {
  margin-top: 24px;
  padding: 40px;
  background-color: #F8F8F8;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail {
    margin-top: 12px;
    padding: 20px;
    font-size: 14px;
  }
}
.Box-Z5V6GQL .Detail .First > li + li {
  margin-top: 20px;
}
.Box-Z5V6GQL .Detail .First > li .SubTitle {
  font-size: 16px;
  font-weight: 700;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .SubTitle {
    font-size: 14px;
  }
}
.Box-Z5V6GQL .Detail .First > li .Desc {
  margin-top: 4px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 20px;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox {
  margin-top: 20px;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .BtnToggle {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.3px;
  background-color: var(--white);
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .BtnToggle {
    height: 44px;
    padding: 0 12px;
  }
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .BtnToggle > img {
  transition: transform 0.25s ease-in-out;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content {
  display: none;
  padding: 20px 40px;
  background-color: var(--white);
  border-radius: 0 0 16px 16px;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content {
    padding: 0 12px 12px;
  }
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content.On {
  display: block;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 {
    gap: 22px;
    overflow-x: auto;
  }
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail {
  position: relative;
  display: block;
  width: 132px;
  height: 183px;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail {
    width: 75px;
    height: 109px;
  }
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail .ImgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #DEE2E6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail .ImgBox > img {
  width: 100%;
  height: 100%;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail .ContentBox {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 109px;
  height: 154px;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail .ContentBox {
    left: 10px;
    width: 57px;
    height: auto;
  }
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail .ContentBox > .Text {
  margin-top: 15px;
  width: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 20px;
  letter-spacing: -0.3px;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail .ContentBox > .Text {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .Thumbnail:hover .Text {
  transform: scale(1.05);
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .InfoText {
  margin-top: 20px;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .InfoText .Category {
  display: inline-flex;
  flex-direction: row;
  gap: 0;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  letter-spacing: -0.3px;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .InfoText .Category > span {
  border-bottom: 1px solid transparent;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .InfoText .Category:hover > span {
  border-bottom: 1px solid #757575;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .InfoText .Title {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 18px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .Ul-K5WFDA4 > li .InfoText .Title:hover {
  text-decoration: underline;
}
.Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .BtnBox {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .BtnBox {
    margin-top: 30px;
  }
  .Box-Z5V6GQL .Detail .First > li .ToggleBox > .Content > .BtnBox .BtnReportMore {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #333;
  }
}
.Box-Z5V6GQL .Detail .Second {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Detail .Second {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.Box-Z5V6GQL .Detail .Second > li > a {
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.8);
  background-color: var(--white);
  border: 1px solid rgba(61, 61, 61, 0.4);
  border-radius: 20px;
}
.Box-Z5V6GQL .Detail .Second > li > a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.Box-Z5V6GQL .Sub {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid #D8DFEB;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Sub {
    margin-top: 30px;
  }
}
.Box-Z5V6GQL .Sub .Text {
  flex: 1 1 0%;
  font-size: 16px;
  font-weight: 600;
  color: var(--color7);
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .Box-Z5V6GQL .Sub .Text {
    font-size: 14px;
  }
}
.Box-Z5V6GQL .Sub .Text .Second {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(61, 61, 61, 0.6);
}
.Box-Z5V6GQL .Sub .Date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.6);
  letter-spacing: -0.2px;
}

.Box-1CSR989 {
  margin-top: 64px;
}
@media screen and (max-width: 1023px) {
  .Box-1CSR989 {
    margin-top: 30px;
  }
}
.Box-1CSR989 .Title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color7);
}
@media screen and (max-width: 1023px) {
  .Box-1CSR989 .Title {
    font-size: 16px;
  }
}
.Box-1CSR989 .Title .Accent {
  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;
}
@media screen and (max-width: 1023px) {
  .Box-1CSR989 .Title .Accent {
    text-decoration-line: none;
  }
}
.Box-1CSR989 .Ul-6H3GDU4 {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .Box-1CSR989 .Ul-6H3GDU4 {
    margin-top: 0;
  }
}
.Box-1CSR989 .Ul-6H3GDU4 > li + li {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .Box-1CSR989 .Ul-6H3GDU4 > li + li {
    margin-top: 0;
    border-top: 1px solid #EFEFF0;
  }
}
.Box-1CSR989 .Ul-6H3GDU4 > li {
  padding: 12px 0;
  border-bottom: 1px solid #EFEFF0;
}
@media screen and (max-width: 1023px) {
  .Box-1CSR989 .Ul-6H3GDU4 > li {
    padding: 25px 0 20px 0;
    border-bottom: none;
  }
}
.Box-1CSR989 .Ul-6H3GDU4 > li > a:hover .Title .Text {
  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;
}
.Box-1CSR989 .Ul-6H3GDU4 > li .Title {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.Box-1CSR989 .Ul-6H3GDU4 > li .Title .Text {
  flex: 1 1 0%;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .Box-1CSR989 .Ul-6H3GDU4 > li .Title .Text {
    font-weight: 500;
    color: var(--color7);
    text-decoration-line: none;
  }
}
.Box-1CSR989 .Ul-6H3GDU4 > li .Title .Page {
  font-size: 12px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.7);
  letter-spacing: -0.5px;
}
.Box-1CSR989 .Ul-6H3GDU4 > li .Detail {
  margin-top: 8px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.7);
  line-height: 16px;
  letter-spacing: -0.2px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Box-1CSR989 .Ul-6H3GDU4 > li .DateMo {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
}
.Box-1CSR989 .Box-GQRVL8HB {
  margin-top: 15px;
}

.Box-N3BSBDO {
  padding: 5px 20px 5px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--primary);
}
.Box-N3BSBDO .TextInput_1 {
  flex: 1 1 0%;
  margin-right: 10px;
  padding: 0;
  border: none;
}

.Ul-5XXH6D8 > li .Title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color7);
  line-height: 24px;
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 {
  margin-top: 15px;
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-slide {
  display: flex;
  justify-content: center;
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-slide .ImgBox {
  border: 1px solid #BFC3C8;
  box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.05);
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-next,
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-prev {
  width: 51px;
  height: 51px;
  transition: opacity 0.25s ease-in-out;
  transform: translateY(-14px);
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-prev {
  left: 0;
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-next {
  right: 0;
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-next:after,
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-prev:after {
  display: none;
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-next.swiper-button-disabled,
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-pagination {
  position: static;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
}
.Ul-5XXH6D8 > li .Swiper-5LZLIF9 .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  color: var(--color7);
}
.Ul-5XXH6D8 > li .Text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #EEE;
}
.Ul-5XXH6D8 > li .Text > div + div {
  margin-top: 6px;
}
.Ul-5XXH6D8 > li .Text .Category {
  font-size: 12px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.7);
}
.Ul-5XXH6D8 > li .Text .Coin {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
}
.Ul-5XXH6D8 > li .Text .Date {
  font-size: 13px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
}

.Box-YZNRQJ0 {
  margin-top: 20px;
  padding: 30px 0;
  background-color: #F2F5FF;
}
.Box-YZNRQJ0 .Text {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color7);
}
.Box-YZNRQJ0 > ul {
  margin-top: 15px;
  display: flex;
  gap: 6px;
  padding: 0 20px;
  overflow: auto;
}
.Box-YZNRQJ0 > ul > li .Item {
  display: block;
  width: 260px;
  padding: 15px;
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid #D8DFEB;
}
.Box-YZNRQJ0 > ul > li .Item .Box_chkbox .Text {
  margin-left: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.Box-YZNRQJ0 > ul > li .Item .Box_chkbox .Text .Sub {
  flex: 1 1 0%;
  font-size: 13px;
  font-weight: 400;
  color: var(--color7);
  width: 185px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Box-YZNRQJ0 > ul > li .Item .Coin {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color7);
}
.Box-YZNRQJ0 > ul > li .Item .Coin .Line {
  position: relative;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.4);
}
.Box-YZNRQJ0 > ul > li .Item .Coin .Line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(61, 61, 61, 0.4);
}
.Ul-HO2QL6B > li .Title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color7);
}
.Ul-HO2QL6B > li .Detail {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color7);
  line-height: 24px;
  letter-spacing: -0.2px;
}
.Ul-HO2QL6B > li .Detail > strong {
  display: block;
  font-weight: 600;
}
.Ul-HO2QL6B > li .Tag {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color7);
}
.Ul-HO2QL6B > li .Tag > ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.Ul-HO2QL6B > li .Tag > ul > li > a {
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(61, 61, 61, 0.8);
  border: 1px solid rgba(61, 61, 61, 0.4);
  border-radius: 20px;
}

.Box-TQVNMCZ {
  margin-top: 0;
}

.Box-E2GIBW0 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 88px;
  display: flex;
  gap: 12px;
  padding: 20px;
  background-color: var(--white);
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
}



/*20250122154415*/
a:hover {
  text-decoration: none;
}
.Box-0CTQKULO {
  position: relative;
}
.Box-0CTQKULO .Swiper-Z3AVYQB,
.Box-0CTQKULO .Swiper-P3ZVL9I {
  width: 1092px;
}
@media screen and (max-width: 1023px) {
  .Box-0CTQKULO .Swiper-Z3AVYQB,
  .Box-0CTQKULO .Swiper-P3ZVL9I {
    width: 100%;
  }
}
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-prev:after,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-rtl .swiper-button-next:after,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-next:after,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-rtl .swiper-button-prev:after,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-next.swiper-button-disabled,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-prev.swiper-button-disabled,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-prev:after,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-rtl .swiper-button-next:after,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-next:after,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-rtl .swiper-button-prev:after,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-next.swiper-button-disabled,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-prev,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-rtl .swiper-button-next,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-next,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-rtl .swiper-button-prev {
  top: 160px;
  width: 51px;
}
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-prev,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-rtl .swiper-button-next,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-prev,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-rtl .swiper-button-next {
  left: -4px;
}
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-button-next,
.Box-0CTQKULO .SwiperBtnBox-Z3AVYQB .swiper-rtl .swiper-button-prev,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-next,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-rtl .swiper-button-prev {
  right: -4px;
}
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-prev,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-rtl .swiper-button-next,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-button-next,
.Box-0CTQKULO .SwiperBtnBox-P3ZVL9I .swiper-rtl .swiper-button-prev {
  top: 24px;
  width: 51px;
}
.Box-8J89074 {
  width: 100%;
}



/*202501239158*/
.SectionTitle.Style2 .First {
  font-size: 14px;
}
.Ul-9KIMVJV > li .Tag {
  height: 14px;
  overflow: hidden;
}
#header {
  border-bottom: 1px solid #acaeaf;
}
.Layer-DEATENQ {
  z-index: 300;
}
.SectionTitle .Second .Filter > li > button {
  font-size: 12px;
}
.FloatingBtn {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}


/*202502393110*/
.Box-9LGW2DU {
  margin-top: 20px;
}
.Box-9LGW2DU .Sub {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid #D8DFEB;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .Box-9LGW2DU .Sub {
    margin-top: 30px;
  }
}
.Box-9LGW2DU .Sub .Text {
  flex: 1 1 0%;
  font-size: 16px;
  font-weight: 600;
  color: var(--color7);
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1023px) {
  .Box-9LGW2DU .Sub .Text {
    font-size: 14px;
  }
}
.Box-9LGW2DU .Sub .Text .Second {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(61, 61, 61, 0.6);
}
.Box-9LGW2DU .Sub .Date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(61, 61, 61, 0.6);
  letter-spacing: -0.2px;
}