html {
  font-size: 16px;
  scroll-behavior: smooth
}
body {
  box-sizing: border-box;
  line-height: inherit
}
body * {
  box-sizing: inherit
}
a {
  color: unset
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
button {
  border: 0;
  padding: unset;
  background: 0 0;
  cursor: pointer;
  color: transparent
}
@media screen and (max-width:1024px) {
  html {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  html {
    font-size: 12px
  }
}
@font-face {
  font-family: SUIT;
  src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
.sz-blind {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0
}
.sr-only {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.sz-clearfix::after {
  content: "";
  display: block;
  clear: both
}
@keyframes gnbAni {
  0% {
    height: 0
  }
  100% {
    height: 3px
  }
}
:root {
  --dg-boxed-width: 860px;
  --dg-boxed-pad: 10px;
  --dg-color-main: #f5e6d5;
  --dg-bg-ivory: #fef9f2;
  --dg-bg-black: #232120
}
body {
  font-family: Pretendard,sans-serif;
  overflow-x: hidden;
  word-break: keep-all
}
img {
  display: block;
  max-width: 100%
}
.sect img {
  display: block;
  width: 100%;
  height: auto
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1
}
.video-wrapper .video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.v-frm .v-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover
}
.v-frm .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center
}
.v-frm .play-btn img {
  width: 11.6%;
  transition: filter .25s
}
.v-frm .play-btn:focus-visible img,
.v-frm .play-btn:hover img {
  filter: drop-shadow(0 0 10px #000)
}
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
  z-index: 999;
  overflow: auto
}
.modal.show {
  opacity: 1;
  visibility: visible
}
.modal-content {
  position: relative;
  max-height: 100%;
  transform: translateY(10px);
  transition: transform .2s ease
}
.modal.show .modal-content {
  transform: translateY(0)
}
.modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.37%;
  min-width: 30px
}
.modal-content .close img {
  width: 100%
}
.pop-info {
  width: 740px
}
.lang-dropdown__w {
  position: absolute;
  top: calc(4.18% - 6px);
  right: 4.18%;
  z-index: 1
}
.lang-dropdown {
  position: relative;
  width: 100px;
  transition: transform 250ms,opacity 250ms,visibility 250ms
}
.lang-dropdown .dropdown-btn {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(255,255,255,.5019607843);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700
}
.lang-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,.2)
}
.lang-dropdown .arrow {
  transform: rotate(180deg)
}
.lang-dropdown .dropdown-menu li a {
  display: block;
  padding: 12px;
  color: #333;
  text-decoration: none;
  text-align: center;
  transition: background .2s
}
.lang-dropdown .dropdown-menu li a:focus,
.lang-dropdown .dropdown-menu li a:hover {
  background-color: #f0f0f0;
  outline: 0
}
.lang-dropdown .dropdown-menu li a[aria-current=page] {
  font-weight: 700;
  color: #1a253a
}
.lang-dropdown.active .dropdown-btn {
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
  background-color: #1a253a;
  color: #fff
}
.lang-dropdown.active .dropdown-menu {
  display: block
}
.lang-dropdown.active .arrow {
  transform: rotate(0)
}
.lang-dropdown.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none
}
.sect__boxed > .innr {
  max-width: var(--dg-boxed-width);
  margin-left: auto;
  margin-right: auto
}
.sect .g-box {
  width: 88.37%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden
}
.sect .g-box.g-box__br0 {
  border-radius: 0
}
.sect .b_lnk {
  display: block
}
.sect__bg-light > .innr {
  background-color: var(--dg-bg-ivory)
}
.sect__bg-main > .innr {
  background-color: var(--dg-color-main)
}
.sect__bg-dark > .innr {
  background-color: var(--dg-color-black)
}
.sect__bg-white > .innr {
  background-color: #fff
}