@font-face {
  font-family: "Noto Sans KR";
  src: local("※"), url("/font/NotoSansKR-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: local("※"), url("/font/NotoSansKR-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  src: local("※"), url("/font/NotoSansKR-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Isamanru';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Isamanru';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isamanru';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* 영- 대문자,소문자 / 숫자 */
@font-face {
  font-family: "Noto Sans KR";
  src: local("※"), url("/font/Inter-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: "Noto Sans KR";
  src: local("※"), url("/font/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: "Noto Sans KR";
  src: local("※"), url("/font/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: "GongGothicMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --mainColor: #d11477;

  /* etc */
  --mainRolling2Height: 0;
  --gnbDepth2Height: 0;
  --gnbDepth3Height: 0;
  --tabLeftPos: 0;
}

* {
  max-width: 192rem;
  font-family: "Isamanru";
font-family: "Paperozi";
  font-size: 1.6rem;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  color: #000;
  padding: 0;
  margin: 0;
  /* margin: 0 auto; */
  letter-spacing: 0;
  word-break: keep-all;
}

.Inter {
  font-family: "Inter";
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
  background-color: #fafafa;
  background-color: #fff;
}

html.white,
html.white body {
  background-color: #fff;
}
button {
  touch-action: manipulation;
  user-select: none;
  cursor: pointer;
}

a,
a:hover,
a:focus,
button {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 100px #fff inset;
}

select {
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header,
footer,
aside,
main,
section,
article,
nav,
a {
  display: block;
}

ul,
li {
  margin: 0;
  list-style: none;
}

*:focus,
a:hover,
button:hover,
input:hover {
  outline: none;
}

body *:focus
/* body a:hover, */
/* body button:hover, */
/* body input:hover */ {
  outline: none!important;
  outline-offset: 0!important;
  border-radius: 0!important;
	box-shadow: 0 0 0 2px var(--mainColor) inset;
}

span,
strong,
b,
em {
  color: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
}

strong {
  font-weight: bold;
}

caption,
legend,
input[type="radio"],
input[type="checkbox"] {
  display: none;
}

button,
textarea,
input,
select,
a,
fieldset {
  border: none;
  background-color: transparent;
  appearance: none;
  outline: none;
  background: none;
}

body.outline a:focus,
body.outline button:focus,
body.outline input:focus,
body.outline textarea:focus,
body.outline select:focus {
  outline: 2px solid var(--mainColor);
  outline-offset: 2px;
  border-radius: 4px;
}

font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

input[type="search"]::-webkit-search-cancel-button {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
