@charset "utf-8";


:root {
  --um-font-default: "Paperlogy", "Apple SD Gothic Neo", "sans-serif";
  --um-font-en: "Outfit", sans-serif;
  --um-font-focus: "Gowun batang", serif;
  --um-body-font-family: var(--um-font-default);
  --um-body-font-weight: normal;
  --um-body-font-size: 16px;
  --um-body-line-height: 1.5;
  --um-body-color: #f6f6f6;
  --wrap-min-width: 100%;
  --common-fs: 1.0rem;
  --auto-width: calc(clamp(3rem + 80.12vw, 96.75rem, 100%) - 2rem);
  --max-area: 96.75rem;
  --color-basic: #333;
  --color-des: #666;
  --color-key: #c51a1b;
  --color-main: #000;
  --color-second: #003285;
  --color-mark: #009999;
  --color-focus: #FF7F3E;
  --color-yl: #FFDA78;
  --color-sky: #50bcdf;
  --focus-bg: #1e2651;
  --focus-text: #eee;
  --focus-color: #163d8d;
  --button-basic: #13386c;
  --good-bg: #fCfcfc;
  --good-border: #ececec;
  --basic-border: 1px solid var(--good-border);
  --naver: #03c75a;
  --daangn: #ff6f0f;
  --kakao-bg: #FEE500;
  --kakao-txt: #392020;
  --sbuck: #00704a;
  --facebook: #354680;
  --new-x: #000000;
  --youtube: #FF0000;
  --short-form: #cde0f2;
  --instagram: #d6249f;
  --table-border: #ececec;
  --table-background: #f8f8f8;
  --table-text-color: #333;
  --table-head-bg: #000;
  --table-padding: 12px;
  --table-font-size: 15px;
  --text-size-offset: 0.5;
  --trans: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  --transf: transform 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  --gr2: repeat(2, 1fr);
  --gr3: repeat(3, 1fr);
  --gr4: repeat(4, 1fr);
  --gr5: repeat(5, 1fr);
  --rad: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  --radh: 0.5rem;
  --spring: #ffcccb;
  --summer: #87ceeb;
  --autumn: rgb(124, 58, 58);
  --winter: #4682b4;
}

.ab-white,
.ab-white * {
  color: white !important
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: var(--color-main);
  position: relative
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  position: relative
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-size: 1em
}

:focus,
img:focus {
  outline: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

strong {
  font-weight: 700
}

code,
kbd,
samp {
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button {
  background-color: #fff;
  border: 0;
  color: var(--color-main);
  cursor: pointer
}

button,
select {
  text-transform: none
}

select:invalid {
  border-color: red
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

.hidden,
[hidden] {
  display: none !important
}

/*장애인을 위한 접근성 css -longdesc,복잡한 이미지 설명 숨김*/
.visually-hidden,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  /* IE 6 and 7 */
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto
}

.invisible {
  visibility: hidden
}

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

.clearfix::after {
  clear: both
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

img:not(.lazy-img) {
  opacity: 1;
}


::-webkit-input-placeholder {
  color: #a9a9a9;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 0.875rem;
  text-indent: 5px;
}


::-moz-placeholder {
  color: #a9a9a9;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 0.875rem;
  text-indent: 5px;
}


::-ms-input-placeholder {
  color: #a9a9a9;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 0.875rem;
  text-indent: 5px;
}


::placeholder {
  color: #a9a9a9;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 0.875rem;
  text-indent: 5px;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
}

::-moz-placeholder {
  color: #a9a9a9;
}

:-ms-input-placeholder {
  color: #a9a9a9;
}

input[readonly],
textarea[readonly] {
  background-color: #444 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  cursor: not-allowed
}

::-moz-selection {
  background: var(--color-key);
  color: #fff
}

::selection {
  background: var(--color-key);
  color: #fff
}

body,
button,
input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-weight: 900;
  position: relative;
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

input[type=button] textarea,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: auto;
  padding: .3rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline-color: var(--color-key);
  background-color: #fff;
  height: auto
}

textarea {
  resize: none !important;
  background-color: #fff;
  padding: .62rem;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  overflow: auto
}

textarea:focus {
  background-color: ivory
}

input[type=date]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
textarea:hover {
  transition: border-color .3s ease-in-out;
  background-color: #fffff1
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  margin: 0;
  padding: 0
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

/*form*/


select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzU4NjA2OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  padding-right: 2rem;

}

select,
input[type=text] {
  height: 3rem;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

:is(input, textarea, select):where(:active:not(:disabled), :focus) {
  border-color: #696;
  outline: 0
}

:is(input, textarea, select):disabled {
  background: #eee;
  color: #000
}

input:where([type=checkbox], [type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.4rem !important;
  height: 1.4rem !important;
  margin: calc(.75em - 11px) .25rem 0 0;
  vertical-align: top;
  border: 2px solid #666;
  border-radius: 4px;
  background: #fff no-repeat center center
}

input[type=radio] {
  border-radius: 50%
}

input:where([type=checkbox], [type=radio]):where(:active:not(:disabled), :focus) {
  border-color: #696;
  outline: 0
}

input:where([type=checkbox], [type=radio]):disabled {
  background: #eee
}

input[type=checkbox]:checked {
  background-image: url(./checkbox.svg)
}

input[type=radio]:checked {
  background-image: url(./radio.svg)
}


@media screen and (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


:not(i),
:not(i)::after,
:not(i)::before {
  box-sizing: border-box;
  font-family: var(--um-body-font-family)
}

.en,
.en *,
:lang(en) {
  font-family: var(--um-font-en);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
}


.p-0 {
  padding: 0px !important;
}

.turn-white {
  -webkit-filter: brightness(0) invert();
  filter: brightness(0) invert();
}



.material-symbols-outlined {
  font-variation-settings:
    'FILL'0,
    /* 채우지 않은 아이콘 */
    'wght'400,
    /* 기본 두께 */
    'GRAD'0,
    /* 기울기 없음 */
    'opsz'24;
  /* 기본 크기 (24px에 최적화) */
}

/*ul*/
ul,
ol {
  list-style: none;
}

/**/



mark {
  background-color: var(--color-mark);
}

::-webkit-input-placeholder {
  font-weight: normal;
}

::-moz-placeholder {
  font-weight: normal;
}

::-ms-input-placeholder {
  font-weight: normal;
}

::placeholder {
  font-weight: normal;
}

/* 곡선 형태의 clip-path */
.clip-path-smooth {
  -webkit-clip-path: path("M 16% 24% C 15% 34%, 20% 54%, 42% 71% C 50% 80%, 62% 86%, 78% 86% C 85% 80%, 98% 66%, 86% 43% C 81% 30%, 70% 18%, 58% 14% C 50% 18%, 41% 21%, 29% 22%");
  clip-path: path("M 16% 24% C 15% 34%, 20% 54%, 42% 71% C 50% 80%, 62% 86%, 78% 86% C 85% 80%, 98% 66%, 86% 43% C 81% 30%, 70% 18%, 58% 14% C 50% 18%, 41% 21%, 29% 22%");
}


.vertical-text {
  /*세로글자*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
}



/*페이징*/
.paging {
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  margin: 1rem auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
  position: relative;
  width: 100%
}

.paging>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: .5rem;
  position: relative;
  height: clamp(3rem, 2.6rem + 2vw, 5rem);
  flex-wrap: wrap
}

.paging :is(a, strong) {
  display: flex;
  width: 36px;
  height: 36px;
  color: #777;
  font-size: .8em;
  padding: 0;
  line-height: 1;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  border-radius: 50%;
  position: relative;
  overflow: hidden;

}

.paging a:focus,
.paging a:hover {
  color: var(--color-key);
  border: 1px solid rgba(0, 0, 0, .1)
}

.paging strong {
  background: rgba(0, 0, 0, .1);
  border-radius: 50%;
  font-weight: 700;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .1);
}

/* 사용정지 */
.paging .disabled,
.paging [disabled],
.paging [hidden] {
  opacity: .5;
  pointer-events: none
}

.paging :is(.prev1, .prev2, .next1, .next2) {
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;

}

.paging :is(.prev2, .next2) {
  color: transparent !important;
}

.paging :is(.prev2, .next2):hover {
  background-color: #eee;
}

.paging :is(.prev2, .next2)::after {

  font-family: "bootstrap-icons";
  color: #555;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1rem;


}

.paging .next2::after {
  content: '\F280';
}

.paging .prev2::after {
  content: '\f27F';
}

/*버튼정의하기 button,a*/
.btn-group {
  position: relative;
  width: 100%;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 1rem 0;
  display: flex;
  gap: 0.25rem
}

.sc-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.86rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.5rem 1rem;
  background-color: var(--good-bg);
  border: var(--basic-border);
  overflow: hidden;
  border-radius: 0.25rem;
  outline: none;
  transition: var(--trans);
  align-self: center;
  white-space: nowrap;
}

.sc-gap1 {
  gap: 0.25rem
}

.sc-gap2 {
  gap: 0.5rem
}

.sc-gap3 {
  gap: 0.0.75rem
}

.sc-gap4 {
  gap: 1rem
}

.sc-button:hover {
  background-color: #eee;
}

.sct-small {
  padding: 0.1rem 0.5rem;
  font-size: clamp(0.76rem, 0.739rem + 0.1vw, 0.865rem);
}

.sct-mid {
  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
}

.sct-big {
  font-size: clamp(1.1rem, 1.02rem + 0.4vw, 1.5rem);
}

.scw-bold {
  font-weight: bold;
}

.scp-big {
  padding: 0.86rem 2rem;
}

.sco-comfirm {
  background-color: var(--sbuck);
}

.sco-cancel {
  background-color: var(--kakao-txt);
}

.sco-back {
  background-color: var(--summer);
}

.sco-buy {
  background-color: var(--color-key);
}

.sco-cart {
  background-color: var(--color-focus);
}

.sco-wish {
  background-color: var(--new-x);
}

.sco-del {
  background-color: var(--focus-bg);
}

.sco-shopping {
  background-color: var(--instagram);
}

.sco-out {
  background-color: var(--winter);
}

:is([class*='sco-']:not(.sco-back)) {
  color: white;
}

[class*='sco-']:is(:hover, .on) {
  color: black
}

/*empty*/
.sc-empty {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 20vh;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
}


/* 비디오 컨테이너를 반응형으로 만들기 위한 스타일 */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

/*일반영상*/
.video-background {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}



video#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.vimeo-iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 160vw;
  min-height: 160vh;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  /* 사용자 클릭을 차단 */
}

@media screen and (max-width:1280px) {
  .video-background {
    min-height: 60vh !important;
  }

}

/*youtube*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 비율 클래스 - 16:9 */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
  /* 9 / 16 = 0.5625 */
}

/* 비율 클래스 - 4:3 */
.embed-responsive-4by3::before {
  padding-top: 75%;
  /* 3 / 4 = 0.75 */
}

/* 비율 클래스 - 1:1 */
.embed-responsive-1by1::before {
  padding-top: 100%;
}


/* ===================================================================
 *  basic
 * ------------------------------------------------------------------- */

a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none
}

