@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.header-bg {
  width: 100%;
  height: 110px;
  background-image: url("https://github.com/hyeonky/dp-static/blob/main/popmart/header/header-point.png?raw=true"), url("https://github.com/hyeonky/dp-static/blob/main/popmart/header/header-point2.png?raw=true");
  background-repeat: no-repeat, no-repeat;
  background-position: -160px top, -400px top;
}

.header-wrap {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .header-wrap {
    padding: 1.6rem 48px;
    background-size: contain;
  }
}
@media (max-width: 599px) {
  .header-wrap {
    padding: 1.2rem 36px;
    background-size: 1200px auto;
  }
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.header-inner .logo {
  width: 200px;
  height: 60px;
}
@media (max-width: 599px) {
  .header-inner .logo {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .header-inner .logo {
    display: none;
  }
}
.header-inner__logo {
  margin-right: auto;
}
.header-inner nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .header-inner nav {
    display: none;
  }
}
.header-inner nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  gap: 3vw;
}
.header-inner nav ul li:nth-of-type(1) .menu-link.active::after {
  background-image: url("https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking1.png?raw=true");
}
.header-inner nav ul li:nth-of-type(2) .menu-link.active::after {
  background-image: url("https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking22.png?raw=true");
}
.header-inner nav ul li:nth-of-type(3) .menu-link.active::after {
  background-image: url("https://raw.githubusercontent.com/hyeonky/dp-static/36f5d200504c3fadf98b220bf2fdca3393a835d5/popmart/gnb/bgMasking66.png");
  width: 130px;
}
.header-inner nav ul li:nth-of-type(4) .menu-link.active::after {
  background-image: url("https://raw.githubusercontent.com/hyeonky/dp-static/36f5d200504c3fadf98b220bf2fdca3393a835d5/popmart/gnb/bgMasking55.png");
}
.header-inner nav ul li:nth-of-type(5) .menu-link.active::after {
  background-image: url("https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking5.png?raw=true");
  width: 120px;
}
.header-inner nav ul li:nth-of-type(6) .menu-link.active::after {
  background-image: url("https://raw.githubusercontent.com/hyeonky/dp-static/36f5d200504c3fadf98b220bf2fdca3393a835d5/popmart/gnb/bgMasking77.png");
}
.header-inner nav ul li {
  position: relative;
  text-align: center;
  min-width: 98px;
  min-height: 45px;
  z-index: 0;
}
.header-inner nav ul li .menu-link {
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 0;
  color: #000;
  min-width: 98px;
  min-height: 45px;
}
.header-inner nav ul li .menu-link:hover {
  font-weight: bold;
}
.header-inner nav ul li .menu-link.active {
  font-weight: bold;
}
.header-inner nav ul li .menu-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.header-inner nav ul li .menu-link.active::after {
  opacity: 1;
}
.header-inner__icons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-inner__icons button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.header-inner__icons button img:hover {
  transform: scale(1.2);
}

.footer {
  background-color: #e3e3e3;
  color: #333;
  padding: 180px 200px 22px;
  font-size: 14px;
}
.footer .footer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.footer h2 {
  margin: 0;
  font-size: 32px;
  color: white;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.footer .footer-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #bfbfbf;
}
.footer .footer-sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.footer .footer-sns img {
  width: 24px;
  height: 24px;
}
.footer .footer-text {
  width: 100%;
  text-align: left;
}
.footer .footer-text p {
  padding-bottom: 4px;
  color: #bfbfbf;
}
.footer .footer-bottom {
  margin-top: 20px;
  text-align: center;
}
.footer .footer-bottom img {
  height: 30px;
}
.footer .footer-bottom p {
  margin-top: 16px;
  font-size: 13px;
  color: #bfbfbf;
}
@media (max-width: 1024px) {
  .footer {
    padding: 100px 24px 22px;
    font-size: 14px;
  }
  .footer .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
  .footer h2 {
    font-size: 28px;
  }
  .footer .footer-info {
    align-items: flex-end;
    text-align: right;
  }
  .footer .footer-sns {
    justify-content: flex-end;
  }
  .footer .footer-text {
    text-align: left;
  }
  .footer .footer-bottom {
    margin-top: 30px;
  }
  .footer .footer-bottom p {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 80px 16px 22px;
    font-size: 10px;
  }
  .footer .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer .footer-info {
    align-items: flex-end;
    text-align: right;
  }
  .footer .footer-info p {
    font-size: 10px;
  }
  .footer .footer-sns {
    justify-content: center;
    gap: 12px;
  }
  .footer .footer-sns img {
    width: 16px;
    height: 16px;
  }
  .footer .footer-text {
    text-align: left;
  }
  .footer .footer-bottom {
    margin-top: 15px;
  }
  .footer .footer-bottom p {
    font-size: 8px;
  }
  .footer .footer-bottom img {
    height: 20px;
  }
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
#myPageDrawer {
  display: none;
}

#searchDrawer {
  display: none;
}

.background-yellow {
  height: 6000px;
  background-color: #ffba4a;
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  z-index: -10;
  overflow: hidden;
}
.background-yellow .dom-back {
  height: 1000px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background-color: #ff5f5f;
}
.background-yellow .domVideo-container {
  width: 100vw;
  height: 1000px;
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffba4a;
}
.background-yellow .domVideo-container .domVideo {
  width: 300%;
  height: 170%;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5;
}
.background-yellow .main-inner {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 1800px;
  position: absolute;
  z-index: 2;
  justify-content: flex-start;
  flex-direction: column;
  top: 1000px;
  background-color: #ffba4a;
  flex-wrap: nowrap;
}

.section-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.section01 {
  position: absolute;
  top: 0;
  display: flex;
  width: 100vw;
}
.section01 .letter-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
}
.section01 .letter-container .letter-img {
  position: absolute;
  top: 0;
  width: 25%;
  height: auto;
  object-fit: cover;
  object-position: top;
  transform: translateY(0);
  z-index: 10;
}
.section01 .letter-container .letter-img:nth-child(1) {
  left: -2%;
}
.section01 .letter-container .letter-img:nth-child(2) {
  left: 6.5%;
}
.section01 .letter-container .letter-img:nth-child(3) {
  left: 20.5%;
}
.section01 .letter-container .letter-img:nth-child(4) {
  left: 36.5%;
}
.section01 .letter-container .letter-img:nth-child(5) {
  left: 56%;
}
.section01 .letter-container .letter-img:nth-child(6) {
  left: 68%;
}
.section01 .letter-container .letter-img:nth-child(7) {
  left: 82%;
}
.section01 .letter-container .circle-container {
  position: absolute;
  top: 100vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.section01 .letter-container .circle-container .circle-svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.section01 .letter-container .circle-container .circle-svg .big-circle {
  stroke-linecap: round;
  opacity: 0.6;
}
.section01 .letter-container .circle-container .circle-svg .small-circle {
  stroke-linecap: round;
  opacity: 0.9;
}

.section02 {
  border-radius: 1000px 1000px 0 0;
  width: 100vw;
  height: 1100px;
  position: absolute;
  top: 900px;
  left: 0;
  background-color: #ffba4a;
  z-index: 15;
  display: block;
}
.section02 .homeGrid-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
}
.section02 .homeGrid-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
  position: absolute;
  top: 150px;
  left: 0;
}
.section02 .homeGrid-wrapper-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  max-width: 900px;
  margin: 0 auto;
}
.section02 .homeGrid-item {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 10px;
  transition: transform 0.3s ease;
}
.section02 .homeGrid-item:hover {
  transform: translateY(-5px);
}
.section02 .homeGrid-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
  pointer-events: auto;
}
.section02 .homeGrid-item div {
  text-align: start;
}
.section02 .homeGrid-item div h3 {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}
.section02 .homeGrid-item div p {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.caution-banner {
  width: 100%;
  background-color: #ffd600;
  overflow: hidden;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.caution-track {
  white-space: nowrap;
  display: inline-block;
  padding-left: 100%;
  animation: slideCaution 10s linear infinite;
}

.caution-track span {
  font-family: "Anton", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@keyframes slideCaution {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section03 {
  width: 100vw;
  height: 3000px;
  position: absolute;
  top: 2000px;
  left: 0;
  background-color: #ffba4a;
  z-index: 11;
}
.section03 .prev-product-container {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section03 .prev-product-container .prev-product {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.section03 .prev-product-container .home-info-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  pointer-events: auto;
  z-index: 9999;
}

.prev-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.prev-wrap .prev-title {
  font-family: "Anton", sans-serif;
  font-weight: 600;
  font-size: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  z-index: 0;
}
.prev-wrap .prev-title.glitch {
  position: relative;
  animation: glitch-skew 1s infinite alternate;
}
.prev-wrap .prev-title.glitch::before, .prev-wrap .prev-title.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  mix-blend-mode: difference;
  opacity: 0.9;
  z-index: -1;
}
.prev-wrap .prev-title.glitch::before {
  color: #f0f;
  animation: glitch-anim-1 1s infinite linear alternate-reverse;
}
.prev-wrap .prev-title.glitch::after {
  color: #0ff;
  animation: glitch-anim-2 1s infinite linear alternate-reverse;
}

@keyframes glitch-skew {
  0% {
    transform: skew(0deg);
  }
  50% {
    transform: skew(3deg);
  }
  100% {
    transform: skew(-3deg);
  }
}
@keyframes glitch-anim-1 {
  0% {
    clip: rect(2px, 9999px, 8px, 0);
    transform: translate(-3px, -3px);
  }
  20% {
    clip: rect(12px, 9999px, 20px, 0);
    transform: translate(3px, -1px);
  }
  40% {
    clip: rect(20px, 9999px, 28px, 0);
    transform: translate(-2px, 1px);
  }
  60% {
    clip: rect(8px, 9999px, 16px, 0);
    transform: translate(2px, -2px);
  }
  100% {
    clip: rect(0, 9999px, 4px, 0);
    transform: translate(0, 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    clip: rect(30px, 9999px, 36px, 0);
    transform: translate(3px, 2px);
  }
  20% {
    clip: rect(40px, 9999px, 48px, 0);
    transform: translate(-3px, 1px);
  }
  40% {
    clip: rect(50px, 9999px, 56px, 0);
    transform: translate(2px, -1px);
  }
  60% {
    clip: rect(36px, 9999px, 42px, 0);
    transform: translate(-2px, 2px);
  }
  100% {
    clip: rect(30px, 9999px, 36px, 0);
    transform: translate(0, 0);
  }
}
.circle-cursor {
  pointer-events: none;
  position: fixed;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: black;
  background: difference;
  mix-blend-mode: normal;
  z-index: 9999;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  overflow: visible;
}

.black-bg:hover .circle-cursor {
  mix-blend-mode: normal;
  background: white;
}

.prev-product-container:hover .prev-product {
  transform: scale(1.7);
}

.home-info-btn:hover {
  background: rgb(255, 255, 255);
}

.home-info-box {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3 ease-in-out;
  z-index: 10;
}

.info-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-wrapper .home-info-box {
  width: 400px;
  transform: translate(-50%, -50%);
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  visibility: hidden;
}
.info-wrapper .home-info-box p {
  line-height: 170%;
}
.info-wrapper .home-info-box.show {
  left: 100%;
  transform: translate(-50%, -50%);
  border: 2px solid rgb(255, 255, 255);
  visibility: visible;
  opacity: 1;
}
.info-wrapper #home-info1 {
  top: 55%;
  left: -5%;
}
.info-wrapper #home-info2 {
  top: 90%;
  left: 112%;
}

#section04 {
  position: absolute;
  bottom: 450px;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  background: #000;
  text-align: center;
  z-index: 10;
}
#section04 .slider-container {
  overflow: hidden;
  width: 100%;
}
#section04 .slider-track {
  display: flex;
  width: max-content;
}
#section04 .slide {
  flex: 0 0 auto;
  width: 200px;
}
#section04 .slide img {
  width: 100%;
  display: block;
}

