:root {
  --color--primary: #222222;
  --color--D-gray: #626262;
  --color--gray: #767676;
  --color--L-gray: #e9e9e9;
  --color--text: #222222;
  --color--red: #f53743;
  --section-width: 1200px;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
cite,
code,
del,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
textarea,
input,
select {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

body {
  min-width: 320px;
  background: #fff;
  color: var(--color--text);
  font-size: 14px;
  line-height: 1.5;
}

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

button,
input,
select {
  border: 0;
  background: transparent;
  font: inherit;
}

button {
  cursor: pointer;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.section__inner {
  width: calc(100% - 48px);
  max-width: var(--section-width);
  height: auto;
  margin: 0 auto;
}

.pc-show {
  display: block;
}

.mo-show {
  display: none;
}

.header {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 900;
  border-bottom: 1px solid var(--color--L-gray);
}

.header-top__banner {
  width: 100%;
  height: 48px;
  background-color: var(--color--primary);
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}

.header-top__inner {
  position: relative;
  width: calc(100% - 48px);
  max-width: var(--section-width);
  margin: 0 auto;
}

.header-top-div {
  display: flex;
  justify-content: center;
  line-height: 48px;
}

.header-top__banner em {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.header-top__banner a {
  margin-left: 8px;
  color: #fff;
  font-weight: 500;
}

.btn-top-banner {
  position: absolute;
  right: 20px;
  top: 50%;
  padding-right: 28px;
  color: #fff;
  transform: translateY(-50%);
}

.btn-top-banner::before,
.btn-top-banner::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
}

.btn-top-banner::before {
  transform: translateY(-50%) rotate(45deg);
}

.btn-top-banner::after {
  transform: translateY(-50%) rotate(-45deg);
}

.header-container-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--section-width);
  margin: 0 auto;
  padding-top: 20px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.header__inner.header_gnb {
  height: 80px;
  max-width: 1240px;
}

.header__left,
.header__right {
  display: flex;
  align-items: center;
  height: 100%;
}

.main-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 60px;
}

.main-logo a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.main-logo img {
  display: block;
  width: 136px;
}

.header-search-wrap {
  flex: 1;
  justify-content: center;
}

.header-search__box {
  width: 700px;
  max-width: 100%;
}

.header-search__box > form {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  height: 44px;
  margin-left: 10px;
  padding: 0 0 0 20px;
}

.common-select {
  width: 116px;
  height: 40px;
  padding-left: 17px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: var(--color--D-gray);
  background: #fff;
}

.item-search {
  flex: 1;
  min-width: 0;
}

.item-search__input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: var(--color--text);
}

.item-search__input::placeholder {
  color: #9f9f9f;
}

.ai-btn-res {
  display: flex;
  position: relative;
  justify-content: center;
}

.srh-button,
.sparkle-button {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 40px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  transition: border 0.2s, background 0.2s;
}

.srh-button {
  color: #fff;
  background: #222;
}

.sparkle-button {
  color: #626262;
  background: #f8f8f8;
}

.srh-button:hover,
.sparkle-button:hover {
  border: 1px solid #999;
}

.search-ico,
.sparkle-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.search-ico::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.search-ico::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.sparkle-icon::before,
.sparkle-icon::after {
  content: "";
  position: absolute;
  background: #222;
  transform: rotate(45deg);
}

.sparkle-icon::before {
  left: 4px;
  top: 0;
  width: 6px;
  height: 14px;
  clip-path: polygon(50% 0, 68% 38%, 100% 50%, 68% 62%, 50% 100%, 32% 62%, 0 50%, 32% 38%);
}

.sparkle-icon::after {
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
}

.header-btn__list {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-left: 20px;
}

.header-btn__item {
  position: relative;
}

.header-btn__item > a {
  display: block;
  min-width: 70px;
  color: var(--color--D-gray);
  text-align: center;
}

.header-btn__item::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: var(--color--D-gray);
  transform: translateY(-50%);
}

.header-btn__item:last-child::after {
  display: none;
}

.header .gnb {
  height: 100%;
}

.gnb__list {
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: 8px;
}

.gnb__item,
.gnb__item1 {
  position: relative;
  height: 100%;
}

.gnb__item > a,
.gnb__item1 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 140px;
  height: 100%;
  font-size: 18px;
  line-height: 2;
  color: var(--color--text);
  text-align: center;
  font-weight: 500;
}

.gnb__item > a::after,
.gnb__item1 > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: var(--color--primary);
  transform: translateX(-50%);
  transition: width 0.3s;
}

.gnb__item:hover > a::after,
.gnb__item1:hover > a::after {
  width: 48px;
}

.new-badge {
  margin-left: 3px;
  color: var(--color--red);
  font-size: 12px;
  font-weight: 700;
}

.kid_blocks {
  position: absolute;
  bottom: 14px;
  display: flex;
  gap: 4px;
}

.kid_blocks i {
  width: 6px;
  height: 6px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.kid_blocks i:nth-child(1) {
  background: #ff6b6b;
}

.kid_blocks i:nth-child(2) {
  background: #4dabf7;
}

.kid_blocks i:nth-child(3) {
  background: #ffd43b;
}

.kid_block_animate:hover .kid_blocks i {
  opacity: 1;
  transform: translateY(0);
}

.lnb__wrap {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  overflow: visible;
  width: max-content;
  min-width: 360px;
  max-width: calc(100vw - 48px);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  z-index: 900;
}

.gnb__item:hover .lnb__wrap {
  display: block;
}

.lnb__inner {
  display: flex;
  width: max-content;
  max-width: calc(100vw - 48px);
  min-height: 0;
  margin: 0;
  padding: 20px;
}

.lnb__wrap--wide {
  min-width: 180px;
}

.lnb__wrap--compact {
  min-width: 180px;
}

.lnb__wrap--special {
  min-width: 180px;
}

.gnb_right .lnb__wrap {
  left: auto;
  right: 0;
}

.lnb__wrap--community {
  min-width: 170px;
}

.lnb__wrap--community .lnb__inner {
  min-height: 0;
}

.lnb__wrap--community .depth-2__list {
  width: 170px;
}

.lnb__wrap--community .lnb__right {
  grid-template-columns: minmax(180px, 1fr);
  min-width: 230px;
}

.depth-2__list {
  width: 180px;
  padding-right: 0;
  border-right: 1px solid #e0e0e0;
}

.depth-2__list > li {
  position: relative;
}

.depth-2__list > li + li {
  margin-top: 4px;
}

.depth-2__list > li > a {
  display: block;
  position: relative;
  padding: 12px 28px 12px 8px;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  transition: color 0.3s, font-weight 0.3s;
}

.depth-2__list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 0;
  border-radius: 2px;
  background-color: var(--color--primary);
  transform: translateY(-50%);
  transition: height 0.3s;
}

.depth-2__list > li > a:hover,
.depth-2__list > li > a:focus,
.depth-2__list > li.side-lnb:hover > a,
.depth-2__list > li.side-lnb:focus-within > a {
  color: var(--color--primary);
  font-weight: 600;
}

.depth-2__list > li > a:hover::before,
.depth-2__list > li > a:focus::before,
.depth-2__list > li.side-lnb:hover > a::before,
.depth-2__list > li.side-lnb:focus-within > a::before {
  height: 24px;
}

.lnb__right {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 25px;
  flex: 1;
  min-width: 520px;
  padding-left: 35px;
}

.depth-2__list > li.side-lnb > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  opacity: 0;
  transform: translate(-10px, -50%) rotate(-45deg);
  transition: transform 0.3s, opacity 0.3s, border-color 0.3s;
}

.depth-2__list > li.side-lnb:hover > a::after,
.depth-2__list > li.side-lnb:focus-within > a::after {
  border-color: var(--color--primary);
  opacity: 1;
  transform: translate(0, -50%) rotate(-45deg);
}

.depth-2__list > li.side-lnb > .lnb__right {
  display: grid;
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
  min-width: 240px;
  padding: 18px 24px;
  border-left: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 12px 14px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 2;
}

.depth-2__list > li.side-lnb:hover > .lnb__right,
.depth-2__list > li.side-lnb:focus-within > .lnb__right {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.lnb__wrap--wide .depth-2__list > li.side-lnb > .lnb__right {
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  min-width: 560px;
}

.lnb__wrap--compact .depth-2__list > li.side-lnb > .lnb__right,
.lnb__wrap--special .depth-2__list > li.side-lnb > .lnb__right,
.lnb__wrap--community .depth-2__list > li.side-lnb > .lnb__right {
  grid-template-columns: minmax(180px, 1fr);
  min-width: 230px;
}

.lnb__wrap--special .depth-2__list > li.side-lnb > .lnb__right,
.lnb__wrap--community .depth-2__list > li.side-lnb > .lnb__right {
  right: auto;
}

.lnb__wrap--special .lnb__right--single .depth-3__col a,
.lnb__wrap--community .lnb__right--single .depth-3__col a {
  margin: 0;
  padding: 7px 0;
}

.lnb__wrap--compact .lnb__inner > .lnb__right,
.lnb__wrap--special .lnb__inner > .lnb__right {
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  min-width: 0;
}

.depth-3__title {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.depth-3__col a {
  display: block;
  width: 100%;
  margin: 7px 0;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--color--gray);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.depth-3__item a {
  display: block;
  margin: 7px 0;
  color: var(--color--gray);
  font-size: 14px;
}

.depth-3__col a:hover,
.depth-3__col a:focus,
.depth-3__col a:active,
.depth-3__item a:hover,
.depth-3__item a:focus,
.depth-3__item a:active {
  color: #fff;
  background-color: var(--color--primary);
}

.beta-badge {
  display: inline-block;
  margin-left: 2px;
  color: var(--color--red);
  font-size: 12px;
  font-weight: 700;
  vertical-align: baseline;
}

.btn-item-add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  border: 1px solid var(--color--primary);
  border-radius: 8px;
  color: var(--color--text);
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}

.btn-item-add:hover,
.btn-item-add:focus,
.btn-item-add:active {
  background-color: var(--color--primary);
  color: #fafafa;
}

.main {
  padding-top: 20px;
  padding-bottom: 40px;
}

.visual__inner {
  display: flex;
  column-gap: 22px;
  width: calc(100% - 48px);
  max-width: 1880px;
  aspect-ratio: 3.917 / 1;
  margin: 0 auto;
}

.visual-swiper {
  position: relative;
  width: 73.4%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

.swiper-slide {
  display: none;
  position: relative;
}

.swiper-slide.is-active {
  display: block;
}

.placeholder-photo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #aaa;
}

.visual-banner__img,
.main-banner__image,
.slide-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.placeholder-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 18% 35%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(115deg, #55453b, #9a7456 42%, #242424);
}

.placeholder-photo::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 9%;
  width: 34%;
  height: 58%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.placeholder-photo--rare::before {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.55)),
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(120deg, #2f3d52, #936d49 52%, #1f1f1f);
}

