/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@enact/cli/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[4].use[1]!./node_modules/@enact/cli/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[4].use[2]!./node_modules/@enact/cli/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[4].use[3]!./node_modules/@enact/spotlight/styles/debug.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.debug.spotlight .spottable-next-up::after,
.debug.spotlight .spottable-next-right::after,
.debug.spotlight .spottable-next-down::after,
.debug.spotlight .spottable-next-left::after {
  content: '';
  position: absolute;
  top: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  font-size: 0.3125rem;
  line-height: 0.375rem;
  padding: 0 1ex;
  left: 0;
  border-width: 0 1px 1px 1px;
  border-bottom-right-radius: 0.5ex;
  border-bottom-left-radius: 0.5ex;
  left: 50%;
  transform: translateX(-50%);
}
.debug.spotlight .spottable-next-up {
  box-shadow: 0 0.25rem 0.1875rem -1px hsl(0, 100%, 72%), 0 0 1px 1px hsl(0, 100%, 72%);
}
.debug.spotlight .spottable-next-up::after {
  content: 'Spotlight next: up';
  color: hsl(0, 100%, 72%);
}
.debug.spotlight .spottable-next-right {
  box-shadow: -0.25rem 0 0.1875rem -1px hsl(90, 100%, 72%), 0 0 1px 1px hsl(90, 100%, 72%);
}
.debug.spotlight .spottable-next-right::after {
  content: 'Spotlight next: right';
  color: hsl(90, 100%, 72%);
}
.debug.spotlight .spottable-next-down {
  box-shadow: 0 -0.25rem 0.1875rem -1px hsl(180, 100%, 72%), 0 0 1px 1px hsl(180, 100%, 72%);
}
.debug.spotlight .spottable-next-down::after {
  content: 'Spotlight next: down';
  color: hsl(180, 100%, 72%);
}
.debug.spotlight .spottable-next-left {
  box-shadow: 0.25rem 0 0.1875rem -1px hsl(240, 100%, 72%), 0 0 1px 1px hsl(240, 100%, 72%);
}
.debug.spotlight .spottable-next-left::after {
  content: 'Spotlight next: left';
  color: hsl(240, 100%, 72%);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@enact/cli/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[1]!./node_modules/@enact/cli/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[2]!./node_modules/@enact/cli/node_modules/source-map-loader/dist/cjs.js!./src/global.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/* @import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css"; */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  /* 하드웨어 가속 활성화 */
  transform: translateZ(0);
  will-change: transform;

  /* TV 디스플레이 최적화 */
  image-rendering: crisp-edges;

  /* 메모리 사용량 최적화 */
  contain: layout style paint size;
  content-visibility: auto;

  /* GPU 레이어 생성 및 성능 최적화 */
  backface-visibility: hidden;
  transform-style: preserve-3d;

  /* TV에서의 이미지 깜빡임 방지 */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

:root {
  /* 기본 Enact프로젝트의 폰트 크기 === 16px; */

  background-color: #ffffff;

  --1: 0.0625rem; /* 1px / 16px = 0.0625rem */
}


/*# sourceMappingURL=main.css.map*/