.home-artist-info {
  position: fixed;
  bottom: -100px;
  left: -600px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "NanumSquareNeo", sans-serif;
  width: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 100000;
}
.home-artist-info p {
  line-height: 180%;
  font-size: 1.3rem;
}

.home-artist-header {
  background-color: #000;
  color: #fff;
  padding: 14px 18px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.3rem;
}

.home-artist-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 18px;
}

.home-artist-info.open .home-artist-content {
  max-height: 300px;
  padding: 14px 18px;
}

.artist-profile-img {
  position: fixed;
  left: -1000px;
  bottom: -100px;
  width: 180px;
  height: auto;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  z-index: 999;
  border-radius: 12px;
}

.artist-profile-img.show {
  left: -190px;
  opacity: 1;
}

#colorToggleBtn {
  font-size: 100px;
}

.background-characters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.background-character {
  position: absolute;
  width: 230px;
  opacity: 0.5;
  transition: transform 0.3s ease;
}

.gnb-toggle-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: red;
  border-radius: 50%;
  z-index: 10007;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}

.gnb-toggle-btn:hover {
  background: red;
}

.gnb-toggle-btn span {
  display: block;
  position: absolute;
  width: 35px;
  height: 4px;
  background-color: white;
  border-radius: 2px;
  transition: 0.3s;
  transform-origin: center center;
}

.gnb-toggle-btn span:nth-child(1) {
  top: 26px;
}

.gnb-toggle-btn span:nth-child(2) {
  top: 38px;
}

.gnb-toggle-btn span:nth-child(3) {
  top: 50px;
}

.gnb-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/images/home/GNB.png") no-repeat center center/cover;
  color: #fff;
  z-index: 9999;
  transform: translateY(-100%);
  transition: none;
  pointer-events: none;
  opacity: 0;
}

.gnb-menu.active {
  top: 0;
}

.gnb-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.gnb-menu li {
  margin: 30px 0;
}

.gnb-menu a {
  font-family: "Anton", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  text-decoration: line-through;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}

.gnb-menu a:hover {
  color: #ffec40;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .gnb-menu a {
    font-size: 1.5rem;
  }
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.product-inner {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-inner {
    padding: 0 48px;
  }
}
@media (max-width: 599px) {
  .product-inner {
    padding: 0 36px;
  }
}