.placeholder-photo--schedule::before {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.04) 46%, rgba(0, 0, 0, 0.5)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 88px),
    linear-gradient(120deg, #3e4454, #ad9674);
}

.placeholder-photo--event::before {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.4)),
    radial-gradient(circle at 28% 32%, rgba(245, 55, 67, 0.38), transparent 22%),
    linear-gradient(115deg, #2f3032, #b76a67 48%, #4e4642);
}

.placeholder-photo--kidult::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.16)),
    radial-gradient(circle at 67% 47%, rgba(255, 255, 255, 0.42), transparent 24%),
    linear-gradient(110deg, #4a4141, #8a8581 48%, #d9d2c5);
}

.placeholder-photo--kidult::after {
  right: 9%;
  bottom: 11%;
  width: 42%;
  height: 42%;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(#f6f1e9, #d6cec2) 0 100% / 30% 45% no-repeat,
    linear-gradient(#fbf7ef, #d9d1c6) 31% 74% / 22% 62% no-repeat,
    linear-gradient(#f6f1e9, #d2c8bc) 55% 100% / 28% 50% no-repeat,
    linear-gradient(#fff, #cfc6ba);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.placeholder-photo--life::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.28)),
    radial-gradient(circle at 12% 72%, rgba(110, 91, 72, 0.22), transparent 27%),
    linear-gradient(115deg, #f4efe4, #d8c7b4 54%, #c6b19c);
}

.placeholder-photo--premium::before {
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.06) 54%, rgba(0, 0, 0, 0.38)),
    linear-gradient(120deg, #ede6dc, #a79071 46%, #282828);
}

.placeholder-photo--premium span {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.visual-swiper__text {
  position: absolute;
  left: 52px;
  top: 20%;
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
  max-width: 660px;
  color: #fff;
  transform: none;
  z-index: 2;
}

.visual-swiper__title > .title-info {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5;
}

.visual-swiper__title > .title {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

.visual-swiper__date {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.visual__link,
.main-banner__link,
.slide-banner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.visual__link {
  border: 1px solid #fff;
  color: #fff;
}

.visual-swiper__button {
  display: flex;
  align-items: center;
  position: absolute;
  left: max(30px, calc(50% - 460px));
  bottom: 40px;
  column-gap: 4px;
  width: fit-content;
  z-index: 10;
}

.swiper-pagination {
  width: fit-content;
  margin-right: 4px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-stop {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
}

.swiper-button-prev::before,
.swiper-button-next::before,
.swiper-button-stop::before,
.swiper-button-stop::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  background: transparent;
}

.swiper-button-prev::before {
  left: 15px;
  transform: translateY(-50%) rotate(-45deg);
}

.swiper-button-next::before {
  left: 11px;
  transform: translateY(-50%) rotate(135deg);
}

.swiper-button-stop::before,
.swiper-button-stop::after {
  width: 3px;
  height: 14px;
}

.swiper-button-stop::before {
  left: 13px;
}

.swiper-button-stop::after {
  right: 13px;
}

@media (min-width: 1400px) {
  .main-page > .main__container > .visual__section:first-child .visual-swiper__text {
    left: 38%;
  }

  .main-page > .main__container > .visual__section:first-child .visual-swiper__button {
    left: calc(38% - 330px);
  }
}

.main-banner__wrap {
  position: relative;
  overflow: hidden;
  width: 26.6%;
  height: 100%;
  border-radius: 8px;
}

.main-banner__bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 60px);
  max-width: 320px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}

.main-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 60px);
  max-width: 320px;
  height: 100%;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
}

.main-banner__text--button-only {
  left: 0;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  padding-bottom: 18px;
  color: var(--color--text);
  transform: none;
}

.main-banner__title {
  display: block;
  margin-bottom: 28px;
}

.main-banner__title .title-info {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.main-banner__title .title {
  display: block;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

.main-banner__link {
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--color--text);
}

.premium-side .main-banner__bg {
  display: none;
}

.premium-side .main-banner__text {
  justify-content: center;
  width: calc(100% - 56px);
  color: #222;
}

.premium-side .main-banner__title {
  margin-bottom: 22px;
}

.premium-side .main-banner__title .title-info {
  font-size: 14px;
  line-height: 1.7;
}

.premium-side .main-banner__title .title {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.main-banner__date {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
  text-align: center;
}

.premium-side .main-banner__link {
  border-color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.premium-side .main-banner__text--button-only {
  justify-content: flex-end;
  width: 100%;
}

.category__section {
  padding: 70px 0;
}

.category__section .section__inner {
  max-width: 1320px;
}

.category__list {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: baseline;
}

.category__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.category__img {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid var(--color--L-gray);
  border-radius: 50%;
  background-color: #fafafa;
  transition: border 0.3s, background 0.3s;
}

.category__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.category__item:hover .category__img {
  background-color: #fff;
  border-color: var(--color--primary);
}

.category__item a > span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color--text);
  text-align: center;
  white-space: nowrap;
}

.best-item__section,
.live-item__section {
  padding-bottom: 100px;
}

.main__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.main__sub-text {
  position: relative;
  margin-top: 4px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color--gray);
  text-align: center;
}

.view-more__link {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 23px;
  font-size: 16px;
  line-height: 2;
  color: var(--color--D-gray);
}

.view-more__link::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 0;
  font-weight: 600;
}

.item__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  min-width: 0;
}

.item__grid.repeat4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.item__box a {
  display: block;
  min-width: 0;
}

.item__box {
  min-width: 0;
}

.item__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 11px;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background-color: #fff;
}

.fake-img {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}

.item__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fake-img::before,
.fake-img::after {
  content: "";
  position: absolute;
}

.fake-img::before {
  inset: 12%;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.fake-img::after {
  left: 50%;
  top: 50%;
  width: 46%;
  height: 46%;
  border-radius: 50%;
  background: var(--item-color, #999);
  opacity: 0.88;
  transform: translate(-50%, -50%);
}

.fake-img__label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  color: rgba(34, 34, 34, 0.62);
  font-size: 11px;
  font-weight: 700;
}

.fake-img--electronics {
  --item-color: #52616f;
}

.fake-img--lp {
  --item-color: #1f1f1f;
}

.fake-img--ceramic {
  --item-color: #7e9f9a;
}

.fake-img--coin {
  --item-color: #b39a57;
}

.fake-img--paper {
  --item-color: #b7a88a;
}

.fake-img--watch {
  --item-color: #706d66;
}

.fake-img--camera {
  --item-color: #48515a;
}

.fake-img--book {
  --item-color: #875a4e;
}

.fake-img--toy {
  --item-color: #5f78b8;
}

.fake-img--art {
  --item-color: #8c5f76;
}

.btn-item-like {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color--L-gray);
  border-radius: 40px;
  background: #fafafa;
}

.btn-item-like::before,
.btn-item-like::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 20px;
  border-radius: 13px 13px 0 0;
  background: #b7b7b7;
}

.btn-item-like::before {
  left: 11px;
  top: 10px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.btn-item-like::after {
  right: 10px;
  top: 10px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.btn-item-like.on::before,
.btn-item-like.on::after {
  background: var(--color--red);
}

.item-text__wrap .item__title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 48px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color--text);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.item-text__wrap .item__price {
  margin-top: 4px;
}

.item-text__wrap .item__price > span {
  font-size: 16px;
  line-height: 2;
  color: var(--color--text);
}

.item-text__wrap .item__price > .price {
  margin-right: 2px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.item-info__wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 4px;
  flex-wrap: wrap;
  min-width: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.71;
  color: var(--color--D-gray);
}

.item-info__wrap > .bar {
  width: 1px;
  height: 12px;
  background-color: #9f9f9f;
}

.item-info.time {
  position: relative;
  padding-left: 28px;
}

.item-info.time::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color--D-gray);
  border-radius: 50%;
  transform: translateY(-50%);
}

.item-info.time::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 2px;
  background: var(--color--D-gray);
  transform: translateY(-50%) rotate(35deg);
  transform-origin: left center;
}

.item-info .count {
  margin-right: 2px;
}

.seller {
  margin-top: 8px;
  color: var(--color--D-gray);
  font-size: 13px;
}

.grade {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  border-radius: 50%;
  background: var(--grade-color, #d9d9d9);
  vertical-align: -2px;
}

.grade--01 {
  --grade-color: #a8b0bd;
}

.grade--02 {
  --grade-color: #9f8357;
}

.grade--03 {
  --grade-color: #5f8f9a;
}

.grade--05 {
  --grade-color: #1f1f1f;
}

.slide-banner__section {
  width: 100%;
  padding: 100px 0 100px 80px;
  background-color: #fafafa;
}

.slide-banner__section > .section__inner {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.slide-banner__text {
  width: 400px;
}

.slide-banner__text > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
}

.slide-banner__text > em {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}

.slide-banner__text > p {
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color--gray);
}

.slide-banner__link {
  background-color: var(--color--primary);
  color: #fff;
}

.banner-swiper__wrap {
  overflow: hidden;
  width: 100%;
  max-width: 680px;
}

.banner-swiper .swiper-slide {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.85 / 1;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background-color: #fff;
}

.banner-swiper__img_full {
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
}

.kidult__section {
  padding-top: 40px;
}

.kidult__section .main__title {
  margin-bottom: 40px;
}

.kidult__inner {
  width: calc(100% - 48px);
  max-width: var(--section-width);
  aspect-ratio: 3 / 1;
}

.kidult__inner .visual-swiper {
  width: 100%;
}

.kidult-swiper__button {
  left: 120px;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: calc(100% - 48px);
  max-width: var(--section-width);
  margin: 18px auto 0;
}

.card {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid var(--color--L-gray);
  border-radius: 4px;
  background: #fff;
}

.card-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 2px;
  background: #f8f8f8;
}

.card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 16px;
}

.card-title {
  overflow: hidden;
  margin-bottom: 8px;
  color: var(--color--text);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-price {
  color: var(--color--text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt70 {
  margin-top: 70px;
}

.special-main {
  padding-top: 34px;
}

.special-container {
  max-width: 1200px;
}

.special-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--color--gray);
  font-size: 14px;
}

.special-location a {
  color: var(--color--D-gray);
}

.special-location strong {
  color: #114da5;
  font-weight: 700;
}

.special-source {
  margin-bottom: 28px;
  color: #9a9a9a;
  font-size: 12px;
  text-align: right;
}

.special-section {
  padding-bottom: 70px;
}

.special-more {
  margin-top: -24px;
  margin-bottom: 18px;
  text-align: right;
}

.special-more a {
  color: #505050;
  font-size: 15px;
}

.special-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.special_box {
  min-width: 0;
}

.special_box > a {
  display: block;
  height: 100%;
  color: #505050;
}

.special-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background: #f8f8f8;
}

