@charset "UTF-8";
@import "./tokens.css";
@import "./font.css";


/* ---- reset ---- */
* {
  box-sizing: border-box;
}

*:focus {
  outline: 2px solid var(--border-inverse);
  outline-offset: 0;
  box-shadow: var(--box-shadow-outline);
  transition: outline 0s, box-shadow 0s !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  /*border:0;*/
  list-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  resize: none;
  word-break: keep-all;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: var(--font-family-base);
  color: var(--text-basic);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-base);
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: var(--fs-base);
}

body {
  background-color: var(--background-white);
  font-size: var(--pc-fs-body-medium);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* 텍스트를 부드럽게 렌더링 */
  -moz-osx-font-smoothing: grayscale;
  /* macOS에서 텍스트 렌더링 최적화 */
  -webkit-overflow-scrolling: touch;
  /* 모바일에서 터치 스크롤 최적화 */
  /* padding-top: constant(safe-area-inset-top); 
  padding-bottom: constant(safe-area-inset-bottom); 안전 영역 env과 동일하여 권장하지 않음 */
  padding-top: env(safe-area-inset-top);
  /* 안전 영역 상단 패딩 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 안전 영역 하단 패딩 */
}

::-moz-selection {
  background: var(--color-light-secondary-50);
  color: var(--color-light-gray-0);
}

::selection {
  background: var(--color-light-secondary-50);
  color: var(--color-light-gray-0);
}

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 {
  -webkit-text-size-adjust: none;
  font-family: inherit;
  line-height: var(--line-height-base);
  letter-spacing: inherit;
  padding-block: 0;
  padding-inline: 0;
}

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: var(--font-weight-bold);
}

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,
button {
  transition: var(--transition-base);
}

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

a:visited.visited,
a:visited .visited {
  color: var(--link-visited);
}

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: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

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;
}

input[type=number] {
  -moz-appearance: textfield;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

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;
}

.blind,
hr,
.sr-only,
legend,
caption {
  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;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

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

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

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

.underline {
  text-decoration: underline;
  text-underline-offset: var(--font-underline-offset);
}

.break-all {
  word-break: break-all;
}

.svg-icon {
  display: inline-flex;
  width: var(--icon--size-large);
  height: var(--icon--size-large);
  background-color: var(--text-basic);
  forced-color-adjust: none;
}

.svg-icon.pure {
  display: inline-flex;
  width: var(--icon--size-large);
  height: var(--icon--size-large);
  background-color: var(--text-basic);
  background-color: transparent !important;
  forced-color-adjust: none;
}

.svg-icon.medium {
  width: var(--icon--size-medium);
  height: var(--icon--size-medium);
}

.svg-icon.small {
  width: var(--icon--size-small);
  height: var(--icon--size-small);
}

@media (max-width: 767px) {
  body {
    font-size: var(--mobile-fs-body-medium);
  }

  .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: 768px) {
  .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;
  }
}


/* 공통 class 설정 */
.flexSt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.display-flex {
  display: flex;
}

/* 공통 이미지 설정 */
img.auto {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}