@charset "UTF-8";
/* Responsive */
/* 모바일에서 레이아웃에 가둬진 박스의 너비가 풀로 가져가야 할때 */
/* Ellipsis */
@import url("swiper.min.css");
@import url("fonts.css");
@import url("aos.css");
@import url("main.css");
html {
  height: 100%;
  font-size: 1px;
}
@media (max-width: 1700px) {
  html {
    font-size: 0.058823529vw;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 0.278vw;
  }
}

body {
  background-color: #ffffff;
  color: #ffffff;
  font-family: "GmarketSans", sans-serif;
  font-size: clamp(10px, 18rem, 9999rem);
  font-weight: 500;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: keep-all;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 720px) {
  body {
    font-size: clamp(10px, 14rem, 9999rem);
  }
}

::-webkit-scrollbar {
  display: none;
}

::placeholder {
  color: #5D5D5D;
}

body,
div,
p,
span,
a,
section,
label,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
header,
footer,
main,
b,
i,
em,
strong,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-style: normal;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: 0 none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

label {
  cursor: pointer;
}

img,
video,
svg {
  display: block;
  border: none;
  width: 100%;
}

option {
  color: inherit;
}

section {
  position: relative;
}

picture {
  display: block;
  width: 100%;
}