.special_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-card__title {
  margin: 12px 5px 4px;
  color: #222;
  font-size: 20px;
  line-height: 1.35;
}

.special-card__title strong {
  font-weight: 700;
}

.special-card__period {
  margin-left: 5px;
  color: #626262;
}

.special-card__ended {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 12px 0 0 5px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: #626262;
  font-size: 12px;
  font-weight: 700;
}

.special-noitem {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 170px;
  border: 1px solid #e6e8ed;
  border-radius: 8px;
  background: #fafafa;
}

.special-noitem-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  padding: 28px;
  color: #626262;
  line-height: 1.7;
  text-align: center;
}

.special-noitem-cont p:first-child {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.special-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 24px 0 30px;
}

.special-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  border: 1px solid #d9dee7;
  color: #4b5563;
  font-size: 16px;
  background: #fff;
}

.special-tabs a + a {
  border-left: 0;
}

.special-tabs a.active {
  border-color: #111827;
  color: #fff;
  background: #111827;
}

.special-detail__body {
  min-height: 220px;
}

.item__grid_4,
.special-live-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}

.special-live-section {
  padding-bottom: 0;
}

.special-live-card .item-text__wrap {
  padding-bottom: 8px;
}

.special-live__seller {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: var(--color--D-gray);
}

.special-pager {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 32px;
}

.special-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid #d9dee7;
  border-radius: 6px;
  color: #4b5563;
  background: #fff;
}

.special-pager a.active {
  border-color: #111827;
  color: #fff;
  background: #111827;
}

.special-pager .btn-pager::before {
  color: inherit;
  font-weight: 700;
}

.special-pager .btn-pager-first::before {
  content: "<<";
}

.special-pager .btn-pager-next::before {
  content: ">";
}

.special-pager .btn-pager-last::before {
  content: ">>";
}

.pick__section {
  position: relative;
  padding: 100px 0;
}

.secondhand {
  padding-top: 0;
}

.secondhand-main {
  padding-top: 20px;
}

.secondhand-page .visual__inner {
  max-width: var(--section-width);
  aspect-ratio: 3 / 1;
}

.secondhand-page .visual-swiper {
  width: 100%;
  border-radius: 10px;
}

.secondhand-page .visual-swiper__button {
  left: 150px;
  bottom: 40px;
}

.secondhand-title-section {
  padding: 70px 0 34px;
}

.secondhand-title-section .main__title {
  margin-bottom: 8px;
}

.semain__title {
  position: relative;
  margin-bottom: 18px;
  color: var(--color--text);
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
}

.secondhand-section {
  padding: 30px 0 64px;
}

.secondhand-section .section__inner {
  position: relative;
}

.seitem__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 20px;
}

.secondhand-category-section {
  padding: 42px 0 32px;
}

.secondhand-category__list {
  justify-content: center;
  gap: 34px;
}

.secondhand-category__list .category__item.current .category__img {
  border-color: #222;
  background: #fff;
}

.secondhand-mobile-category {
  display: none;
}

.secondhand-noitem {
  display: grid;
  place-items: center;
  min-height: 160px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  background: #fafafa;
}

.secondhand-page .item__title em {
  display: inline-flex;
  margin-right: 5px;
  color: #114da5;
  font-style: normal;
  font-weight: 700;
}

.kidult-main {
  padding-top: 20px;
}

.kidult-page .visual__inner {
  max-width: var(--section-width);
  aspect-ratio: 3 / 1;
}

.kidult-page .visual-swiper {
  width: 100%;
  border-radius: 10px;
}

.kidult-page .visual-swiper__button {
  left: 150px;
  bottom: 40px;
}

.kidult-page .swiper-slide[data-href] {
  cursor: pointer;
}

.kidult-title-section {
  padding: 70px 0 24px;
}

.kidult-category-section {
  padding: 36px 0 42px;
}

.kidult-category__list {
  justify-content: flex-start;
  gap: 22px;
  overflow-x: auto;
  padding: 0 0 12px;
  scrollbar-width: thin;
}

.kidult-category__item {
  flex: 0 0 92px;
}

.kidult-category__item .category__img {
  width: 72px;
  height: 72px;
}

.kidult-category__item.current .category__img {
  border-color: #222;
  background: #fff;
}

.kidult-category__item.is-disabled {
  opacity: 0.58;
}

.kidult-category__item > a > span {
  white-space: normal;
  word-break: keep-all;
}

.kidult-item-section {
  padding: 16px 0 64px;
}

.kidult-filter-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 0 18px;
}

.kidult-filter-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  color: #4b5563;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
}

.kidult-filter-list a.active {
  border-color: #111827;
  color: #fff;
  background: #111827;
}

.kidult-main .kid_main__sub-text b,
.kidult-main .kid_main__sub-text em {
  color: var(--color--text);
  font-style: normal;
  font-weight: 700;
}

.kidult-page .item__title em {
  display: inline-flex;
  margin-right: 5px;
  color: #114da5;
  font-style: normal;
  font-weight: 700;
}

.kidult-noitem {
  grid-column: 1 / -1;
}

.badge-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  background: var(--color--red);
  vertical-align: middle;
}

.kidult-seller-section {
  padding-top: 0;
}

.kidult-seller-empty {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 28px;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  color: #626262;
  text-align: center;
  background: #fafafa;
}

.kidult-seller-empty p {
  margin-bottom: 12px;
  line-height: 1.7;
}

.kidult-seller-empty a {
  color: #111827;
  font-weight: 700;
}

.community-main {
  padding-top: 28px;
}

.community-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: #767676;
  font-size: 14px;
}

.community-location span::before,
.community-location strong::before {
  content: "›";
  margin-right: 10px;
  color: #b0b0b0;
}

.community-location strong {
  color: #114da5;
  font-weight: 700;
}

.community-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.community-sidebar {
  background: #fbfbfb;
}

.community-side-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 22px;
  color: #fff;
  background: #111;
  font-size: 18px;
  font-weight: 700;
}

.community-side-title::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
}

.community-side-list > li > a,
.community-submenu-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  color: #222;
  background: transparent;
  font-size: 16px;
  text-align: left;
}

.community-submenu-toggle {
  justify-content: space-between;
  cursor: pointer;
}

.community-side-list > li.on > a,
.community-side-list > li > a:hover,
.community-side-list > li > a:focus,
.community-depth-list > li.on > a {
  color: #222;
  background: #ececec;
  font-weight: 700;
}

.community-submenu-toggle::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-3px) rotate(45deg);
  transition: transform 0.25s, border-color 0.25s;
}

.has-submenu.is-current > .community-submenu-toggle {
  font-weight: 700;
}

.has-submenu.is-open > .community-submenu-toggle {
  min-height: 48px;
  border: 2px solid #111;
  border-radius: 3px;
  background: #f5f5f5;
  font-weight: 700;
}

.has-submenu.is-open > .community-submenu-toggle::after {
  border-color: #4b5563;
  transform: translateY(3px) rotate(225deg);
}

.community-depth-list {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  background: #fbfbfb;
  transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
}

.has-submenu.is-open > .community-depth-list {
  max-height: 360px;
  padding: 8px 0 16px;
  opacity: 1;
}

.community-depth-list a {
  display: block;
  padding: 11px 24px 11px 44px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.community-depth-list a:hover,
.community-depth-list a:focus {
  color: #111;
  font-weight: 700;
}

.community-mobile-select {
  display: none;
}

.community-content-panel > h1 {
  margin-bottom: 22px;
  color: #111827;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
}

.community-search {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 120px;
  gap: 8px;
  margin-bottom: 18px;
}

.community-search select,
.community-search input {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9dee7;
  border-radius: 6px;
  background: #fff;
}

.community-search button {
  height: 44px;
  border-radius: 6px;
  color: #fff;
  background: #111827;
}

.community-count {
  margin-bottom: 10px;
  color: #626262;
  text-align: right;
}

.community-count b {
  color: #111827;
  font-weight: 700;
}

.community-board-list {
  border-top: 2px solid #111827;
}

.community-board-head,
.community-board-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 90px 110px;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.community-board-head {
  color: #111827;
  font-weight: 700;
  background: #f7f8fa;
}

.community-board-head span {
  font-weight: 700;
}

.community-board-row {
  color: #626262;
}

.community-board-row .subject {
  overflow: hidden;
  padding: 0 18px;
  color: #222;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-board-row.is-pinned .subject {
  font-weight: 700;
}

.community-board-row .num em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-style: normal;
  background: #666;
}

.community-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
  border-top: 2px solid #111827;
  padding-top: 24px;
}

.community-card {
  display: block;
  min-width: 0;
}

.community-card-img {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f3f4f6;
}

.community-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-card strong {
  display: block;
  min-height: 48px;
  margin-top: 12px;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.community-card span {
  display: block;
  margin-top: 6px;
  color: #767676;
}

.community-detail {
  border-top: 2px solid #111827;
}

.community-detail-head {
  padding: 28px 24px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

.community-detail-head > span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  background: #111827;
  font-size: 13px;
  font-weight: 700;
}

.community-detail-head h2 {
  color: #111827;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.community-detail-head dl {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 18px;
  color: #626262;
  font-size: 14px;
}

.community-detail-head dl div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.community-detail-head dt {
  color: #111827;
  font-weight: 700;
}

.community-detail-image {
  padding: 28px 24px 0;
  text-align: center;
}

.community-detail-image img {
  max-width: 100%;
  border-radius: 8px;
}

.community-detail-files {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e5e7eb;
  color: #333;
}

.community-detail-files strong {
  color: #111827;
  font-weight: 700;
}

.community-detail-files a {
  color: #114da5;
  text-decoration: underline;
}

.community-detail-body {
  min-height: 220px;
  padding: 34px 24px;
  border-bottom: 1px solid #e5e7eb;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.community-detail-body p + p {
  margin-top: 12px;
}

.community-detail-body img {
  max-width: 100%;
  height: auto;
}

.community-detail-body table {
  max-width: 100%;
}

.community-detail-body a {
  color: #114da5;
  text-decoration: underline;
}

.community-detail-actions {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.community-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 42px;
  border-radius: 6px;
  color: #fff;
  background: #111827;
  font-weight: 700;
}

.community-pager {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.community-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d9dee7;
  border-radius: 6px;
  color: #4b5563;
  background: #fff;
}

.community-pager a.active {
  border-color: #111827;
  color: #fff;
  background: #111827;
}

.community-pager a.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.community-lab-hero {
  overflow: hidden;
  padding: 42px;
  border-radius: 8px;
  background: #f7f8fa;
}

.community-lab-hero span {
  display: block;
  margin-bottom: 8px;
  color: #114da5;
  font-weight: 700;
}

.community-lab-hero h2 {
  max-width: 720px;
  color: #111827;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 800;
}

.community-lab-hero p {
  max-width: 760px;
  margin-top: 16px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
}

.community-lab-hero img {
  max-width: 420px;
  margin-top: 26px;
}

.community-lab-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.community-lab-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  color: #111827;
  background: #edf0f4;
}