.product-list-section .content-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper {
    flex-direction: column;
  }
}
.product-list-section .content-wrapper .brand-container .brand-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-right: 60px;
  margin-top: 260px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .brand-container .brand-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .brand-container .brand-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.product-list-section .content-wrapper .brand-container .brand-list span {
  display: inline-block;
  width: 270px;
  height: 85px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 85px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.product-list-section .content-wrapper .brand-container .brand-list span:hover {
  transform: translateY(-5px);
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .brand-container .brand-list span {
    width: 170px;
    height: 50px;
    font-size: 17px;
    line-height: 55px;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .brand-container .brand-list span {
    width: 145px;
    height: 45px;
    font-size: 15px;
    line-height: 55px;
  }
}
.product-list-section .content-wrapper .brand-container .brand-list .labubu {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking1.png?raw=true);
}
.product-list-section .content-wrapper .brand-container .brand-list .crybaby {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking5.png?raw=true);
}
.product-list-section .content-wrapper .brand-container .brand-list .skullpanda {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking2.png?raw=true);
  color: white;
}
.product-list-section .content-wrapper .brand-container .brand-list .molly {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking3.png?raw=true);
  color: white;
}
.product-list-section .content-wrapper .brand-container .brand-list .pinogelly {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking4.png?raw=true);
}
.product-list-section .content-wrapper .brand-container .brand-list .add-category {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMaskingPlus-btn.png?raw=true);
  width: 80px;
  height: auto;
  color: #fff;
  font-size: 5rem;
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .brand-container .brand-list .add-category {
    width: 50px;
    font-size: 4rem;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .brand-container .brand-list .add-category {
    width: 50px;
    font-size: 3.6rem;
  }
}
.product-list-section .content-wrapper .brand-container .additional-brands {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-right: 60px;
  display: none;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .brand-container .additional-brands {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .brand-container .additional-brands {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.product-list-section .content-wrapper .brand-container .additional-brands span {
  display: inline-block;
  width: 270px;
  height: 85px;
  font-size: 20px;
  text-align: center;
  line-height: 85px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.product-list-section .content-wrapper .brand-container .additional-brands span:hover {
  transform: translateY(-5px);
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .brand-container .additional-brands span {
    width: 170px;
    height: 50px;
    font-size: 17px;
    line-height: 55px;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .brand-container .additional-brands span {
    width: 145px;
    height: 45px;
    font-size: 15px;
    line-height: 55px;
  }
}
.product-list-section .content-wrapper .brand-container .additional-brands .dimoo {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking1.png?raw=true);
}
.product-list-section .content-wrapper .brand-container .additional-brands .azura {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking5.png?raw=true);
}
.product-list-section .content-wrapper .brand-container .additional-brands .hirono {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking55.png?raw=true);
  color: white;
}
.product-list-section .content-wrapper .brand-container .additional-brands .hacipupu {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking3.png?raw=true);
  color: white;
}
.product-list-section .content-wrapper .brand-container .additional-brands .barbie {
  background-image: url(https://github.com/hyeonky/dp-static/blob/main/popmart/gnb/bgMasking4.png?raw=true);
}
.product-list-section .content-wrapper .grid-wrapper {
  display: flex;
  flex-direction: column;
  width: 80%;
  box-sizing: border-box;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .grid-wrapper {
    width: 100%;
  }
}
.product-list-section .content-wrapper .grid-wrapper .grid-header h2 {
  font-size: 4rem;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .grid-wrapper .grid-header h2 {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .grid-wrapper .grid-header h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1920px) {
  .product-list-section .content-wrapper .grid-wrapper .grid-header h2:nth-of-type(1) {
    margin-top: 80px;
  }
}
.product-list-section .content-wrapper .grid-wrapper .grid-header h2:nth-of-type(2) {
  font-family: "Anton", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-list-section .content-wrapper .grid-wrapper .grid-header h2:nth-of-type(2) {
    font-size: 4.6rem;
  }
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .grid-wrapper .grid-header h2:nth-of-type(2) {
    font-size: 3.6rem;
  }
}
.product-list-section .content-wrapper .grid-wrapper .grid-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-wrapper-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .grid-wrapper .grid-container .grid-wrapper-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.5s ease;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item:hover {
  transform: translateY(-20px);
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d8d8d8;
  margin-top: 15px;
  padding-top: 10px;
  padding: 20px;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details .grid-item-info {
  display: flex;
  flex-direction: column;
  padding: 5px;
  gap: 5px;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details .grid-item-info .grid-item-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details .grid-item-info .grid-item-title {
    font-size: 1.5rem;
  }
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details .grid-item-info .grid-item-price {
  color: #555555;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details .grid-item-arrow {
  display: flex;
  align-items: center;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details .grid-item-arrow .arrow-icon {
  width: 40px;
  transition: transform 0.3s ease;
}
.product-list-section .content-wrapper .grid-wrapper .grid-container .grid-item .grid-item-details .grid-item-arrow .arrow-icon:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.product-list-section .content-wrapper .grid-wrapper .pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 80px;
}
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .prev-button,
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .next-button,
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .page-number {
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
}
@media (max-width: 599px) {
  .product-list-section .content-wrapper .grid-wrapper .pagination-controls .prev-button,
  .product-list-section .content-wrapper .grid-wrapper .pagination-controls .next-button,
  .product-list-section .content-wrapper .grid-wrapper .pagination-controls .page-number {
    font-size: 2rem;
  }
}
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .prev-button:hover,
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .next-button:hover,
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .page-number:hover {
  font-size: 2.6rem;
  line-height: 24px;
}
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .prev-button.active,
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .next-button.active,
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .page-number.active {
  background-color: #ff6c6c;
  border-radius: 100%;
  font-size: 3rem;
  color: #fff;
  pointer-events: none;
}
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .prev-button,
.product-list-section .content-wrapper .grid-wrapper .pagination-controls .next-button {
  width: auto;
  height: auto;
}

/* productDetail.html 시작*/
.product-slider-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 80vh;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .product-slider-section {
    flex-direction: column;
    height: 100vh;
  }
}
.product-slider-section .product-slider {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 20px 0;
  margin: 0;
  overflow: visible;
  /* 네비게이션 버튼 위치 조정 */
}
.product-slider-section .product-slider .swiper-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  overflow: visible;
  transition: transform 0.3s ease;
}
.product-slider-section .product-slider .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.5;
  transform: scale(0.8); /* 기본 크기 축소 */
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  z-index: 1;
  border-radius: 75px;
  box-sizing: border-box;
}
.product-slider-section .product-slider .swiper-slide.active {
  opacity: 1;
  transform: scale(1.4);
  z-index: 10;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-slider .swiper-slide.active {
    transform: scale(1);
  }
}
.product-slider-section .product-slider .swiper-slide.prev, .product-slider-section .product-slider .swiper-slide.next {
  opacity: 0.8;
  transform: scale(1.2);
  z-index: 5;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-slider .swiper-slide.prev, .product-slider-section .product-slider .swiper-slide.next {
    transform: scale(0.7);
  }
}
.product-slider-section .product-slider .swiper-slide.far-prev, .product-slider-section .product-slider .swiper-slide.far-next {
  opacity: 0.6;
  transform: scale(0.9);
  z-index: 1;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-slider .swiper-slide.far-prev, .product-slider-section .product-slider .swiper-slide.far-next {
    transform: scale(0.6);
  }
}
.product-slider-section .product-slider .swiper-slide.outside {
  visibility: hidden; /* 화면 밖 슬라이드 숨김 */
  transform: translateX(-9999px); /* 화면에서 완전히 제외 */
  z-index: 0;
}
.product-slider-section .product-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 75px;
  border: 5px solid #000;
}
.product-slider-section .product-slider .swiper-button-prev,
.product-slider-section .product-slider .swiper-button-next {
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 50%;
}
.product-slider-section .product-slider .swiper-button-prev:after,
.product-slider-section .product-slider .swiper-button-next:after {
  font-size: 6rem;
}
.product-slider-section .product-slider .swiper-button-prev:hover,
.product-slider-section .product-slider .swiper-button-next:hover {
  color: #e02121;
}
.product-slider-section .product-slider .swiper-button-prev {
  left: 50px;
}
.product-slider-section .product-slider .swiper-button-next {
  right: 50px;
}
.product-slider-section .product-slider .swiper-pagination {
  position: relative;
  transform: translateY(90px);
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-slider .swiper-pagination {
    transform: translateY(30px);
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-slider .swiper-pagination {
    transform: translateY(55px);
  }
}
.product-slider-section .product-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ccc;
  opacity: 1;
}
.product-slider-section .product-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #e02121;
}
.product-slider-section .menu {
  display: none;
}
.product-slider-section .menu.active {
  display: block;
}
.product-slider-section .product-info {
  position: relative;
  width: auto;
  height: auto;
  padding: 40px;
  border: 5px solid #000;
  border-radius: 75px;
  overflow: hidden;
  transition: transform 0.3s ease;
  flex-wrap: wrap;
}
.product-slider-section .product-info h2 {
  font-size: 3.2rem;
  color: #333333;
  margin-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-info h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-info h2 {
    font-size: 2.1rem;
  }
}
.product-slider-section .product-info p {
  font-size: 2.5rem;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-info p {
    font-size: 2.1rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-info p {
    font-size: 1.9rem;
  }
}
.product-slider-section .product-info .price {
  color: #e02121;
  font-weight: 700;
}
.product-slider-section .product-info .product-details {
  margin-top: 30px;
}
.product-slider-section .product-info .product-details .quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-slider-section .product-info .product-details .quantity-control p {
  font-size: 1.9rem;
  margin-right: 50px;
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-info .product-details .quantity-control p {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-info .product-details .quantity-control p {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-info .product-details .quantity-control span {
  width: 60px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.product-slider-section .product-info .product-details .quantity-control button {
  width: 40px;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 13px;
  background-color: #fff;
  cursor: pointer;
}
.product-slider-section .product-info .product-details .quantity-control .minus,
.product-slider-section .product-info .product-details .quantity-control .plus {
  color: #000;
  font-size: 2rem;
}
.product-slider-section .product-info .product-details .shipping-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 70px;
}
.product-slider-section .product-info .product-details .shipping-info span {
  margin-right: 30px;
  font-size: 1.9rem;
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-info .product-details .shipping-info span {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-info .product-details .shipping-info span {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-info .product-details .shipping-progress-container .shipping {
  font-size: 1.3rem;
}
.product-slider-section .product-info .product-details .shipping-progress-container .shipping span {
  color: #e02121;
  font-size: 1.5rem;
}
.product-slider-section .product-info .product-details .shipping-progress-container .progress-bar {
  width: 100%;
  height: 10px;
  background-color: #c6c6c6;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-slider-section .product-info .product-details .shipping-progress-container .progress-bar .progress {
  height: 100%;
  width: 50%; /* 현재 진행률, 필요에 따라 조정 */
  background-color: #e4393c;
  transition: width 0.3s ease;
}
.product-slider-section .product-info .product-details .shipping-progress-container .free-shipping-condition {
  font-size: 1.3rem;
}
.product-slider-section .product-info .buttons {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  margin-top: 20px;
  border-top: 3px solid #000;
}
.product-slider-section .product-info .buttons .cart {
  width: 100%;
  background: #d2d2d2;
  padding: 10px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;
  flex: 1;
  border-radius: 0 0 0 75px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-info .buttons .cart {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-info .buttons .cart {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-info .buttons .cart:hover {
  background: #555555;
  color: #fff;
}
.product-slider-section .product-info .buttons .buy {
  width: 100%;
  background: #ff8c8c;
  padding: 10px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;
  flex: 1;
  border-radius: 0 0 75px 0;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-info .buttons .buy {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-info .buttons .buy {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-info .buttons .buy:hover {
  background: #e02121;
  color: #fff;
}
.product-slider-section .product-card {
  position: fixed;
  top: 30%;
  right: 120px;
  width: auto;
  height: auto;
  padding: 40px;
  border: 5px solid #000;
  background-color: #fff;
  border-radius: 75px;
  overflow: hidden;
  transition: transform 0.3s ease;
  flex-wrap: wrap;
  z-index: 500;
  /* 다른 요소들보다 위에 표시 */
}
.product-slider-section .product-card h2 {
  font-size: 3.2rem;
  color: #333333;
  margin-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-card h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-card h2 {
    font-size: 2.1rem;
  }
}
.product-slider-section .product-card p {
  font-size: 2.5rem;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-card p {
    font-size: 2.1rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-card p {
    font-size: 1.9rem;
  }
}
.product-slider-section .product-card .price {
  color: #e02121;
  font-weight: 700;
}
.product-slider-section .product-card .product-details {
  margin-top: 30px;
}
.product-slider-section .product-card .product-details .quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-slider-section .product-card .product-details .quantity-control p {
  font-size: 1.9rem;
  margin-right: 50px;
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-card .product-details .quantity-control p {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-card .product-details .quantity-control p {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-card .product-details .quantity-control span {
  width: 60px;
  height: 40px;
  border: 2px solid #000;
  color: #777777;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slider-section .product-card .product-details .quantity-control button {
  width: 40px;
  padding: 5px;
  border: 2px solid #000;
  border-radius: 13px;
  background-color: #fff;
  cursor: pointer;
}
.product-slider-section .product-card .product-details .quantity-control .minus,
.product-slider-section .product-card .product-details .quantity-control .plus {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
}
.product-slider-section .product-card .product-details .shipping-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 70px;
}
.product-slider-section .product-card .product-details .shipping-info span {
  margin-right: 30px;
  font-size: 1.9rem;
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-card .product-details .shipping-info span {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-card .product-details .shipping-info span {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-card .product-details .shipping-progress-container .shipping {
  font-size: 1.3rem;
}
.product-slider-section .product-card .product-details .shipping-progress-container .shipping span {
  color: #e02121;
  font-size: 1.5rem;
}
.product-slider-section .product-card .product-details .shipping-progress-container .progress-bar {
  width: 100%;
  height: 10px;
  background-color: #c6c6c6;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-slider-section .product-card .product-details .shipping-progress-container .progress-bar .progress {
  height: 100%;
  width: 50%;
  /* 현재 진행률, 필요에 따라 조정 */
  background-color: #e4393c;
  transition: width 0.3s ease;
}
.product-slider-section .product-card .product-details .shipping-progress-container .free-shipping-condition {
  font-size: 1.3rem;
}
.product-slider-section .product-card .buttons {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  margin-top: 20px;
  border-top: 3px solid #000;
}
.product-slider-section .product-card .buttons .cart {
  width: 100%;
  background: #d2d2d2;
  padding: 10px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;
  flex: 1;
  border-radius: 0 0 0 75px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-card .buttons .cart {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-card .buttons .cart {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-card .buttons .cart:hover {
  background: #555555;
  color: #fff;
}
.product-slider-section .product-card .buttons .buy {
  width: 100%;
  background: #ff8c8c;
  padding: 10px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;
  flex: 1;
  border-radius: 0 0 75px 0;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-slider-section .product-card .buttons .buy {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .product-slider-section .product-card .buttons .buy {
    font-size: 1.5rem;
  }
}
.product-slider-section .product-card .buttons .buy:hover {
  background: #e02121;
  color: #fff;
}

.down-btn-wrapper {
  display: flex;
  justify-content: center;
  animation: bounce 1.5s infinite ease-in-out; /* 애니메이션 추가 */
}
.down-btn-wrapper .down-btn {
  transform: translateY(-80px);
}
@media (max-width: 1023px) {
  .down-btn-wrapper {
    display: none;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* 초기 위치 */
  }
  50% {
    transform: translateY(-10px); /* 위로 10px 이동 */
  }
}

.product-detail-section {
  padding: 20px; /* 패딩 추가 */
}
.product-detail-section h2 {
  font-size: 5.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-detail-section h2 {
    font-size: 4rem;
  }
}
@media (max-width: 599px) {
  .product-detail-section h2 {
    font-size: 3.2rem;
  }
}
.product-detail-section .detail-img {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.product-info-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 20px; /* 패딩 추가 */
}
.product-info-section h2 {
  font-size: 5.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-info-section h2 {
    font-size: 4rem;
  }
}
@media (max-width: 599px) {
  .product-info-section h2 {
    font-size: 3.2rem;
  }
}
.product-info-section table {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.product-info-section tr {
  display: flex;
  justify-content: space-between;
  width: 500px;
  border-bottom: 0.5px solid #d8d8d8;
  margin-bottom: 20px;
  padding: 5px;
}
@media (max-width: 599px) {
  .product-info-section tr {
    width: 300px;
  }
}
.product-info-section tr th {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-info-section tr th {
    font-size: 2.1rem;
  }
}
@media (max-width: 599px) {
  .product-info-section tr th {
    font-size: 1.9rem;
  }
}
.product-info-section tr td {
  font-size: 2.1rem;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-info-section tr td {
    font-size: 1.9rem;
  }
}
@media (max-width: 599px) {
  .product-info-section tr td {
    font-size: 1.7rem;
  }
}

.related-products-section {
  width: 100%;
  margin: 80px 0;
  padding: 20px;
}
.related-products-section h2 {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .related-products-section h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .related-products-section h2 {
    font-size: 2.5rem;
  }
}
.related-products-section .related-products {
  position: relative;
}
.related-products-section .related-products .swiper-slide {
  width: auto;
  pointer-events: none;
}
.related-products-section .related-products .swiper-slide .product-item {
  text-align: center;
}
.related-products-section .related-products .swiper-slide .product-item img {
  max-width: 100%;
  height: auto;
}
.related-products-section .related-products .swiper-slide .product-item h3,
.related-products-section .related-products .swiper-slide .product-item p {
  font-size: 1.9rem;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .related-products-section .related-products .swiper-slide .product-item h3,
  .related-products-section .related-products .swiper-slide .product-item p {
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  .related-products-section .related-products .swiper-slide .product-item h3,
  .related-products-section .related-products .swiper-slide .product-item p {
    font-size: 1.5rem;
  }
}
.related-products-section .related-products .swiper-slide .product-item h3 {
  margin: 10px 0;
}
.related-products-section .related-products .swiper-slide-active {
  pointer-events: auto;
  z-index: 2;
}
.related-products-section .related-products .swiper-button-next,
.related-products-section .related-products .swiper-button-prev {
  color: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.related-products-section .related-products .swiper-button-next:hover,
.related-products-section .related-products .swiper-button-prev:hover {
  color: #e02121;
}
.related-products-section .related-products .swiper-button-prev {
  left: 10px;
}
.related-products-section .related-products .swiper-button-next {
  right: 10px;
}

.product-btn {
  /* Top 버튼 */
}
.product-btn .top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 110px;
  height: 110px;
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* 기본적으로 숨김 */
  z-index: 100;
}
.product-btn .top-btn:hover {
  background: none;
  transform: scale(1.1);
}
@media (min-width: 600px) and (max-width: 1023px) {
  .product-btn .top-btn {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 599px) {
  .product-btn .top-btn {
    right: 145px;
    width: 70px;
    height: 70px;
  }
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.background-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.background-effect #star-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.background-effect .noise-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
  opacity: 0.03;
  mix-blend-mode: screen;
}

.popstory-inner {
  width: 100vw;
  margin: 0 auto;
  height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.popstory-inner .textbox {
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  background: none;
}
.popstory-inner .textbox .content-wrap {
  position: absolute;
  top: 20%;
  left: 0;
  opacity: 30;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.popstory-inner .pops-title {
  font-size: 110px;
  font-family: "Anton", sans-serif;
  margin-bottom: 20px;
}
.popstory-inner .pops-subtitle {
  font-size: 32px;
  font-weight: normal;
  color: #444;
}

@media (max-width: 480px) {
  .toggle-description-btn-1,
  .toggle-description-btn-2,
  .toggle-tag-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
  .pops-title {
    font-size: 20px;
  }
  .popstory-container {
    padding: 16px;
  }
}
.main-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  width: 100%;
  z-index: 10;
}
.main-content .product-image {
  position: relative;
  top: 50px;
  left: 50%;
  z-index: 3;
  width: 70%;
  transform: translate(-50%, -50%);
}
.main-content .product-image .poster-image {
  width: 35%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(5px);
  opacity: 50%;
}
.main-content .product-image .character-image {
  position: absolute;
  top: -120px;
  left: 20%;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  width: 22%;
  z-index: 3;
}
.main-content .product-image .figures-image {
  z-index: 10;
  position: absolute;
  width: 25%;
  height: auto;
  top: -120px;
  left: 530px;
}
.main-content .product-image .product-description {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  position: absolute;
  background: rgba(255, 255, 255, 0.8156862745);
  border: 2px solid #000;
  border-radius: 10px;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  z-index: 10;
  font-size: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 180%;
}
.main-content .product-image .product-description.show {
  opacity: 1;
  visibility: visible;
}
.main-content .product-image .product-description-1 {
  left: 75%;
  top: 15%;
}
.main-content .product-image .product-description-2 {
  left: 10%;
  top: 60%;
}
.main-content .product-image .toggle-description-btn,
.main-content .product-image .toggle-tag-btn {
  position: absolute;
  z-index: 20;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.main-content .product-image .toggle-description-btn:hover,
.main-content .product-image .toggle-tag-btn:hover {
  background-color: #444;
}
.main-content .product-image .toggle-description-btn-1 {
  left: 65%;
  top: -10%;
}
.main-content .product-image .toggle-description-btn-2 {
  left: 50%;
  bottom: -200px;
}
.main-content .product-image .toggle-tag-btn {
  left: 15%;
  bottom: -20%;
}
.main-content .product-image .tag-container {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  position: absolute;
  bottom: -120px;
  left: 0%;
  width: 442px;
  height: 103px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 999;
}
.main-content .product-image .tag-container.show {
  opacity: 1;
  visibility: visible;
}
.main-content .product-image .tag-container .tags {
  display: flex;
  align-items: center;
  gap: 14px;
}
.main-content .product-image .tag-container .tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 39px;
  background-color: white;
  border: 2px solid #000000;
  color: #000;
  padding: 0 16px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.artist-info {
  width: 355px;
  background-color: rgba(223, 223, 223, 0.462745098);
  padding: 15px;
  border-radius: 10px;
  border: 3px solid #000000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: absolute;
  left: 1%;
  bottom: 20%;
  font-size: 15px;
}
.artist-info .artist-p {
  display: none;
  margin: 10px;
  padding: 20px 0px;
  border-top: 2px solid #000;
  transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.artist-info .artist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.artist-info .artist-header .artist-icon {
  transition: transform 0.3s ease-in-out;
}
.artist-info.active .artist-p {
  display: block;
  opacity: 1;
  max-height: 200px;
}
.artist-info.active .artist-icon {
  transform: rotate(180deg);
}

.series-menu {
  width: 22%;
  position: absolute;
  right: 1%;
  bottom: 20%;
  background-color: rgba(223, 223, 223, 0.462745098);
  padding: 15px;
  padding-top: 10px;
  border-radius: 10px;
  border: 3px solid #000000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.series-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 2px solid #000000;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.series-item:hover {
  background-color: #ffffff;
}
.series-item strong {
  font-size: 14px;
  font-weight: 800;
}
.series-item .circle-icon {
  width: 25px;
  height: 25px;
  background-color: #ffcc80;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.series-item .circle-icon:hover {
  transform: scale(1.1);
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
#cart-body {
  height: auto;
  padding-bottom: 80px;
}

.cart-container {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .cart-container {
    padding: 0 48px;
  }
}
@media (max-width: 599px) {
  .cart-container {
    padding: 0 36px;
  }
}

#select-all-text {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.cart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  font-size: 64px;
  margin-top: 108px;
  margin-bottom: 40px;
  font-family: "Anton", sans-serif !important;
}
.cart-title .cart-select-all {
  font-size: 16px;
}

.checkbox-wrapper {
  gap: 0.5rem;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cart-item {
  display: flex;
  flex-direction: column;
  border: 3px solid black;
  border-radius: 2rem;
  padding: 2rem;
}
.cart-item .cart-item-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.cart-item .item-image {
  flex: 0 0 123px;
}
.cart-item .item-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 4px solid black;
}
.cart-item .item-info {
  flex: 0 0 250px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.3rem;
}
.cart-item .item-info .item-name {
  font-size: 16px;
  font-weight: 600;
}
.cart-item .item-info .item-category {
  font-size: 14px;
  color: #929292;
}
.cart-item .item-info .item-price {
  font-size: 16px;
}
.cart-item .item-quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}
.cart-item .item-quantity .quantity-btn {
  width: 40px;
  padding: 5px;
  color: #000;
  font-size: 2rem;
  border: 1px solid #000;
  border-radius: 13px;
  background-color: #fff;
}
.cart-item .item-quantity .quantity-input {
  text-align: center;
  width: 40px;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 13px;
  background-color: #fff;
}
.cart-item .item-total {
  margin-top: 50px;
}
.cart-item .action-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  margin-top: 1rem;
  border-top: 1px solid #d8d8d8;
}
.cart-item .action-wrapper .action-buttons {
  padding: 10px 0;
}
.cart-item .action-wrapper .action-buttons .action-btn {
  padding: 14px 18px;
  border-radius: 18px;
  border: 3px solid black;
  background: white;
  font-weight: 600;
  cursor: pointer;
}
.cart-item .action-wrapper .action-buttons .action-btn.delete {
  background: #ff8282;
  color: black;
}

.checkbox-label {
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.checkbox-label .checkbox-svg {
  display: none;
}
.checkbox-label .checked-svg {
  display: block;
}
.checkbox-label input[type=checkbox]:not(:checked) + .checkbox-label .checked-svg {
  display: none;
}
.checkbox-label input[type=checkbox]:not(:checked) + .checkbox-label .unchecked-svg {
  display: block;
}
.checkbox-label input[type=checkbox]:checked + .checkbox-label .checked-svg {
  display: block;
}
.checkbox-label input[type=checkbox]:checked + .checkbox-label .unchecked-svg {
  display: none;
}

.cart-selected-items {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 70% !important;
  background: #f8f8f8;
  border: 2px solid black;
  border-radius: 30px 30px 0 0;
  padding: 1.5rem 2rem;
  z-index: 100;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-selected-items .order-summary {
  background: white;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
}
.cart-selected-items .order-summary .summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 6px 0;
}
.cart-selected-items .order-summary .summary-row:first-child {
  color: red;
  font-weight: bold;
}
.cart-selected-items .order-summary .summary-row:not(:first-child) {
  color: #386de0;
}
.cart-selected-items .selected-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cart-selected-items .selected-thumbnails {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow-x: auto;
}
.cart-selected-items .selected-thumbnails .selected-item {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid black;
  flex-shrink: 0;
}
.cart-selected-items .selected-thumbnails .selected-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-selected-items .selected-thumbnails .selected-item:hover::after {
  content: "×";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.cart-selected-items .selected-count {
  font-size: 14px;
  color: #444;
}
.cart-selected-items .selected-count span {
  font-weight: bold;
  color: #386de0;
  margin-right: 0.5rem;
}
.cart-selected-items .selected-actions {
  display: flex;
  gap: 0.5rem;
}
.cart-selected-items .selected-actions button {
  padding: 8px 14px;
  border-radius: 12px;
  border: 2px solid black;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
}
.cart-selected-items .selected-actions button.delete {
  background-color: #ff8282;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.event-main {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 80px 0 30px;
}

.event-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: start;
  font-family: "Anton", sans-serif;
  font-size: 6.4rem;
  letter-spacing: 2px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event-title {
    font-size: 4.6rem;
  }
}
@media (max-width: 599px) {
  .event-title {
    font-size: 3.6rem;
  }
}

.eventDetail-inner {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 599px) {
  .eventDetail-inner {
    padding: 0 36px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .eventDetail-inner {
    padding: 0 48px;
  }
}
.eventDetail-inner .title {
  font-size: 64px;
  margin-top: 108px;
  margin-bottom: 40px;
  font-family: "Anton", sans-serif !important;
}
.eventDetail-inner .detail_title {
  font-size: 64px;
  font-family: "Anton", sans-serif !important;
}
@media (max-width: 599px) {
  .eventDetail-inner .detail_title {
    font-size: 32px;
  }
}
.eventDetail-inner .title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-top: 111px;
}
@media (max-width: 599px) {
  .eventDetail-inner .title_area {
    padding: 10px 0;
    margin-bottom: 15px;
  }
}
.eventDetail-inner .title_area .go_list {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 15px 35px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .eventDetail-inner .title_area .go_list {
    padding: 10px 20px;
  }
}
.eventDetail-inner .title_area .go_list .list_button {
  margin-top: 4px;
}
.eventDetail-inner .title_area .go_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 0;
}
.eventDetail-inner .title_area .go_list:hover::before {
  transform: translateY(0);
}
.eventDetail-inner .title_area .go_list:not(:hover)::before {
  transform: translateY(100%);
}
.eventDetail-inner .title_area .go_list:hover {
  color: #fff;
  background-color: transparent;
}
.eventDetail-inner .title_area .go_list:hover .list_button {
  color: #fff !important;
  transition: color 0.15s ease-in-out;
  margin-top: 4px;
}
.eventDetail-inner .title_area .go_list:hover .list_button_icon {
  transform: scale(3);
  background-color: #fff !important;
  border-radius: 50%;
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 599px) {
  .eventDetail-inner .title_area .go_list:hover .list_button_icon {
    transform: scale(2);
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .eventDetail-inner .title_area .go_list:hover .list_button_icon {
    transform: scale(3);
  }
}
.eventDetail-inner .title_area .go_list:hover .list_button_icon svg {
  display: block;
  z-index: 999;
}
.eventDetail-inner .title_area .go_list .list_button {
  font-size: 16px;
  line-height: 1;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: color 0.15s ease-in-out;
}
.eventDetail-inner .title_area .go_list .list_button_icon {
  background-color: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  transform-origin: center;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.eventDetail-inner .title_area .go_list .list_button_icon svg {
  display: block;
}

.event_list {
  position: relative;
  display: flex;
  flex-direction: column;
}
.event_list .event_item {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 599px) {
  .event_list .event_item {
    display: block;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_list .event_item {
    height: 70px;
  }
}
.event_list .event_item .event_item_name {
  font-size: 25px;
  font-weight: 500;
  width: 40%;
}
@media (max-width: 599px) {
  .event_list .event_item .event_item_name {
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_list .event_item .event_item_name {
    font-size: 18px;
  }
}
.event_list .event_item .event_item_Enname {
  font-size: 20px;
  width: 35%;
}
@media (max-width: 599px) {
  .event_list .event_item .event_item_Enname {
    font-size: 15px;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_list .event_item .event_item_Enname {
    font-size: 16px;
  }
}
.event_list .event_item .event_item_date {
  font-size: 16px;
  width: 20%;
}
@media (max-width: 599px) {
  .event_list .event_item .event_item_date {
    font-size: 12px;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_list .event_item .event_item_date {
    font-size: 14px;
  }
}
.event_list .event_item .event_item_state {
  font-size: 16px;
  border: 1px solid #000;
  padding: 10px 28px;
  border-radius: 30px;
}
@media (max-width: 599px) {
  .event_list .event_item .event_item_state {
    position: absolute;
    top: 20px;
    right: 0;
    display: inline;
    font-size: 12px;
    padding: 5px 14px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_list .event_item .event_item_state {
    font-size: 12px;
  }
}
.event_item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background-color: black;
  left: 50%;
  z-index: -1;
}
@media (max-width: 599px) {
  .event_item::before {
    bottom: 12px;
  }
}

.event_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
@media (max-width: 599px) {
  .event_item::after {
    bottom: 12px;
  }
}

#item_1:hover::after {
  background-color: #ddff47;
}

#item_2:hover::after {
  background-color: #5bfff1;
}

#item_3:hover::after {
  background-color: #ff2e2e;
}

#item_4:hover::after {
  background-color: #9c40ff;
}

#item_5:hover::after {
  background-color: #ffe23a;
}

#item_6:hover::after {
  background-color: #83ffa4;
}

#item_7:hover::after {
  background-color: #f985ff;
}

.event_hover_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 95px;
  background-color: transparent;
  z-index: -1;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_hover_bg {
    height: 70px;
  }
}
@media (max-width: 599px) {
  .event_hover_bg {
    height: 70px;
  }
}

.event_detail_main {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.event_detail_main img {
  position: relative;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .event_detail_main img {
    margin-top: -13px;
  }
}
.event_detail_main .image_area {
  position: relative;
}
.event_detail_main .text_area {
  position: absolute;
  left: 10%;
  top: 60%;
}
@media (max-width: 599px) {
  .event_detail_main .text_area {
    left: 10%;
    top: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail_main .text_area {
    left: 10%;
    top: 60%;
  }
}
.event_detail_main .text_area .text_area_big {
  font-size: 76px;
  color: white;
  font-weight: 600;
  display: block;
  margin-bottom: 42px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.3);
}
@media (max-width: 599px) {
  .event_detail_main .text_area .text_area_big {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail_main .text_area .text_area_big {
    font-size: 48px;
  }
}
.event_detail_main .text_area .text_area_label {
  font-size: 48px;
  color: white;
  display: block;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.3);
}
@media (max-width: 599px) {
  .event_detail_main .text_area .text_area_label {
    font-size: 12px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail_main .text_area .text_area_label {
    font-size: 24px;
  }
}

.event_detail {
  margin-top: 288px;
}
@media (max-width: 599px) {
  .event_detail {
    margin-top: 140px;
  }
}
.event_detail img {
  display: block;
  width: 747px;
  height: 507px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 599px) {
  .event_detail img {
    margin-top: 15px;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail img {
    width: 100%;
    height: 100%;
  }
}
.event_detail .event_detail_first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 95px;
}
@media (max-width: 599px) {
  .event_detail .event_detail_first {
    display: block;
  }
}
.event_detail .event_detail_first .image_area {
  flex: 1;
}
.event_detail .event_detail_first .text_area {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  flex: 1;
}
@media (max-width: 599px) {
  .event_detail .event_detail_first .text_area {
    font-size: 18px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_first .text_area {
    font-size: 24px;
  }
}
.event_detail .event_detail_first .text_area span {
  font-size: 24px;
  display: block;
}
@media (max-width: 599px) {
  .event_detail .event_detail_first .text_area span {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_first .text_area span {
    font-size: 18px;
  }
}
.event_detail .event_detail_second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 95px;
  margin-top: 245px;
}
@media (max-width: 599px) {
  .event_detail .event_detail_second {
    display: block;
    margin-top: 70px;
  }
}
.event_detail .event_detail_second .image_area {
  flex: 1;
}
.event_detail .event_detail_second .text_area {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  flex: 1;
}
@media (max-width: 599px) {
  .event_detail .event_detail_second .text_area {
    font-size: 18px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_second .text_area {
    font-size: 24px;
  }
}
.event_detail .event_detail_second .text_area span {
  font-size: 24px;
  display: block;
}
@media (max-width: 599px) {
  .event_detail .event_detail_second .text_area span {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_second .text_area span {
    font-size: 18px;
  }
}
.event_detail .event_detail_third {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 95px;
  margin-top: 245px;
}
@media (max-width: 599px) {
  .event_detail .event_detail_third {
    display: block;
    margin-top: 70px;
  }
}
.event_detail .event_detail_third .image_area {
  flex: 1;
}
.event_detail .event_detail_third .text_area {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  flex: 1;
}
@media (max-width: 599px) {
  .event_detail .event_detail_third .text_area {
    font-size: 18px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_third .text_area {
    font-size: 24px;
  }
}
.event_detail .event_detail_third .text_area span {
  font-size: 24px;
  display: block;
}
@media (max-width: 599px) {
  .event_detail .event_detail_third .text_area span {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_third .text_area span {
    font-size: 18px;
  }
}
.event_detail .event_detail_fourth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 95px;
  margin-top: 245px;
}
@media (max-width: 599px) {
  .event_detail .event_detail_fourth {
    display: block;
    margin-top: 70px;
  }
}
.event_detail .event_detail_fourth .image_area {
  flex: 1;
}
.event_detail .event_detail_fourth .text_area {
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  flex: 1;
}
@media (max-width: 599px) {
  .event_detail .event_detail_fourth .text_area {
    font-size: 18px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_fourth .text_area {
    font-size: 24px;
  }
}
.event_detail .event_detail_fourth .text_area span {
  font-size: 24px;
  display: block;
}
@media (max-width: 599px) {
  .event_detail .event_detail_fourth .text_area span {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .event_detail .event_detail_fourth .text_area span {
    font-size: 18px;
  }
}

.info_area {
  position: relative;
}
.info_area::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 50%;
  width: 100vw;
  height: 1800px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%);
  transform: translateX(-50%);
  z-index: -100;
}
@media (max-width: 599px) {
  .info_area::before {
    height: 1200px;
  }
}
.info_area .info_area_inner {
  margin-top: 450px;
  margin-bottom: 450px;
}
.info_area .notice_release,
.info_area .notice_guide,
.info_area .notice_amount {
  position: relative;
  margin: 115px 0;
}
.info_area .notice_release_title,
.info_area .notice_guide_title,
.info_area .notice_amount_title {
  position: absolute;
  top: -30px;
  left: 123px;
  background-color: #fff;
  font-size: 24px;
  padding: 19px 50px;
  border-radius: 30px;
}
@media (max-width: 599px) {
  .info_area .notice_release_title,
  .info_area .notice_guide_title,
  .info_area .notice_amount_title {
    top: -30px;
    left: 30px;
    font-size: 14px;
    padding: 12px 30px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_release_title,
  .info_area .notice_guide_title,
  .info_area .notice_amount_title {
    top: -30px;
    left: 60px;
    font-size: 14px;
    padding: 12px 30px;
  }
}
.info_area .notice_release_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 75px 242px;
}
@media (max-width: 599px) {
  .info_area .notice_release_list {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 25px 35px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_release_list {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 50px 65px;
  }
}
.info_area .notice_release_list .notice_release_item1 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 599px) {
  .info_area .notice_release_list .notice_release_item1 {
    font-size: 12px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_release_list .notice_release_item1 {
    font-size: 24px;
  }
}
.info_area .notice_release_list .notice_release_item2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  list-style-type: disc;
}
@media (max-width: 599px) {
  .info_area .notice_release_list .notice_release_item2 {
    font-size: 12px;
    list-style-type: none;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_release_list .notice_release_item2 {
    font-size: 24px;
    list-style-type: none;
  }
}
.info_area .notice_guide_list,
.info_area .notice_amount_list {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 75px 242px;
  text-align: center;
}
@media (max-width: 599px) {
  .info_area .notice_guide_list,
  .info_area .notice_amount_list {
    padding: 25px 35px;
    border: 1px solid #fff;
    border-radius: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_guide_list,
  .info_area .notice_amount_list {
    padding: 50px 65px;
    border: 1px solid #fff;
    border-radius: 20px;
  }
}
.info_area .notice_guide_list .notice_guide_item1,
.info_area .notice_amount_list .notice_guide_item1 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 599px) {
  .info_area .notice_guide_list .notice_guide_item1,
  .info_area .notice_amount_list .notice_guide_item1 {
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_guide_list .notice_guide_item1,
  .info_area .notice_amount_list .notice_guide_item1 {
    font-size: 26px;
  }
}
.info_area .notice_guide_list .notice_guide_item2,
.info_area .notice_amount_list .notice_guide_item2 {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 599px) {
  .info_area .notice_guide_list .notice_guide_item2,
  .info_area .notice_amount_list .notice_guide_item2 {
    font-size: 12px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_guide_list .notice_guide_item2,
  .info_area .notice_amount_list .notice_guide_item2 {
    font-size: 20px;
  }
}
.info_area .notice_guide_list .notice_guide_item3,
.info_area .notice_amount_list .notice_guide_item3 {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .info_area .notice_guide_list .notice_guide_item3,
  .info_area .notice_amount_list .notice_guide_item3 {
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .info_area .notice_guide_list .notice_guide_item3,
  .info_area .notice_amount_list .notice_guide_item3 {
    font-size: 26px;
  }
}
.info_area .notice_guide_list .notice_guide_item4,
.info_area .notice_amount_list .notice_guide_item4 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 599px) {
  .info_area .notice_guide_list .notice_guide_item4,
  .info_area .notice_amount_list .notice_guide_item4 {
    font-size: 14px;
  }
}

#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 80px;
}
#pagination .page-btn {
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
}
#pagination .active {
  background-color: #ff6c6c;
  border-radius: 100%;
  font-size: 3rem;
  color: #fff;
  pointer-events: none;
}
#pagination .arrow-btn {
  margin-left: 5px;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.login-container {
  width: 100%;
  height: 100vh;
  background: #ffba4a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (min-width: 600px) {
  .login-container {
    padding: 80px;
  }
}

.login-inner {
  padding-bottom: 100px;
}

.loginLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
}

.loginWrap {
  width: 100%;
  max-width: 504px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.formContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inputBox {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  border: 3px solid black;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .inputBox {
    height: 55px;
    font-size: 16px;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  padding-left: 5px;
  font-size: 12px;
  gap: 16px;
}
@media (min-width: 600px) {
  .checkbox {
    font-size: 16px;
  }
}
.checkbox label {
  display: flex;
  align-items: center;
  user-select: none;
}
@media (min-width: 600px) {
  .checkbox label {
    gap: 5px;
  }
}
.checkbox .check {
  display: none;
}
.checkbox .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 3px solid #555;
  background: #fff;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 600px) {
  .checkbox .custom-checkbox {
    width: 20px;
    height: 20px;
  }
}
.checkbox .check:checked + .custom-checkbox {
  background-color: #ff4e4e;
  border-color: #e71825;
}
.checkbox .check:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background-color: #e71825;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
@media (min-width: 600px) {
  .checkbox .check:checked + .custom-checkbox::after {
    width: 10px;
    height: 10px;
  }
}

.loginBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: black;
  color: #fff;
  border-radius: 16px;
  border: 3px solid black;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 600px) {
  .loginBtn {
    height: 55px;
    font-size: 20px;
  }
}
.loginBtn:hover {
  background: #333;
}

.login-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.findInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  gap: 10px;
}
.findInfo a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
@media (min-width: 600px) {
  .findInfo a {
    font-size: 16px;
  }
}
.findInfo .middle-dot::before {
  content: "·";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #121619;
}

.snsBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 600px) {
  .snsBtn {
    gap: 34px;
  }
}
.snsBtn a {
  position: relative;
  text-decoration: none;
}
.snsBtn a img {
  width: 60px;
}
@media (min-width: 600px) {
  .snsBtn a img {
    width: 70px;
  }
}

.kakaoP {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-10%, 1209%);
  background: white;
  font-size: 8px;
  padding: 5px;
  border-radius: 17px;
}

.testId {
  padding-top: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
}

.error-message {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  font-size: 14px;
  font-weight: bold;
  color: #e71825;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0s 0.4s;
}
@media (min-width: 600px) {
  .error-message {
    font-size: 16px;
  }
}

.error-message.visible {
  visibility: visible;
  opacity: 1;
  padding-left: 10px;
  transform: translateY(3px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0s;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.container {
  width: 100%;
  height: 100%;
  background: #ffba4a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 18px;
}
@media (min-width: 600px) {
  .container {
    padding: 80px;
  }
}

.registerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
}

.registerWrap {
  width: 100%;
  max-width: 504px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.formContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.radio-group {
  display: flex;
  gap: 38px;
  font-size: 14px;
}
.radio-group .authCont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.radio-group .authCont .authBox {
  display: flex;
  gap: 25px;
}
.radio-group label {
  display: flex;
  align-items: center;
  user-select: none;
  font-size: 14px;
  gap: 3px;
}
@media (min-width: 600px) {
  .radio-group label {
    font-size: 16px;
  }
}

.line {
  display: block;
}
.line::after {
  content: "";
  margin: 10px 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}
@media (min-width: 600px) {
  .line::after {
    height: 3px;
  }
}

.inputCont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.inputCont .normalBox {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  border: 3px solid #000;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .inputCont .normalBox {
    height: 55px;
    font-size: 16px;
  }
}
.inputCont .shortBoxCont {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.inputCont .shortBox {
  display: flex;
  width: 60%;
}
.inputCont .btnShort {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
@media (min-width: 600px) {
  .inputCont .btnShort {
    transform: translate(-50%, -50%);
  }
}

.birthWrap {
  display: flex;
  gap: 30px;
}
.birthWrap .birthTit {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .birthWrap .birthTit {
    font-size: 20px;
  }
}
.birthWrap .birthCont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.birthWrap .calendar-group {
  display: flex;
  gap: 30px;
}
.birthWrap label {
  display: flex;
  gap: 5px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .birthWrap label {
    font-size: 16px;
  }
}
.birthWrap label span {
  display: flex;
  line-height: 1.3;
}

.birthDateCont .inputDate {
  width: 55px;
  height: 50px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 16px;
  padding-left: 10px;
}
@media (min-width: 600px) {
  .birthDateCont .inputDate {
    height: 55px;
  }
}
.birthDateCont .year {
  width: 80px;
}
.birthDateCont span {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 600px) {
  .birthDateCont span {
    font-size: 16px;
  }
}

p {
  font-size: 14px;
}
@media (min-width: 600px) {
  p {
    font-size: 16px;
  }
}

.registerBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 16px;
  border: 3px solid #000;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 600px) {
  .registerBtn {
    height: 55px;
  }
}
.registerBtn:hover {
  background: #333;
}

.contTit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  border: 3px solid #000;
  background-color: #dde1e6;
  padding-left: 15px;
}
@media (min-width: 600px) {
  .contTit {
    height: 55px;
  }
}
.contTit h2 {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 600px) {
  .contTit h2 {
    font-size: 20px;
  }
}

.authBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: black;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  padding: 8px;
  border: none;
  cursor: pointer;
}
@media (min-width: 600px) {
  .authBtn {
    font-size: 14px;
  }
}
.authBtn:hover {
  background: #333;
}

.radio {
  display: none;
}

.checkMark {
  display: block;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  border: 3px solid #555;
  background: #fff;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 600px) {
  .checkMark {
    width: 20px;
    height: 20px;
  }
}

input:checked + .checkMark {
  background-color: #ff4e4e;
  border-color: #e71825;
}
input:checked + .checkMark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background-color: #e71825;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
@media (min-width: 600px) {
  input:checked + .checkMark::after {
    width: 10px;
    height: 10px;
  }
}

.error-message-register {
  color: #e71825;
  visibility: hidden;
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0s 0.5s;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .error-message-register {
    font-size: 16px;
  }
}

.error-message-register.visible {
  visibility: visible;
  padding-left: 10px;
  opacity: 1;
  transform: translateY(-8px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0s;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.popStoryListContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.popStoryList-inner {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryList-inner {
    padding: 0 48px;
  }
}
@media (max-width: 599px) {
  .popStoryList-inner {
    padding: 0 36px;
  }
}

.popStoryListTit {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .popStoryListTit {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.popStoryListTit h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 80px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryListTit h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .popStoryListTit h3 {
    font-size: 40px;
  }
}
.popStoryListTit h2 {
  font-family: "Anton", sans-serif !important;
  font-size: 6.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryListTit h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .popStoryListTit h2 {
    font-size: 69px;
  }
}

.popStoryListGrid {
  display: grid;
  grid-template-columns: repeat(1);
  padding: 18px 0 120px 0;
}
@media (min-width: 600px) {
  .popStoryListGrid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .popStoryListGrid {
    padding-bottom: 200px;
  }
}

.popStoryListMoreBtn {
  position: relative;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -120%);
  width: 120px;
  margin: 0 auto;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  background-color: #ff8c8c;
  border: 2px solid black;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryListMoreBtn {
    width: 150px;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 16px;
    transform: translate(-50%, -100%);
  }
}
@media (min-width: 1024px) {
  .popStoryListMoreBtn {
    width: 180px;
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 18px;
    border: 3px solid black;
    transform: translate(-50%, -180%);
  }
}
.popStoryListMoreBtn:hover {
  color: white;
  background-color: #e71825;
}

.link {
  display: block;
  width: 100%;
  height: 100%;
}

.popStoryGridItem {
  overflow: hidden;
  border: 1px solid black;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryGridItem {
    height: 500px;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .popStoryGridItem {
    height: 700px;
    padding: 100px;
  }
}
.popStoryGridItem img {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryGridItem img {
    max-width: 250px;
    max-height: 260px;
  }
}
@media (min-width: 1024px) {
  .popStoryGridItem img {
    max-width: 330px;
    max-height: 650px;
  }
}
.popStoryGridItem .textarea {
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 600px) {
  .popStoryGridItem .textarea {
    margin-bottom: 10px;
  }
}
.popStoryGridItem h3 {
  font-weight: normal;
  font-size: 24px;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryGridItem h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .popStoryGridItem h3 {
    font-size: 40px;
  }
}
.popStoryGridItem p {
  font-weight: lighter;
  font-size: 14px;
}
@media (min-width: 600px) {
  .popStoryGridItem p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .popStoryGridItem p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .popStoryGridItem::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hover-bg);
    transition: top 0.5s ease-in-out;
    z-index: -1;
  }
  .popStoryGridItem.hover-effect::after {
    top: 0;
  }
  .popStoryGridItem.remove-effect::after {
    top: -100%;
  }
  .popStoryGridItem.hover-effect img {
    transform: scale(1.1) scaleX(1.3);
    transition: ease-in-out 0.5s;
  }
  .popStoryGridItem.hover-effect .textarea {
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgb(255, 0, 0);
    transform: scale(1.5);
    transition: opacity 0.3s ease, color 0.3s ease, border 0.3s ease;
    font-family: "Anton", sans-serif !important;
  }
  .popStoryGridItem.hover-effect .textarea p {
    display: none;
  }
}
.popStoryGridItem .cartPreview {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -170%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryGridItem .cartPreview {
    transform: translate(-50%, -170%);
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .popStoryGridItem .cartPreview {
    transform: translate(-50%, -170%);
    width: 90px;
    height: 90px;
  }
}
.popStoryGridItem .scroll-up {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .popStoryGridItem .scroll-up {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .popStoryGridItem .scroll-up {
    width: 90px;
    height: 90px;
  }
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
#modal-overlay-mypage-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 25, 0.5); /* 반투명 어두운 배경 */
  z-index: 10003;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#modal-overlay-mypage-menu.open {
  right: 0%;
  opacity: 1;
}

#mypage-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(223, 223, 223, 0.95);
  z-index: 999;
  transition: right 0.3s ease;
  overflow-y: auto;
}
@media (min-width: 600px) {
  #mypage-menu {
    top: 50px;
    max-width: 465px;
    height: 500px;
    padding: 30px;
    border: 3px solid black;
    border-radius: 17px;
  }
}

#mypage-menu.open {
  display: block;
  right: 0;
}

.nonMember,
.member-login {
  padding: 20px;
}
.nonMember ul,
.member-login ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nonMember li,
.member-login li {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nonMember li:last-child,
.member-login li:last-child {
  border-bottom: none;
}
.nonMember a,
.member-login a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.nonMember a img,
.member-login a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.nonMember a span,
.member-login a span {
  font-size: 16px;
  font-weight: 500;
}

.singBtnCont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 !important;
  border-bottom: none !important;
}

.singBtn {
  flex: 1;
  padding: 12px 0;
  border: none;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.singBtn.login {
  margin-right: 10px;
}

.logoutCont {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-bottom: none !important;
}

#logoutBtn {
  width: 50%;
  padding: 10px 0;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
#logoutBtn:hover {
  background-color: #000;
  color: #fff;
}

#closeMyPage {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-70%, -70%);
  z-index: 10004;
}
@media (max-width: 599px) {
  #closeMyPage {
    top: 0;
    right: 0;
    transform: translate(-90%, -45%);
  }
}
#closeMyPage img {
  width: 32px;
  height: 32px;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
#modal-overlay {
  display: none; /* 기본적으로 숨김 */
  position: fixed;
  top: 0;
  left: 0; /* 화면 왼쪽에 고정 */
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 25, 0.5); /* 반투명 어두운 배경 */
  z-index: 10003;
  opacity: 0;
  transition: opacity 0.5s ease; /* 부드러운 fade-in 효과 */
}

#modal-overlay.open {
  display: block; /* 'open' 클래스가 있을 때 모달을 보이게 함 */
  opacity: 1;
}

#search-box {
  display: none; /* 기본적으로 숨김 */
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(223, 223, 223, 0.9);
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-top: 200px;
  z-index: 10;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
#search-box.open {
  display: block !important;
  transform: translateX(0);
}
@media (min-width: 600px) {
  #search-box {
    top: 50px;
    max-width: 465px;
    height: 500px;
    padding: 30px;
    border: 3px solid black;
    border-radius: 17px;
  }
}
#search-box ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#search-box ul li {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 40px;
}
#search-box ul li:not(.searchCont, .popularCont, #recent-search-container, #recent-searches li)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform: translate(-50%, -50%);
}

.search-word {
  padding-bottom: 10px;
}
.search-word span {
  font-size: 18px;
  font-weight: bold;
}

.searchCont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid black;
}
.searchCont .search-bar {
  line-height: 2;
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-bottom: 3px;
  width: 100%;
}
.searchCont .search-bar:focus {
  border-color: transparent;
  outline: none;
}
.searchCont #searchBtn {
  display: flex;
  font-weight: bold;
  padding-bottom: 3px;
}
.searchCont #searchBtn img {
  width: 30px;
  height: 30px;
}

.popular-word {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin: auto 0;
  margin-left: 30px;
}
@media (min-width: 1024px) {
  .popular-word a {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
    transform-origin: center;
  }
  .popular-word a:hover {
    transform: scale(1.1);
    color: black;
    font-weight: 900;
  }
}
.popular-word span {
  font-size: 14px;
  color: rgba(18, 22, 25, 0.75);
}

#close {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-70%, -70%);
}
@media (max-width: 599px) {
  #close {
    top: 0;
    right: 0;
    transform: translate(-90%, -45%);
  }
}
#close img {
  width: 32px;
  height: 32px;
}

#recent-search-container {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

#recent-searches {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

#recent-searches li {
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #f8f8f8;
  white-space: nowrap;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NanumSquareNeo", sans-serif;
  color: var(--gray-90);
  font-weight: 400;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white);
}

::selection {
  background: #003675;
  color: var(--white);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: unset;
  line-height: 1.3;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 600px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/* **** area mixin ****/
/* **** text attr ****/
/* **** scroll ****/
/* **** form mixin ****/
.cart-btn {
  position: fixed;
  right: 20px;
  width: 100px;
  height: 100px;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
  bottom: 130px;
}
.cart-btn img {
  transition: transform 0.3s ease-in-out;
}
.cart-btn:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .cart-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .cart-btn {
    width: 80px;
    height: 80px;
  }
}

.scroll-up-btn {
  position: fixed;
  right: 20px;
  width: 100px;
  height: 100px;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
  bottom: 20px;
}
.scroll-up-btn img {
  transition: transform 0.3s ease-in-out;
}
.scroll-up-btn:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .scroll-up-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .scroll-up-btn {
    width: 80px;
    height: 80px;
  }
}/*# sourceMappingURL=styles.css.map */