.swiper-wrapper,
.swiper {
  width: 100%;
  height: 100%;

}

.swiper-slide {

  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide iframe {
  width: 100%;
  height: 100%;
}

/**/
.custom-button-prev,
.custom-button-next {
  position: absolute;
  /* 슬라이드 컨테이너 기준으로 위치 설정 */
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* 다른 요소 위에 표시 */
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.custom-button-prev {
  left: 10px;
}

.custom-button-next {
  right: 10px;
}


.mobile-over {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative
}

@media screen and (min-width:493px) {
.w100 {
  width: 100% !important;
  padding: 0rem!important;
}
}


.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #474bff;
  -webkit-animation: spinner-bulqg1 0.8s infinite linear alternate,
    spinner-oaa3wk 1.6s infinite linear;
  animation: spinner-bulqg1 0.8s infinite linear alternate,
    spinner-oaa3wk 1.6s infinite linear;
}

@-webkit-keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@-webkit-keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.summary {
  position: absolute;
  left: -9999px;
  /* 화면 밖으로 밀어 숨김 */
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24
}

.ellip1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellip2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* 보여줄 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-copy {
  padding: .2rem;
  background-color: transparent;
  border: none;
  cursor: copy;
  display: inline-flex;
  ;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: .2rem
}

/* Custom Tippy theme */
.tippy-box[data-theme~='tomato'] {
  background-color: tomato;
  max-width: 200px !important;
  /* 원하는 최대 너비 */
  word-break: break-word;
}

.tippy-content {
  color: white !important;
  word-break: keep-all;
  text-align: center;
}

.tippy-box[data-theme~='tomato'][data-placement^='top']>.tippy-arrow::before {
  border-top-color: tomato;
  left: 50%;
}


.pc {
  display: flex;
}

.mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .mobile {
    display: flex;
  }
}

/*table*/
.responsive-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 0px solid var(--table-border);
  border-radius: 6px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  color: var(--table-text-color);
  font-size: var(--table-font-size);
}


.table-min {
  min-width: 1024px;
}

.custom-table caption {
  font-size: 1.25rem;
  font-weight: bold;
  color: black;
  text-align: left !important;
  line-height: 4rem;
}

.table-center * {
  text-align: center;
}

.table-left-center td {
  text-align: left !important;
}

.custom-table th,
.custom-table td {
  padding: var(--table-padding);

  text-align: left;
  border-bottom: 1px solid var(--table-border);
  font-size: clamp(0.86rem, 0.809rem + 0.25vw, 1rem);
}

.custom-table thead {
  background-color: var(--table-head-bg);
  color: white;
}

.custom-table thead * {
  color: white;
}

.custom-table th[scope="col"] {
  font-weight: 600;
}

.custom-table th[scope="row"] {
  background-color: var(--table-background);
  font-weight: 500;
  white-space: nowrap;
}

/* 반응형 강조 스타일 (모바일에서 보기 편하게) */
@media screen and (max-width: 600px) {
  .custom-table {
    font-size: 14px;
  }

  .custom-table th,
  .custom-table td {
    padding: 10px 8px;
  }
}

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

.inipay_modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3) !important;

}

.fade:not(.show) {
  opacity: 1 !important;
  z-index: 999999 !important;
}

.fancybox-navigation {
  display: none;
  z-index: -1;
}

.allcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}

#landscape-warning {
  display: none;
  position: fixed;
  z-index: 9999;
  background: white;
  color: black;
  font-size: 18px;
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding-top: 40vh;
}



/*바디*/
/**/
body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  scroll-behavior: smooth;
  font-family: var(--um-font-default);
  font-weight: var(--um-body-font-weight);
  line-height: var(--um-body-line-height);
  font-size: var(--um-body-font-size);
  background-color: var(--um-body-color);
  font-optical-sizing: auto;
  font-variation-settings: "slnt"0;
}

/*topend*/
.topend {
  position: fixed;
  z-index: 9999;
  width: 2.25rem;
  min-height: 4.5rem;
  right: 1rem;
  bottom: 10vh;
  border: var(--basic-border);
  background-color: #fff;
  border-radius: var(--rad);
  overflow: hidden;
  transition: var(--trans);
}

.topend.go {
  bottom: 20vh;
}

.topend a {
  display: flex;
  width: 100%;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
}

.topend a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/***************레이아웃***************/