.community-lab-sections {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

.community-lab-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 24px;
  align-items: start;
  padding: 26px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.community-lab-section h3 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.community-lab-section p,
.community-lab-section li {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
}

.community-lab-section ul {
  display: grid;
  gap: 8px;
}

.community-lab-section li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: #111827;
  vertical-align: middle;
}

.community-lab-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: #111827;
}

.community-lab-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.community-lab-images img {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f7f8fa;
}

.sellpick .section__inner {
  position: relative;
}

.sellpick_ad {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 4;
  padding: 2px 15px;
  border: 2px solid #eaeae7;
  border-radius: 4px;
  color: #8a929a;
  font-weight: 700;
}

.sellpick_txt {
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color--gray);
}

.sellPick__wrap {
  margin-top: 40px;
  padding: 20px;
  border-radius: 15px;
  background: #fafafa;
}

.community__section {
  padding: 0 0 20px;
}

.community_area {
  display: flex;
  gap: 25px;
}

.community_area > div:first-child {
  flex-grow: 6;
  max-width: 800px;
}

.community_menus {
  display: flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
}

.community_menus .scrollable-menu {
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 7px;
}

.fs16 {
  font-size: 16px;
}

.strong {
  font-weight: 600;
}

.community_menus a:not(.menu_plus) {
  padding: 5px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: var(--color--text);
  font-weight: 500;
}

.community_menus a.active {
  background: #d9d9d9;
}

.community_menus .menu_plus {
  margin-left: 10px;
  color: var(--color--text);
}

.community_menus .menu_plus::before {
  content: "더보기";
}

.community_content {
  min-height: 252px;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.article_gallery_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.article_gallery_wrap li {
  display: flex;
  flex-direction: column;
}

.article-thumb {
  width: 100%;
  height: 162px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.04)),
    linear-gradient(120deg, #f5f5f5, #cfc7ba);
}

.article_gallery_wrap li .title {
  display: -webkit-box;
  overflow: hidden;
  height: 2.4em;
  margin: 5px 0;
  color: var(--color--text);
  font-weight: 500;
  line-height: 1.2em;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article_gallery_wrap li .date {
  color: var(--color--gray);
  font-size: 12px;
}

.article_list_wrap {
  display: none;
}

.article_list_wrap li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
}

.article_list_wrap li a {
  color: var(--color--text);
}

.guide_contact_wrap {
  flex-grow: 11;
  max-width: 375px;
}

.guide_contact_wrap a {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 53px 0;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.guide_contact_wrap a:first-child {
  margin-top: 0;
}

.banner-guide {
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.16)),
    linear-gradient(120deg, #6a6f77, #2c2c2c);
}

.banner-contact {
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.14)),
    linear-gradient(120deg, #7e604c, #2b2b2b);
}

.notice__box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-top: 40px;
  padding: 12px 20px;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background-color: #fff;
}

.notice-box__title {
  font-size: 14px;
  font-weight: 500;
}

.notice-swiper {
  display: flex;
  width: calc(100% - 72px);
  margin-left: 20px;
  margin-right: 0;
}

.notice-swiper .swiper-slide {
  display: flex;
  column-gap: 9px;
  width: 100%;
}

.notice-swiper .swiper-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  max-width: calc((100% - 18px) / 3);
}

.notice-swiper .swiper-slide > div::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: var(--color--D-gray);
  transform: translateY(-50%);
}

.notice-swiper .swiper-slide > div:last-child::after {
  display: none;
}

.notice-swiper__link {
  overflow: hidden;
  color: var(--color--text);
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-swiper__button {
  display: flex;
  column-gap: 8px;
  width: fit-content;
  margin-left: 20px;
}

.notice-swiper__button .swiper-button-prev,
.notice-swiper__button .swiper-button-next {
  width: 40px;
  height: 40px;
  background: transparent;
}

.floating-menu {
  position: fixed;
  right: 95px;
  top: 55%;
  width: 120px;
  z-index: 700;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: opacity 0.3s, visibility 0.3s;
}

.floating-menu.on {
  opacity: 1;
  visibility: visible;
}

.floating-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.latest__wrap {
  width: 100%;
  margin-bottom: 8px;
  padding: 20px 0;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.latest__wrap > span {
  font-size: 14px;
  line-height: 24px;
}

.floating-slider__wrap {
  margin-top: 20px;
}

.floating-slider > li {
  color: var(--color--D-gray);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.quick-btn__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 8px;
}

.quick-btn__list > li {
  border-radius: 8px;
}

.btn-quick-view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.12);
  color: var(--color--text);
  font-size: 14px;
}

.btn-quick-view.open-list {
  position: relative;
  padding-right: 12px;
}

.btn-quick-view.open-list::after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #767676;
  border-bottom: 2px solid #767676;
  transform: translateY(-70%) rotate(45deg);
}

.btn-quick-view.open-list.on::after {
  transform: translateY(-20%) rotate(225deg);
}

.my-state__list {
  display: none;
  margin-top: 4px;
  padding: 6px 18px;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.my-state__list.is-open {
  display: block;
}

.my-state__list > li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--color--D-gray);
  font-size: 12px;
  line-height: 2;
}

.floating-menu .btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  margin-top: 20px;
  border: 1px solid var(--color--L-gray);
  border-radius: 8px;
  background-color: var(--color--primary);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 14px;
}

.fixed-menu {
  display: none;
}

.app-download {
  display: none;
}

.footer {
  padding: 40px 0;
  background-color: var(--color--primary);
  color: #fafafa;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
  max-width: var(--section-width);
  margin: 0 auto;
}

.footer__left {
  max-width: 813px;
}

.footer-info__list {
  display: flex;
  column-gap: 21px;
  margin-top: 20px;
}

.footer-info__list > li {
  position: relative;
}

.footer-info__list > li::after {
  content: "";
  display: block;
  position: absolute;
  right: -11px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: var(--color--gray);
  transform: translateY(-50%);
}

.footer-info__list > li:last-child::after {
  display: none;
}

.footer-info__list a {
  color: var(--color--gray);
  font-size: 14px;
  line-height: 40px;
}

.footer-info__list a.privacy {
  color: #fafafa;
  font-weight: 500;
}

.company-info__wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
}

.company-info__row {
  display: flex;
  column-gap: 21px;
  flex-wrap: wrap;
}

.company-info__row > dl {
  display: flex;
  position: relative;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.7;
}

.company-info__row > dl::after {
  content: "";
  display: block;
  position: absolute;
  right: -11px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #fafafa;
  transform: translateY(-50%);
}

.company-info__row > dl:last-child::after {
  display: none;
}

.company-info__row:first-child > dl {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 2;
}

.copyright__wrap {
  color: var(--color--gray);
}

.copyright__wrap > .copyright-info {
  font-size: 13px;
  line-height: 20px;
}

.copyright__wrap > .copyright {
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
}

.footer__right {
  text-align: right;
}

.footer-sns__list {
  display: flex;
  justify-content: right;
  column-gap: 20px;
  margin-bottom: 20px;
}

.footer-sns__list a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.footer-cs__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.cs-info__list > li {
  font-size: 16px;
  line-height: 2;
}

.cs-info__text {
  margin-top: 8px;
  color: var(--color--gray);
  font-size: 14px;
  line-height: 24px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
}

.modal.is-open {
  display: flex;
}

.modal-dialog {
  position: relative;
  width: min(420px, calc(100% - 40px));
  padding: 30px 28px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.modal-dialog h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.modal-dialog p {
  margin-bottom: 24px;
  color: var(--color--D-gray);
  font-size: 15px;
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 22px;
  height: 22px;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 2px;
  height: 18px;
  background: #222;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 38px;
  padding: 0 20px;
  border-radius: 6px;
  background: #222;
  color: #fff;
}

.daily-page .main {
  padding-top: 20px;
}

.daily-page .visual__inner {
  max-width: var(--section-width);
  aspect-ratio: 3 / 1;
}

.daily-page .visual-swiper {
  width: 100%;
  border-radius: 10px;
}

.daily-page .visual-swiper__button {
  left: 150px;
  bottom: 40px;
}

.daily-category {
  padding: 70px 0 35px;
}

.daily-category .section__inner,
.item-list__section > .section__inner {
  max-width: var(--section-width);
}

.daily-category__list {
  justify-content: center;
  gap: 40px;
}

.daily-category__list .category__item.current .category__img {
  border-color: #222;
  background: #fff;
}

.daily-sellpick {
  margin-top: 0;
  padding: 28px 20px 26px;
  border-radius: 12px;
}

.daily-sellpick__head {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 6px;
}

.daily-sellpick .sellpick_ad {
  position: static;
  flex: 0 0 auto;
}

.daily-sellpick .item__grid {
  gap: 40px;
}

.item-filter__wrap {
  margin: 40px 0 0;
}

.item-filter__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color--L-gray);
}

.item-search__box {
  display: flex;
  align-items: center;
  gap: 50px;
  min-width: 0;
}

.item-search__box > span {
  flex: 0 0 auto;
  color: var(--color--text);
  font-size: 16px;
}

.item-search__box b {
  color: var(--color--red);
  font-weight: 700;
}

.item-filter__area .item-search {
  position: relative;
  width: 260px;
}

.item-filter__area .item-search__input {
  padding-right: 44px;
}

.btn-search {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.btn-search::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid #666;
  border-radius: 50%;
}

.btn-search::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 4px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #666;
  transform: rotate(45deg);
}

.item-select__box,
.type-btn__wrap,
.item-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-view-gallery,
.btn-view-list {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.btn-view-gallery::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #999;
  box-shadow: 10px 0 #999, 0 10px #999, 10px 10px #999;
}

.btn-view-list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 3px;
  background: #999;
  box-shadow: 0 7px #999, 0 14px #999;
}

.btn-view-gallery.on::before,
.btn-view-list.on::before {
  background: #222;
  box-shadow: 10px 0 #222, 0 10px #222, 10px 10px #222;
}

.btn-view-list.on::before {
  box-shadow: 0 7px #222, 0 14px #222;
}

.daily-wide {
  width: calc(100% - 48px);
  max-width: 1420px;
  margin: 40px auto 0;
}

