/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
:root {
  --width-container: 1264px;
}
@media (max-width: 1280px) {
  :root {
    --width-container: 100%;
  }
}

* {
  -webkit-tap-highlight-color: rgba(173, 173, 255, 0.08); /* for removing the highlight */
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 15px;
  }
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
} 
/* end normalize */
/*@font-face {
   font-family: 'Noto Sans';
   font-style: normal;
   font-weight: 400;
   src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}
*/
* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

button {
  border: none;
  outline: none;
  font-family: inherit;
}

.btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 16px;
  border: 0.5px solid #000;
  background-color: #fff;
  cursor: pointer;
}
.btn-box .lock-icon {
  display: none;
  width: 14px;
}
@media (max-width: 600px) {
  .btn-box .lock-icon {
    width: 8px;
    position: relative;
    top: -0.5px;
  }
}
.btn-box.locked {
  pointer-events: none;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-box.locked .lock-icon {
  display: block;
}
@media (max-width: 1000px) {
  .btn-box {
    gap: 7px;
  }
}
@media (max-width: 600px) {
  .btn-box {
    padding: 5px 10px;
    gap: 5px;
  }
}

header .logo {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  z-index: 20;
  max-width: 280px;
}
@media (max-width: 1280px) {
  header .logo {
    left: 20px;
    transform: none;
    font-size: 30px;
    width: 240px;
  }
}
@media (max-width: 700px) {
  header .logo {
    font-size: 20px;
    top: 8px;
    left: 8px;
    width: 130px;
  }
}
header a {
  text-decoration: none;
}
header .menu-parent {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  font-weight: 700;
  color: #1c10cf;
  gap: 6px;
  z-index: 30;
}
@media screen and (max-width: 700px) {
  header .menu-parent {
    gap: 6px;
    right: 8px;
    top: 10px;
  }
}
header .menu-parent .single-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 700px) {
  header .menu-parent .single-menu {
    gap: 8px;
  }
}
@media (max-width: 600px) {
  header .menu-parent .single-menu {
    font-size: 12px;
  }
  header .menu-parent .single-menu.single-menu-home {
    display: none;
  }
}
header .menu-parent .single-menu.locked {
  pointer-events: none;
}
header .menu-parent .single-menu:hover .sub-menu-wrap {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
header .menu-parent .single-menu .sub-menu-wrap {
  display: none;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-top: 6px;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  pointer-events: none;
}
header .slushie-ad {
  position: absolute;
  top: 19px;
  left: 31px;
}
@media (max-width: 1280px) {
  header .slushie-ad {
    display: none;
  }
}

.slushie-ad {
  position: relative;
  width: 400px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 700px) {
  .slushie-ad {
    width: 100%;
  }
}
.slushie-ad a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  color: #1c10cf;
}
@media (max-width: 1280px) {
  .section-title {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .section-title {
    font-size: 15px;
  }
}

.buy-btn-style {
  width: 100%;
  height: 53px;
  background-color: #3e32ed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .buy-btn-style {
    font-size: 13px;
    height: 34px;
  }
}
@media (max-width: 600px) {
  .buy-btn-style {
    margin-top: 0;
  }
}

footer {
  background-color: #fbfbfb;
  padding: 50px 0 100px;
  color: #1c10cf;
}
footer .inner {
  width: var(--width-container);
  display: flex;
  margin: 0 auto;
  gap: 32px;
}
@media (max-width: 1280px) {
  footer .inner {
    padding: 0 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .col {
  width: 30.33%;
  padding: 8px;
}
@media (max-width: 700px) {
  footer .col {
    width: 40%;
  }
}
footer .col .col-title {
  font-weight: 700;
}
footer .col.col-1 {
  font-weight: 700;
}
footer .col.col-1 a {
  font-weight: 400;
}
@media (max-width: 700px) {
  footer .col.col-1 {
    width: 100%;
    text-align: center;
  }
}
footer .col ul {
  list-style: disc;
}
footer .col ul li {
  margin-left: 16px;
  list-style: disc;
}
footer .col ul li a {
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
footer .col ul ul {
  margin-left: 16px;
}
footer .col ul .locked {
  color: #bbbbbb;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}
@media (max-width: 800px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
}

.end-circle {
  position: fixed;
  width: 150vw;
  height: 150vw;
  border-radius: 50%;
  background: radial-gradient(#d7f0f4, #61b3ff);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 500;
  pointer-events: none;
}
.end-circle.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 900px) {
  .end-circle {
    width: 250vw;
    height: 250vw;
  }
}

.popup-slush {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}
.popup-slush .bg-layer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-slush img {
  width: 400px;
}
@media (max-width: 600px) {
  .popup-slush img {
    width: 300px;
  }
}/*# sourceMappingURL=base.css.map */