/*HEADER*/
header {

  width: 100%;
  background-color: #fff;
  min-height: 3.75rem;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 0;
  display: flex!important;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
@media screen and (min-width:768px) {
  .app-pend
  {
    display: none;
  }
   .app-unpend
   {
    display: flex;
   }
}

@media screen and (max-width:768px) {
 .app-header
{
  background-color: var(--color-key);
  min-height: 4rem;
}
 .app-unpend
{
  display: none;
}
 .app-pend
{
  display: flex;
}
 .app-header  .app-unpend2
{
  display: none!important;
}
 .app-header  .app-pend2
{
  display: flex;
}
}


header .header-top {
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: relative;
  width: var(--auto-width);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

header .header-top .logo-wrap {
  position: relative;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width:920px) {
  header .header-top .logo-wrap {
   gap: 2rem;
  }
}

header .header-top .logo-wrap .logo {
  width: 100%;
  max-width: 6rem;
  min-width: 2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header-top .logo-wrap .logo a {
  width: 100%;
  height: 100%;
  align-items: center;
}

header .header-top p.motto {
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.hashwords
{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  max-width: 68%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  position: relative;
}
/* 왼쪽 흰색 그라데이션 */
.hashSwiper::before,
.hashSwiper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px; /* 그라데이션 너비 */
  height: 100%;
  z-index: 1;
  pointer-events: none; /* 클릭 막지 않도록 */
}

/* 왼쪽 방향: 흰색 → 투명 */
.hashSwiper::before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

/* 오른쪽 방향: 흰색 → 투명 */
.hashSwiper::after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}
.hashwords span{
  font-weight: bold;
}
.hashwords a
{
  font-size: 0.92rem;
    padding: 0.5rem 1rem; /* 내용물 여백 */
  white-space: nowrap; /* 줄바꿈 방지 */
}
.search-wrap {
  position: relative;
  width: 22.5rem;

}

@media screen and (max-width:920px) {
.hashwords
  {
    display: none;
  }
}
.search-wrap input[type="text"] {
  background-color: #fcfcfc;
  border-radius: 3rem;
  height: 2.625rem;
  line-height: 2.625rem;
  width: 100%;
  padding-left: 1rem;
}

.search-button {
  position: absolute;
  z-index: 1;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.func-buttons {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}

:is(.func-buttons, .login-panelbox) a {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border: var(--basic-border);
  border-radius: 50%;
  transition: var(--trans);
  transform: scale(1);
  position: relative;
}

:is(.func-buttons, .login-panelbox) a span {
  position: absolute;
  z-index: 1;
  font-size: 0.5rem !important;
  top: -5px;
  font-weight: 500;
  color: white;
  background-color: var(--color-key);
  border-radius: 50%;
  overflow: hidden;
  right: -5px;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  width: 1.15rem;
  height: 1.15rem;
}

:is(.func-buttons, .login-panelbox) a:hover {
  border-color: var(--naver);
}

:is(.func-buttons, .login-panelbox) a img {
  width: 1.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

:is(.func-buttons, .login-panelbox) a:nth-child(-n+2) img {
  width: 1rem !important;
  height: 1rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

/*app*/
.app-func-buttons {
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
}

.app-func-buttons>a {
   width: 2.25rem;
  height: 2.25rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  }

.app-func-buttons>a>img {
  width: 1.2rem;
  -webkit-filter: invert();
          filter: invert();
}
.app-func-buttons>a > span
{
   position: absolute;
  z-index: 1;
  font-size: 0.5rem !important;
  top: -0px;
  font-weight: 500;
  background-color:white;
  border-radius: 50%;
  overflow: hidden;
  right: -5px;
  color:  var(--color-key);
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  width: 1.15rem;
  height: 1.15rem;
}
.app-myact-product {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
}

.app-myact-product img {
  -o-object-fit: cover;
  object-fit: cover;
}


header nav {
  background-color: var(--color-key);
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;

}

header nav.fixed {

  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  transform: translateY(0%);
  box-shadow: 0px 6px 17px -12px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
}

header nav .inner-nav {
  position: relative;
  width: var(--auto-width);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem;
  justify-content: space-around;
}

.header-top .menu-icon {
  display: none;
}
.header-top .app-icon{
  display: block;
}
@media screen and (max-width:940px) {
 header nav .inner-nav
 {
  padding: 0;
 }
.theme-menu {
  width: auto!important;
}
}
@media screen and (max-width:768px) {
  header {
    height: 4.25rem;
    border-bottom: var(--basic-border);
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }

  header nav {
    display: none !important;
  }

  .motto {
    display: none;
  }

  .header-top {
    height: 100%;
    width: 100% !important;
    flex: 1;
    padding: 0.5rem 1rem !important;
    gap: 1rem;
  }

  .logo-wrap {
    width: 24% !important;
  }

  .search-wrap {
    width: 46vw;
  }

  .func-buttons a:not(.log) {
    display: none;
  }

  .header-top .menu-icon {
    display: flex;
    z-index: 90;
    width: 2.4rem;
  }

  .header-top .menu-icon span {
    background-color: #000;
    height: 0.2rem;
    border-radius: 0.2rem;
  }
  .header-top .app-icon span
  {
    background-color: white;
  }
}



/* 전체 컨테이너 스타일 */
.menu-icon {
  width: 2.0rem;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

/* 햄버거 바 (줄) 기본 스타일 */
.menu-icon span {
  display: block;
  width: 100%;
  height: 0.25rem;
  background: white;
  border-radius: 0px;
  transition: var(--trans);
  position: absolute;
}

/* 세 개의 바 위치 조정 */
.menu-icon span:nth-child(1) {
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-icon span:nth-child(3) {
  bottom: 0;
}

/* 마우스 오버 시 애니메이션 (X로 변형) */
.menu-icon.on span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.menu-icon.on span:nth-child(2) {
  opacity: 0;
  /* 가운데 바 숨김 */
}

.menu-icon.on span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

header nav .inner-nav ul {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: row;
  height: 100%;
}

header nav .inner-nav ul:hover {
  display: flex;
}

header nav .inner-nav ul li {
  flex: 1;
  height: 100%;


}

header nav .inner-nav>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  gap: 0.5rem;
  padding: 0 1rem;
}

header nav .inner-nav>ul>li>a span {
  color: white;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.25px;
}

header nav .inner-nav>ul>li>a img {
  width: 16px;
  -webkit-filter: invert();
  filter: invert();
}

.main-menu {
  width: 60%;
  position: relative;
}

.main-menu::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0.3px;
  height: 1rem;
  background-color: #eee;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  border: 1px solid var(--good-border);
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 0px 0px 1rem 1rem;
  overflow: hidden;
}

.submenu ul {
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column !important;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.submenu a {
  width: 100%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  padding: 0rem !important;
  white-space: nowrap;
  display: flex;
  height: 2rem;
  justify-content: center;
  align-items: center;
  font-size: 0.86rem;
}

.submenu :is(a:hover, a.now) {
  font-weight: bold;
}

.menu-toggle {
  display: none;
}

/* 모바일에서는 가로형 메뉴를 드롭다운으로 변경 */
@media (max-width: 768px) {
  .menu-toggle {
    min-height: 3rem;

  }

  .sub-menus {
    display: none;
    flex-direction: column;
    position: absolute !important;
    width: calc(100% - 2rem) !important;
    top: 11rem;
    left: 1rem;
    background-color: #fff;
    z-index: 1000;
    border-width: 1px;
    padding: 1rem;
    border-style: solid;
    border-color: var(--good-border);


  }

  .sub-menus ul {
    flex-direction: column !important;
    width: 100%;
    gap: 0px !important;
  }

  .sub-menus li {
    width: 100% !important;
    padding: 0 0.5rem !important;
    max-width: 100% !important;
    height: 3.2rem;
  }

  .sub-menus li:last-child {
    border: none;

  }

  .sub-menus li:last-child::after {
    width: 0 !important;
  }

  .sub-menus li a {
    width: 100%;
    display: flex;
    align-items: center;
    height: 3rem;
  }

  /* 드롭다운 버튼 스타일 (햄버거 버튼) */
  .menu-toggle {
    display: flex;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    padding: 0rem 1rem;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid var(--good-border);
    transform: translateY(-1rem);
    top: 3rem;
    border-radius: 0.25rem;
    background-color: var(--sbuck);

  }

  .menu-toggle span {
    color: white
  }

  .menu-toggle.actived {
    background-color: #f9f9f9;
  }

  .menu-toggle.actived span {
    color: black;
  }

  .menu-toggle svg {
    transition: transform 0.3s;
    transform: rotate(0deg);
    width: 2rem;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .menu-toggle.actived svg {
    transform: rotate(180deg);
    -webkit-filter: invert(0%);
    filter: invert(0%)
  }
}

.theme-menu {
  width: 30%;
}

.theme-menu li:last-child span {
  color: var(--kakao-bg);
  font-weight: 700;
}

/*패널*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.side-panel {
  position: fixed;
  top: 0;
  left: -36vw;
  width: 35vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  padding: 1rem;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  transition: left 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width:1280px) {
  .side-panel {
    left: -56vw;
    width: 55vw;
  }
}
@media screen and (max-width:768px) {
  .side-panel {
    left: -89vw;
    width: 88vw;
  }
}

.side-panel.open {
  left: 0;
  opacity: 1;
}

.overlay.show {
  display: block;
}

.side-panel ul {
  list-style: none;
}

.close-panel {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.close-panel img {
  transition: var(--trans);
  transform: rotate(0deg);
}

.close-panel:hover img {
  transform: rotate(360deg);
}

.sidenav {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  height: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 0rem 0 2rem;
}

.login-panelbox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1rem 1rem;
  border-bottom: var(--basic-border);
}

.login-panelbox a {
  width: 3rem;
  height: 3rem;

}

@media screen and (max-width:768px) {
  .login-panelbox {
    padding: 0 0 1rem;
  }

  .login-panelbox a {
    width: 2.2rem;
    height: 2.2rem;

  }
}

.logined-info {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
}

.logined-info a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
}

.sidenav-act {
  position: relative;
  border-bottom: var(--basic-border);
  padding: 0 0 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 3rem;

  -webkit-overflow-scrolling: touch;
}

.side-category {
  position: relative;
  width: 100%;
  padding: 0;
}

.side-category h3 {
  font-size: 2rem;
}

/*side-panel-menu*/
.side-panel-menu {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem
}

.side-panel-menu>li>a {
  font-weight: 700;
  display: flex;
  width: 100%;
  ;
  height: 2.4rem;
  align-items: center;
}

.side-panel-submenu {
  position: relative;
  width: 100%;
}

.side-panel-submenu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}

.side-panel-submenu ul a {
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border: var(--basic-border);
  border-radius: 0.5rem;
}

.side-panel-submenu ul li :is(a:hover, a.now) {
  background-color: #000;
  color: white
}

@media screen and (max-width: 480px) {
  .side-panel-submenu ul a {
    padding: 0.5rem;
  }
}

/*MAIN*/
main {
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  align-items: center;
  padding-bottom: 0rem;

}

@media screen and (max-width:1024px) {
  .main .contents-wrap {
    padding: 0 1rem;
  }
}

main section {
  position: relative;
  width: 100%;
  padding: 1.6rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
  overflow: hidden;
  align-items: center;
}

main section:nth-child(odd) {
  background-color: #f9f9fa;
}

.contents-wrap {
  position: relative;
  width: 100%;
  padding: 2rem 0rem;
  margin: 0;
  height: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;

}

.contents-wrap:empty {
  height: 0px !important;
}

.contents-wrap:not(.w100) {
  width: var(--auto-width);
}

@media screen and (max-width:768px) {
  main .contents-wrap {
    padding: 1rem;
    width: 100% !important;
  }
}

/*main-items*/
.mainSwiper .swiper-slide {
  border-radius: var(--rad);
}

.main-item {
  position: relative;
  border-radius: var(--rad);
  overflow: hidden;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-item picture {
  position: relative;
  width: 100%;
  height: 100%;
}

a.main-item-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 2rem;

}

.swiper-slide-active .main-item-overlay {
  background-color: rgba(0, 0, 0, 0.1);


}

.custom-nav {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  /* 반투명 검정 */
  color: #fff;
  border-radius: 50%;
  /* 둥근 버튼 */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 10;
}

.custom-nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

div[class*="swiper-button"].custom-nav::after {
  content: '';
  display: none;
}

.custom-nav i {
  font-size: 1.5rem;
}


.main-item-overlay * {
  color: white;
}

.event-title,
.product-title {
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 86%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}

.current-category {
  font-size: clamp(0.86rem, 0.852rem + 0.04vw, 0.9rem);
}

.event-desc,
.product-desc {
  padding-bottom: 1rem;
  text-overflow: ellipsis;
  width: 76%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
}

.product-desc .price span {
  font-weight: 800;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  letter-spacing: 0.2px;
}

.product-price {
  display: flex;
  flex-direction: column;
  gap: 0.15rem
}

.product-price .price strong {
  font-family: var(--um-font-en) !important;
  font-size: 1.3em;
}
.sijung-price{
  text-decoration: line-through;
}
.discount-rate
{
  position: absolute;
  z-index: 888;
  width: 2.6rem;
  height: 2.6rem;
  background-color: var(--color-key);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top:1rem;
  right:1rem;
    color:white;
 font-size: 0.9rem;
}

.product-price .soldout {
  font-weight: 700;
  color: var(--sbuck);
  text-decoration: line-through;
  font-size: clamp(0.86rem, 0.84rem + 0.1vw, 0.96rem);
}

.icons-group {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.1rem
}

.icons-group img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

.main-item-more {
  display: inline-flex;
  border: var(--basic-border);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.35rem 1.5rem;
  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
  border-radius: 1.5rem;
}

.main-item-more:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/*main-title*/
.main-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.main-title h2 {
  text-align: center;
  margin: 0;
  font-size: clamp(3rem, 2.7rem + 1.5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0.2rem;
  padding: 0;
  line-height: 1.1;
}

.main-title p {
  font-size: cclamp(0.86rem, 0.832rem + 0.14vw, 1rem);
  color: var(--color-des);
  text-align: center;
}

.adtext {

  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.adtext img {
  width: 24px;
}

.adtext span {
  font-size: 0.86rem !important;
}

/*material-wrap*/
.search-material {
  padding: 1rem !important;
}

.material-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.material-item img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.material-item a {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  justify-content: center;
}

.material-title {
  font-size: clamp(1rem, 0.98rem + 0.1vw, 1.1rem);
  font-weight: 500;
  text-align: center;
}

/*main-tabs*/
.main-tabs {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 6rem;

}

.tabs-group {
  position: absolute;
  z-index: 10;
  top: 0px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%
}

.tabs-desc {
  right: 0px;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 2.875rem;
  align-items: center;
  position: absolute;
  z-index: 9;
  top: 0px;
  display: none;
  color: var(--color-des);
  font-size: clamp(0.8rem, 0.78rem + 0.1vw, 0.9rem);
  word-break: keep-all;
}

.tabs-desc.active {
  display: flex;
}

.tabs-group button {
  background-color: white;
  display: flex;
  border: 1px solid var(--good-border);
  padding: 0.8rem 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: clamp(0.8rem, 0.74rem + 0.3vw, 1.1rem);
  font-weight: 600;
  white-space: nowrap;
}

.tabs-group button:hover,
.tabs-group button.active {
  background-color: var(--color-key);
  color: white;

}

@media screen and (max-width:768px) {
  .tabs-group {
    gap: 0.5rem;
  }

  .tabs-group button {
    padding: 0.6rem;
  }

  .tabs-desc {
    top: 2.4rem;
    text-align: center;
    max-width: 100%;
    justify-content: center;
    word-break: keep-all;
  }
}

.tabs-body {
  position: relative;
  width: 100%;
  height: 80%;
  display: none;
  transition: var(--trans);
  opacity: 0;

}

.tabs-body.active {
  display: flex;
  opacity: 1;
}

.tabs-body .swiper-pagination {
  pointer-events: none;
  font-size: 0.8rem;
  bottom: 0rem;
}

/*product-item 상품썸네일공통*/
.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden
}

.product-item .figure {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: var(--rad);
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #eee;
  transition: var(--trans);
}

.product-item .figure:hover {
  border-color: #666
}

.ranking {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 5%;
  width: 2rem;
  height: 2.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  background-color: var(--color-key);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}



/* 반응형 처리 예: 뷰포트에 비례하는 크기 */
@media (max-width: 600px) {
  .ranking {
    width: 1.5rem;
    height: 2rem;
  }


}

.product-item .figure a {
  position: relative;
  width: 100%;
  height: 100%
}

.mywish-star {
  position: absolute;
  z-index: 40;
  width: 1.25rem;
  height: 1.25rem;
  top: 1rem;
  right: 1rem
}

.mywish-star img {
  -webkit-filter: invert(99%) sepia(24%) saturate(7495%) hue-rotate(11deg) brightness(116%) contrast(106%);
  filter: invert(99%) sepia(24%) saturate(7495%) hue-rotate(11deg) brightness(116%) contrast(106%);
}

.product-item .figure img {
  transition: var(--trans);
  transform: scale(1);
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.product-item .figure:hover img {
  transform: scale(1.1)
}

.product-item .figure:hover .over-button {
  transform: translateY(0);
}

.product-item picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.over-button {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, .5);
  transition: var(--transf);
  display: none !important;
  flex-direction: row;
  gap: 0;
  bottom: 0;
  transform: translateY(100%);
}

.over-button a {
  display: inline-flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0.25rem;
  overflow: hidden;
}

.over-button a img {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-filter: invert();
  filter: invert();
  transition: var(--trans);
  transform: scale(1);
}
.over-button a span {
  opacity: 0;
  max-width: 0;             /* 공간 줄이기 */
  white-space: nowrap;      /* 줄 바뀜 방지 */
  font-size: 0.86rem;
  transition: opacity 0.3s ease, max-width 0.3s ease;
}
.over-button a:hover {
  background-color: #000
}
.over-button a:hover img
{
  transform: scale(0.8);
}
.over-button a:hover span
{
  display: inline-block;
  color:white;
  opacity: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.over-button .end {
  pointer-events: none;
}

.over-button a.end:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media screen and (max-width:768px) {
  .over-button {
    display: none !important;
  }

}

.product-item figcaption {
  display: none
}

.product-info {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1rem;
  gap: 0rem
}

.product-info>* {
  text-align: left;
  position: relative;
  width: 100%
}

.product-cate {
  font-size: 0.8em;
  color: var(--color-des);
  overflow: hidden;
}

.product-name {
  font-size: clamp(1rem, 0.976rem + 0.12vw, 1.12rem);
  font-weight: 700;
}

.season-list .product-name {
  font-size: clamp(0.9rem, 0.83rem + 0.35vw, 1.25rem);
}

.product-description {
  font-size: 0.9em;
  color: var(--color-des);
}

.product-price {
  padding: 0.25rem 0 0;
}

.product-price .price strong {
  font-family: var(--um-font-en) !important;
  font-size: 1.3em;
  color: var(--color-key);
  padding-right: 0.325rem;
}

.product-hash {
  display: flex;
  flex-direction: row;
  gap: 0.15rem;
  margin-top: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.product-hash a {
  border: var(--basic-border);
  display: inline-flex;
  padding: 0.25em 0.5em;
  border-radius: 0.3rem;
  white-space: nowrap;
  font-size: clamp(0.86rem, 0.852rem + 0.04vw, 0.9rem);
}

.product-hash a:hover {
  background-color: yellowgreen;
}

.product-hash a span {
  font-size: 0.8em;
}

.product-hash a:hover span {
  color: white;
}

.product-hash img {
  display: inline-flex;
  -o-object-fit: cover;
  object-fit: cover;
  width: 1rem !important;
  height: 1rem;
}

@media screen and (max-width:768px) {
  .product-hash a:not(:is(:nth-child(3), :nth-child(4))) {
    display: none !important;
  }
}

/*myactivity-section*/
#myactivity {
  height: auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
  padding: 1rem 0;

}

.myact {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 6rem;
  gap: 1rem;
  align-items: center;
}

.mynow {
  position: relative;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: var(--trans);
}

.mynow a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mywish {
  background-color: var(--color-mark);
}

.mycart {
  background-color: var(--color-key);
}

:is(.mywish, .mycart) a {
  color: white;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

:is(.mywish, .mycart) a span {
  color: white
}

:is(.mywish, .mycart) a img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.my-devide {
  position: relative;
  width: 0.5rem;
  background-color: #ececec;
  height: 3rem;
  border-radius: 0.6rem;
}

.myact-product {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5rem
}

.myact-product a {
  position: relative;
  width: 6rem;
  height: 6rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  border: var(--basic-border);
  display: flex;
  justify-content: center;
  align-items: center;
}

.myact-product img {
  transition: var(--trans);
  transform: scale(1);
}

.myact-product a:hover img {
  transform: scale(1.1);
}

.sidenav-act .myact-product a {
  width: 3.6rem;
  height: 3.6rem;
}

@media screen and (max-width:768px) {
  #myactivity {

    overflow: hidden;
  }


  .mynow,
  .myact-product a {
    width: 3rem !important;
    height: 3rem !important;
  }

  .myact-product a:nth-child(n+5) {
    display: none;
  }

  .myact-product a:last-child {
    display: flex !important;
  }
}

/*season-best*/

.season-wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}

.season-view {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: var(--rad);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.season-view img {
  -o-object-fit: cover;
  object-fit: cover;
}

.season-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.season-message {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 3rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, .1);
}

.season-message * {
  text-align: right;
  word-break: keep-all;
  line-height: 1.2;
}

.season-message h3 {
  font-size: clamp(3rem, 1.651rem + 6.75vw, 10rem);
  background: #000;
  color: white;
  align-self: flex-end;

}

.season-message h4 {
  font-size: clamp(1.25rem, 0.913rem + 1.69vw, 3rem);
  font-weight: 700;
  align-self: flex-end;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

.season-message p {

  align-self: flex-end;


}

.season-view.spring {
  background-image: url(../assets/spring.jpg);
}

.season-view.summer {
  background-image: url(../assets/summer.jpg);
}

.season-view.autumn {
  background-image: url(../assets/autumn.jpg);
}

.season-view.winter {
  background-image: url(../assets/winter.jpg);
}

.season-view-m {
  display: none;
}

@media screen and (max-width:768px) {
  .season-wrap {
    grid-template-columns: 1fr;
  }

  .season-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .season-view {
    position: relative;
    display: flex;
    width: 100%;
    height: 30vh;
    background-size: cover;
    border-radius: var(--rad);
    overflow: hidden;
  }

  .spring {
    background-image: url(../assets/mbg-spring.jpg) !important;
  }

  .summer {
    background-image: url(../assets/mbg-summer.jpg) !important;
  }

  .autumn {
    background-image: url(../assets/mbg-fall.jpg) !important;
  }

  .winter {
    background-image: url(../assets/mbg-winter.jpg) !important;
  }
}
@media screen and (max-width:492px) {
    .season-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*random-list*/
.random-list {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem 1rem;
}

.main-limit>div {
  display: none;
}

.main-limit>div:nth-child(-n+15) {
  display: flex;
}

@media (max-width: 768px) {
  .main-limit>div:nth-child(-n+8) {
    display: flex;
  }
}

/*story*/
.story-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: 100%;
  height: 100%;
  transition: var(--trans);
  justify-content: space-evenly;
}

@media screen and (max-width: 1360px) {
  .random-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .story-wrap {
    gap: 1rem;
  }
}

@media screen and (min-width:769px) and (max-width: 1024px) {
  .random-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;


  }

  .story-wrap>div:first-child {
    width: 100%;
  }

  .story-wrap>*:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/4;
  }

  .company-focus {
    min-height: 20vh !important;
  }
}

@media screen and (max-width:768px) {
  .random-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-wrap {
    grid-template-columns: 1fr;

  }
}

@media screen and (max-width: 492px) {
  .random-list {
   grid-template-columns: repeat(2, 1fr);
  }
}

.common-frame {
  position: relative;
  border: var(--basic-border);
  border-radius: var(--rad);
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  min-height: 10rem;
  padding: clamp(1.3rem, 1.271rem + 0.14vw, 1.45rem);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.frame-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 3.6rem;
}

.frame-title h3 {
  width: 79%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: -0.1px;
  font-size: clamp(1.3rem, 1.165rem + 0.67vw, 2rem);
  text-transform: uppercase;
  gap: 1rem;
  font-weight: 700;
}

.frame-title a {
  display: flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
}

.frame-title img {
  width: 1.25rem;
}

#notice-title img {
  width: 2rem;
}


.frame-body {
  position: relative;
  width: 100%;
}

.frame-focus {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--rad);
  height: clamp(4rem, 3.48rem + 2.6vw, 6.6rem);
  font-size: clamp(1.1rem, 1.02rem + 0.4vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.25px;
  margin: -1rem 0 1rem;
  gap: 0.75rem;
  white-space: nowrap;
}

.frame-foot {
  position: relative;
  display: flex;
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: auto;

}

.frame-foot a {
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.68rem;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  font-size: clamp(0.8rem, 0.769rem + 0.15vw, 0.96rem);
  letter-spacing: -0.12px;
  padding: 0.35rem;
}

.frame-foot a:hover {
  background-color: #ddd;
}

.sns-item {
  position: relative;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 3rem;
}

.sns-item>a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.sns-item>a>figure {
  width: 100%;
  aspect-ratio: 1.8/1;
  border-radius: var(--rad);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1rem;
  transition: var(--trans);
}

.sns-from {
  position: absolute;
  z-index: 2;
  left: 1rem;
  bottom: 1rem;
  width: 1.2rem !important;
  height: auto !important;
  -webkit-filter: invert(0) brightness(100) grayscale(100%);
  filter: invert(0) brightness(100) grayscale(100%);
  opacity: 1;


}

.sns-item>a>h3 {
  font-size: 1.25rem;
  font-weight: 510;
  margin-bottom: 0.5rem;
}

.sns-item>a:hover>h3 {
  color: var(--color-key)
}

.sns-item>a>p,
.event-text li {
  font-size: 1rem;
  color: var(--color-des)
}

.event-text span {
  color: var(--color-des)
}

/*notice-list*/
.notice-list {
  position: relative;
  list-style: none;
  border-top: 2px solid #333;
}

.notice-list li {
  border-bottom: var(--basic-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(2.4rem, 2.169rem + 1.16vw, 3.6rem);
  width: 100%;


}


.notice-list li a span {

  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
  width: 80%;

}

.notice-date {
  font-size: clamp(0.8rem, 0.788rem + 0.06vw, 0.86rem) !important;
    max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.bk-focus {
  background-color: var(--color-key);
  color: white;

}

.bk-focus strong {
  color: var(--kakao-bg)
}

:is(.bank-list, .contact-list) {
  position: relative;
  list-style: none;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}

:is(.bank-list, .contact-list) li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-bottom: var(--basic-border);
  height: clamp(3rem, 2.88rem + 0.6vw, 3.6rem);
  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
  font-weight: 500;
}

:is(.bank-list, .contact-list) li a img {
  width: 1.4rem;
}

:is(.bank-list, .contact-list) li:last-child {
  border: none;
}

.bank-list span {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.cs-focus {
  background-color: #000;
  color: white;
}

.cs-focus a {
  color: white;
}

/**/
#company h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

#company p {
  color: var(--color-des)
}

.company-focus {
  background-image: url(../assets/cs-company.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.company-desc {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.frame-body h4 {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 600;
}

.frame-body p {
  color: var(--color-des);
  font-weight: 400;
  word-break: keep-all;
  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
}

.company-auth {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}

.company-auth-desc a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
  top: 0px;
  transform: translateY(-30%);
  right: 0px;
}

.company-auth-desc a img {
  width: 1rem;
}

/*footer*/

footer {
  position: relative;
  width: 100%;
  background-color: black;
  min-height: 20rem;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:768px) {
  footer {
    padding: 0rem;
  }

}

.footer-wrap {
  position: relative;
  width: 100%;
  max-width: var(--max-area);
  display: grid;
  grid-template-columns: 60% 40%;
  color: white;
  gap: 1rem;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width:1248px) {
  .footer-wrap {
    grid-template-columns: 1fr;
  }

}

.footer-wrap>div {
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.footer-wrap>div * {
  color: white
}

footer ul {
  list-style: none;
  font-size: 0.86rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

footer ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.34rem
}

footer ul li p {
  display: inline-flex;
  gap: 0.1rem
}

.fi-title {
  font-weight: 600;
  margin-right: 0.25rem;


}

@media screen and (max-width:768px) {

  footer ul li,
  .copyright {
    font-size: 0.8rem;
  }

  .foot-info ul {
    gap: 0.5rem
  }

  .fi-title {
    margin-right: 0.25rem;
    font-weight: 600;
  }

  footer ul li:nth-child(-n+2) p {
    display: flex;
    flex-direction: column;
  }
}

.foot-info a {
  color: var(--color-yl)
}

.copyright {
  font-size: 0.8rem;
  text-transform: capitalize;
}



.foot-links,
.fl-sns {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.fl-links,
.fl-sns {
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

.fl-sns h3 {
  font-size: 1.45rem;
  font-weight: 900;
}

.fl-links {
  display: flex;
  flex-direction: row;
}

.fl-links a {
  display: inline-flex;
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 0.86rem;
  justify-content: flex-start;
}

@media screen and (max-width:768px) {

  .fl-links,
  .fl-sns ul {
    justify-content: space-evenly;
  }

  .fl-links {
    gap: 1rem;
  }

  .fl-links a {
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 1rem !important;
    border-radius: 50%;
    overflow: hidden;
  }

  .fl-links i {
    font-size: 1rem;
  }

}

.fl-links a:hover {
  color: var(--color-yl)
}

.fl-sns ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.fl-sns ul li a {
  display: flex;
  justify-content: center;
  transition: var(--trans);
  transform: scale(1);
}

.fl-sns ul li a:hover {
  transform: scale(1.5);
}

.fl-sns ul li a img {
  height: 2rem;
  -webkit-filter: invert(99%) sepia(24%) saturate(7495%) hue-rotate(11deg) brightness(116%) contrast(106%);
  filter: invert(99%) sepia(24%) saturate(7495%) hue-rotate(11deg) brightness(116%) contrast(106%);
}

.fl-block {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.fl-block img {
  width: 2.68rem;
}

.fl-openmarket a {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.6rem;
  white-space: nowrap;
  font-size: 0.8rem;
}

.openmarket-wrap {
  position: relative;
  width: 100%;
  height: 2.6rem;
}

.openmarket-list {
  display: none;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 30;
  bottom: 100%;
  /* 위쪽에 위치 */
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  border-radius: var(--rad);
  width: 100%;
  max-width: 10rem;
  overflow: hidden;
}

.openmarket-list.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  display: flex;
}

.openmarket-list ul {
  position: relative;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.openmarket-list li a {
  display: flex;
  align-items: center;
  font-size: 0.86rem;
  color: black;
  padding: 0.5rem;
  width: 100%;
  transition: var(--trans);
}

.openmarket-list li a:hover {
  background-color: var(--color-key);
  color: white;
}

.openmarket-toggle {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
}

/* 반응형 */
@media (max-width: 768px) {
  .openmarket-toggle {
    font-size: 1rem;
  }

  .openmarket-list li a {
    font-size: 0.95rem;
  }
}


/*서브목록*/
/*best title*/
.category-best-title {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  font-weight: 700;
  padding: 1rem 0;
}

.category-best-title strong {
  color: var(--color-key)
}

/*서브제목*/
.page-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: clamp(1rem, 0.807rem + 0.96vw, 2rem) 0;
}

.page-title h3 {
  font-weight: 800;
  font-size: clamp(1.6rem, 1.12rem + 2.4vw, 4rem);
  letter-spacing: 0.1rem;
  word-break: keep-all;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: column;
  gap: 0.2.page-title h3rem
}

@media screen and (max-width:768px) {
  .page-title h3 {
    max-width: 80vw;
  }

}

.breadcrumb {
  font-size: 14px;
  padding: 0.5em 1em;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li+li::before {
  content: "›";
  margin: 0 0.5em;
  color: #888;
}

.breadcrumb a {
  text-decoration: none;
  color: #0073e6;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb [aria-current="page"] {
  color: #333;
  font-weight: bold;
}



/*submenu-bar -category*/
.submenu-bar {
  position: relative;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 1rem 0;
}

.submenu-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 6rem;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 0.3rem solid white;
  transition: var(--trans);

}

.submenu-slide.current,
.submenu-slide:hover {
  border-color: var(--color-focus);
}

.submenu-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 50%;

}

.submenu-slide a span {
  color: white;
  font-size: clamp(0.86rem, 0.833rem + 0.13vw, 1rem);
  margin-bottom: 0.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  transition: var(--trans);
  transform: translateY(100%);
  opacity: 0;
  word-break: keep-all;
}

.submenuSwiper .swiper-wrapper {
  justify-content: center;
}

@media screen and (max-width:768px) {
  .submenu-bar {
    height: auto;
  }

  .submenuSwiper .swiper-wrapper {
    justify-content: flex-start;
  }
}

.submenuSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}

.submenuSwiper .swiper-wrapper .swiper-slide a span {
  display: none;
}

.submenuSwiper .swiper-wrapper .swiper-slide:not(:first-child) .submenu-slide:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.submenuSwiper .swiper-wrapper .swiper-slide:not(:first-child) .submenu-slide:hover span {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateY(0%);
  opacity: 1;
}

/*submenubar - general*/
.sub-menus {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-menus ul {
  position: relative;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
}

.sub-menus ul li {
  position: relative;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1rem 2rem;
  border-bottom: 2px solid #eee;

}

.sub-menus ul li::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.5s ease;
}

.sub-menus ul li:hover:after,
.sub-menus li:has(a[aria-current="page"])::after {
  width: 100%;
}

.sub-menus ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
  font-weight: 600;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  width: 100%;
  height: 100%;

}

.sub-menus ul li a:is(:hover, [aria-current="page"]) {
  font-weight: bold;
  color: var(--color-key)
}

#contents-body {
  background-color: #fff;
  padding: 0px;
}

@media screen and (max-width:768px) {
  #contents-body {
    padding: 0px;
  }
}

/*subcontents-body*/
.subcontents-body {
  position: relative;
  width: 100%;
  display: flex;
  max-width: var(--max-area);
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  height: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0;
}

.subcontents-body>.contents-wrap {
  padding: 0;
  width: 100%;
}

.subcontents-body>.contents-wrap .contents-wrap {

  width: 100% !important;
  padding: 0;
}

@media screen and (max-width:1360px) {
  .subcontents-body>.contents-wrap  {
    padding: 1rem;
  }

}

@media screen and (max-width:768px) {

  .subcontents-body>.contents-wrap {
    padding: 1rem;
  }

  .subcontents-body>.contents-wrap .contents-wrap {
    padding: 1rem 0 !important;
  }
}

.product-status {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #333;
  padding: 1rem 0;
  margin-bottom: 1.2rem;
}

[aria-labelledby="myboardSortLabel"] {
  position: relative;
  width: 100%;
  display: block;
  height: 3.4rem;
  padding-top: 1rem;
}

.current-cnt {
  font-size: 0.86em;
  line-height: 1.6;
}

.item-count {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  width: 60vw;
}

.item-count form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.sub-list {
  padding: 1rem 0 3rem;
  border-bottom: var(--basic-border);
}

/*상세보기*/
.view-product-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.view-product-title>* {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0rem;
}

.product-code {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.8rem !important;
  font-weight: normal;
  text-align: center;
  justify-content: center;
}


.sns-share-links {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.sns-share-links img {
  width: 1.2rem;
  aspect-ratio: 1/1;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  transition: var(--transf);
  transform: scale(1);

}

.sns-share-links a {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #eee;
  transition: var(--transf);
  transform: scale(1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-share-links a:hover {
  transform: scale(1.5);
}

.sns-share-links a:hover img {
  -webkit-filter: none;
  filter: none;

}

/*view-wrap*/

.view-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-width: 2px 0 1px;
  border-style: solid;
  border-color: #000 transparent transparent;
  height: 100%;
  padding: 3rem 0;
  margin-top: 2rem;
}
@media screen and (max-width:1204px) {
  .view-wrap
  {
    padding: 2rem 1rem;
  }

}
@media screen and (max-width:768px) {
  .view-wrap
  {
    padding:1rem 0rem;
    margin-top: 0;
  }

}
.view-header {

  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--good-border);
}

.view-header>* {
  flex: 1
}

.view-header> :is(.product-infos, .product-action) {
  background-color: var(--good-bg);
  padding: 1rem;
  border-radius: var(--radh);
  border: var(--basic-border);
  width: 100%;

}

@media screen and (max-width: 1360px) {

  .view-header {
    gap: 1rem;
  }
}

@media screen and (min-width:769px) and (max-width: 1080px) {

  .view-header {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .product-action {
    grid-column: 1/3;
    display: grid!important;
    grid-template-columns: repeat(2,1fr);
  }
    .product-action  .product-short
    {
      grid-row: 1/3;
      grid-column: 1/2;
    }
}

@media screen and (max-width:768px) {
  .view-header {
    grid-template-columns: 1fr;

  }

}

.view-header .product-thumbnail {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  justify-content: space-around;
}

.view-header .product-thumbnail .thumbBigSwiper,.view-header .product-thumbnail .thumbMiniSwiper .swiper-slide {
  border: var(--basic-border);
  border-radius: var(--radh);
  overflow: hidden;

}

.thumbMiniSwiper {

  max-height: 8rem;
  box-sizing: border-box;
  padding: 0px;

}
@media screen and (max-width: 492px) {
  .thumbMiniSwiper {
    max-height: 6rem;
  }

}
.thumbMiniSwiper .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.thumbMiniSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbMiniSwiper .swiper-slide:nth-child(-n+2)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.0);
  mix-blend-mode: multiply;
  transition: .5s;
}

.thumbBigSwiper :is(.swiper-button-next, .swiper-button-prev) {

  top: 0;
  margin-top: 0;
  height: calc(100% - 10em);
}

/*상품상세정보리스트*/
.product-infos {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-infos h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

.infos-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.infos-list li {
  position: relative;
  border-bottom: var(--basic-border);
  height: auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0.5rem 0;

}

.infos-list li:last-child {
  border: none;
}

.infos-list li dl {
  display: grid;
  grid-template-columns: 2fr 4fr;
  height: 2.5rem;
}

.infos-list li dl :is(dt, dd) {
  display: flex;
  align-items: center;
  position: relative;
  height: 2.5rem;
  font-size: clamp(0.86rem, 0.833rem + 0.13vw, 1rem);
}

.infos-list li dl dt {
  text-indent: 1rem;
  font-weight: 600;
}

.infos-list li dl dt::after {
  content: ':';
  position: absolute;
  z-index: 1;
  right: 1rem;
}

#span_price_str {
  font-size: clamp(1.2rem, 1.08rem + 0.6vw, 1.8rem);
  font-weight: bold;
  color: var(--color-key);
  font-family: var(--um-font-en) !important;
  font-weight: 700;
}

.add-option-subject {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

.scv-count,
.order-count {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.order-count-input {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.order-count-input label {
  white-space: nowrap;
  font-weight: 600;
}

.order-count-input :is(a, button) {
  display: inline-flex;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  background-color: transparent;
  padding: 0.1rem;

}
@media screen and (max-width: 492px) {
  .order-count-input :is(a, button) {
    width: 2rem;
    height: 2rem;
  }

}
.order-count-input :is(a, button) img {
  width: 100%;
  opacity: 0.5;
}

.order-count-input :is(a, button):hover img {

  opacity: 1;
}

.order-count-input p {
  font-weight: bold;
}

.order-count-input input {
  font-weight: 900;
}

.scv-mini-cal {
  border: var(--basic-border);
  background-color: white;
  padding: 1rem;
  margin: 1rem 0;
}

.op-mini {
  position: relative;
  text-align: right;

}

.op-mini strong {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}

[id*="appointment"] {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}


.product-action {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.product-short {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-short dl {
  display: flex;
  flex-direction: column;
  gap: 0.25rem
}

.product-short dt {
  font-weight: 600;
  display: flex;
  gap: 0.25rem
}

.product-short dt img {
  width: 1.2rem;
}
.orders-btns
{
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: var(--trans);
}
.orders-btns a {
  width: calc(100%/3.3);
  flex: 1;
  padding: 1rem 1rem;
  max-width: none;
}
.ofixed
{
position: fixed;
z-index: 99999;
left: 0;
bottom: 0;
width: 100%;
height: auto;
max-height: -webkit-fit-content;
max-height: -moz-fit-content;
max-height: fit-content;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 1rem;
background-color: #fff;
border-top: var(--basic-border);
}
@media screen and (min-width: 768px) {
  .ofixed > span
  {
    max-width:50vw ;
  }

}
#orderfixed
{
  bottom: 5rem!important;
}
.view-hash {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.view-hash a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.6rem 1rem;
  border: var(--basic-border);
  border-radius: 1.6rem;
  font-size: 0.8rem;
  background-color: #fff;
}

.view-detail,
.delivery {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 0rem;
}

.view-detail-contents {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  padding: 0rem;
  margin-bottom: 3rem;

}

/* 닫힌 상태일 때만 아래쪽 페이드 효과
.view-detail-contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}
*/
/* open 상태일 때 페이드 아웃 */
.view-detail-contents.open::after {
  opacity: 0;
}
.view-detail-contents.open {
  max-height: none; /* 전체 높이 보여주기 */
}

@media screen and (min-width:1024px) {
.view-detail-contents img
{
  max-width: 900px;
  
}
}
#toggle-btn
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  width: 10rem;
  border: var(--basic-border);
  border-radius: 0.2rem;
  font-size: 1rem;
  background-color: #fff;
}

.delivery {
  align-items: flex-start;
  gap: 1rem;
}

.delivery :is(h3, h4) {
  font-weight: 600;
}

.delivery ul {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}

.delivery ol {
  list-style-type: hangul;
  list-style-position: inside;
}

.delivery li {
  font-size: clamp(0.86rem, 0.809rem + 0.25vw, 1rem);
}

.delivery li li {
  font-size: 0.9em;
}

@media screen and (max-width:680px) {
  #mini_op_table_data tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  #mini_op_table_data tr td img {
    width: 1.6rem !important;
  }

  #mini_op_table_data tr td:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }

  #mini_op_table_data tr td:nth-child(2) select {
    width: 100% !important;
  }
}

[id*="tr_mini_"] td:first-child {
  white-space: nowrap;
}

[id*="tr_mini_"] td:last-child {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width:680px) {
  .naver-pay
  {
    margin-top: 1rem;
  }

}

/*상세탭*/
.view-tabs {
  position: relative;
  margin: 2rem 0 0.5rem;
}

.view-tabs ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.view-tabs ul li {
  border-bottom: 2px solid #eaeaea;
}

.view-tabs ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.6rem;
  font-size: clamp(0.9rem, 0.841rem + 0.29vw, 1.2rem);
}

.view-tabs ul li.on a {
  font-weight: 600;
}

.view-tabs ul li::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.5s ease;
}

.view-tabs ul li:is(:hover, .on)::after {
  width: 100%;

}

.view-qna-btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}



.qna-list1 {

  border-bottom: 1px solid var(--good-border);
  background: #fff;
  width: 100%;
}

.qna-list1>ul {
  margin: 0;
  padding: 0
}

.qna-list1>ul>li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid var(--good-border);
  list-style-type: none;
  cursor: pointer
}

.qna-list1>ul>li .qna-title-wrap .q-info {
  margin: 0 0 5px;
  padding: 0;
  font-size: 0
}

.qna-list1>ul>li .qna-title-wrap .q-info>span {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
  font-size: 13px;
  color: #aaa;
  line-height: 24px;
  vertical-align: top
}

.qna-list1>ul>li .qna-title-wrap .q-info>span:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #ddd
}

.qna-list1>ul>li .qna-title-wrap .q-info>span .qna-state1 {
  display: inline-block;
  padding: 0 12px;
  border-radius: 30px;
  background: #222;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  letter-spacing: -.03em;
  vertical-align: top
}

.qna-list1>ul>li .qna-title-wrap .q-info>span .qna-state2 {
  display: inline-block;
  padding: 0 12px;
  border-radius: 30px;
  background: #e8eaf0;
  font-size: 13px;
  font-weight: bold;
  color: #7f8694;
  line-height: 24px;
  letter-spacing: -.03em;
  vertical-align: top
}

.qna-list1>ul>li .qna-title-wrap .q-info>span:nth-child(1) {
  margin-left: 0;
  padding-left: 0
}

.qna-list1>ul>li .qna-title-wrap .q-info>span:nth-child(1):before {
  display: none
}

.qna-list1>ul>li .qna-title-wrap .q-info>span:nth-child(2) {
  margin-left: 10px;
  padding-left: 0
}

.qna-list1>ul>li .qna-title-wrap .q-info>span:nth-child(2):before {
  display: none
}

.qna-list1>ul>li .qna-title-wrap .q-title {
  margin: 0;
  padding: 1rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 20px;
  letter-spacing: -.03em
}

.qna-list1>ul>li .qna-cont-wrap {
  display: none;
  margin-top: 5px
}

.qna-list1>ul>li .qna-cont-wrap .q-cont {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  letter-spacing: -.03em
}

.qna-list1>ul>li .qna-cont-wrap .a-cont {
  box-sizing: border-box;
  position: relative;
  min-height: 80px;
  margin-top: 15px;
  padding: 15px;
  padding-left: 45px;
  border-radius: 5px;
  background: #f7f7f7;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  letter-spacing: -.03em
}

.qna-list1>ul>li .qna-cont-wrap .a-cont:before {
  content: 'A';
  display: block;
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #ccc;
  line-height: 35px
}

.qna-list1>ul>li .qna-cont-wrap .qna-btns {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 0
}

.qna-list1>ul>li .qna-cont-wrap .qna-btns>span {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
  vertical-align: top
}

.qna-list1>ul>li .qna-cont-wrap .qna-btns>span:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #ddd
}

.qna-list1>ul>li .qna-cont-wrap .qna-btns>span a {
  display: inline-block;
  font-size: 13px;
  color: #888;
  line-height: 24px;
  vertical-align: top;
  letter-spacing: -.03em
}

.qna-list1>ul>li .qna-cont-wrap .qna-btns>span:first-child {
  margin-left: 0;
  padding-left: 0
}

.qna-list1>ul>li .qna-cont-wrap .qna-btns>span:first-child:before {
  display: none
}

.qna-list1>ul>li:first-child {
  border-top-width: 0
}


.qna-list1>ul>li.on .qna-title-wrap .q-title {
  font-weight: bold;
  color: #444;

}

.qna-list1>ul>li.on .qna-cont-wrap {
  display: block
}

/*추천상품*/
.view-product-list {
  position: relative;
  width: 100%;
  display: block
}

.btn-view {
  gap: 1rem;
  justify-content: space-evenly;
}


/*검색*/
.search-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fff;
}

@media screen and (max-width:768px) {
  .search-result-wrap {
    padding: 0rem !important;
  }

}

.search-wrap .material-wrap {
  padding: 0 1rem;
}

.season-search-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

.season-search-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.season-search-wrap .spring {
  background-color: var(--spring);
}

.season-search-wrap .summer {
  background-color: var(--summer);
}

.season-search-wrap .autumn {
  background-color: var(--autumn);
}

.season-search-wrap .winter {
  background-color: var(--winter);
}

@media screen and (max-width:768px) {
  .season-search-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:320px) {
  .season-search-wrap ul {
    grid-template-columns: 1fr;
  }
}

.season-search-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
}