.filter-itemlist-wrap {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.filter_wrap {
  flex: 0 0 220px;
  width: 220px;
}

.category-sidebar {
  color: var(--color--text);
}

.category-titleT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

.reset-filter {
  color: #999;
  font-size: 14px;
}

.divider0,
.divider {
  height: 1px;
  margin: 16px 0;
  background: #d9d9d9;
}

.category-titlefir,
.category-title {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
}

.daily-filter-list,
.detailswrap0 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: var(--color--text);
}

.detailswrap0.flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.detailswrap0 input {
  margin-right: 5px;
}

.price-input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-input-wrapper {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
}

.price-input-wrapper input {
  min-width: 0;
  width: 100%;
  color: var(--color--text);
}

.currency {
  color: var(--color--gray);
  font-size: 13px;
}

.sidebar-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 18px;
}

.resetBtn,
.applyBtn {
  height: 40px;
  border-radius: 8px;
  font-weight: 500;
}

.resetBtn {
  background: #f2f2f2;
}

.applyBtn {
  background: #222;
  color: #fff;
}

.daily-list-grid {
  flex: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
}

.daily-list-grid.daily-list-mode {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.daily-list-grid.daily-list-mode .item__box > a {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color--L-gray);
}

.daily-list-grid.daily-list-mode .item__img {
  margin-bottom: 0;
}

.detail-main {
  padding-top: 0;
}

.detail-container {
  width: calc(100% - 48px);
  max-width: var(--section-width);
  margin: 0 auto;
  padding: 28px 0 80px;
}

.detail-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #626262;
  font-size: 13px;
}

.detail-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #222;
  color: #111;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.detail-sub-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 10px 0 18px;
}

.detail-sub-actions button {
  height: 34px;
  padding: 0 16px;
  border-radius: 6px;
  background: #d9d9d9;
  color: #222;
  font-weight: 500;
}

.detail-sub-actions button:first-child {
  background: #777;
  color: #fff;
}

.detail-product {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(360px, 1fr);
  gap: 110px;
  align-items: flex-start;
}

.detail-main-image {
  display: grid;
  place-items: center;
  min-height: 500px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.detail-main-image img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.detail-bid-panel {
  min-width: 0;
}

.detail-gallery-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 34px 0 30px;
}

.detail-gallery-actions button {
  position: relative;
  color: #222;
  font-size: 14px;
}

.detail-gallery-actions span {
  width: 1px;
  height: 16px;
  background: #777;
}

.detail-thumbs {
  display: flex;
  justify-content: center;
  gap: 4px;
  min-height: 100px;
}

