/* RESET STYLES FROM NEW SITE */

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
legend,
img,
button,
select {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

table {
  width: 100%;
  max-width: none;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

form,
fieldset,
img {
  border: 0;
}

legend,
caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

[lang='ko-KR'] div,
[lang='ko-KR'] dl,
[lang='ko-KR'] dt,
[lang='ko-KR'] dd,
[lang='ko-KR'] ul,
[lang='ko-KR'] ol,
[lang='ko-KR'] li,
[lang='ko-KR'] h1,
[lang='ko-KR'] h2,
[lang='ko-KR'] h3,
[lang='ko-KR'] h4,
[lang='ko-KR'] h5,
[lang='ko-KR'] h6,
[lang='ko-KR'] pre,
[lang='ko-KR'] form,
[lang='ko-KR'] fieldset,
[lang='ko-KR'] input,
[lang='ko-KR'] textarea,
[lang='ko-KR'] p,
[lang='ko-KR'] blockquote,
[lang='ko-KR'] th,
[lang='ko-KR'] td,
[lang='ko-KR'] legend,
[lang='ko-KR'] img,
[lang='ko-KR'] button,
[lang='ko-KR'] select {
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -0.02rem;
}

.productDetail .acco-area li {
  position: relative;
}
.dummy-fonts .dc-wrap li {
  position: relative;
}

.productDetail .product-detail-wrap * {
  box-sizing: border-box;
}

.productDetail .product-detail-wrap>div img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: top;
}