.season-search-wrap a h4 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem)
}

.season-search-wrap li {
  background-size: cover;

}

.searched-status {
  text-align: center;
  word-break: keep-all;
}

@media (max-width: 480px) {
  .searched-status span {
    display: block;
    font-size: 0.86rem;
  }
}

/*소개일반*/
.new-company {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.intro {
  height: 68vh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background-color: #fcf7ed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% center;
  padding: 2rem;
  background-image: url(../assets/intro-bg.jpg);
  position: relative;
  overflow: hidden;
  border-radius: var(--rad);
}

.longtimeago {

  position: relative;
  width: 46%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  left: 5rem;
  justify-content: center;
  transition: var(--trans);

}

.intro-poem {
  position: relative;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-family: var(--um-font-focus) !important;
  display: flex;
  font-weight: 400;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  pointer-events: none;
  word-break: keep-all;


}

.intro-poem {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.intro-poem h4 {
  font-size: clamp(1.2rem, 0.84rem + 1.8vw, 3rem);
  font-family: var(--um-font-focus) !important;
  font-weight: 700;


}

.intro-poem p {
  font-family: var(--um-font-focus) !important;
}

.petal {
  position: absolute;
  width: 20px;
  /* 꽃잎 너비 */
  height: 20px;
  /* 꽃잎 높이 */
  top: -1.2rem;
  background-image: url('../assets/flower-petal.png');
  /* 꽃잎 이미지 */
  background-size: cover;
  opacity: 0.8;
  /* 투명도 */
  pointer-events: none;
  /* 마우스 이벤트 비활성화 */
}

.intro-text,
.proud-text {
  color: #555;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  height: 68vh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  gap: 1rem;
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% center;
  padding: 2rem;
  border-radius: var(--rad);
}

.intro-text * {
  color: white;
}

.intro-poem h3 {
  font-size: clamp(1.2rem, 1.04rem + 0.8vw, 2rem);
  font-weight: 700;
  font-family: var(--um-font-focus) !important;
}

.intro-text h4 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 700;
  font-family: var(--um-font-focus) !important;

}

:is(.intro-text, .motto-text) .longtimeago {
  width: calc(100% - 8rem);
  gap: 2rem !important;

}

@media screen and (max-width:768px) {
  .intro {
    background-position: 100% bottom;
    min-height: 86vh;
  }

  .intro,
  .intro-text {
    height: auto;
  }

  .longtimeago {
    left: 1rem;
    width: 86%;
  }

  :is(.intro-text, .motto-text) .longtimeago {
    width: calc(100% - 2rem);
  }

}

.motto-text {
  background-color: var(--color-yl);
  border-radius: var(--rad);
  overflow: hidden;
  padding: 3rem 1rem;
}

.motto-text .intro-poem {
  gap: 1rem !important;
}

.map-wrap {
  overflow: hidden;
  border-radius: var(--rad);
  padding: 1rem;
  background-color: var(--good-bg);
  border: var(--basic-border)
}

.map-button {
  align-items: center;
}

.map-button h5 {
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}


.proud {
  background-image: url(../assets/proud.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 5% center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}

.proud-box {
  position: relative;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  color: var(--focus-text);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  word-break: keep-all;
  text-align: right;
  padding-right: 2rem;

}

.proud-box:not(h3) {
  font-family: var(--um-font-focus) !important;
}

.proud-box h3 {
  color: white;
  font-style: italic;
  font-size: clamp(2rem, 1.4rem + 3vw, 5rem);
}

.proud-box h3 strong {
  color: var(--sbuck);
  font-weight: 900;
}

@media screen and (max-width:1024px) {

  .proud {
    background-position: -10% center;
  }
}

@media screen and (max-width:768px) {

  .proud {
    background-position: center -60%;
  }

  .proud-box {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100% !important;
    justify-content: flex-end;
    padding: 0
  }
}

.sns-wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem 0;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-bottom-color: var(--good-border);
}

.sns-wrap .sns {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #eee;
  height: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: var(--rad);

}

.sns-wrap a {
  position: absolute;
  z-index: 13;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  transition: var(--trans);
}

.sns-wrap a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.sns-wrap-icon {
  position: absolute;
  z-index: 2;
  width: 2.4rem;
  left: 1rem;
  top: 1rem;
}

.sns-wrap-icon img {
  width: 100%;
  max-width: 1.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}

.sns-wrap .sns-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: 600;
  transition: var(--transf);
  opacity: 0;
  transform: translateY(3rem);
}