.detail-thumb {
  width: 96px;
  height: 96px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.detail-thumb.is-active {
  border-color: #1155cc;
}

.detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-price-row {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 60px;
  margin: 12px 0 22px;
}

.detail-price-row span {
  font-size: 22px;
  font-weight: 500;
}

.detail-price-row strong {
  font-size: 32px;
  font-weight: 800;
}

.detail-info-box,
.detail-seller-box {
  padding: 32px 34px;
  border-radius: 8px;
  background: #fafafa;
}

.detail-info-box dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.detail-info-box dt {
  color: #777;
}

.detail-info-box dd {
  color: #111;
}

.detail-info-box small {
  display: block;
  color: #555;
  font-size: 14px;
}

.detail-info-line {
  height: 1px;
  margin: 8px 0 20px;
  background: #d9d9d9;
}

.detail-bid-input {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  gap: 8px;
  align-items: center;
}

.detail-bid-input button {
  display: grid;
  place-items: center;
  height: 26px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #f4f4f4;
}

.detail-bid-input input {
  width: 100%;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  text-align: right;
  padding: 0 10px;
}

.detail-primary-btn,
.detail-disabled-btn,
.detail-half button {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}

.detail-primary-btn {
  margin-top: 10px;
  background: #222;
  color: #fff;
}

.detail-disabled-btn,
.detail-half button {
  margin-top: 8px;
  background: #d9d9d9;
  color: #111;
}

.detail-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.detail-seller-box {
  margin-top: 20px;
}

.detail-seller-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.detail-seller-name strong {
  font-size: 20px;
  font-weight: 700;
}

.seller-medal {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #8c70d8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.detail-seller-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 18px 0;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.detail-seller-summary > div:first-child {
  border-right: 1px solid #d9d9d9;
}

.detail-seller-summary span {
  color: #f5a623;
}

.detail-delivery {
  margin: 18px 0;
  text-align: center;
}

.detail-delivery strong {
  color: var(--color--red);
  font-weight: 700;
}

.detail-seller-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.detail-seller-actions button {
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #eee;
}

.detail-tabs {
  margin-top: 80px;
}

.detail-tab-head {
  display: grid;
  grid-template-columns: repeat(3, 200px);
}

.detail-tab-head button {
  height: 54px;
  border: 1px solid #bfbfbf;
  border-bottom-color: #222;
  background: #fafafa;
  font-size: 16px;
  font-weight: 600;
}

.detail-tab-head button.is-active {
  border-color: #222;
  border-bottom-color: #fff;
  background: #fff;
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #222;
}

.detail-table th,
.detail-table td {
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-align: center;
}

.detail-table th {
  background: #fafafa;
  font-weight: 700;
}

.detail-table td:last-child {
  border-right: 0;
}

.detail-description {
  min-height: 80px;
  padding: 30px 0;
  color: #333;
}

.detail-image-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.detail-image-stack img {
  max-width: 100%;
}

@media (max-width: 1800px) {
  .floating-menu {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .floating-menu {
    display: none;
  }
}

@media (max-width: 1230px) {
  .header-container-wrap {
    width: calc(100% - 48px);
  }

  .header-search__box {
    width: 520px;
  }

  .gnb__item > a,
  .gnb__item1 > a {
    width: 116px;
    font-size: 16px;
  }

  .item__grid {
    gap: 28px;
  }

  .slide-banner__section {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .header-container-wrap {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .header-links {
    order: 2;
    width: 100%;
    justify-content: flex-end;
  }

  .header-search-wrap {
    flex: 1;
  }

  .header__inner.header_gnb {
    overflow-x: auto;
  }

  .item__grid,
  .item__grid.repeat4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .community_area {
    flex-direction: column;
  }

  .community_area > div:first-child,
  .guide_contact_wrap {
    max-width: none;
  }
}

@media screen and (max-width: 1023px) {
  html,
  body,
  #wrap {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 64px;
  }

  .pc-show {
    display: none;
  }

  .mo-show {
    display: block;
  }

  .header {
    border-bottom: 1px solid var(--color--L-gray);
  }

  .header-top__banner {
    height: 40px;
  }

  .header-top__inner {
    width: 100%;
  }

  .header-top-div {
    line-height: 40px;
  }

  .header-top__banner em,
  .header-top__banner a {
    font-size: 12px;
  }

  .btn-top-banner {
    overflow: hidden;
    right: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    color: transparent;
    text-indent: -9999px;
  }

  .header-container-wrap {
    width: calc(100% - 32px);
    justify-content: center;
    height: 60px;
    padding-top: 0;
  }

  .main-logo {
    width: 130px;
    height: 52px;
  }

  .header-search-wrap,
  .header-links,
  .header__inner.header_gnb {
    display: none;
  }

  .main {
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .section__inner {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  .visual__inner {
    flex-direction: column;
    row-gap: 16px;
    width: calc(100% - 32px);
    aspect-ratio: auto;
  }

  .visual-swiper,
  .main-banner__wrap {
    width: 100%;
  }

  .visual-swiper {
    height: clamp(240px, 66.6vw, 681px);
    border-radius: 8px;
  }

  .visual-swiper__text {
    top: 0;
    height: 100%;
    left: 30px;
    padding-top: 6.6%;
  }

  .visual-swiper__title > .title-info,
  .visual-swiper__date {
    font-size: 14px;
  }

  .visual-swiper__title > .title {
    font-size: clamp(22px, 6.11vw, 36px);
  }

  .visual-swiper__date {
    margin-bottom: 16px;
  }

  .visual__link,
  .main-banner__link {
    width: 120px;
    height: 36px;
  }

  .visual-swiper__button {
    left: 20px;
    bottom: 20px;
  }

  .main-banner__wrap {
    height: clamp(160px, 44.4vw, 454px);
  }

  .premium-side .main-banner__title {
    margin-bottom: 14px;
  }

  .premium-side .main-banner__title .title {
    font-size: 30px;
  }

  .main-banner__date {
    display: none;
  }

  .category__section {
    padding: 40px 0;
  }

  .category__list {
    gap: 40px;
  }

  .category__img {
    width: 40px;
    height: 40px;
  }

  .category__item a > span {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
    word-break: keep-all;
  }

  .main__title {
    font-size: clamp(24px, 3.33vw, 40px);
    line-height: 1.33;
  }

  .main__sub-text {
    font-size: 14px;
    line-height: 22px;
  }

  .view-more__link {
    position: static;
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
  }

  .best-item__section {
    padding-bottom: 60px;
  }

  .item__grid,
  .item__grid.repeat4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .item-text__wrap .item__title {
    height: 43px;
    min-height: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .item-text__wrap .item__price > .price {
    font-size: 18px;
  }

  .item-info__wrap,
  .seller {
    font-size: 12px;
  }

  .item-info__wrap {
    column-gap: 10px;
  }

  .seller {
    word-break: break-all;
  }

  .slide-banner__section {
    padding: 60px 0;
  }

  .slide-banner__section > .section__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .slide-banner__text {
    width: 100%;
  }

  .slide-banner__text > h2 {
    font-size: 30px;
  }

  .slide-banner__text > em {
    font-size: 22px;
  }

  .pick__section {
    padding: 60px 0;
  }

  .sellpick_ad {
    left: 16px;
    top: 8px;
    border-width: 1px;
    font-size: 12px;
  }

  .sellPick__wrap {
    margin-top: 20px;
    padding: 14px;
  }

  .article_gallery_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .guide_contact_wrap a {
    padding: 34px 0;
  }

  .notice__box {
    height: auto;
    align-items: flex-start;
  }

  .notice-swiper .swiper-slide {
    flex-direction: column;
  }

  .notice-swiper .swiper-slide > div {
    justify-content: flex-start;
    max-width: none;
  }

  .notice-swiper .swiper-slide > div::after,
  .notice-swiper__button {
    display: none;
  }

  .floating-menu {
    display: none;
  }

  .fixed-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
    width: 100vw;
    height: 64px;
    border-top: 1px solid #b9b9b9;
    background: #e6e6e6;
  }

  .fixed-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #111;
    font-size: 12px;
  }

  .fixed-icon {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #222;
    border-radius: 3px;
  }

  .fixed-icon--search {
    border-radius: 50%;
  }

  .fixed-icon--add::before {
    content: "+";
    display: block;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
  }

  .fixed-icon--memo {
    border-radius: 50% 50% 50% 0;
  }

  .fixed-icon--user {
    border-radius: 50%;
  }

  .footer {
    padding: 32px 0;
  }

  .footer__inner,
  .footer-info__list {
    flex-direction: column;
  }

  .footer__right {
    margin-top: 24px;
    text-align: left;
  }

  .footer-info__list > li::after,
  .company-info__row > dl::after {
    display: none;
  }

  .company-info__row {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .visual__inner {
    width: calc(100% - 48px);
  }

  .visual-swiper__button {
    left: auto;
    right: 14px;
    top: 16px;
    bottom: auto;
  }

  .visual-swiper__button .swiper-button-prev,
  .visual-swiper__button .swiper-button-next {
    display: none;
  }

  .swiper-pagination {
    min-width: 40px;
    padding: 0;
    margin-right: 4px;
    line-height: 24px;
  }

  .swiper-button-stop {
    width: 24px;
    height: 24px;
  }

  .swiper-button-stop::before {
    left: 8px;
    top: 6px;
    height: 12px;
  }

  .swiper-button-stop::after {
    right: 8px;
    top: 6px;
    height: 12px;
  }

  .app-download {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.5);
  }

  .app-download.is-hidden {
    display: none;
  }

  .app-download__box {
    position: absolute;
    left: 50%;
    bottom: 118px;
    overflow: hidden;
    width: min(306px, calc(100vw - 48px));
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
    transform: translateX(-50%);
  }

  .app-download__content {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 132px;
    padding: 22px 28px;
  }

  .app-download__icon {
    display: grid;
    place-items: center;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    color: #333;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
  }

  .app-download__content strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
  }

  .app-download__content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
  }

  .app-download__primary,
  .app-download__later {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .app-download__primary {
    height: 58px;
    background: #191919;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .app-download__later {
    height: 38px;
    color: #555;
    font-size: 14px;
  }

  .category__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    justify-content: center;
    gap: 20px;
    max-width: 380px;
    margin: 0 auto;
  }

  .category__list.grid5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .item__grid,
  .item__grid.repeat4 {
    gap: 30px 8px;
  }

  .item-info__wrap {
    column-gap: 4px;
  }
}

@media (max-width: 520px) {
  .article_gallery_wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .srh-button,
  .sparkle-button {
    padding: 10px 12px;
  }

  .visual-swiper__title > .title {
    font-size: 24px;
  }
}

.lnb__wrap--guide {
  min-width: 190px;
}

.guide-main {
  padding-top: 34px;
}

.guide-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #7a7a7a;
  font-size: 14px;
}

.guide-location a {
  color: #666;
}

.guide-location strong {
  color: #114da5;
  font-weight: 700;
}

.guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.guide-sidebar {
  border-top: 2px solid #111;
}

.guide-side-title {
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
  color: #111;
  font-size: 24px;
  font-weight: 700;
}

.guide-side-list > li > a {
  display: block;
  padding: 15px 12px;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: 15px;
}

.guide-side-list > li.on > a,
.guide-side-list > li > a:hover {
  color: #fff;
  background: #114da5;
}

.guide-mobile-select {
  display: none;
}

.guide-content-panel > h1 {
  margin-bottom: 18px;
  color: #111;
  font-size: 34px;
  font-weight: 700;
}

.guide-tabs {
  position: sticky;
  top: 0;
  z-index: 15;
  margin-bottom: 34px;
  background: #fff;
}

.guide-tab-menu {
  display: flex;
  border: 1px solid #ddd;
  border-left: 0;
}

.guide-tab-menu button {
  flex: 1;
  min-height: 54px;
  padding: 0 16px;
  border-left: 1px solid #ddd;
  color: #333;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}

.guide-tab-menu button.active,
.guide-tab-menu button:hover {
  color: #fff;
  background: #114da5;
}

.guide-source-content {
  color: #222;
}

.guide-source-content .newcontainer,
.guide-source-content .newcontainer2,
.guide-source-content .guide-container {
  width: 100%;
  max-width: none;
}

.guide-source-content .content {
  padding: 54px 36px;
  border-radius: 8px;
  background: #f4f7fb;
  text-align: center;
}

.guide-source-content .content-title {
  margin-bottom: 12px;
  color: #114da5;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 800;
}

.guide-source-content .content-subtitle {
  margin-bottom: 22px;
  color: #111;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.guide-source-content .content-text,
.guide-source-content .description-text,
.guide-source-content .guide-description,
.guide-source-content .guide-description2,
.guide-source-content .guide-description3,
.guide-source-content .column-item-text,
.guide-source-content .accident-description,
.guide-source-content .fee-description {
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.guide-source-content .guide-section,
.guide-source-content .guide-section2,
.guide-source-content .guide-section3,
.guide-source-content .process-section,
.guide-source-content .column-section,
.guide-source-content .auction-method-section,
.guide-source-content .accident-section,
.guide-source-content .fee-section {
  padding: 56px 0;
}

.guide-source-content .section-title,
.guide-source-content .section-title2 {
  margin-bottom: 12px;
  color: #111;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}

.guide-source-content .section-sub {
  margin-bottom: 28px;
  color: #777;
  font-size: 16px;
  text-align: center;
}

.guide-source-content .guide-list2,
.guide-source-content .guide-list,
.guide-source-content .accident-grid,
.guide-source-content .fee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.guide-source-content .guide-list2 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.guide-source-content .guide-item,
.guide-source-content .guide-item2,
.guide-source-content .accident-item,
.guide-source-content .fee-item,
.guide-source-content .notice-box,
.guide-source-content .notice-box2 {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.guide-source-content .guide-title,
.guide-source-content .guide-title2,
.guide-source-content .accident-title,
.guide-source-content .fee-title {
  margin-bottom: 10px;
  color: #111;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
}

.guide-source-content .guide-title2 span {
  display: inline-flex;
  margin-right: 4px;
}

.guide-source-content .column-wrapper,
.guide-source-content .auction-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.guide-source-content .auction-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.guide-source-content .column-item,
.guide-source-content .auction-card,
.guide-source-content .auction-card2 {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.guide-source-content .column-item {
  padding-bottom: 24px;
}

.guide-source-content .column-item img,
.guide-source-content .slide img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f3f4f6;
}

.guide-source-content .column-item-title {
  margin: 22px 18px 8px;
  color: #111;
  font-size: 21px;
  font-weight: 800;
}

.guide-source-content .btn-container,
.guide-source-content .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.guide-source-content .btn,
.guide-source-content .detail-btn,
.guide-source-content .guide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: #114da5;
  font-size: 14px;
  font-weight: 700;
}

.guide-source-content .process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.guide-source-content .process-item {
  position: relative;
  min-height: 132px;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  background: #fff;
}

.guide-source-content .process-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
}

.guide-source-content .process-number .number {
  color: #114da5;
  font-size: 26px;
  font-weight: 800;
}

.guide-source-content .process-number .text {
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.guide-source-content .mobile-process-container,
.guide-source-content .mobile-break {
  display: none;
}

.guide-source-content .slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0;
}

.guide-source-content .table-container {
  overflow-x: auto;
  margin-top: 24px;
}

.guide-source-content .commission-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #111;
  background: #fff;
}

.guide-source-content .commission-table th,
.guide-source-content .commission-table td {
  padding: 18px 16px;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 15px;
  line-height: 1.65;
  vertical-align: middle;
}

.guide-source-content .commission-table th {
  color: #111;
  background: #f7f8fa;
  font-weight: 800;
}

.guide-source-content .auction-type,
.guide-source-content .fee-text {
  color: #111;
  font-weight: 800;
}

.guide-source-content .auction-desc,
.guide-source-content .fee-note {
  margin-top: 4px;
  color: #777;
  font-size: 13px;
}

.guide-source-content .notice-box,
.guide-source-content .notice-box2 {
  margin-top: 20px;
  background: #f7fbff;
}

.guide-source-content .notice-title {
  margin-bottom: 10px;
  color: #114da5;
  font-size: 18px;
  font-weight: 800;
}

.guide-source-content .method-description {
  padding: 26px 30px;
  border-radius: 8px;
  background: #f4f7fb;
}

.guide-source-content .highlight-text {
  margin-bottom: 12px;
  color: #111;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
}

.guide-source-content .auction-card,
.guide-source-content .auction-card2 {
  padding: 24px;
  text-align: left;
}

.guide-source-content .auction-title {
  margin-bottom: 18px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.guide-source-content .price-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.guide-source-content .price-info img {
  width: 24px;
  height: 24px;
}

.guide-source-content .current-price {
  color: #114da5;
  font-size: 20px;
  font-weight: 800;
}

.guide-source-content .bid-unit {
  color: #777;
  font-size: 13px;
}

.guide-source-content .bidder-list {
  display: grid;
  gap: 8px;
}

.guide-source-content .bidder-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.guide-source-content .bidder-item.selected,
.guide-source-content .bidder-item.selected2 {
  border-color: #114da5;
  background: #eef6ff;
}

.guide-source-content .bidder-info {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.guide-source-content .bidder-avatar,
.guide-source-content .bidder-rank {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #edf2f7;
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

.guide-source-content .rank-badge,
.guide-source-content .status-badge,
.guide-source-content .status-badge2 {
  display: inline-flex;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  align-items: center;
  color: #fff;
  background: #114da5;
  font-size: 11px;
  font-weight: 800;
}

.guide-source-content .bidder-price,
.guide-source-content .total-price {
  color: #111;
  font-weight: 800;
}

.guide-source-content .total-price {
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #f3f4f6;
  text-align: center;
}

.guide-source-content .info-text {
  margin-top: 12px;
  color: #555;
  line-height: 1.65;
}

.guide-source-content .accident-header,
.guide-source-content .fee-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.guide-source-content .accident-icon,
.guide-source-content .fee-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef6ff;
  font-size: 22px;
}

@media screen and (max-width: 1023px) {
  .guide-layout {
    display: block;
  }

  .guide-sidebar {
    display: none;
  }

  .guide-mobile-select {
    display: block;
    margin-bottom: 20px;
  }

  .guide-mobile-select select {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
  }

  .guide-source-content .guide-list2,
  .guide-source-content .column-wrapper,
  .guide-source-content .auction-cards,
  .guide-source-content .slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-source-content .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .guide-main {
    padding-top: 22px;
  }

  .guide-content-panel > h1 {
    font-size: 25px;
  }

  .guide-tab-menu {
    overflow-x: auto;
  }

  .guide-tab-menu button {
    flex: 0 0 auto;
    min-width: 128px;
    min-height: 44px;
    font-size: 14px;
  }

  .guide-source-content .content {
    padding: 32px 18px;
  }

  .guide-source-content .content-title,
  .guide-source-content .section-title,
  .guide-source-content .section-title2 {
    font-size: 24px;
  }

  .guide-source-content .content-subtitle {
    font-size: 19px;
  }

  .guide-source-content .guide-list2,
  .guide-source-content .guide-list,
  .guide-source-content .column-wrapper,
  .guide-source-content .auction-cards,
  .guide-source-content .accident-grid,
  .guide-source-content .fee-grid,
  .guide-source-content .slider,
  .guide-source-content .process-list {
    grid-template-columns: 1fr;
  }

  .guide-source-content .guide-section,
  .guide-source-content .guide-section2,
  .guide-source-content .guide-section3,
  .guide-source-content .process-section,
  .guide-source-content .column-section,
  .guide-source-content .auction-method-section,
  .guide-source-content .accident-section,
  .guide-source-content .fee-section {
    padding: 38px 0;
  }

  .guide-source-content .bidder-item {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .guide-source-content .bidder-price {
    grid-column: 2;
  }
}

.life-page .main {
  background: #fff;
}

.life-subnav {
  border-top: 1px solid #edf0f4;
  border-bottom: 1px solid #edf0f4;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.life-subnav .section__inner {
  display: flex;
  gap: 8px;
  padding: 14px 20px;
  overflow-x: auto;
}

.life-subnav a,
.life-filter-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  color: #4b5563;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
}

.life-subnav a.is-active,
.life-filter-tabs a.is-active {
  border-color: #111827;
  color: #fff;
  background: #111827;
}

.life-view[hidden] {
  display: none;
}

.life-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 40px;
  padding: 56px 20px 38px;
  align-items: center;
}

.life-intro {
  border-left: 4px solid #111827;
  padding-left: 22px;
}

.life-intro h1,
.life-section-head h1 {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 800;
  color: #111827;
}

.life-intro h2 {
  margin: 0 0 26px;
  font-size: 26px;
  line-height: 1.35;
  color: #1f2937;
}

.life-intro p,
.life-section-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}

.life-visual {
  position: relative;
  min-height: 390px;
}

.life-visual__stage,
.life-gallery__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f4f6;
}

.life-visual__stage img,
.life-gallery__stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.life-visual__stage img.is-active,
.life-gallery__stage img.is-active {
  opacity: 1;
}

.life-visual__controls,
.life-gallery__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.life-visual__controls {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.78);
  color: #fff;
}

.life-visual__controls button,
.life-gallery__controls button,
.life-calendar__top button {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.life-visual__controls button {
  width: 28px;
  height: 28px;
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}

.life-visual__controls button::before,
.life-gallery__controls button::before,
.life-calendar__top button::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-35%, -50%) rotate(45deg);
}

#lifeIntroNext::before,
#lifeGalleryNext::before,
#lifeNextMonth::before {
  transform: translate(-65%, -50%) rotate(225deg);
}

.life-calendar__top button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.life-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.life-section-head h2 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #111827;
}

.life-schedule,
.life-gallery,
.life-archive,
.life-location,
#lifeCurrentView > .section__inner,
#lifePastView > .section__inner {
  padding: 48px 20px;
}

.life-round-select {
  position: relative;
  min-width: 230px;
}

.life-round-select > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  cursor: pointer;
}

.life-round-select > button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(-45deg);
}

.life-round-select.is-open > button {
  border-radius: 8px 8px 0 0;
}

.life-round-select ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 5;
  max-height: 210px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #d9dee7;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.life-round-select.is-open ul {
  display: block;
}

.life-round-select li button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-top: 1px solid #f1f3f6;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
}

.life-round-select li button.is-active {
  color: #111827;
  font-weight: 700;
  background: #fff7f7;
}

.life-schedule-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
}

.life-calendar,
.life-schedule-card,
.life-location-info {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.life-calendar {
  padding: 20px;
}

.life-calendar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.life-calendar__top strong {
  font-size: 42px;
  color: #111827;
}

.life-calendar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.life-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.life-tag--preview {
  background: #7c3aed;
}

.life-tag--bid {
  background: #e11d48;
}

.life-tag--show {
  background: #059669;
}

.life-tag--end {
  background: #2563eb;
}

.life-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
}

.life-day {
  min-height: 94px;
  padding: 8px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
}

.life-day--name {
  min-height: 38px;
  text-align: center;
  font-weight: 700;
  background: #f9fafb;
}

.life-day.is-muted {
  color: #c4c9d2;
  background: #fafafa;
}

.life-day > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 8px;
}

.life-schedule-card {
  padding: 24px;
}

.life-schedule-card h3 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.3;
}

.life-schedule-card h3 span {
  background: linear-gradient(to top, #f7e868 40%, transparent 40%);
}

.life-schedule-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.life-schedule-card li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf0f4;
}

.life-dot {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
}

.life-schedule-card p {
  margin: 4px 0 0;
  color: #6b7280;
  line-height: 1.6;
}

.life-gallery__stage {
  aspect-ratio: 16 / 7;
}

.life-archive-grid,
.life-current-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.life-archive-card,
.life-current-card,
.life-past-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.life-archive-card > div,
.life-current-card > img,
.life-past-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f3f4f6;
}

.life-archive-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-archive-card span,
.life-current-card span,
.life-past-card span {
  display: inline-flex;
  margin: 16px 16px 8px;
  color: #114da5;
  font-size: 13px;
  font-weight: 700;
}

.life-archive-card p,
.life-current-card p {
  margin: 0 16px 14px;
  min-height: 62px;
  color: #374151;
  line-height: 1.55;
}

.life-archive-card strong,
.life-current-card strong {
  display: block;
  margin: 0 16px 18px;
  color: #111827;
  font-size: 17px;
}

.life-current-card h2 {
  margin: 0 16px 10px;
  font-size: 21px;
  color: #111827;
}

.life-load-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.life-load-wrap button {
  min-width: 150px;
  min-height: 44px;
  border: 1px solid #111827;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  cursor: pointer;
}

.life-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
}

.life-location iframe {
  width: 100%;
  height: 410px;
  border: 0;
  border-radius: 8px;
}

.life-location-info {
  padding: 24px;
}

.life-location-info h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.life-location-info p {
  margin: 8px 0;
  color: #4b5563;
  line-height: 1.6;
}

.life-filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.life-round-field {
  display: grid;
  gap: 8px;
  min-width: 230px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
}

.life-past-filter {
  margin-bottom: 24px;
}

.life-past-list {
  display: grid;
  gap: 14px;
}

.life-past-list.is-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.life-past-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.life-past-list.is-gallery .life-past-card {
  display: block;
  padding: 0;
}

.life-past-card > button:first-child {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.life-past-card img {
  display: block;
  border-radius: 6px;
}

.life-past-list.is-list .life-past-card img {
  width: 120px;
  height: 90px;
}

.life-past-title {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.life-past-list.is-gallery .life-past-title {
  display: block;
  margin: 0 16px 10px;
  font-size: 15px;
}

.life-ended-button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #6b7280;
  cursor: pointer;
}

.life-past-list.is-gallery .life-ended-button {
  width: calc(100% - 32px);
  margin: 0 16px 16px;
}

.life-pager {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.life-pager button {
  min-width: 36px;
  height: 36px;
  border: 1px solid #d9dee7;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.life-pager button.is-active {
  border-color: #111827;
  color: #fff;
  background: #111827;
}

@media screen and (max-width: 1023px) {
  .community-layout {
    display: block;
  }

  .community-sidebar {
    display: none;
  }

  .community-mobile-select {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
  }

  .community-mobile-select select {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
  }

  .community-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-lab-section {
    grid-template-columns: 1fr;
  }

  .life-hero,
  .life-schedule-grid,
  .life-location-grid {
    grid-template-columns: 1fr;
  }

  .life-visual {
    min-height: 0;
  }

  .life-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .life-archive-grid,
  .life-current-grid,
  .life-past-list.is-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .life-past-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .life-past-card .life-ended-button {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767px) {
  .community-main {
    padding-top: 22px;
  }

  .community-location {
    margin-bottom: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .community-content-panel > h1 {
    font-size: 24px;
  }

  .community-search {
    grid-template-columns: 1fr;
  }

  .community-board-head {
    display: none;
  }

  .community-board-row {
    grid-template-columns: 54px minmax(0, 1fr) 72px;
    gap: 8px;
    min-height: 68px;
    padding: 10px 0;
  }

  .community-board-row .subject {
    padding: 0;
    white-space: normal;
  }

  .community-board-row .hit {
    display: none;
  }

  .community-card-grid {
    grid-template-columns: 1fr;
  }

  .community-lab-hero {
    padding: 26px 20px;
  }

  .community-lab-hero h2 {
    font-size: 25px;
  }

  .community-lab-section {
    padding: 20px;
  }

  .life-subnav {
    position: static;
  }

  .life-hero,
  .life-schedule,
  .life-gallery,
  .life-archive,
  .life-location,
  #lifeCurrentView > .section__inner,
  #lifePastView > .section__inner {
    padding: 32px 16px;
  }

  .life-intro h1,
  .life-section-head h1 {
    font-size: 28px;
  }

  .life-intro h2,
  .life-section-head h2 {
    font-size: 22px;
  }

  .life-calendar {
    padding: 12px;
  }

  .life-calendar__top strong {
    font-size: 30px;
  }

  .life-day {
    min-height: 68px;
    padding: 4px;
    font-size: 11px;
  }

  .life-day--name {
    min-height: 28px;
  }

  .life-day .life-tag {
    max-width: 100%;
    min-height: 18px;
    padding: 2px 4px;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .life-archive-grid,
  .life-current-grid,
  .life-past-list.is-gallery {
    grid-template-columns: 1fr;
  }

  .life-past-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .life-past-list.is-list .life-past-card img {
    width: 86px;
    height: 72px;
  }

  .life-location iframe {
    height: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .special-card-grid,
  .item__grid_4,
  .special-live-grid,
  .seitem__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .special-more {
    margin-top: 0;
  }

  .secondhand-page .visual__inner {
    aspect-ratio: 2 / 1;
  }

  .kidult-page .visual__inner {
    aspect-ratio: 2 / 1;
  }

  .secondhand-page .visual-swiper__button,
  .kidult-page .visual-swiper__button {
    left: 24px;
    bottom: 24px;
  }

  .secondhand-category__list {
    display: none;
  }

  .secondhand-mobile-category {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 16px 10px;
  }

  .secondhand-mobile-category a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    color: #4b5563;
    font-size: 14px;
    white-space: nowrap;
    background: #fff;
  }

  .secondhand-mobile-category a.active {
    border-color: #111827;
    color: #fff;
    background: #111827;
  }
}

@media screen and (max-width: 767px) {
  .special-main {
    padding-top: 22px;
  }

  .special-source {
    text-align: left;
    word-break: break-all;
  }

  .special-section {
    padding-bottom: 44px;
  }

  .special-card-grid,
  .item__grid_4,
  .special-live-grid,
  .seitem__grid {
    grid-template-columns: 1fr;
  }

  .special-tabs a {
    min-width: 0;
    flex: 1;
    font-size: 14px;
  }

  .special-card__title {
    font-size: 18px;
  }

  .secondhand-main {
    padding-top: 0;
  }

  .kidult-main {
    padding-top: 0;
  }

  .secondhand-title-section {
    padding: 42px 0 18px;
  }

  .kidult-title-section {
    padding: 42px 0 18px;
  }

  .secondhand-section {
    padding: 24px 0 44px;
  }

  .kidult-item-section {
    padding: 12px 0 44px;
  }

  .kidult-category-section {
    padding: 24px 0 28px;
  }

  .kidult-category__item {
    flex-basis: 76px;
  }

  .kidult-category__item .category__img {
    width: 58px;
    height: 58px;
  }

  .semain__title {
    font-size: 22px;
  }
}

.member-main {
  padding: 30px 0 70px;
  background: #fff;
}

.member-container,
.member-main .container {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}

.member-main .locationTitle {
  margin: 0 0 42px;
  color: #555;
  font-size: 13px;
}

.member-main .locationTitle .container {
  width: 100%;
}

.member-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  margin-bottom: 22px;
}

.member-breadcrumb .home-mark {
  position: relative;
  width: 14px;
  height: 14px;
}

.member-breadcrumb .home-mark::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 12px;
  height: 9px;
  border: 2px solid #222;
  border-top: 0;
}

.member-breadcrumb .home-mark::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #222;
  border-top: 2px solid #222;
  transform: rotate(45deg);
}

.member-main .fs-md {
  color: #111;
  font-size: 28px;
  line-height: 1.35;
}

.member-main .fs-md strong,
.member-main strong,
.member-main b {
  font-weight: 700;
}

.member-main .fcBlue {
  color: #114da5;
  font-weight: 700;
}

.member-main .row {
  width: 100%;
}

.loginWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.login-box {
  border: 1px solid #e1e5ec;
  border-top: 3px solid #111;
  background: #fff;
}

.login-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 24px;
  min-height: 188px;
  padding: 34px 34px 24px;
}