.sns-wrap .sns-info h3 {
  font-size: 1em;
  color: white;
  max-width: 80%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.sns-wrap .sns-info p {
  text-align: center;
  color: var(--color-yl);
  font-size: 0.76em;
  max-width: 80%;
  display: flex;
  justify-content: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* 보여줄 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sns-wrap a:hover .sns-info {
  transform: translateY(0rem);
  opacity: 1;
}





.document-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-width: 2px 0px 1px;
  border-style: solid;
  border-bottom-color: var(--good-border);
  padding: 2rem 0px;
}

.document-wrap .document {
  position: relative;
  width: 100%;
  flex: 0 0 19%;
  /* 기본: 5개 (100/5) */
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;

}

.document-wrap .document img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border: var(--basic-border);
  border-radius: var(--rad);
}

.document-info {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}

.document-info .title {
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-info p {
  font-size: 0.8em;
}

@media screen and (max-width:1300px) {
  .document-wrap .document {
    flex: 0 0 23%;
  }

}

@media (max-width: 1024px) {

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

/* 태블릿 (최대 992px): 3개 */
@media (max-width: 992px) {
  .document-wrap .document {
    flex: 0 0 32%;
  }
}

/* 모바일 (최대 768px): 2개 */
@media (max-width: 768px) {
  .document-wrap .document {
    flex: 0 0 48%;
  }
}

@media (max-width: 680px) {

  .sns-wrap {
    grid-template-columns: 1fr;
  }
}

/* 초소형 모바일 (최대 480px): 1개 */
@media (max-width: 480px) {
  .document-wrap .document {
    flex: 0 0 100%;
  }
}

/*이벤트*/
.events-wrap {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 1rem 0;
  border-width: 2px 0px 1px;
  border-style: solid;
  border-bottom-color: var(--good-border);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem
}

@media screen and (max-width:768px) {
  .events-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width:420px) {
  .events-wrap {
    grid-template-columns: 1fr;
  }

}

.events-wrap>div.event-cell {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  border: 1px solid #ececec;
  font-size: 1rem;
  overflow: hidden;
  border-radius: var(--rad);
}

.events-wrap>div.event-cell a {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;

}

.events-wrap>div.event-cell h4 {
  font-weight: 600;
  line-height: 1.1;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-wrap>div.event-cell>a>figure {
  padding: 0;
  margin: 0;
  position: relative;
}

.events-wrap>div.event-cell>a>figure>img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-wrap>div.event-cell>a>.event-all {
  position: relative;
  padding: 0.2rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem
}

.event-period {
  font-size: 0.8em;
}

.events-wrap>div.event-cell>a>.event-all>.event-simple {
  position: relative;
  padding: 0rem;
  font-size: 0.9em;
  line-height: 1.2;


}

.events-wrap>div.event-cell>a.end,
.sns-item a.end {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;

  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.events-category {
  position: relative;
  width: 100%;
  height: clamp(2rem, 1.68rem + 1.6vw, 3.6rem);
  margin-bottom: 2rem;

}

.events-category>ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  height: 100%;
}

.events-category>ul>li {
  position: relative;
  width: 100%;
  height: 100%;
  border: var(--basic-border)
}

.events-category>ul>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.96rem;
}

.events-category>ul>li>a.on {
  background-color: var(--good-bg);
  font-weight: bold;
  color: green
}

.events-empty {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
}

.event-view-wrap {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  font-size: 1rem;
}

.event-view-wrap h4 {
  font-size: calc(1.2rem + 1vw);
  font-weight: 700;
}

.event-view-wrap h5 {
  display: inline-flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 1rem 0;
  background-color: var(--sbuck);
  color: white;
  border-radius: 3rem;
  font-size: 1.1em;
}

.ev-simple {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.ev-simple .pp {
  border: var(--basic-borders);
  padding: 1rem;
  background-color: var(--good-bg);
  font-size: 0.86em;
}

.ev-link a {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border: var(--basic-borders)
}

.ev-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

/*btn2024*/
.button-common-group {
  position: relative;
  margin: 1.2rem auto;
  width: 100%;
  padding: 1rem;
  flex-direction: row;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.button--basic {
  border: var(--basic-borders);
  background-color: var(--good-bg);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

.button--big {
  padding: 1rem 1.5rem;
  font-size: 0.92rem;
}

.button--small {
  padding: 0.2rem 0.4rem!important;
  font-size: 0.8rem!important;
}

.button--basic:hover {
  opacity: .8
}

.button--inquery {
  background-color: var(--naver);
  color: #fff
}

.button--go {
  background-color: var(--kakao-bg);
  color: var(--kakao-text)
}

.button--list {
  background-color: var(--color-end);
  color: #fff
}

.button--delete {
  background-color: var(--color-main);
  color: white
}


#sns_share_list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.1rem;
  flex-wrap: wrap;
}


.massorder-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;

}

.massorder-wrap form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.in-privacy {
  position: relative;
  width: 100%;
  padding: 1rem;
  background-color: var(--good-bg);
  border: var(--basic-border);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  border-radius: var(--rad);
}

.in-privacy-body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
}

.in-privacy-body h5 {
  font-size: 1.2rem;
}

.in-privacy-body p {
  font-size: 0.9em;
}

.in-privacy-body ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.in-privacy-body ol li {
  font-size: 0.86em;
}

.form-box {
  position: relative;
  width: 100%;


}

.form-box ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.form-box ul li {
  border-bottom: var(--good-border);
}

.form-box ul li dl {
  display: flex;
  flex-direction: column;
}

.form-box ul li dl dt {
  font-weight: bold;

}

.form-box ul li dl dt span {
  color: var(--color-key);
  font-style: italic;
}

.form-box :is(select, input) {
  width: 100%;
  background-color: var(--good-bg);
}

.form-box p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--color-des)
}