.login-form__fields {
  display: grid;
  gap: 14px;
}

.member-main .form-group {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.member-main .control-label {
  color: #222;
  font-weight: 700;
}

.member-main .form-control {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d7dce4;
  border-radius: 0;
  background: #fff;
  color: #111;
}

.member-main .form-control:focus {
  border-color: #111;
  outline: 0;
}

.form-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  min-height: 32px;
  align-items: center;
}

.checkbox-inline,
.fwNomal {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #333;
}

.member-main input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #111;
}

.login-form__submit {
  display: flex;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #d5d9df;
  background: #fff;
  color: #222;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}

.btn-blue {
  border-color: #114da5;
  background: #114da5;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
  border-color: #0d3f88;
  background: #0d3f88;
}

.btn-login {
  width: 100%;
  min-height: 126px;
  font-size: 18px;
  font-weight: 700;
}

.btn-basic {
  min-width: 132px;
  padding: 0 18px;
  border-color: #222;
  color: #222;
}

.btn-basic:hover,
.btn-basic:focus {
  background: #222;
  color: #fff;
}

.btn-sm {
  min-height: 34px;
  font-size: 13px;
}

.btn-lg {
  min-height: 48px;
  padding: 0 28px;
  font-size: 16px;
}

.btn-gray {
  border-color: #777;
  background: #777;
  color: #fff;
}

.btn-gray:disabled {
  border-color: #bfc3ca;
  background: #bfc3ca;
  cursor: not-allowed;
}

.login-bottom {
  border-top: 1px solid #e1e5ec;
  padding: 18px 34px 26px;
}

.login-bottom__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: center;
}

.login-bottom__row + .login-bottom__row {
  margin-top: 10px;
}

.bul-blue {
  position: relative;
  padding-left: 14px;
  color: #333;
}

.bul-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #114da5;
}

.login-banner {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid #e1e5ec;
  background: #f5f6f8;
}

.login-banner .swiper-wrapper {
  height: 100%;
}

.login-banner .swiper-slide {
  height: 100%;
}

.login-banner img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.login-banner__pager {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 54px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.member-status {
  min-height: 24px;
  padding: 0 34px 18px;
  color: #555;
}

.member-status[data-type="error"] {
  color: #c62828;
}

.member-status[data-type="success"] {
  color: #114da5;
}

.modal.member-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 48px 24px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

.modal.member-modal.is-open {
  display: block;
}

.member-modal .modal-dialog {
  width: min(760px, 100%);
  margin: 0 auto;
}

.member-modal .modal-content {
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.member-modal .modal-header,
.member-modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e3e7ee;
}

.member-modal .modal-footer {
  justify-content: flex-end;
  border-top: 1px solid #e3e7ee;
  border-bottom: 0;
}

.member-modal .modal-title {
  color: #111;
  font-size: 20px;
  font-weight: 700;
}

.member-modal .modal-body {
  padding: 24px;
}

.member-modal .close {
  position: relative;
  width: 34px;
  height: 34px;
}

.member-modal .close::before,
.member-modal .close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 18px;
  height: 2px;
  background: #222;
}

.member-modal .close::before {
  transform: rotate(45deg);
}

.member-modal .close::after {
  transform: rotate(-45deg);
}

.member-tabs {
  display: flex;
  border-bottom: 1px solid #111;
}

.member-tabs li {
  flex: 1;
}

.member-tabs button {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dce1e8;
  border-bottom: 0;
  background: #f7f8fa;
  color: #555;
  font-weight: 700;
}

.member-tabs li.active button {
  border-color: #111;
  background: #fff;
  color: #111;
}

.tab-content {
  padding-top: 24px;
}

.pop-txt {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.7;
}

.list-bul-line li {
  position: relative;
  padding-left: 13px;
}

.list-bul-line li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 1px;
  background: #555;
}

.certify-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.box-login-pop {
  min-height: 260px;
  padding: 30px 22px;
  border: 1px solid #dfe5ef;
}

.box-light-blue {
  background: #eef6ff;
}

.box-light-beige {
  background: #f8f2e8;
}

.box-login-pop i {
  display: flex;
  justify-content: center;
  height: 54px;
  margin-bottom: 16px;
}

.box-login-pop img {
  height: 54px;
}

.box-login-pop h5 {
  margin-bottom: 12px;
  color: #111;
  font-size: 18px;
}

.box-login-pop p {
  min-height: 52px;
  color: #555;
  line-height: 1.6;
}

.btn-certify {
  min-width: 120px;
  margin-top: 18px;
  border: 0;
  color: #fff;
}

.btn-light-blue {
  background: #2774c6;
}

.btn-light-beige {
  background: #9a7a4b;
}

.box-gray {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #dfe3ea;
  background: #f7f8fa;
}

.join-stop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 42px;
  border: 1px solid #dfe3ea;
  border-left: 0;
}

.join-stop li {
  position: relative;
  min-height: 86px;
  padding: 18px 20px 18px 30px;
  border-left: 1px solid #dfe3ea;
  background: #f6f7f9;
}

.join-stop li.on {
  background: #111;
  color: #fff;
}

.join-stop .step {
  display: block;
  margin-bottom: 5px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

.join-stop .step-tit {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.subTitle {
  position: relative;
  margin: 0 0 16px;
  padding-left: 16px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
}

.subTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #114da5;
}

.box-choice-all {
  margin-bottom: 16px;
  padding: 18px 22px;
  border: 1px solid #111;
  background: #fff;
}

.agreeBoxBorder {
  border-top: 2px solid #111;
}

.agreeBox {
  border-bottom: 1px solid #dfe3ea;
}

.box-agree-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 18px;
  background: #fff;
}

.box-agree-title--options {
  justify-content: flex-start;
  min-height: 46px;
  padding-left: 42px;
  background: #fafafa;
}

.optionalEx {
  color: #777;
  font-size: 13px;
}

.agreeOpen {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
}

.agreeOpen::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: transform 0.25s, border-color 0.25s;
}

.agreeBox.is-open .agreeOpen::before {
  border-color: #111;
  transform: translateY(5px) rotate(225deg);
}

.agreeCont {
  max-height: 0;
  overflow: auto;
  padding: 0 24px;
  border-top: 0 solid #edf0f4;
  opacity: 0;
  transition: max-height 0.32s ease, opacity 0.2s ease, padding 0.32s ease, border-top-width 0.32s ease;
}

.agreeBox.is-open .agreeCont {
  max-height: 380px;
  padding: 22px 24px;
  border-top-width: 1px;
  opacity: 1;
}

.agreeCont .guide-wrap {
  color: #333;
  font-size: 13px;
  line-height: 1.75;
}

.agreeCont .guide-wrap h4 {
  margin-bottom: 18px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
}

.agreeCont .guide-wrap h5,
.agreeCont .guide-wrap h6 {
  margin: 18px 0 8px;
  color: #111;
  font-weight: 700;
}

.agreeCont .guide-wrap ul {
  padding-left: 16px;
}

.agreeCont .guide-wrap li {
  list-style: disc;
}

.agreeCont .guide-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.agreeCont .guide-wrap th,
.agreeCont .guide-wrap td {
  padding: 8px;
  border: 1px solid #dfe3ea;
  vertical-align: top;
}

.box-phone {
  margin-top: 30px;
  padding: 34px;
  border: 1px solid #111;
  text-align: center;
}

.box-phone h4 {
  margin-bottom: 22px;
  color: #111;
  font-size: 22px;
  font-weight: 400;
}

.box-phone strong {
  color: #114da5;
}

@media screen and (max-width: 1023px) {
  .loginWrap {
    grid-template-columns: 1fr;
  }

  .login-banner {
    min-height: 220px;
  }

  .login-form {
    grid-template-columns: 1fr;
  }

  .btn-login {
    min-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .member-main {
    padding: 24px 0 86px;
  }

  .member-container,
  .member-main .container {
    width: calc(100% - 32px);
  }

  .member-main .fs-md {
    font-size: 24px;
  }

  .login-form,
  .login-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .member-main .form-group,
  .login-bottom__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .login-bottom__row + .login-bottom__row {
    margin-top: 18px;
  }

  .member-status {
    padding-left: 18px;
    padding-right: 18px;
  }

  .certify-grid,
  .join-stop {
    grid-template-columns: 1fr;
  }

  .join-stop li {
    min-height: 72px;
  }

  .box-agree-title {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .box-agree-title--options {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 16px;
  }

  .agreeOpen {
    position: absolute;
    right: 10px;
    top: 11px;
  }

  .box-phone {
    padding: 24px 18px;
  }
}