.agreementBody,
.agreementBody .acon {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.acon h4 {
  font-size: clamp(1.2rem, 1.04rem + 0.8vw, 2rem);
}

.acon ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.acon ol li,
.acon p {
  font-size: clamp(0.86rem, 0.832rem + 0.14vw, 1rem);
  color: #444;
  word-break: keep-all;
}

/*bbs*/
.col_subject a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}


/*best*/
.best-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* 아이템 간 간격 */

}

.best-list .product-item {
  flex: 0 0 19%;
  /* 기본: 5개 (100/5) */
  box-sizing: border-box;
}

/* 일반 모니터 (최대 1200px): 4개 */
@media (max-width: 1200px) {
  .best-list .product-item {
    flex: 0 0 23%;
  }
}

/* 태블릿 (최대 992px): 3개 */
@media (max-width: 992px) {
  .best-list .product-item {
    flex: 0 0 32%;
  }
}

/* 모바일 (최대 768px): 2개 */
@media (max-width: 768px) {
  .best-list .product-item {
    flex: 0 0 48%;
  }
}

/* 초소형 모바일 (최대 480px): 1개 */
@media (max-width: 480px) {
  .best-list .product-item {
    flex: 0 0 100%;
  }
}

div[class*="goods_content"] {
  position: relative;

  max-width: 900px;
}

.goods_content02 iframe {
width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
   height: auto!important;
  display: block;

}

#glores-B-popup-wrap {
  background-color: #fff;
}


.emoney-notice {
  position: relative;
  display: block;
  padding: 2rem 0;
}

.emoney-notice h4 {
  font-weight: 500;
}

.emoney-notice ul {
  list-style: decimal-leading-zero;
  list-style-position: inside;
}

.emoney-notice ul li {
  font-size: 0.9rem;
  word-break: keep-all;
}


.bannerlink-wrap .bl-title
{
  font-size: clamp(1.2rem, 1.04rem + 0.8vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.bannerlink-wrap dl:not(:last-child)
{
  border-bottom: var(--basic-border);
  padding:0px 0px 2rem 0px!important;
}
.bannerlink-wrap dl:not(.banner-b-list) dt
{
  align-items: center;
  place-self: center;
}


.bankinfo p{
  display: flex!important;
  flex-direction: row;
  gap:1rem;
}
.bankinfo p label
{
  display: flex!important;
  align-items: center;
  gap:1rem;
}
.bankinfo p label span
{
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 100%;
 display: inline-flex;
  align-items: center;
}

.bannerlink-wrap  .glores-B-info
{
  display: block;
}

.bannerlink-wrap legend
{
  display: none;
}

.bannerlink-wrap ul
{
list-style: decimal-leading-zero;
list-style-position: inside;
padding: 1rem 0;
}
.bannerlink-wrap ul li
{
  font-size: 0.9rem;
  word-break: keep-all;
}

.banner-list
{
  position: relative;
  width: 100%;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1rem;
 margin: 1rem 0;
}
@media screen and (max-width:768px) {
  .banner-list
  {
    grid-template-columns: 1fr;
  }

}
.banner-list .bl-item
{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:0.5rem
}
.banner-list .bl-item figure
{
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-list .bl-item figure figcaption
{
  position: absolute;
  z-index: 12;
  top:1rem;
  left:1rem;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  border: var(--basic-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
}
.banner-list .bl-item textarea
{
  font-size: 0.9rem;
  word-break: keep-all;
}

.bannerlink-wrap .responsive-table
{
  border-radius: 0px!important;
}

.glores-B-list-h2 :is(fieldset,form)
{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 100%;

  flex-wrap: wrap;
  align-items: center
}

@media screen and (max-width:768px) {
  .glores-B-list-h2 :is(fieldset,form)
  {
    flex-direction: column;
  }
.glores-B-list-h2 :is(.h-left,.h-right)
{

  width: 100%;

}
}

.glores-B-list-h2 dl
{
  display: flex;
  flex-direction: row;
  gap:1rem;
}
@media screen and (max-width:768px) {

  .glores-B-list-h2 :is(.h-left,.h-right) :is(select,input){
    width: 100%;
  }
  .glores-B-list-h2 dl
  {
    flex-direction: column;
  }

}
.banner-search-btn
{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;

}

.bannerlink-wrap .h-right
{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width:768px) {
  .bannerlink-wrap .h-right
  {
    justify-content: flex-start;
    flex-direction: column;
  }
 .bannerlink-wrap dt,.bannerlink-wrap dt label
 {
  background-color:black;
  padding: 0.5rem 0;
  color: white;
  font-weight: 600;
  width: 100%;
  text-align: center;
 }
}

.bannerlink-wrap :is(.h-left,.h-right) dl
{
  padding: 0!important;
  border: none;
  width: auto;
}
.bannerlink-wrap :is(.h-left,.h-right) dl dt label
{
  font-weight: 600;
}
.bannerlink-wrap .dflex
{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.bannerlink-wrap .dcol
{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.banner-bank
{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap
}

.banner-b-list
{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap
}
@media screen and (min-width:769px) {

.banner-b-list dt
{
   align-items: center;
   place-self: center;
}

}

@media screen and (max-width:768px) {
    .bannerlink-wrap :is(.h-left,.h-right) dl
  {
    width: 100%;
  }
  .banner-b-list
  {
    flex-direction: column;
  }

}
.glores-B-list-type1
{
  padding-top: 1rem;
}

.banner-history
{
 display: grid;
 grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0rem;
  padding: 1rem;
  position: relative;
  width: 100%;
  border:var(--basic-border);
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--good-bg);
}


.banner-history .option-box
{

  padding: 0 0  1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.banner-history .option-box h4
{
  font-weight: 600;
}
.banner-history .option-box:not(:last-child)
{
   border-bottom: 1px solid var(--good-border);
}
.banner-history .option-box:nth-child(3)
{
  grid-column: 1/3;
}
.banner-history .option-box div
{
  display: flex;
  align-items: center;
}

.now-pages
{
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  text-align: right;
  font-size: 0.9rem;
}

.glores-B-join-form>dl>dd input[type='tel'],.glores-B-join-form>dl>dd input[type='url'],.glores-B-join-form>dl>dd input[type='email'] {
    height: 50px;
    padding: 0 10px;
    font-size: 16px
}

.bannerlink-wrap input[required] {
  border: 1px solid #666 !important;
  background-color: ivory !important;
}

legend#form-legend
{
  font-weight: 700;
  font-size: 2.25rem;
  height: 1.6;
}


  .goods-notice {
        position: relative;
        width: 100%;
        max-width: 900px;
        margin: 0px auto;
        padding: 1rem 0;
        border-width: 2px;
        border-style: dashed;
        border-color: #555;
        border-radius: 0rem;
        background-color: var(--good-bg);
        margin:2rem auto;
      }
      .goods-notice  h3
      {
        font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
      }
      .goods-faq
      {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap:1rem;
         padding: clamp(1rem, 0.273rem + 3.64vw, 3rem);
      }
            .goods-faq ul
            {
              position: relative;
              width: 100%;
              display: flex;
              flex-direction: column;
              gap:1rem;

            }
             .goods-faq ul ol
             {
               position: relative;
               width: 100%;
               display: flex;
               flex-direction: column;
               gap:0rem;
               list-style-position: inside;
                font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
             }
             .goods-faq ul ol li
             {
               position: relative;

             }
             .goods-faq ul ol li:nth-child(1)
             {
              font-weight: 600;
             }
               .goods-faq ul ol li:nth-child(1)::before
               {
                content:"Q";
                font-weight: 900;
                font-size:1.2em ;
                padding: 0px 0.5rem 0px 0px;
               }
             .goods-faq ul ol li:nth-child(2)
             {
              font-weight: 300;
              font-size: 0.95em;
             }
               .goods-faq ul ol li:nth-child(2)::before
               {
                content:"A";
                font-weight: 900;
                font-size: 1.2em;
                padding: 0px 0.5rem 0px 3px;
               }

               .youtube-wrap{width:100%;display:grid;grid-template-columns:1fr;max-width:900px;margin:2rem auto;position:relative;row-gap:1rem}
               .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 16:9 비율 */
.embed-responsive-16by9::before {
  padding-top: 56.25%; /* 9 / 16 * 100 */
}

/* 4:3 비율 */
.embed-responsive-4by3::before {
  padding-top: 75%; /* 3 / 4 * 100 */
}

.goods_content01,.goods_content02
{
  position: relative;
  width: 100%;
  display: block;
  padding: 0rem;
  text-align: center;
}
.goods_content01 img,.goods_content02
{
  max-width: 100%;
}
.goods_content02
{
  margin-top: 1rem;
}


.overlay-hy {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgba(225, 178, 5, 1);
  overflow-y: hidden;
  transition: .5s;
  border-radius: 0 0 16px 16px;
  background-image: url(../assets/over-house.jpg), url(../assets/over-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right bottom;
  background-size: 20vw, 44vw;
  display: flex;
  justify-content: center;
  align-items: center
}

@media all and (max-width:1204px) {
  .overlay-hy {
    background-size: 20vw, 44vw
  }
}

@media all and (max-width:768px) {
  .overlay-hy {
    background-size: 36vw, 70vw
  }

  .login-normal-box {
    width: 90%
  }
}



.nomember-title {
  font-size: .74rem;
  font-weight: 400
}

.overlay-hy-content {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: calc(.9rem + 1vw);
  padding: 0 1.1rem 0 10vw;
  background-image: url(../assets/over-gi.png);
  background-repeat: no-repeat;
  background-position: 5% 5%;
  background-size: 10vw
}

.overlay-hy-content p {
  text-align: left;
  color: #665019;
  padding-left: 5vw;
  word-break: keep-all;
  font-weight: 400;
  line-height: 1.2
}

.hy-btn {
  padding-left: 4.8vw;
  width: 68%;

}

.hy-body {
  width: 80vw;
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.myz {
  font-family: var(--um-font-focus);
  text-wrap: balance;
}
.inq
{
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  width: 80vw;
  padding-left: 5vw;
  text-align: left;
}
.overlay-hy .hy-btn {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start
}

.overlay-hy .hy-btn a {
  text-decoration: none;
  font-size: calc(.9rem + .5vw);
  color: #000;
  display: block;
  line-height: 1;
  transition: .3s;
  white-space: nowrap;
  border: 2px solid gold;
  padding: 1rem 3rem;
  font-weight: 700;
}

.overlay-hy a:focus,
.overlay-hy a:hover {
  color: #f1f1f1
}

.overlay-hy .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px
}

@media screen and (max-height: 450px) {
  .overlay-hy {
    overflow-y: auto
  }

  .overlay-hy a {
    font-size: 20px
  }

  .overlay-hy .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px
  }
}

