@charset "UTF-8";
/* =================== base =================== */
html,
body,
a,
abbr,
address,
area,
article,
aside,
audio,
b,
base,
bdi,
bdo,
blockquote,
button,
canvas,
caption,
ul center,
circle,
cite,
clipPath,
code,
col,
colgroup,
cursor,
data,
datalist,
dd,
defs,
del,
desc,
details,
dfn,
dialog,
div,
dl,
dt,
ellipse,
em,
embed,
fieldset,
figcaption,
figure,
filter,
footer,
foreignObject,
form,
g,
h1,
h2,
h3,
h4,
h5,
h6,
hatch,
hatchpath,
head,
header,
hgroup,
hr,
i,
iframe,
image,
img,
input,
ins,
kbd,
keygen,
label,
legend,
li,
line,
link,
main,
map,
mark,
marker,
mask,
menu,
menuitem,
mesh,
meshpatch,
meshrow,
nav,
object,
ol,
optgroup,
option,
output,
p,
param,
path,
pattern,
picture,
pre,
progress,
q,
rb,
rect,
rp,
rt,
rtc,
ruby,
s,
samp,
section,
select,
set,
small,
source,
span,
strike,
strong,
sub,
summary,
svg,
symbol,
sup,
table,
tbody,
td,
template,
text,
textarea,
textPath,
tfoot,
th,
thead,
time,
title,
tr,
tspan,
u,
ul,
use,
video,
view,
wbr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  font-family: "pretendard", sans-serif;
  word-break: break-all;
  line-height: 1.26;
  letter-spacing: -0.04em;
  /* macOS 전용 조정 */
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  html body,
  body body,
  a body,
  abbr body,
  address body,
  area body,
  article body,
  aside body,
  audio body,
  b body,
  base body,
  bdi body,
  bdo body,
  blockquote body,
  button body,
  canvas body,
  caption body,
  ul center body,
  circle body,
  cite body,
  clipPath body,
  code body,
  col body,
  colgroup body,
  cursor body,
  data body,
  datalist body,
  dd body,
  defs body,
  del body,
  desc body,
  details body,
  dfn body,
  dialog body,
  div body,
  dl body,
  dt body,
  ellipse body,
  em body,
  embed body,
  fieldset body,
  figcaption body,
  figure body,
  filter body,
  footer body,
  foreignObject body,
  form body,
  g body,
  h1 body,
  h2 body,
  h3 body,
  h4 body,
  h5 body,
  h6 body,
  hatch body,
  hatchpath body,
  head body,
  header body,
  hgroup body,
  hr body,
  i body,
  iframe body,
  image body,
  img body,
  input body,
  ins body,
  kbd body,
  keygen body,
  label body,
  legend body,
  li body,
  line body,
  link body,
  main body,
  map body,
  mark body,
  marker body,
  mask body,
  menu body,
  menuitem body,
  mesh body,
  meshpatch body,
  meshrow body,
  nav body,
  object body,
  ol body,
  optgroup body,
  option body,
  output body,
  p body,
  param body,
  path body,
  pattern body,
  picture body,
  pre body,
  progress body,
  q body,
  rb body,
  rect body,
  rp body,
  rt body,
  rtc body,
  ruby body,
  s body,
  samp body,
  section body,
  select body,
  set body,
  small body,
  source body,
  span body,
  strike body,
  strong body,
  sub body,
  summary body,
  svg body,
  symbol body,
  sup body,
  table body,
  tbody body,
  td body,
  template body,
  text body,
  textarea body,
  textPath body,
  tfoot body,
  th body,
  thead body,
  time body,
  title body,
  tr body,
  tspan body,
  u body,
  ul body,
  use body,
  video body,
  view body,
  wbr body {
    letter-spacing: 0;
  }
}

html,
body,
a,
address,
article,
aside,
b,
button,
dd,
div,
dl,
dt,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
input,
ins,
label,
legend,
li,
main,
menu,
menuitem,
nav,
ol,
optgroup,
option,
output,
p,
section,
select,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tspan,
u,
ul {
  stroke-width: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; /*맥에서 깨지는 문제 완화*/
}

a {
  outline: 0;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ol,
ul,
li,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

/* ie 화살표 제거 */
select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =================== fonts =================== */
@font-face {
  font-family: "pretendard";
  font-weight: 100;
  src: url("../fonts/pretendard/Pretendard-Thin.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Thin.woff") format("woff"), url("../fonts/pretendard/Pretendard-Thin.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 200;
  src: url("../fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraLight.woff") format("woff"), url("../fonts/pretendard/Pretendard-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 300;
  src: url("../fonts/pretendard/Pretendard-Light.woff") format("woff2"), url("../fonts/pretendard/Pretendard-Light.woff") format("woff"), url("../fonts/pretendard/Pretendard-Light.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 400;
  src: url("../fonts/pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Regular.woff") format("woff"), url("../fonts/pretendard/Pretendard-Regular.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 500;
  src: url("../fonts/pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Medium.woff") format("woff"), url("../fonts/pretendard/Pretendard-Medium.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 600;
  src: url("../fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-SemiBold.woff") format("woff"), url("../fonts/pretendard/Pretendard-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 700;
  src: url("../fonts/pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Bold.woff") format("woff"), url("../fonts/pretendard/Pretendard-Bold.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 800;
  src: url("../fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../fonts/pretendard/Pretendard-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "pretendard";
  font-weight: 900;
  src: url("../fonts/pretendard/Pretendard-Black.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Black.woff") format("woff"), url("../fonts/pretendard/Pretendard-Black.otf") format("opentype");
}
/* =================== helper =================== */
.none {
  display: none;
}

.voice-only {
  position: absolute;
  top: 0;
  left: -9999rem;
  overflow: hidden;
  width: 1px;
  height: 1px;
  color: transparent;
}

.ls-0 {
  letter-spacing: 0;
}

@media all and (max-width: 600px) {
  .mb-hide {
    display: none !important;
  }
}

.mb-show {
  display: none !important;
}
@media all and (max-width: 600px) {
  .mb-show {
    display: block !important;
  }
}

.mb-show-flex {
  display: none !important;
}
@media all and (max-width: 600px) {
  .mb-show-flex {
    display: flex !important;
  }
}

.mb-show-ib {
  display: none !important;
}
@media all and (max-width: 600px) {
  .mb-show-ib {
    display: inline-block !important;
  }
}

@media all and (max-width: 900px) {
  .tab-hide {
    display: none !important;
  }
}

.tab-show {
  display: none !important;
}
@media all and (max-width: 900px) {
  .tab-show {
    display: block !important;
  }
}

.tab-show-flex {
  display: none !important;
}
@media all and (max-width: 900px) {
  .tab-show-flex {
    display: flex !important;
  }
}

.tab-show-ib {
  display: none !important;
}
@media all and (max-width: 900px) {
  .tab-show-ib {
    display: inline-block !important;
  }
}

.hide-1300px {
  display: block;
}
@media all and (max-width: 1300px) {
  .hide-1300px {
    display: none;
  }
}

.show-1300px {
  display: none;
}
@media all and (max-width: 1300px) {
  .show-1300px {
    display: block;
  }
}

.scroll-custom {
  overflow-y: auto;
}
.scroll-custom::-webkit-scrollbar {
  width: 5px;
}
.is-none {
  display: none !important;
}

.overflow-h {
  overflow: hidden;
}

.overflowx-h {
  overflow-x: hidden;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

.i-block {
  display: inline-block;
}

.flex-s-0 {
  flex-shrink: 0;
}

.items-s {
  align-items: flex-start;
}

.items-c {
  align-items: center;
}

.items-e {
  align-items: flex-end;
}

.items-t {
  align-items: stretch;
}

.justify-s {
  justify-content: flex-start;
}

.justify-c {
  justify-content: center;
}

.justify-b {
  justify-content: space-between;
}

.justify-e {
  justify-content: flex-end !important;
}

.flex-d-c {
  flex-direction: column;
}

.flex-w {
  flex-wrap: wrap;
}

.grow-1 {
  flex-grow: 1;
}

.w-full {
  width: 100% !important;
}

.w-half {
  width: 50%;
}

.p-0 {
  padding: 0;
}

.bg-primary {
  background-color: #f82e43 !important;
}

.f-normal {
  font-size: 1rem;
}

.f-rem12 {
  font-size: 0.75rem;
}

.f-rem13 {
  font-size: 0.8125rem;
}

.f-rem14 {
  font-size: 0.875rem;
}

.f-rem15 {
  font-size: 0.9375rem;
}

.f-rem17 {
  font-size: 1.0625rem;
}

.f-rem18 {
  font-size: 1.125rem;
}

.f-rem19 {
  font-size: 1.1875rem;
}

.f-rem20 {
  font-size: 1.25rem;
}

.f-rem22 {
  font-size: 1.375rem;
}

.f-rem26 {
  font-size: 1.625rem;
}

.f-rem27 {
  font-size: 1.6875rem;
}

.f-primary {
  color: #f82e43;
}

.f-bk {
  color: #000;
}

.f-wh {
  color: #fff;
}

.f-e {
  font-weight: 800;
}

.f-b {
  font-weight: 700;
}

.f-s {
  font-weight: 600;
}

.f-m {
  font-weight: 500;
}

.f-r {
  font-weight: 400;
}

.f-l {
  font-weight: 300;
}

.f-x {
  font-weight: 200;
}

.f-weight-bk {
  font-weight: 900;
}

.f-center {
  text-align: center;
}

.f-end {
  text-align: end;
}

.f-span {
  vertical-align: bottom;
}

.f-under {
  text-decoration: underline;
}

.f-pre {
  white-space: pre-line;
}

.f-ws-n {
  white-space: nowrap;
}

.img-con {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cov {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-horizontal-img {
  animation-name: horizontal-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

@keyframes horizontal-scroll {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  40% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0.3;
    transform: translateX(30%);
  }
}
@keyframes horizontal-left-scroll {
  0% {
    opacity: 0;
    transform: translateX(30%);
  }
  40% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0.3;
    transform: translateX(-30%);
  }
}
.scroll-vertical-img {
  animation-name: vertical-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

@keyframes vertical-scroll {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  40% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0.3;
    transform: translateY(20%);
  }
}
/* =================== layout =================== */
#page {
  min-height: 100vh;
  background-color: #fff;
}
#page p span {
  vertical-align: bottom;
}
#page.en-page p span {
  vertical-align: baseline;
}

.m-center {
  max-width: 1340px;
  /*1300px*/
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.l-center {
  max-width: 1560px;
  /*1520px*/
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.wide-center {
  max-width: 1640px;
  /*1600px*/
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* =================== 공통 텍스트 =================== */
.common-title {
  font-size: 3.5rem;
  line-height: 66px;
  letter-spacing: -1.68px;
}
@media all and (max-width: 900px) {
  .common-title {
    font-size: 2.125rem;
    line-height: 42px;
    letter-spacing: -1.02px;
  }
}

.common-top-sec-title {
  font-size: 3.75rem;
  line-height: 68px;
  letter-spacing: -1.8px;
}
@media all and (max-width: 900px) {
  .common-top-sec-title {
    font-size: 1.75rem;
    line-height: 35px;
    letter-spacing: -0.84px;
  }
}

.common-sub-title {
  font-size: 1.75rem;
  line-height: 32px;
}
@media all and (max-width: 900px) {
  .common-sub-title {
    font-size: 1.25rem;
  }
}

.common-md-txt {
  font-size: 1.375rem;
  line-height: 27px;
  letter-spacing: -0.66px;
}
@media all and (max-width: 900px) {
  .common-md-txt {
    font-size: 1.125rem;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}

.common-sm-txt {
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: -0.8px;
}
@media all and (max-width: 900px) {
  .common-sm-txt {
    font-size: 1rem;
    line-height: 23px;
    letter-spacing: -0.64px;
  }
}

.common-base-txt {
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.72px;
}
@media all and (max-width: 900px) {
  .common-base-txt {
    font-size: 1rem;
    line-height: 23px;
    letter-spacing: -0.64px;
  }
}

.common-xs-txt {
  font-size: 1rem;
  line-height: 25px;
}
@media all and (max-width: 900px) {
  .common-xs-txt {
    font-size: 0.875rem;
    letter-spacing: -0.28px;
  }
}

.gradient-text {
  display: inline-block;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* 영문 텍스트 */
.en-page .common-title {
  font-size: 3.375rem;
  line-height: 62px;
  letter-spacing: -1.62px;
}
@media all and (max-width: 900px) {
  .en-page .common-title {
    font-size: 2.25rem;
    line-height: 41px;
    letter-spacing: -1.08px;
  }
}
.en-page .common-top-sec-title {
  font-size: 3rem;
  line-height: 54px;
  letter-spacing: -1.44px;
}
@media all and (max-width: 900px) {
  .en-page .common-top-sec-title {
    font-size: 1.875rem;
    line-height: 36px;
    letter-spacing: -0.6px;
  }
}
.en-page .common-sub-title {
  font-size: 1.75rem;
  line-height: 32px;
}
@media all and (max-width: 900px) {
  .en-page .common-sub-title {
    font-size: 1.25rem;
  }
}
.en-page .common-md-txt {
  font-size: 1.5rem;
  letter-spacing: -0.48px;
}
@media all and (max-width: 900px) {
  .en-page .common-md-txt {
    font-size: 1.125rem;
    letter-spacing: -0.36px;
  }
}
.en-page .common-sm-txt {
  font-size: 1.25rem;
  letter-spacing: -0.4px;
}
@media all and (max-width: 900px) {
  .en-page .common-sm-txt {
    font-size: 0.9375rem;
    line-height: 20px;
    letter-spacing: -0.3px;
  }
}
.en-page .common-base-txt {
  line-height: 24px;
  letter-spacing: -0.36px;
}
@media all and (max-width: 900px) {
  .en-page .common-base-txt {
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}
.en-page .common-xs-txt {
  line-height: 25px;
}
@media all and (max-width: 900px) {
  .en-page .common-xs-txt {
    line-height: 28px;
    letter-spacing: -0.24px;
  }
}

.en-common-top-sec-title {
  font-size: 3rem;
  line-height: 54px;
  letter-spacing: -1.44px;
}
@media all and (max-width: 900px) {
  .en-common-top-sec-title {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
  }
}
.en-common-top-sec-title span {
  line-height: 54px;
  letter-spacing: -1.44px;
}
@media all and (max-width: 900px) {
  .en-common-top-sec-title span {
    line-height: 36px;
    letter-spacing: -0.6px;
  }
}

.en-common-top-sub-txt {
  margin-top: 11px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.36px;
}

.en-common-sm-txt {
  font-size: 1.125rem;
  line-height: 25px;
  letter-spacing: -0.36px;
}
@media all and (max-width: 900px) {
  .en-common-sm-txt {
    font-size: 0.9375rem;
    line-height: 20px;
    letter-spacing: -0.3px;
  }
}

.en-common-bottom-txt {
  font-size: 1.375rem;
  line-height: 20px;
  letter-spacing: -0.44px;
}
@media all and (max-width: 900px) {
  .en-common-bottom-txt {
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}
.en-common-bottom-txt span {
  line-height: 20px;
  letter-spacing: -0.44px;
}
@media all and (max-width: 900px) {
  .en-common-bottom-txt span {
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}

.page-top-sec {
  padding: 202px 0 133px;
}
@media all and (max-width: 900px) {
  .page-top-sec {
    padding: 98px 0 48px;
  }
}
.page-top-sec.type-en {
  padding: 196px 0 102px;
}
@media all and (max-width: 900px) {
  .page-top-sec.type-en {
    padding: 98px 0 50px;
  }
}
.page-top-sec .txt-grp {
  padding-bottom: 66px;
}
@media all and (max-width: 900px) {
  .page-top-sec .txt-grp {
    padding-bottom: 22px;
  }
}
.page-top-sec .txt-grp.type-en {
  padding-bottom: 116px;
}
@media all and (max-width: 900px) {
  .page-top-sec .txt-grp.type-en {
    padding-bottom: 44px;
  }
}

.rolling-grp {
  z-index: 2;
  position: relative;
}
.rolling-grp .rolling-img-grp {
  width: 100%;
  background-repeat: repeat-x;
  animation-duration: 32s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@media all and (max-width: 900px) {
  .rolling-grp .rolling-img-grp {
    animation-duration: 25s;
  }
}
.rolling-grp .rolling-img-grp.type-about {
  height: 402px;
  background-image: url("../images/img/about/img_about_s1_slide.webp");
  background-size: 7920px 402px;
  animation-name: rolling-right-about-pc;
}
@media all and (max-width: 900px) {
  .rolling-grp .rolling-img-grp.type-about {
    height: 211px;
    background-image: url("../images/img/about/m_img_about_s1_slide.webp");
    background-size: 4261px 211px;
    animation-name: rolling-right-about-tab;
  }
}
.rolling-grp .rolling-img-grp.type-career {
  height: 424px;
  background-image: url("../images/img/career/img_career_s1_slide.webp");
  background-size: 5280px 424px;
  animation-name: rolling-right-career-pc;
}
@media all and (max-width: 900px) {
  .rolling-grp .rolling-img-grp.type-career {
    height: 222px;
    background-image: url("../images/img/career/m_img_career_s1_slide.webp");
    background-size: 2840px 222px;
    animation-name: rolling-right-career-tab;
  }
}

@keyframes rolling-right-about-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -7920px;
  }
}
@keyframes rolling-right-about-tab {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -4261px;
  }
}
@keyframes rolling-right-career-pc {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -5280px;
  }
}
@keyframes rolling-right-career-tab {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2840px;
  }
}
.common-tab-grp {
  border-bottom: 1px solid #e9e9e9;
}
.common-tab-grp .tab {
  position: relative;
  padding-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.6px;
  white-space: nowrap;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .common-tab-grp .tab {
    padding-bottom: 12px;
    font-size: 1rem;
  }
}
.common-tab-grp .tab:hover::after {
  width: 100%;
}
.common-tab-grp .tab.is-active {
  color: #f82e43;
}
.common-tab-grp .tab.is-active::after {
  width: 100%;
  background-color: #f82e43;
}
.common-tab-grp .tab::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #a5a5a5;
  transition: all 0.35s ease;
}

.hashtag .tag-txt {
  display: inline-block;
  min-height: 30px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #313131;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.48px;
  color: #adadad;
}
@media all and (max-width: 900px) {
  .hashtag .tag-txt {
    min-height: 28px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}

.game-logo-icon-grp {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 19px;
  padding: 4px;
  background-color: #fff;
}
@media all and (max-width: 900px) {
  .game-logo-icon-grp {
    border-radius: 13px;
  }
}

.d-day-grp {
  display: inline-block;
  height: 22px;
  padding: 0 7px 0 8px;
  border-radius: 4px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.28px;
  color: #f82e43;
}
@media all and (max-width: 900px) {
  .d-day-grp {
    height: 20px;
    padding: 0 6px 0 7px;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: -0.24px;
  }
}

.file-list-grp {
  display: none;
  margin-top: 12px;
}
.file-list-grp.is-show {
  display: block;
}
.file-list-grp .file-inner-grp {
  overflow-x: auto;
  gap: 8px;
  padding-bottom: 8px;
  cursor: default;
  /* X축 가로 스크롤 */
}
@media all and (max-width: 900px) {
  .file-list-grp .file-inner-grp {
    padding-bottom: 6px;
  }
}
.file-list-grp .file-inner-grp::-webkit-scrollbar:horizontal {
  height: 4px;
}
.file-list-grp .file-inner-grp::-webkit-scrollbar {
  border-radius: 1.5px;
}
.file-list-grp .file-inner-grp::-webkit-scrollbar-thumb {
  border-radius: 1.5px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.file-list-grp .file-inner-grp.is-dragging {
  cursor: grabbing;
}
.file-list-grp .file-list {
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 10px 0 14px;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  background: #fff;
  transition: all 0.3s;
}
.file-list-grp .file-list:hover {
  border-color: #f82e43;
}
.file-list-grp .file-icon-grp {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  background-color: #565656;
}
.file-list-grp .file-name {
  font-size: 0.875rem;
  line-height: 23px;
  letter-spacing: -0.56px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.file-list-grp .file-size {
  font-size: 0.75rem;
  line-height: 23px;
  letter-spacing: -0.48px;
  color: #969696;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.file-list-grp .btn-file-close .icon-x {
  margin-left: 1px;
}
.file-list-grp .btn-file-close:hover .icon-x {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%2310121F'/%3E%3Cpath d='M11.9531 6.16504L6.16771 11.9505' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11.9531 11.9507L6.16771 6.16526' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.editor-content {
  width: 100%;
}
.editor-content img,
.editor-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.editor-content.sun-editor-editable {
  padding: 0;
}

/* ============== header ============== */
.prabbit-header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  transition: all 0.05s;
  transition: all 0.3s ease;
  background: transparent;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  .prabbit-header {
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.prabbit-header.type-white {
  background: #fff;
}
.prabbit-header.type-white .hd-left .logo-wh {
  opacity: 0;
}
.prabbit-header.type-white .hd-left .logo-red {
  opacity: 1;
}
.prabbit-header.type-white .gnb-grp .gnb-list {
  color: #000;
}
.prabbit-header.type-white .gnb-grp .gnb-list::before {
  background: #f82e43;
}
.prabbit-header.type-white .gnb-grp .gnb-list:hover {
  color: #f82e43;
}
.prabbit-header.type-white .gnb-grp .gnb-list.is-active {
  color: #f82e43;
}
.prabbit-header.type-white .hd-right .lang-current {
  color: #000;
}
.prabbit-header.type-white .hd-right .lang-current .icon-triangle-down {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85173 7.65188C6.65689 7.84472 6.34311 7.84472 6.14827 7.65188L4.33315 5.85537C4.01566 5.54114 4.23818 5 4.68487 5L8.31513 5C8.76182 5 8.98434 5.54114 8.66685 5.85537L6.85173 7.65188Z' fill='black'/%3E%3C/svg%3E%0A");
}
.prabbit-header.type-white .icon-lang.type-wh {
  opacity: 0;
}
@media all and (max-width: 900px) {
  .prabbit-header.type-white .icon-lang.type-bk {
    opacity: 1;
  }
}
.prabbit-header.type-white .icon-hamburger.type-wh {
  opacity: 0;
}
.prabbit-header.type-white .icon-hamburger.type-bk {
  opacity: 1;
}
.prabbit-header.is-show {
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
@media all and (max-width: 900px) {
  .prabbit-header.is-show {
    background-color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.prabbit-header.is-show .hd-left .logo-wh {
  opacity: 0;
}
.prabbit-header.is-show .hd-left .logo-red {
  opacity: 1;
}
.prabbit-header.is-show .gnb-grp .gnb-list {
  color: #000;
}
.prabbit-header.is-show .gnb-grp .gnb-list::before {
  background: #f82e43;
}
.prabbit-header.is-show .gnb-grp .gnb-list:hover {
  color: #f82e43;
}
.prabbit-header.is-show .gnb-grp .gnb-list.is-active {
  color: #f82e43;
}
.prabbit-header.is-show .hd-right .lang-current {
  color: #000;
}
.prabbit-header.is-show .hd-right .lang-current .icon-triangle-down {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85173 7.65188C6.65689 7.84472 6.34311 7.84472 6.14827 7.65188L4.33315 5.85537C4.01566 5.54114 4.23818 5 4.68487 5L8.31513 5C8.76182 5 8.98434 5.54114 8.66685 5.85537L6.85173 7.65188Z' fill='black'/%3E%3C/svg%3E%0A");
}
.prabbit-header.is-show .icon-lang.type-wh {
  opacity: 0;
}
@media all and (max-width: 900px) {
  .prabbit-header.is-show .icon-lang.type-bk {
    opacity: 1;
  }
}
.prabbit-header.is-show .icon-hamburger.type-wh {
  opacity: 0;
}
.prabbit-header.is-show .icon-hamburger.type-bk {
  opacity: 1;
}
.prabbit-header.mb-gnb-show {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.prabbit-header.mb-gnb-show .hd-left .logo-wh {
  opacity: 1 !important;
}
.prabbit-header.mb-gnb-show .hd-left .logo-red {
  opacity: 0 !important;
}
.prabbit-header.mb-gnb-show .hd-right .lang-current {
  color: #fff !important;
}
.prabbit-header.mb-gnb-show .hd-right .lang-current .icon-triangle-down {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85173 7.65188C6.65689 7.84472 6.34311 7.84472 6.14827 7.65188L4.33315 5.85537C4.01566 5.54114 4.23818 5 4.68487 5L8.31513 5C8.76182 5 8.98434 5.54114 8.66685 5.85537L6.85173 7.65188Z' fill='white'/%3E%3C/svg%3E%0A");
}
.prabbit-header.mb-gnb-show .icon-lang.type-wh {
  opacity: 1 !important;
}
.prabbit-header.mb-gnb-show .icon-lang.type-bk {
  opacity: 0 !important;
}
.prabbit-header.mb-gnb-show .icon-hamburger.type-wh {
  opacity: 1 !important;
}
.prabbit-header.mb-gnb-show .icon-hamburger.type-bk {
  opacity: 0 !important;
}
.prabbit-header.mb-gnb-show .mb-gnb-wrap {
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.prabbit-header .hd-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1860px;
  /*1820px*/
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.prabbit-header .hd-left {
  align-items: center;
  gap: 109px;
}
@media all and (max-width: 1200px) {
  .prabbit-header .hd-left {
    gap: 69px;
  }
}
@media all and (max-width: 1000px) {
  .prabbit-header .hd-left {
    gap: 40px;
  }
}
.prabbit-header .hd-left .logo-grp {
  z-index: 11;
  position: relative;
  width: 151px;
  height: 36px;
  margin-bottom: 8px;
}
@media all and (max-width: 900px) {
  .prabbit-header .hd-left .logo-grp {
    width: 121px;
    height: 29px;
    margin-bottom: 6px;
  }
}
.prabbit-header .hd-left .logo-grp .prabbit-logo {
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.prabbit-header .hd-left .logo-wh {
  opacity: 1;
}
.prabbit-header .hd-left .logo-red {
  opacity: 0;
}
.prabbit-header .gnb-grp {
  display: flex;
  gap: 44px;
  padding-top: 9px;
}
@media all and (max-width: 1200px) {
  .prabbit-header .gnb-grp {
    gap: 32px;
  }
}
@media all and (max-width: 1000px) {
  .prabbit-header .gnb-grp {
    gap: 29px;
  }
}
.prabbit-header .gnb-grp .gnb-list {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.35s ease;
}
.prabbit-header .gnb-grp .gnb-list::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all 0.35s ease;
}
.prabbit-header .gnb-grp .gnb-list .gnb-list-link {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.06px;
}
.prabbit-header .gnb-grp .gnb-list:hover {
  color: #fff;
}
.prabbit-header .gnb-grp .gnb-list:hover::before {
  width: 100%;
}
.prabbit-header .gnb-grp .gnb-list.is-active {
  color: #fff;
}
.prabbit-header .gnb-grp .gnb-list.is-active::before {
  width: 100%;
}
.prabbit-header .hd-right {
  gap: 33px;
}
@media all and (max-width: 900px) {
  .prabbit-header .hd-right {
    gap: 13px;
    padding-top: 9px;
  }
}
.prabbit-header .hd-right .lang-select-grp {
  z-index: 14;
  position: relative;
}
.prabbit-header .hd-right .lang-select-grp.is-open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-20%, 0);
}
@media all and (max-width: 900px) {
  .prabbit-header .hd-right .lang-select-grp.is-open .lang-dropdown {
    transform: translate(0, 0);
  }
}
.prabbit-header .hd-right .lang-current {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.32px;
  color: #fff;
  transition: all 0.35s ease;
}
@media all and (max-width: 900px) {
  .prabbit-header .hd-right .lang-current {
    font-size: 0.9375rem;
  }
}
.prabbit-header .hd-right .lang-current .icon {
  transition: all 0.35s ease;
}
.prabbit-header .hd-right .lang-dropdown {
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  margin-top: 8px;
  padding: 12px 19px 9px;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  transform: translate(-20%, -10px);
  transition: all 0.25s ease;
}
@media all and (max-width: 900px) {
  .prabbit-header .hd-right .lang-dropdown {
    padding: 12px 17px 11px;
    transform: translate(0, -10px);
  }
}
.prabbit-header .hd-right .lang-option {
  position: relative;
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 3px;
  letter-spacing: -0.3px;
  color: #000;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.prabbit-header .hd-right .lang-option.is-active {
  color: #f82e43;
}
.prabbit-header .hd-right .lang-option.is-active::before {
  width: 100%;
}
.prabbit-header .hd-right .lang-option:hover::before {
  width: 100%;
}
.prabbit-header .hd-right .lang-option::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #f82e43;
  transition: all 0.35s ease;
}
.prabbit-header .icon-lang-grp {
  display: none;
}
@media all and (max-width: 900px) {
  .prabbit-header .icon-lang-grp {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 4px 1px 0;
  }
}
.prabbit-header .icon-lang-grp .icon-lang {
  position: absolute;
  top: 0;
  left: 0;
}
.prabbit-header .btn-hamburger {
  display: none;
}
@media all and (max-width: 900px) {
  .prabbit-header .btn-hamburger {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
  }
}
.prabbit-header .btn-hamburger .icon-hamburger {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.prabbit-header .btn-hd-contact {
  height: 44px;
  line-height: 44px;
  padding: 0 30px 0 28px;
  font-weight: 700;
  letter-spacing: -0.36px;
}
.prabbit-header .mb-gnb-wrap {
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 71px 20px 49px;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(60px);
  transition: opacity 0.3s ease, transform 0.4s ease, visibility 0.3s;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-grp {
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 0 8px 91px;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-list.is-active .mb-gnb-list-link {
  color: #f82e43;
  font-weight: 800;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-list.is-active .mb-gnb-list-link::before {
  width: 100%;
  background-color: #f82e43;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-list-link {
  position: relative;
  display: inline-block;
  font-size: 1.8125rem;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.58px;
  color: #fff;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-list-link::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all 0.35s ease;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-bottom-grp {
  border-top: 1px solid #fff;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-bottom-grp .btn-mb-gnb {
  justify-content: flex-start;
  height: 63px;
  padding-left: 8px;
  line-height: 63px;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.72px;
  color: #fff;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-bottom-grp .btn-mb-gnb .icon {
  margin-right: 10px;
}
.prabbit-header .mb-gnb-wrap .mb-gnb-bottom-grp .btn-mb-gnb.type-contact {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.prabbit-header .mb-gnb-wrap .mb-gnb-bottom-grp .btn-mb-gnb .click-contact {
  height: 63px;
  line-height: 63px;
}

/* ============== END header ============== */
/* ============== footer ============== */
.prabbit-footer {
  z-index: 2;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 405px;
  padding: 88px 0 90px;
  background: #10121f;
}
@media all and (max-width: 900px) {
  .prabbit-footer {
    height: auto;
    padding: 55px 0 105px;
  }
}
.prabbit-footer .inner-grp {
  justify-content: space-between;
}
@media all and (max-width: 900px) {
  .prabbit-footer .inner-grp {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.prabbit-footer .logo-img-grp {
  width: 203px;
  height: 48px;
}
@media all and (max-width: 900px) {
  .prabbit-footer .logo-img-grp {
    width: 162px;
    height: 38px;
  }
}
.prabbit-footer .footer-title {
  margin: 18px 0 30px;
}
@media all and (max-width: 900px) {
  .prabbit-footer .footer-title {
    margin: 16px 0 24px;
    padding-bottom: 23px;
    font-size: 1rem;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.prabbit-footer .info-list {
  margin-bottom: 2px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.42px;
  color: #afafaf;
}
@media all and (max-width: 900px) {
  .prabbit-footer .info-list {
    font-weight: 500;
  }
}
.prabbit-footer .info-list.type-last {
  margin-bottom: 0;
}
.prabbit-footer .info-list.type-copyright {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  color: #828282;
  line-height: 25px;
  letter-spacing: -0.28px;
}
@media all and (max-width: 900px) {
  .prabbit-footer .info-list.type-copyright {
    position: static;
    font-weight: 600;
    line-height: 20px;
  }
}
.prabbit-footer .btn-footer-terms {
  height: 38px;
  padding: 0 21px;
  line-height: 38px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  font-weight: 400;
}
@media all and (max-width: 900px) {
  .prabbit-footer .btn-footer-terms {
    margin: 24px 0 30px;
    height: 42px;
    padding: 0 25px;
    line-height: 42px;
  }
}
.prabbit-footer .btn-footer-terms:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* ============== END footer ============== */
.btn {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 6px;
  text-align: center;
}
.btn.i-block {
  display: inline-block;
}
.btn.type-primary {
  background: #f82e43;
}
.btn.type-primary:hover {
  background: #d90d22;
}
.btn.type-white {
  background: #fff;
  color: #000;
}
.btn.type-white:hover {
  background: #f82e43;
  color: #fff;
}
.btn.type-lightgray {
  color: #5d5d5d;
  background: #eee;
}
.btn.type-lightgray:hover {
  background: #e3e3e3;
}
.btn.type-gray {
  background: #434343;
}
.btn.type-gray:hover {
  background: #000;
}
.btn.type-black {
  background: #10121f;
}
.btn.type-black:hover {
  background: #000;
}
.btn.type-black:disabled {
  background: #8b8b8b;
}
.btn.type-line {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #7f7f7f;
}
.btn.type-line:hover {
  border: 1px solid #f82e43;
  background: #fffafb;
  color: #f82e43;
}
.btn.btn-full {
  width: 100%;
}
.btn.hover-right-horizontal-ani:hover .icon {
  animation-name: horizontal-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}
.btn.hover-left-horizontal-ani:hover .icon {
  animation-name: horizontal-left-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.btn-grp {
  display: flex;
  align-items: center;
  gap: 9px;
}

@media all and (max-width: 900px) {
  .btn-fixed {
    z-index: 4;
    position: fixed;
    top: auto;
    left: 20px;
    bottom: 43px;
  }
}

@media all and (max-width: 900px) {
  .btn.btn-fixed-contact {
    display: flex;
    gap: 6px;
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -0.48px;
    border: 1px solid #fff;
  }
}

.btn-common {
  height: 50px;
  padding: 0 25px;
  background: #f82e43;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  letter-spacing: -1.08px;
}
@media all and (max-width: 900px) {
  .btn-common {
    height: 46px;
    padding: 0 26px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.64px;
  }
}
.btn-common.type-f-rem16 {
  font-size: 1rem;
}
.btn-common.type-sm {
  height: 46px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 46px;
}
.btn-common.type-wide {
  padding: 0 41px 0 40px;
}
@media all and (max-width: 900px) {
  .btn-common.type-wide {
    padding: 0 21px;
  }
}

.en-page .btn-common {
  letter-spacing: -0.36px;
}
@media all and (max-width: 900px) {
  .en-page .btn-common {
    padding: 0 21px;
    letter-spacing: -0.32px;
  }
}

.btn-underline {
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.54px;
  color: #000;
  margin-bottom: 4px;
}
@media all and (max-width: 900px) {
  .btn-underline {
    font-size: 1rem;
    line-height: 23px;
    letter-spacing: -0.48px;
  }
}
.btn-underline::before, .btn-underline::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  background-color: #000;
}
.btn-underline::before {
  width: 100%;
  z-index: 1;
}
.btn-underline:hover::before {
  display: none;
}
.btn-underline::after {
  width: 0%;
  z-index: 1;
  transition: all 0.35s ease;
}
.btn-underline:hover::after {
  width: 100%;
}
.btn-underline.type-wh {
  color: #fff;
}
.btn-underline.type-wh::before, .btn-underline.type-wh::after {
  background-color: #fff;
}

.btn-right-arrow {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 32px;
  border: 1px solid #353535;
  background: #1f1f1f;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}

.btn-portfolio {
  gap: 10px;
  height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  background: #f2f2f2;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 48px;
  color: #858585;
}
@media all and (max-width: 900px) {
  .btn-portfolio {
    gap: 7px;
    height: 46px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 46px;
  }
}
.btn-portfolio.is-active, .btn-portfolio:hover {
  background: #f82e43;
  color: #fff;
}

.type-apply .btn-apply {
  justify-content: flex-start;
  align-items: center;
  color: #7f7f7f;
}
.type-apply .btn-apply .icon-plus {
  transform: all 0.3s;
}
.type-apply .btn-apply:focus {
  border-color: #e5e5e5 !important;
  background: #f9f9f9 !important;
}
.type-apply .btn-apply:hover {
  border: 1px dashed #f82e43 !important;
  background: #fff9f9;
  color: #f82e43;
}
.type-apply .btn-apply:hover .icon-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%23F82E43'/%3E%3Cpath d='M13.0918 9.08105H4.90998' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9.00098 13.1719L9.00098 4.99006' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.type-apply .btn-apply.type-contact {
  margin-top: 15px;
}
@media all and (max-width: 900px) {
  .type-apply .btn-apply.type-contact {
    margin-top: 12px;
  }
}
.type-apply .btn-apply .contact-txt {
  padding-left: 3px;
}

.btn-temrs-more {
  margin-left: 7px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.42px;
  text-decoration-line: underline;
  color: #858585;
}
.btn-temrs-more:hover {
  color: #f82e43;
}

.btn-card-detail {
  gap: 5px;
}
.btn-card-detail .icon-right-arrow-short {
  transition: all 0.3s;
}
.btn-card-detail .icon-right-arrow-short.type-wh {
  display: none;
}
.btn-card-detail:hover .icon-right-arrow-short.type-bk {
  display: none;
}
.btn-card-detail:hover .icon-right-arrow-short.type-wh {
  display: block;
}

.btn-arrow-animation:hover .icon {
  animation-name: horizontal-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.icon-triangle-down {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85173 7.65188C6.65689 7.84472 6.34311 7.84472 6.14827 7.65188L4.33315 5.85537C4.01566 5.54114 4.23818 5 4.68487 5L8.31513 5C8.76182 5 8.98434 5.54114 8.66685 5.85537L6.85173 7.65188Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon-lang {
  width: 16px;
  height: 16px;
}
.icon-lang.type-wh {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16C3.58172 16 0 12.4182 0 8C0 3.58172 3.58172 0 8 0C12.4182 0 16 3.58172 16 8C16 12.4182 12.4182 16 8 16ZM6.16802 14.1339C5.39794 12.5007 4.92586 10.6994 4.82185 8.8H1.64951C1.9664 11.3412 3.77311 13.4198 6.16802 14.1339ZM6.42456 8.8C6.54488 10.751 7.10224 12.5838 8 14.2016C8.89776 12.5838 9.45512 10.751 9.57544 8.8H6.42456ZM14.3505 8.8H11.1782C11.0742 10.6994 10.6021 12.5007 9.832 14.1339C12.2269 13.4198 14.0336 11.3412 14.3505 8.8ZM1.64951 7.2H4.82185C4.92586 5.30062 5.39794 3.49926 6.16802 1.86605C3.77311 2.58026 1.9664 4.6588 1.64951 7.2ZM6.42456 7.2H9.57544C9.45512 5.24898 8.89776 3.4162 8 1.79839C7.10224 3.4162 6.54488 5.24898 6.42456 7.2ZM9.832 1.86605C10.6021 3.49926 11.0742 5.30062 11.1782 7.2H14.3505C14.0336 4.6588 12.2269 2.58026 9.832 1.86605Z' fill='white'/%3E%3C/svg%3E%0A");
}
.icon-lang.type-bk {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16C3.58172 16 0 12.4182 0 8C0 3.58172 3.58172 0 8 0C12.4182 0 16 3.58172 16 8C16 12.4182 12.4182 16 8 16ZM6.16802 14.1339C5.39794 12.5007 4.92586 10.6994 4.82185 8.8H1.64951C1.9664 11.3412 3.77311 13.4198 6.16802 14.1339ZM6.42456 8.8C6.54488 10.751 7.10224 12.5838 8 14.2016C8.89776 12.5838 9.45512 10.751 9.57544 8.8H6.42456ZM14.3505 8.8H11.1782C11.0742 10.6994 10.6021 12.5007 9.832 14.1339C12.2269 13.4198 14.0336 11.3412 14.3505 8.8ZM1.64951 7.2H4.82185C4.92586 5.30062 5.39794 3.49926 6.16802 1.86605C3.77311 2.58026 1.9664 4.6588 1.64951 7.2ZM6.42456 7.2H9.57544C9.45512 5.24898 8.89776 3.4162 8 1.79839C7.10224 3.4162 6.54488 5.24898 6.42456 7.2ZM9.832 1.86605C10.6021 3.49926 11.0742 5.30062 11.1782 7.2H14.3505C14.0336 4.6588 12.2269 2.58026 9.832 1.86605Z' fill='black'/%3E%3C/svg%3E%0A");
}

.icon-hamburger {
  width: 32px;
  height: 32px;
}
.icon-hamburger.type-wh {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10H24' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 16H24' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 22H24' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-hamburger.type-bk {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10H24' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 16H24' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 22H24' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.icon-contact-balloon {
  width: 19px;
  height: 19px;
  margin-bottom: 1px;
}

.icon-right-arrow-regular {
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.25C0.585787 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM1 6L1 6.75L13 6.75L13 6L13 5.25L1 5.25L1 6Z' fill='white'/%3E%3Cpath d='M8 1L13 6' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 11L13 6' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.icon-right-arrow-light {
  width: 16px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4C0.723858 4 0.5 4.22386 0.5 4.5C0.5 4.77614 0.723858 5 1 5V4ZM1 4.5V5H15V4.5V4H1V4.5Z' fill='%23858585'/%3E%3Cpath d='M11.5 1L15 4.5' stroke='%23858585' stroke-linecap='round'/%3E%3Cpath d='M11.5 8L15 4.5' stroke='%23858585' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-right-arrow-light.type-wh {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4C0.723858 4 0.5 4.22386 0.5 4.5C0.5 4.77614 0.723858 5 1 5V4ZM1 4.5V5H15V4.5V4H1V4.5Z' fill='white'/%3E%3Cpath d='M11.5 1L15 4.5' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M11.5 8L15 4.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.icon-right-arrow-bold {
  width: 24px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85645 9.60714C1.08719 9.60714 0.463588 10.2307 0.463588 11C0.463588 11.7693 1.08719 12.3929 1.85645 12.3929L1.85645 9.60714ZM1.85645 11L1.85645 12.3929L24.1422 12.3929L24.1422 11L24.1422 9.60714L1.85645 9.60714L1.85645 11Z' fill='%23626262'/%3E%3Cpath d='M14.8564 1.71436L24.1422 11.0001' stroke='%23626262' stroke-width='2.78571' stroke-linecap='round'/%3E%3Cpath d='M14.8564 20.2856L24.1422 10.9999' stroke='%23626262' stroke-width='2.78571' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.icon-left-arrow {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5L6 10' stroke='%235D5D5D' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11 15L6 10' stroke='%235D5D5D' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 900px) {
  .icon-left-arrow {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23858585' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

.icon-contact-mail {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/icon_contact_mail.svg");
}

.icon-upload {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00072 11.2069L9.00072 2.25M9.00072 2.25L5.30126 5.67238M9.00072 2.25L12.7002 5.67238M3 14.2248V15.287C3.30353 15.5835 3.71521 15.75 4.14446 15.75H13.8555C14.2848 15.75 14.6965 15.5835 15 15.287V14.2248' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 900px) {
  .icon-upload {
    width: 16px;
    height: 16px;
  }
}

.icon-plus {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%237F7F7F'/%3E%3Cpath d='M13.0918 9.08105H4.90998' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9 13.1724L9 4.99054' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.icon-file {
  width: 10px;
  height: 11px;
  margin-left: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.07335 4.12763V9.61309C9.07335 9.8686 8.86468 10.0739 8.60731 10.0739H1.09495C0.837648 10.0739 0.628906 9.87084 0.628906 9.62027V1.37944C0.628906 1.13404 0.838582 0.925781 1.09723 0.925781H5.7894V3.67023C5.7894 3.92284 5.99943 4.12763 6.25854 4.12763H9.07335ZM9.07335 3.21282H6.72767V0.927236L9.07335 3.21282ZM2.97459 3.21282V4.12763H4.38199V3.21282H2.97459ZM2.97459 5.04245V5.95726H6.72767V5.04245H2.97459ZM2.97459 6.87208V7.78689H6.72767V6.87208H2.97459Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 900px) {
  .icon-file {
    margin-left: 0;
  }
}

.icon-x {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%23D9D9D9'/%3E%3Cpath d='M11.9531 6.16504L6.16771 11.9505' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11.9531 11.9507L6.16771 6.16526' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.icon-right-arrow-short {
  width: 13px;
  height: 10px;
}
.icon-right-arrow-short.type-bk {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4C0.723858 4 0.5 4.22386 0.5 4.5C0.5 4.77614 0.723858 5 1 5L1 4ZM1 4.5L1 5L11 5L11 4.5L11 4L1 4L1 4.5Z' fill='black'/%3E%3Cpath d='M7.5 1L11 4.5' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M7.5 8L11 4.5' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-right-arrow-short.type-wh {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4C0.723858 4 0.5 4.22386 0.5 4.5C0.5 4.77614 0.723858 5 1 5L1 4ZM1 4.5L1 5L11 5L11 4.5L11 4L1 4L1 4.5Z' fill='white'/%3E%3Cpath d='M7.5 1L11 4.5' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M7.5 8L11 4.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.inp {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}
.inp::-moz-placeholder {
  color: #7f7f7f;
}
.inp::placeholder {
  color: #7f7f7f;
}
.inp:focus {
  border-color: #f82e43 !important;
  background: #fff !important;
}
.inp.box-inp {
  height: 50px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #f9f9f9;
}
.inp.line-inp {
  padding: 0 0 9px;
  border-bottom: 1px solid #e5e5e5;
}

.inp::-webkit-outer-spin-button,
.inp::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input {
  position: relative;
  width: 100%;
}
.input.type-apply {
  margin-bottom: 36px;
}
@media all and (max-width: 900px) {
  .input.type-apply {
    margin-bottom: 26px;
  }
}
.input.type-apply-btn {
  margin-bottom: 10px;
}

.label-sm {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  color: #232323;
}

.type-essential {
  position: relative;
}
.type-essential::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -7px;
  left: auto;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #f82e43;
}

textarea {
  resize: none;
}

.textarea {
  height: 100px;
  padding: 18px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
@media all and (max-width: 900px) {
  .textarea {
    padding: 14px;
  }
}
.textarea::-webkit-scrollbar {
  width: 4px;
  /* 스크롤바의 너비 */
}
.textarea::-webkit-scrollbar-thumb {
  height: 20%;
  /* 스크롤바의 길이 */
  background: #f1f1f1;
  /* 스크롤바의 색상 */
  border-radius: 10px;
}

.chk-primary {
  display: inline-block;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='22' rx='4' fill='%23D9D9D9'/%3E%3Cpath d='M5.5 10.9999L9.35 14.2999L15.95 7.1499' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  font-size: 1rem;
  line-height: 22px;
  color: #2a2a2a;
  cursor: pointer;
  transition: all 0.3s;
}
@media all and (max-width: 900px) {
  .chk-primary {
    padding-left: 29px;
    font-size: 0.9375rem;
  }
}

.check-switch:checked + .chk-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='22' rx='4' fill='%23F82E43'/%3E%3Cpath d='M5.5 10.9999L9.35 14.2999L15.95 7.1499' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.toggle-switch:checked + .label-radio {
  border: 1px solid #f82e43;
  background: #fffafb;
  color: #f82e43;
}

.modal-dialog-wrapper {
  z-index: 200;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-dialog-wrapper.modal-policy {
  z-index: 201;
}
.modal-dialog-wrapper.is-show {
  opacity: 1;
  pointer-events: visible;
}
.modal-dialog-wrapper.is-show .overlay {
  opacity: 1;
  pointer-events: visible;
}
.modal-dialog-wrapper.is-show .modal-wrap {
  opacity: 1;
  pointer-events: visible;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-wrap {
  opacity: 0;
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 452px;
  pointer-events: none;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.modal-wrap .btn-grp {
  gap: 8px;
}
.modal-wrap .btn-grp .btn {
  font-size: 1rem;
  font-weight: 600;
}
.modal-wrap .btn-grp .btn.type-close {
  flex-shrink: 0;
  width: 120px;
}
@media all and (max-width: 900px) {
  .modal-wrap .btn-grp .btn.type-close {
    width: 87px;
  }
}

.modal-inner-grp {
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.modal-download-wrap {
  height: 616px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap {
    height: auto;
  }
}
.modal-download-wrap .modal-top-grp {
  overflow: hidden;
  width: 100%;
  height: 194px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-top-grp {
    height: 158px;
  }
}
.modal-download-wrap .modal-top-grp .txt-grp {
  z-index: 2;
  padding: 43px 38px 10px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-top-grp .txt-grp {
    padding: 25px 21px 10px;
  }
}
.modal-download-wrap .modal-top-grp .txt-grp .logo-img-grp {
  width: 93px;
  height: 23px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-top-grp .txt-grp .logo-img-grp {
    width: 88px;
    height: 22px;
  }
}
.modal-download-wrap .modal-top-grp .txt-grp .download-title {
  margin: 24px 0 9px;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.78px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-top-grp .txt-grp .download-title {
    margin: 20px 0 5px;
    font-size: 1.3125rem;
    letter-spacing: -0.63px;
  }
}
.modal-download-wrap .modal-top-grp .txt-grp .download-txt {
  color: #786063;
  font-size: 0.9375rem;
  line-height: 20px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-top-grp .txt-grp .download-txt {
    font-size: 0.8125rem;
    line-height: 17px;
    letter-spacing: -0.39px;
  }
}
.modal-download-wrap .modal-top-grp .bg-img-grp {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-download-wrap .modal-inp-grp {
  padding: 41px 38px 32px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-inp-grp {
    padding: 27px 22px 22px;
  }
}
.modal-download-wrap .modal-inp-grp .input.type-modal {
  margin-bottom: 27px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-inp-grp .input.type-modal {
    margin-bottom: 26px;
  }
}
.modal-download-wrap .modal-inp-grp .check-box.type-modal {
  margin: 7px 0 34px;
}
@media all and (max-width: 900px) {
  .modal-download-wrap .modal-inp-grp .check-box.type-modal {
    margin: -6px 0 28px;
  }
}

.modal-policy-wrap {
  height: 616px;
}
@media all and (max-width: 900px) {
  .modal-policy-wrap {
    height: auto;
  }
}
.modal-policy-wrap .modal-inner-grp {
  display: flex;
  flex-direction: column;
  padding: 32px 26px 32px 38px;
}
@media all and (max-width: 900px) {
  .modal-policy-wrap .modal-inner-grp {
    padding: 23px 15px 22px 20px;
  }
}
.modal-policy-wrap .download-title {
  padding-bottom: 14px;
  font-size: 1.375rem;
  line-height: 30px;
  text-align: center;
}
@media all and (max-width: 900px) {
  .modal-policy-wrap .download-title {
    padding-bottom: 8px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}
.modal-policy-wrap .btn-grp {
  margin-top: 13px;
  padding-right: 12px;
}
@media all and (max-width: 900px) {
  .modal-policy-wrap .btn-grp {
    padding-right: 5px;
  }
}
.modal-policy-wrap .btn-grp.is-confirm .btn.type-close {
  width: 100%;
}
.modal-policy-wrap .btn-grp.is-confirm .btn.type-agree {
  display: none;
}
.modal-policy-wrap .policy-content {
  overflow-y: auto;
  height: 445px;
  padding-right: 6px;
  padding: 0 6px 20px 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #454545;
}
@media all and (max-width: 900px) {
  .modal-policy-wrap .policy-content {
    height: 380px;
    padding: 0 4px 10px 0;
    font-size: 0.875rem;
  }
}
.modal-policy-wrap .policy-content::-webkit-scrollbar {
  width: 6px;
}
@media all and (max-width: 900px) {
  .modal-policy-wrap .policy-content::-webkit-scrollbar {
    width: 5px;
  }
}
.modal-policy-wrap .policy-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #efefef;
  cursor: pointer !important;
}
.modal-policy-wrap .policy-content ol,
.modal-policy-wrap .policy-content ul,
.modal-policy-wrap .policy-content li,
.modal-policy-wrap .policy-content dl {
  list-style: disc outside none;
}
.modal-policy-wrap .policy-content ol,
.modal-policy-wrap .policy-content ul {
  padding-left: 20px;
}
.modal-policy-wrap .policy-content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 27px;
}
.modal-policy-wrap .policy-content h5 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 20px;
}
.modal-policy-wrap .policy-content .sub-txt {
  padding: 8px 0 4px;
}
.modal-policy-wrap .policy-content ul {
  margin-top: 6px;
}
.modal-policy-wrap .policy-content ul.dot-list {
  padding-left: 5px;
}
.modal-policy-wrap .policy-content ul.dot-list li::before {
  content: "●";
  display: inline-block;
  width: 20px;
  color: #454545;
  font-weight: bold;
}
.modal-policy-wrap .policy-content ul.dot-list-second {
  padding-left: 14px;
}
.modal-policy-wrap .policy-content ul.dot-list-second li {
  font-size: 0.9375rem;
}
.modal-policy-wrap .policy-content ul.dot-list-second li::before {
  content: "○";
  width: 18px;
}
.modal-policy-wrap .policy-content ul li {
  margin-bottom: 8px;
}
.modal-policy-wrap .policy-content strong {
  font-weight: 600;
  color: #222;
}

.modal-common-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 330px;
  min-height: 220px;
  padding: 30px 20px 20px;
}
.modal-common-wrap .modal-txt-grp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  text-align: center;
}
.modal-common-wrap .modal-text {
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: -0.54px;
  color: #000;
  text-align: center;
}
.modal-common-wrap .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #000;
}
.modal-common-wrap .modal-content {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: #3a3a3a;
}
.modal-common-wrap .btn-grp {
  gap: 8px;
}
.modal-common-wrap .btn.type-common-close {
  width: 87px;
}

.main-sec01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
@media all and (max-width: 900px) {
  .main-sec01::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 16.54%, rgba(0, 0, 0, 0) 40%);
  }
}
.main-sec01 .btn-common {
  min-width: 171px;
}
@media all and (max-width: 900px) {
  .main-sec01 .btn-common {
    min-width: 175px;
  }
}
.main-sec01 .p-txt-grp {
  z-index: 2;
  position: relative;
  padding-top: 332px;
}
@media all and (max-width: 900px) {
  .main-sec01 .p-txt-grp {
    position: absolute;
    top: auto;
    bottom: 159px;
    width: calc(100% - 40px);
    padding-top: 0;
    text-align: center;
  }
}
.main-sec01 .common-xs-txt {
  color: #ff5e6f;
  line-height: 18px;
  letter-spacing: 0.12px;
}
.main-sec01 .common-xs-txt.type-en {
  font-size: 1.125rem;
}
.main-sec01 .main-title {
  margin: 15px 0 19px;
  font-size: 4rem;
  line-height: 78px;
  letter-spacing: -1.92px;
}
@media all and (max-width: 900px) {
  .main-sec01 .main-title {
    margin: 13px 0 22px;
    font-size: 2.125rem;
    line-height: 40px;
  }
}
.main-sec01 .main-title.type-en {
  margin-bottom: 17px;
  font-size: 4.125rem;
  line-height: 72px;
  letter-spacing: -2.64px;
}
@media all and (max-width: 900px) {
  .main-sec01 .main-title.type-en {
    margin: 11px 0 22px;
    font-size: 2rem;
    line-height: 37px;
    letter-spacing: -0.64px;
  }
}
.main-sec01 .main-title.type-en span {
  line-height: 72px;
}
@media all and (max-width: 900px) {
  .main-sec01 .main-title.type-en span {
    line-height: 37px;
  }
}
.main-sec01 .common-base-txt {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 900px) {
  .main-sec01 .common-base-txt {
    margin-bottom: 0;
  }
}
.main-sec01 .en-main-txt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: -0.4px;
}
@media all and (max-width: 900px) {
  .main-sec01 .en-main-txt {
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
}
.main-sec01 .btn-common {
  display: inline-block;
}
@media all and (max-width: 900px) {
  .main-sec01 .btn-common {
    margin: 0 auto;
  }
}
.main-sec01 .video-grp {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 900px) {
  .main-sec01 .video-grp .video.img-cov {
    height: auto;
  }
}

.main-sec02 {
  padding: 122px 0 100px;
}
@media all and (max-width: 900px) {
  .main-sec02 {
    padding: 70px 0 45px;
  }
}
@media all and (max-width: 900px) {
  .main-sec02.type-en {
    padding: 52px 0 35px;
  }
}
.main-sec02 .sec02-inner-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 1000px) {
  .main-sec02 .sec02-inner-grp {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 47px;
  }
}
@media all and (max-width: 1000px) {
  .main-sec02 .sec02-inner-grp.type-en {
    gap: 40px;
  }
}
.main-sec02 .left {
  min-width: 514px;
}
@media all and (max-width: 900px) {
  .main-sec02 .left {
    min-width: auto;
  }
}
.main-sec02 .left-img-grp {
  width: 331px;
  height: 58px;
}
@media all and (max-width: 900px) {
  .main-sec02 .left-img-grp {
    width: 275px;
    height: 49px;
  }
}
.main-sec02 .common-title {
  margin-bottom: 72px;
}
@media all and (max-width: 900px) {
  .main-sec02 .common-title {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 900px) {
  .main-sec02 .common-title.type-en {
    margin-bottom: 44px;
  }
}
.main-sec02 .common-md-txt {
  margin: 17px 0 19px;
}
@media all and (max-width: 900px) {
  .main-sec02 .common-md-txt {
    margin: 16px 0 10px;
  }
}
.main-sec02 .common-md-txt.type-en {
  margin: 25px 0 19px;
}
@media all and (max-width: 900px) {
  .main-sec02 .common-md-txt.type-en {
    margin: 30px 0 12px;
    font-size: 1.1875rem;
  }
}
.main-sec02 .common-base-txt {
  margin-bottom: 49px;
  color: #626262;
}
@media all and (max-width: 900px) {
  .main-sec02 .common-base-txt {
    margin-bottom: 18px;
  }
}
.main-sec02 .common-base-txt.type-en {
  margin-bottom: 44px;
}
@media all and (max-width: 900px) {
  .main-sec02 .common-base-txt.type-en {
    margin-bottom: 21px;
  }
}
.main-sec02 .right-img-grp {
  overflow: hidden;
  width: 100%;
  max-width: 692px;
  height: auto;
  aspect-ratio: 692/698;
  border-radius: 20px;
  background-color: #ccc;
}
@media all and (max-width: 1000px) {
  .main-sec02 .right-img-grp {
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
  }
}

.main-sec03 {
  padding: 125px 0 123px;
  background-color: #000;
}
@media all and (max-width: 900px) {
  .main-sec03 {
    padding: 60px 0 39px;
  }
}
@media all and (max-width: 900px) {
  .main-sec03.type-en {
    padding: 49px 0 39px;
  }
}
.main-sec03 .sec03-inner-grp {
  padding-left: 310px;
}
@media all and (max-width: 1900px) {
  .main-sec03 .sec03-inner-grp {
    padding-left: 14.6vw;
  }
}
@media all and (max-width: 1800px) {
  .main-sec03 .sec03-inner-grp {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media all and (max-width: 600px) {
  .main-sec03 .en-sub-txt {
    font-size: 1.125rem;
    line-height: 32px;
    letter-spacing: -0.36px;
    color: #909090;
  }
}
.main-sec03 .common-title {
  padding-bottom: 23px;
}
@media all and (max-width: 600px) {
  .main-sec03 .common-title {
    padding-bottom: 44px;
  }
}
.main-sec03 .common-title.type-en {
  padding-bottom: 31px;
}
@media all and (max-width: 900px) {
  .main-sec03 .common-title.type-en {
    padding: 3px 0 31px;
  }
}
.main-sec03 .common-title .f-span {
  color: #909090;
}
.main-sec03 .main-slide-wrap {
  display: flex;
  gap: 20px;
  padding-top: 57px;
}
@media all and (max-width: 900px) {
  .main-sec03 .main-slide-wrap {
    padding-top: 0;
  }
}
@media all and (max-width: 600px) {
  .main-sec03 .card-list-grp {
    flex-direction: column;
    gap: 50px;
  }
}
.main-sec03 .card-list {
  max-width: 640px;
  aspect-ratio: 640/488;
  cursor: pointer;
  transition: all 0.3s;
}
@media all and (max-width: 700px) {
  .main-sec03 .card-list {
    max-width: 545px;
    aspect-ratio: 640/500;
  }
}
@media all and (max-width: 600px) {
  .main-sec03 .card-list {
    max-width: 100%;
    aspect-ratio: auto;
  }
}
.main-sec03 .card-list:hover .icon-right-arrow-regular {
  animation-name: horizontal-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}
.main-sec03 .card-list .card-img-grp {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 640/360;
  border-radius: 6px;
  background-color: #ccc;
}
.main-sec03 .card-list .card-txt-grp {
  padding: 36px 10px 0px;
}
@media all and (max-width: 900px) {
  .main-sec03 .card-list .card-txt-grp {
    padding: 26px 0 0;
  }
}
.main-sec03 .card-list .card-txt-grp .card-top-grp {
  margin-bottom: 8px;
}
@media all and (max-width: 900px) {
  .main-sec03 .card-list .card-txt-grp .card-top-grp {
    margin-bottom: 12px;
  }
}
.main-sec03 .card-list .card-txt-grp .card-title {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.78px;
  color: #fff;
}
@media all and (max-width: 900px) {
  .main-sec03 .card-list .card-txt-grp .card-title {
    font-size: 1.5rem;
  }
}
.main-sec03 .card-list .card-txt-grp .card-title strong {
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.78px;
}
.main-sec03 .card-list .card-txt-grp .card-txt {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.47;
  color: #b2b2b2;
}
@media all and (max-width: 600px) {
  .main-sec03 .card-list .btn-right-arrow {
    display: none;
  }
}
@media all and (max-width: 900px) {
  .main-sec03 .btn-common {
    width: calc(100% - 40px);
    margin: 47px 20px 0;
  }
}

.main-sec04 {
  padding: 143px 0 140px;
}
@media all and (max-width: 1100px) {
  .main-sec04 {
    padding: 66px 0 0;
  }
}
@media all and (max-width: 900px) {
  .main-sec04 {
    padding-top: 58px;
  }
}
@media all and (max-width: 900px) {
  .main-sec04.type-en {
    padding-top: 61px;
  }
}
.main-sec04 .sec04-inner-grp {
  display: flex;
}
@media all and (max-width: 1100px) {
  .main-sec04 .sec04-inner-grp {
    flex-direction: column-reverse;
    gap: 54px;
  }
}
@media all and (max-width: 900px) {
  .main-sec04 .sec04-inner-grp.type-en {
    gap: 44px;
  }
}
.main-sec04 .sec04-inner-grp .left-img-grp {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 960px;
  aspect-ratio: 960/610;
  border-radius: 0 20px 20px 0;
  background-color: #ccc;
}
@media all and (max-width: 1100px) {
  .main-sec04 .sec04-inner-grp .left-img-grp {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    aspect-ratio: 375/238;
  }
}
.main-sec04 .sec04-inner-grp .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 109px;
  padding: 0 20px 0 120px;
}
@media all and (max-width: 1380px) {
  .main-sec04 .sec04-inner-grp .right {
    padding-left: 40px;
  }
}
@media all and (max-width: 1100px) {
  .main-sec04 .sec04-inner-grp .right {
    padding: 0 20px;
  }
}
.main-sec04 .sec04-inner-grp .common-title {
  color: #474747;
  white-space: nowrap;
}
@media all and (max-width: 900px) {
  .main-sec04 .sec04-inner-grp .common-title {
    color: #d7d7d7;
  }
}
.main-sec04 .sec04-inner-grp .common-title span {
  vertical-align: bottom;
  color: #f82e43;
}
.main-sec04 .sec04-inner-grp .common-title.type-en {
  font-size: 3.5rem;
  letter-spacing: -1.12px;
}
@media all and (max-width: 900px) {
  .main-sec04 .sec04-inner-grp .common-title.type-en {
    font-size: 2.375rem;
    line-height: 40px;
    letter-spacing: -0.76px;
  }
}
.main-sec04 .sec04-inner-grp .common-md-txt {
  margin: 8px 0 32px;
}
@media all and (max-width: 900px) {
  .main-sec04 .sec04-inner-grp .common-md-txt {
    margin: 14px 0 13px;
  }
}
@media all and (max-width: 900px) {
  .main-sec04 .sec04-inner-grp .common-md-txt.type-en {
    margin: 21px 0 15px;
    text-transform: uppercase;
  }
}
.main-sec04 .sec04-inner-grp .common-base-txt {
  color: #707070;
}
.main-sec04 .sec04-inner-grp .btn-underline {
  margin-top: 52px;
}
@media all and (max-width: 900px) {
  .main-sec04 .sec04-inner-grp .btn-underline {
    margin-top: 22px;
  }
}
.main-sec04 .sec04-inner-grp .btn-underline.type-en {
  margin-top: 57px;
}
@media all and (max-width: 900px) {
  .main-sec04 .sec04-inner-grp .btn-underline.type-en {
    margin-top: 31px;
  }
}

.main-sec05 {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 700px;
  margin-top: -1px;
  aspect-ratio: 1920/840;
  background-color: #2b2b2b;
}
@media all and (max-width: 900px) {
  .main-sec05 {
    aspect-ratio: auto;
    height: 100vh;
    max-height: 750px;
  }
}
@media all and (max-width: 600px) {
  .main-sec05 {
    max-height: 652px;
  }
}
.main-sec05::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 16.54%, rgba(0, 0, 0, 0) 45.6%);
}
@media all and (max-width: 900px) {
  .main-sec05::before {
    background: linear-gradient(180deg, #000 16.54%, rgba(0, 0, 0, 0) 40%);
  }
}
.main-sec05 .m-center {
  z-index: 3;
  position: relative;
}
.main-sec05 .txt-grp {
  z-index: 1;
  position: relative;
  padding-top: 273px;
}
@media all and (max-width: 1750px) {
  .main-sec05 .txt-grp {
    padding-top: 180px;
  }
}
@media all and (max-width: 1500px) {
  .main-sec05 .txt-grp {
    padding-top: 143px;
  }
}
@media all and (max-width: 900px) {
  .main-sec05 .txt-grp {
    padding-top: 75px;
    text-align: center;
  }
}
.main-sec05 .txt-grp.type-en {
  padding-top: 283px;
}
@media all and (max-width: 1750px) {
  .main-sec05 .txt-grp.type-en {
    padding-top: 180px;
  }
}
@media all and (max-width: 900px) {
  .main-sec05 .txt-grp.type-en {
    padding-top: 85px;
  }
}
.main-sec05 .txt-grp .common-title {
  margin: 15px 0 29px;
}
@media all and (max-width: 900px) {
  .main-sec05 .txt-grp .common-title {
    margin: 3px 0 27px;
  }
}
.main-sec05 .txt-grp .common-title.type-en {
  margin: 0 0 17px;
  font-size: 4.125rem;
  line-height: 72px;
  letter-spacing: -2.64px;
}
@media all and (max-width: 900px) {
  .main-sec05 .txt-grp .common-title.type-en {
    margin-bottom: 11px;
    font-size: 2.25rem;
    line-height: 42px;
    letter-spacing: -1.44px;
  }
}
.main-sec05 .txt-grp .sec05-sub-title {
  margin-bottom: 56px;
  font-size: 2rem;
  line-height: 44px;
  letter-spacing: -0.64px;
}
@media all and (max-width: 900px) {
  .main-sec05 .txt-grp .sec05-sub-title {
    margin-bottom: 31px;
    font-size: 1.125rem;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
}
@media all and (max-width: 900px) {
  .main-sec05 .btn-grp {
    justify-content: center;
  }
}
.main-sec05 .btn-common {
  min-width: 171px;
}
@media all and (max-width: 900px) {
  .main-sec05 .btn-common {
    min-width: 175px;
  }
}
.main-sec05 .video-grp {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 900px) {
  .main-sec05 .video-grp .img-cov {
    position: absolute;
    top: auto;
    bottom: 0;
    height: auto;
  }
}

.top-sec01-slide {
  padding-bottom: 133px;
}
@media all and (max-width: 900px) {
  .top-sec01-slide {
    padding-bottom: 48px;
  }
}
.top-sec01-slide .sec01-inner-grp {
  padding-left: 310px;
}
@media all and (max-width: 1900px) {
  .top-sec01-slide .sec01-inner-grp {
    padding-left: 14.6vw;
  }
}
@media all and (max-width: 1800px) {
  .top-sec01-slide .sec01-inner-grp {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.top-sec01-slide .common-top-sec-title {
  margin: 13px 0 22px;
}
@media all and (max-width: 900px) {
  .top-sec01-slide .common-top-sec-title {
    margin: 10px 0 11px;
    letter-spacing: -1.12px;
  }
}
.top-sec01-slide .en-common-top-sec-title {
  margin: 9px 0 20px;
}
@media all and (max-width: 1300px) {
  .top-sec01-slide .en-common-top-sec-title {
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media all and (max-width: 900px) {
  .top-sec01-slide .en-common-top-sec-title {
    margin: 14px 0 26px;
  }
}
.top-sec01-slide .common-sm-txt {
  color: #6a6a6a;
}

.top-sec-slide-wrap {
  display: flex;
  gap: 20px;
}
.top-sec-slide-wrap .about-card-list {
  max-width: 640px;
  padding-top: 10px;
  transition: all 0.3s;
}
@media all and (max-width: 700px) {
  .top-sec-slide-wrap .about-card-list {
    max-width: 561px;
  }
}
@media all and (max-width: 600px) {
  .top-sec-slide-wrap .about-card-list {
    max-width: 100%;
  }
}
.top-sec-slide-wrap .about-card-list:first-child {
  margin-left: 310px;
}
@media all and (max-width: 1900px) {
  .top-sec-slide-wrap .about-card-list:first-child {
    margin-left: 14.6vw;
  }
}
@media all and (max-width: 1800px) {
  .top-sec-slide-wrap .about-card-list:first-child {
    margin-left: 10vw;
  }
}
@media all and (max-width: 1600px) {
  .top-sec-slide-wrap .about-card-list:first-child {
    margin-left: 5vw;
  }
}
@media all and (max-width: 1450px) {
  .top-sec-slide-wrap .about-card-list:first-child {
    margin-left: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-sec-slide-wrap .about-card-list:first-child {
    margin-left: 0;
  }
}
.top-sec-slide-wrap .card-img-grp {
  overflow: hidden;
  border-radius: 14px;
  width: 100%;
  aspect-ratio: 640/400;
  background-color: #ccc;
}
@media all and (max-width: 600px) {
  .top-sec-slide-wrap .card-img-grp {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 7.35px;
  }
}

.about-sec02-why {
  padding: 163px 0 133px;
}
@media all and (max-width: 1140px) {
  .about-sec02-why {
    padding-bottom: 93px;
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why {
    padding: 0 0 59px;
  }
}
.about-sec02-why.type-en {
  padding: 145px 0 178px;
}
@media all and (max-width: 1140px) {
  .about-sec02-why.type-en {
    padding-bottom: 93px;
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why.type-en {
    padding: 0 0 60px;
  }
}
.about-sec02-why .top-txt-grp {
  z-index: 3;
  position: relative;
}
.about-sec02-why .top-txt-grp .icon-grp {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .top-txt-grp .icon-grp {
    width: 36px;
    height: 36px;
    margin-bottom: 3px;
  }
}
.about-sec02-why .top-txt-grp .common-md-txt.type-en {
  line-height: 25px;
  letter-spacing: -0.72px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .top-txt-grp .common-md-txt.type-en {
    font-size: 1.0625rem;
    line-height: 25px;
    letter-spacing: -0.51px;
  }
}
.about-sec02-why .top-txt-grp .common-title {
  margin: 14px 0 28px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .top-txt-grp .common-title {
    margin: 11px 0 17px;
  }
}
.about-sec02-why .top-txt-grp .common-title.type-en {
  margin-bottom: 30px;
  font-size: 3.625rem;
  line-height: 65px;
  letter-spacing: -1.16px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .top-txt-grp .common-title.type-en {
    margin: 9px 0 22px;
    font-size: 1.875rem;
    line-height: 34px;
    letter-spacing: -0.6px;
  }
}
.about-sec02-why .top-txt-grp .common-base-txt {
  color: #434343;
}
@media all and (max-width: 900px) {
  .about-sec02-why .top-txt-grp .common-base-txt {
    color: #626262;
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why .top-txt-grp .common-base-txt .blank {
    display: block;
    padding-top: 12px;
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why .top-txt-grp .common-base-txt .en-blank {
    display: block;
    padding-top: 15px;
  }
}
.about-sec02-why .bottom-txt-grp {
  z-index: 3;
  position: relative;
  display: flex;
  gap: 50px;
  padding-top: 171px;
}
@media all and (max-width: 1240px) {
  .about-sec02-why .bottom-txt-grp {
    gap: 25px;
  }
}
@media all and (max-width: 1200px) {
  .about-sec02-why .bottom-txt-grp {
    padding-top: 75px;
  }
}
@media all and (max-width: 1140px) {
  .about-sec02-why .bottom-txt-grp {
    flex-wrap: wrap;
    gap: 50px 35px;
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp {
    flex-direction: column;
    gap: 40px;
    padding-top: 34px;
  }
}
.about-sec02-why .bottom-txt-grp .txt-card {
  flex-shrink: 0;
  width: calc((100% - 100px) / 3);
  padding-top: 36px;
  border-top: 2px solid #767676;
}
@media all and (max-width: 1240px) {
  .about-sec02-why .bottom-txt-grp .txt-card {
    width: calc((100% - 50px) / 3);
  }
}
@media all and (max-width: 1140px) {
  .about-sec02-why .bottom-txt-grp .txt-card {
    width: calc((100% - 35px) / 2);
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp .txt-card {
    width: 100%;
    padding: 30px 10px 0;
    border-top: 1px solid #d1d1d1;
  }
}
.about-sec02-why .bottom-txt-grp .txt-card.type-en .card-eng-txt {
  text-transform: uppercase;
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp .txt-card.type-en .card-eng-txt {
    font-size: 2.375rem;
    line-height: 40px;
    letter-spacing: -1.52px;
  }
}
.about-sec02-why .bottom-txt-grp .txt-card.type-en .card-title {
  margin: 20px 0 14px;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp .txt-card.type-en .card-title {
    margin: 10px 0 14px;
    font-size: 1.375rem;
    line-height: 26px;
    letter-spacing: -0.44px;
  }
}
.about-sec02-why .bottom-txt-grp .txt-card.type-en .common-xs-txt {
  line-height: 22px;
  letter-spacing: -0.32px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp .txt-card.type-en .common-xs-txt {
    font-size: 0.9375rem;
    line-height: 20px;
    letter-spacing: -0.3px;
  }
}
.about-sec02-why .bottom-txt-grp .txt-card .card-eng-txt {
  font-size: 2.5rem;
  font-weight: 800;
  color: #e6e6e6;
  line-height: 31px;
  letter-spacing: -1.2px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp .txt-card .card-eng-txt {
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: -0.64px;
  }
}
.about-sec02-why .bottom-txt-grp .txt-card .card-title {
  margin: 22px 0 13px;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: -0.92px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp .txt-card .card-title {
    margin: 12px 0 12px;
    font-size: 1.25rem;
    letter-spacing: -1px;
  }
}
.about-sec02-why .bottom-txt-grp .txt-card .common-xs-txt {
  color: #5b5b5b;
  line-height: 1.45;
  letter-spacing: -0.48px;
}
@media all and (max-width: 900px) {
  .about-sec02-why .bottom-txt-grp .txt-card .common-xs-txt {
    font-size: 1rem;
    letter-spacing: -0.64px;
  }
}
.about-sec02-why .right-video-wrap {
  z-index: 2;
  top: 104px;
  right: 0;
  left: auto;
}
@media all and (max-width: 1650px) {
  .about-sec02-why .right-video-wrap {
    top: 130px;
    right: -100px;
  }
}
@media all and (max-width: 1300px) {
  .about-sec02-why .right-video-wrap {
    top: 194px;
    right: -80px;
  }
}
@media all and (max-width: 1200px) {
  .about-sec02-why .right-video-wrap {
    position: static;
    padding-top: 50px;
  }
}
@media all and (max-width: 1200px) {
  .about-sec02-why .right-video-wrap.type-en {
    padding-top: 67px;
  }
}
.about-sec02-why .right-video-wrap .inner-grp {
  width: auto;
  height: 543px;
  aspect-ratio: 998/543;
}
@media all and (max-width: 1400px) {
  .about-sec02-why .right-video-wrap .inner-grp {
    height: 500px;
  }
}
@media all and (max-width: 1300px) {
  .about-sec02-why .right-video-wrap .inner-grp {
    height: 440px;
  }
}
@media all and (max-width: 1200px) {
  .about-sec02-why .right-video-wrap .inner-grp {
    width: 100%;
    height: 500px;
    margin: 0 -20px 0 auto;
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why .right-video-wrap .inner-grp {
    height: 400px;
    aspect-ratio: 355/200;
  }
}
@media all and (max-width: 600px) {
  .about-sec02-why .right-video-wrap .inner-grp {
    height: 300px;
  }
}
@media all and (max-width: 500px) {
  .about-sec02-why .right-video-wrap .inner-grp {
    height: 250px;
  }
}
@media all and (max-width: 400px) {
  .about-sec02-why .right-video-wrap .inner-grp {
    height: 200px;
  }
}
.about-sec02-why .right-video-wrap .video-grp {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 543px;
  height: 100%;
  border-radius: 269px;
  transition: border-radius 1s ease;
}
@media all and (max-width: 1400px) {
  .about-sec02-why .right-video-wrap .video-grp {
    width: 500px;
  }
}
@media all and (max-width: 1300px) {
  .about-sec02-why .right-video-wrap .video-grp {
    width: 440px;
  }
}
@media all and (max-width: 1200px) {
  .about-sec02-why .right-video-wrap .video-grp {
    width: 500px;
  }
}
@media all and (max-width: 900px) {
  .about-sec02-why .right-video-wrap .video-grp {
    width: 400px;
  }
}
@media all and (max-width: 600px) {
  .about-sec02-why .right-video-wrap .video-grp {
    width: 300px;
  }
}
@media all and (max-width: 500px) {
  .about-sec02-why .right-video-wrap .video-grp {
    width: 250px;
  }
}
@media all and (max-width: 400px) {
  .about-sec02-why .right-video-wrap .video-grp {
    width: 200px;
  }
}
.about-sec02-why .bg-img-grp {
  z-index: 1;
  top: 0;
  left: 72px;
  width: 743px;
  height: auto;
}

.about-sec03-partners {
  padding: 82px 0 83px;
  background: #f7f7f7;
}
@media all and (max-width: 900px) {
  .about-sec03-partners {
    padding: 53px 0 48px;
  }
}
.about-sec03-partners .partners-wrap {
  justify-content: space-between;
}
@media all and (max-width: 1250px) {
  .about-sec03-partners .partners-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.about-sec03-partners .left {
  padding-top: 40px;
}
@media all and (max-width: 1250px) {
  .about-sec03-partners .left {
    padding-top: 0;
  }
}
.about-sec03-partners .left .left-title {
  font-size: 3.75rem;
  font-weight: 800;
  color: #e0e0e0;
  line-height: 48px;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .left .left-title {
    font-size: 2.75rem;
    letter-spacing: -0.88px;
  }
}
.about-sec03-partners .left .common-base-txt {
  margin: 23px 0 29px;
  color: #5e5e5e;
  line-height: 1.43;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .left .common-base-txt {
    margin: 13px 0 24px;
  }
}
.about-sec03-partners .left .common-base-txt.type-en {
  margin: 27px 0 29px;
  line-height: 24px;
  color: #000;
  letter-spacing: -0.18px;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .left .common-base-txt.type-en {
    margin: 18px 0 25px;
    font-size: 1.125rem;
    color: #5e5e5e;
  }
}
.about-sec03-partners .left .common-base-txt span {
  line-height: 1.43;
}
.about-sec03-partners .left .games-list-grp {
  padding-top: 50px;
}
.about-sec03-partners .left .games-list-grp .games-txt {
  padding: 0 8px 7px;
  font-size: 0.9375rem;
  line-height: 25px;
  letter-spacing: 0.45px;
  color: #c2c2c2;
}
.about-sec03-partners .left .games-list-grp .games-list {
  gap: 6px;
  max-width: 246px;
  padding: 10px;
  border-radius: 15px;
  border: 0.737px solid #fff;
  background: #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 2.947px 4.421px 0px rgba(0, 0, 0, 0.21) inset;
}
.about-sec03-partners .left .games-list-grp .games-list .list {
  overflow: hidden;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  background-color: #ccc;
}
.about-sec03-partners .right {
  gap: 20px;
}
@media all and (max-width: 1250px) {
  .about-sec03-partners .right {
    width: 100%;
    justify-content: center;
  }
}
@media all and (max-width: 900px) {
  .about-sec03-partners .right {
    gap: 16px;
  }
}
@media all and (max-width: 600px) {
  .about-sec03-partners .right {
    flex-direction: column;
  }
}
.about-sec03-partners .right .partner-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 382px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .right .partner-info {
    width: calc((100% - 16px) / 2);
    height: 305px;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .about-sec03-partners .right .partner-info {
    width: 100%;
  }
}
.about-sec03-partners .right .partner-info .logo-grp {
  padding-top: 30px;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .right .partner-info .logo-grp {
    padding-top: 29px;
  }
}
.about-sec03-partners .right .partner-info .logo-grp .right-logo-img {
  width: 178px;
  height: 178px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .right .partner-info .logo-grp .right-logo-img {
    width: 146px;
    height: 146px;
  }
}
.about-sec03-partners .right .partner-info .info-grp {
  position: relative;
  width: 100%;
  padding: 25px 0 31px;
  text-align: center;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .right .partner-info .info-grp {
    padding: 19px 0 31px;
  }
}
.about-sec03-partners .right .partner-info .info-grp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(233, 233, 233) 50%, rgb(255, 255, 255) 100%);
}
.about-sec03-partners .right .partner-info .info-name {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.48px;
  color: #393939;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .right .partner-info .info-name {
    margin-bottom: 12px;
    font-size: 1.25rem;
  }
}
.about-sec03-partners .right .partner-info .info-txt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.45px;
  color: #5b5b5b;
}
@media all and (max-width: 900px) {
  .about-sec03-partners .right .partner-info .info-txt {
    font-size: 0.875rem;
    line-height: 18px;
  }
}

.about-sec04-contact {
  padding: 144px 0 0;
}
@media all and (max-width: 900px) {
  .about-sec04-contact {
    padding-top: 53px;
  }
}
.about-sec04-contact .txt-grp {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.about-sec04-contact .txt-grp .right {
  padding-top: 12px;
}
@media all and (max-width: 900px) {
  .about-sec04-contact .txt-grp .right {
    padding-top: 38px;
  }
}
.about-sec04-contact .common-title.tpye-en {
  font-size: 3.625rem;
  line-height: 68px;
  letter-spacing: -1.74px;
}
@media all and (max-width: 900px) {
  .about-sec04-contact .common-title.tpye-en {
    font-size: 2.25rem;
    line-height: 42px;
    letter-spacing: -1.08px;
  }
}
.about-sec04-contact .left-contact-text {
  margin: 18px 0 42px;
  color: #434343;
}
.about-sec04-contact .left-contact-text span {
  line-height: 26px;
}
@media all and (max-width: 900px) {
  .about-sec04-contact .left-contact-text span {
    line-height: 23px;
  }
}
.about-sec04-contact .right-contact-text {
  color: #585858;
}
@media all and (max-width: 900px) {
  .about-sec04-contact .right-contact-text {
    padding: 40px 20px 0;
  }
}
@media all and (max-width: 900px) {
  .about-sec04-contact .right-contact-text.type-en {
    padding-top: 30px;
  }
}
.about-sec04-contact .right-contact-text .blank {
  display: block;
  height: 20px;
}
@media all and (max-width: 900px) {
  .about-sec04-contact .right-contact-text .blank {
    height: 16px;
  }
}
.about-sec04-contact .about-contact-wrap .swiper-pagination {
  position: relative;
  padding-top: 17px;
}
@media all and (max-width: 600px) {
  .about-sec04-contact .about-contact-wrap .swiper-pagination {
    padding-top: 10px;
  }
}
.about-sec04-contact .about-contact-wrap .swiper-pagination-bullet {
  width: 24px;
  height: 5px;
  flex-shrink: 0;
  background: #d9d9d9;
  border-radius: 0;
}
@media all and (max-width: 600px) {
  .about-sec04-contact .about-contact-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
  }
}
.about-sec04-contact .about-contact-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f82e43;
}
.about-sec04-contact .slide-wrap.type-about-contact {
  padding-top: 97px;
}
@media all and (max-width: 900px) {
  .about-sec04-contact .slide-wrap.type-about-contact {
    padding-top: 47px;
  }
}
.about-sec04-contact .about-contact-card {
  width: 100%;
  aspect-ratio: 1920/920;
  background-color: #ccc;
}
@media all and (max-width: 900px) {
  .about-sec04-contact .about-contact-card {
    aspect-ratio: 375/180;
  }
}

.about-sec05-history {
  padding: 149px 0 256px;
}
@media all and (max-width: 900px) {
  .about-sec05-history {
    padding: 74px 0 81px;
  }
}
.about-sec05-history.type-en {
  padding: 158px 0 265px;
}
@media all and (max-width: 900px) {
  .about-sec05-history.type-en {
    padding: 65px 0 75px;
  }
}
.about-sec05-history .inner-wrap {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 900px) {
  .about-sec05-history .inner-wrap {
    justify-content: flex-start;
    flex-direction: column;
    gap: 43px;
  }
}
.about-sec05-history .common-xs-txt {
  margin-bottom: 7px;
}
.about-sec05-history .common-xs-txt.type-en {
  margin-bottom: 12px;
}
@media all and (max-width: 900px) {
  .about-sec05-history .common-xs-txt.type-en {
    margin-bottom: 11px;
  }
}
.about-sec05-history .common-title.type-en {
  line-height: 58px;
  letter-spacing: -1.08px;
}
@media all and (max-width: 1140px) {
  .about-sec05-history .common-title.type-en {
    font-size: 2.75rem;
  }
}
@media all and (max-width: 900px) {
  .about-sec05-history .common-title.type-en {
    font-size: 2rem;
    line-height: 34px;
    letter-spacing: -0.64px;
  }
}
.about-sec05-history .history-pagination-grp {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 48px 0 0 12px;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-pagination-grp {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: calc(100% + 40px);
    height: 46px;
    margin-left: -20px;
    margin: 29px 0 0 -20px;
    padding: 0 32px;
    background: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06) inset;
  }
}
.about-sec05-history .history-pagination-grp .pagination {
  position: relative;
  padding-left: 26px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: -1.2px;
  color: #d2d2d2;
  white-space: nowrap;
  transition: all 0.3s;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-pagination-grp .pagination {
    padding-left: 13px;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: -0.6px;
  }
}
.about-sec05-history .history-pagination-grp .pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d9d9d9;
  transition: all 0.3s;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-pagination-grp .pagination::before {
    width: 5px;
    height: 5px;
  }
}
.about-sec05-history .history-pagination-grp .pagination.is-active {
  color: #f82e43;
}
.about-sec05-history .history-pagination-grp .pagination.is-active::before {
  background-color: #f82e43;
}
.about-sec05-history .history-pagination-grp .pagination:hover {
  color: #f82e43;
}
.about-sec05-history .history-pagination-grp .pagination:hover::before {
  background-color: #f82e43;
}
.about-sec05-history .right {
  position: relative;
  padding-top: 20px;
  min-width: 50%;
}
@media all and (max-width: 900px) {
  .about-sec05-history .right {
    padding-top: 0;
  }
}
.about-sec05-history .right::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 15px;
  left: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.5' fill='%23E2E2E2' stroke='white' stroke-width='5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 900px) {
  .about-sec05-history .right::before {
    top: -8px;
    left: -7px;
    width: 16px;
    height: 16px;
  }
}
.about-sec05-history .history-scroll-grp {
  overflow-y: auto;
  position: relative;
  height: 468px;
  border-left: 2px solid #eaeaea;
  cursor: grab;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-scroll-grp {
    height: 340px;
  }
}
.about-sec05-history .history-scroll-grp::-webkit-scrollbar {
  display: none;
}
.about-sec05-history .history-scroll-grp.is-dragging {
  cursor: grabbing;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-scroll-grp.type-en .history-title {
    margin: 7px 0 3px;
  }
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-scroll-grp.type-en .history-sub-title {
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: -0.56px;
  }
}
.about-sec05-history .history-list-grp {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
  height: 0;
  padding: 44px 0 30px;
  transition: all 0.3s ease;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-list-grp {
    gap: 30px;
    padding: 26px 0 20px;
  }
}
.about-sec05-history .history-list-grp.is-show {
  overflow: visible;
  opacity: 1;
  height: auto;
}
.about-sec05-history .history-list {
  padding-left: 84px;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-list {
    padding-left: 52px;
  }
}
.about-sec05-history .history-date {
  position: relative;
  font-weight: 800;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-date {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 16px;
  }
}
.about-sec05-history .history-date::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.14' cx='8' cy='8' r='8' transform='rotate(90 8 8)' fill='%23F82E43'/%3E%3Cellipse cx='8' cy='8' rx='3' ry='3' transform='rotate(90 8 8)' fill='%23F82E43'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-date::before {
    left: -26px;
    width: 14px;
    height: 14px;
  }
}
.about-sec05-history .history-date::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: -84px;
  transform: translateY(-50%);
  width: 48px;
  border-bottom: 2px dashed #ffbec5;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-date::after {
    width: 16px;
    left: -48px;
    border-bottom: 1px dashed #ffbec5;
  }
}
.about-sec05-history .history-title {
  margin: 10px 0 3px;
  font-size: 1.625rem;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.52px;
}
@media all and (max-width: 900px) {
  .about-sec05-history .history-title {
    margin: 7px 0 -1px;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.38px;
  }
}
.about-sec05-history .history-sub-title {
  color: #5a5a5a;
}

html {
  scroll-behavior: smooth;
}

.service-sec01-title {
  padding-bottom: 151px;
}
@media all and (max-width: 900px) {
  .service-sec01-title {
    padding-bottom: 33px;
  }
}
.service-sec01-title.type-en {
  padding-bottom: 136px;
}
@media all and (max-width: 900px) {
  .service-sec01-title.type-en {
    padding-bottom: 39px;
  }
}
.service-sec01-title .txt-grp {
  padding-bottom: 0;
}
.service-sec01-title .common-top-sec-title {
  margin: 13px 0 22px;
}
@media all and (max-width: 900px) {
  .service-sec01-title .common-top-sec-title {
    margin: 9px 0 11px;
  }
}
.service-sec01-title .en-common-top-sec-title {
  margin: 9px 0 23px;
}
@media all and (max-width: 900px) {
  .service-sec01-title .en-common-top-sec-title {
    margin-bottom: 17px;
    text-transform: uppercase;
  }
}
.service-sec01-title .common-sm-txt {
  letter-spacing: -0.48px;
  color: #6a6a6a;
}
.service-sec01-title .en-common-sm-txt {
  color: #6a6a6a;
}
.service-sec01-title .en-common-bottom-txt {
  margin-top: 24px;
}
@media all and (max-width: 900px) {
  .service-sec01-title .en-common-bottom-txt {
    margin-top: 14px;
  }
}

.service-sec01-step {
  padding-bottom: 230px;
}
@media all and (max-width: 900px) {
  .service-sec01-step {
    padding-bottom: 0;
  }
}
.service-sec01-step .step-inner-grp {
  justify-content: space-between;
  gap: 30px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-inner-grp {
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
.service-sec01-step .step-nav-grp {
  flex-shrink: 0;
  width: 269px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-nav-grp {
    display: none;
  }
}
.service-sec01-step .step-nav-grp.type-en {
  width: 313px;
}
.service-sec01-step .step-navigation {
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: sticky;
  top: 135px;
  left: 0;
  height: 207px;
  transition: all 0.3s;
}
.service-sec01-step .step-navigation.is-show {
  opacity: 1;
  overflow: visible;
  pointer-events: visible;
}
.service-sec01-step .step-navigation.type-en {
  height: 223px;
}
.service-sec01-step .step-navigation .nav-list-grp {
  position: absolute;
  top: auto;
  bottom: 0;
  display: flex;
  gap: 18px;
  padding: 7px 8px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-navigation .nav-list-grp {
    display: none;
  }
}
.service-sec01-step .step-navigation .nav-list-grp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  width: 54px;
  height: 1px;
  background-color: #d3b6b9;
}
.service-sec01-step .step-navigation .nav-list-grp .nav {
  z-index: 3;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 7px;
  background-color: #d3b6b9;
  transition: all 0.3s;
}
.service-sec01-step .step-navigation .nav-list-grp .nav:hover {
  background-color: #f82e43;
}
.service-sec01-step .step-navigation .nav-list-grp .nav.active {
  background-color: #f82e43;
  box-shadow: 0px 2px 6px 0px rgba(220, 0, 23, 0.6);
}
.service-sec01-step .step-navigation .nav-list-grp .nav.active::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: rgba(248, 46, 67, 0.15);
}
.service-sec01-step .page-step {
  display: inline-block;
  width: 69px;
  height: 27px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #f82e43;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-step {
    width: auto;
    margin: 0 12px 0 0;
    padding: 0 9px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: -0.36px;
  }
}
.service-sec01-step .page-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -1.28px;
  color: #000;
  white-space: nowrap;
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-title {
    font-size: 1.375rem;
    line-height: 26px;
    letter-spacing: -0.66px;
  }
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-title.type-en {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
}
.service-sec01-step .page-title strong {
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -1.28px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-title strong {
    line-height: 26px;
  }
}
.service-sec01-step .page-sub-ttl {
  margin-top: 30px;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.76px;
  line-height: 1.15;
  color: #3d3d3d;
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-sub-ttl {
    margin: 2px 0 4px;
    font-size: 1.125rem;
  }
}
.service-sec01-step .page-sub-ttl.type-en {
  font-size: 1.25rem;
  letter-spacing: -0.4px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-sub-ttl.type-en {
    margin: 0 0 12px;
    font-size: 1.125rem;
  }
}
.service-sec01-step .page-txt {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  color: #5e5e5e;
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-txt {
    margin-top: 0;
    line-height: 23px;
  }
}
.service-sec01-step .page-txt.type-step01 {
  margin-top: 10px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .page-txt.type-step01 {
    margin-top: 0;
  }
}
.service-sec01-step .page-txt.type-en {
  line-height: 20px;
  letter-spacing: -0.32px;
}
.service-sec01-step .mb-sticky-nav-grp {
  display: none;
}
@media all and (max-width: 900px) {
  .service-sec01-step .mb-sticky-nav-grp {
    position: sticky;
    top: 59px;
    left: 0;
    display: flex;
    align-items: center;
    width: calc(100% + 40px);
    height: 50px;
    margin-left: -20px;
    padding: 0 20px;
    background: #f8f8f8;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06) inset;
  }
}
.service-sec01-step .step-cont-grp {
  overflow: hidden;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-cont-grp {
    width: 100%;
  }
}
.service-sec01-step .mb-step-txt-grp {
  display: none;
}
@media all and (max-width: 900px) {
  .service-sec01-step .mb-step-txt-grp {
    display: block;
    padding: 20px 5px 22px;
  }
}
@media all and (max-width: 900px) {
  .service-sec01-step .mb-step-txt-grp.type-en {
    padding: 25px 5px 39px;
  }
}
.service-sec01-step .right-step-list-wrap {
  max-width: 900px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .right-step-list-wrap {
    max-width: 100%;
  }
}
.service-sec01-step .step-list-grp {
  display: flex;
  flex-direction: column;
  gap: 87px;
  padding-bottom: 138px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-list-grp {
    gap: 50px;
    padding-bottom: 70px;
  }
}
.service-sec01-step .step-list-grp.type-last {
  padding-bottom: 0;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-list-grp.type-last {
    padding-bottom: 71px;
  }
}
.service-sec01-step .step-list-grp .step-list .img-grp {
  overflow: hidden;
  aspect-ratio: 900/400;
  border-radius: 10px;
  background-color: #ccc;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-list-grp .step-list .img-grp {
    aspect-ratio: 335/200;
  }
}
.service-sec01-step .step-list-grp .step-list .txt-grp {
  padding: 31px 20px 0;
}
@media all and (max-width: 1000px) {
  .service-sec01-step .step-list-grp .step-list .txt-grp {
    padding: 31px 0 0;
  }
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-list-grp .step-list .txt-grp {
    padding: 22px 10px 0;
  }
}
.service-sec01-step .step-list-grp .step-list .step-list-sub-title {
  color: #7a7a7a;
  font-weight: 700;
}
.service-sec01-step .step-list-grp .step-list .step-list-sub-title strong {
  color: #f82e43;
}
.service-sec01-step .step-list-grp .step-list .step-list-title {
  margin: 20px 0 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 29px;
  color: #1e1e1e;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-list-grp .step-list .step-list-title {
    margin: 11px 0 9px;
    font-size: 1.5625rem;
    letter-spacing: -0.5px;
  }
}
.service-sec01-step .step-list-grp .step-list .common-base-txt {
  color: #5e5e5e;
}
.service-sec01-step .step-list-grp .step-list .btn-portfolio {
  margin-top: 23px;
}
@media all and (max-width: 900px) {
  .service-sec01-step .step-list-grp .step-list .btn-portfolio {
    margin-top: 18px;
  }
}
.service-sec01-step .step-list-grp .step-list .btn-portfolio .icon-right-arrow-light {
  transition: all 0.3s;
}
.service-sec01-step .step-list-grp .step-list .btn-portfolio .icon-right-arrow-light.type-wh {
  display: none;
}
.service-sec01-step .step-list-grp .step-list .btn-portfolio.is-active .icon-right-arrow-light.type-gray, .service-sec01-step .step-list-grp .step-list .btn-portfolio:hover .icon-right-arrow-light.type-gray {
  display: none;
}
.service-sec01-step .step-list-grp .step-list .btn-portfolio.is-active .icon-right-arrow-light.type-wh, .service-sec01-step .step-list-grp .step-list .btn-portfolio:hover .icon-right-arrow-light.type-wh {
  display: block;
}

.service-sec02-jump {
  width: 100%;
  height: 662px;
  padding: 45px 0 28px;
  background-image: url("../images/img/service/img_service_s2_bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 900px) {
  .service-sec02-jump {
    height: auto;
    padding: 53px 0 10px;
  }
}
@media all and (max-width: 900px) {
  .service-sec02-jump.type-en {
    padding: 58px 0 0;
  }
}
.service-sec02-jump .jump-inner-grp .left {
  z-index: 2;
  position: relative;
  padding-top: 128px;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .left {
    padding-top: 0;
  }
}
.service-sec02-jump .jump-inner-grp .jump-sub-title {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 30px;
  letter-spacing: -0.96px;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-sub-title {
    margin-bottom: 5px;
    font-size: 0.9375rem;
    line-height: 26px;
    letter-spacing: -0.6px;
    text-align: center;
  }
}
.service-sec02-jump .jump-inner-grp .jump-sub-title.type-en {
  margin-bottom: 13px;
  font-size: 1.25rem;
  letter-spacing: -0.4px;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-sub-title.type-en {
    margin-bottom: 7px;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
}
@media all and (max-width: 1100px) {
  .service-sec02-jump .jump-inner-grp .jump-top-title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-top-title {
    margin-bottom: 2px;
    font-size: 1.375rem;
    line-height: 32px;
    text-align: center;
  }
}
.service-sec02-jump .jump-inner-grp .jump-top-title.type-en {
  font-size: 3rem;
  line-height: 54px;
  letter-spacing: -1.92px;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-top-title.type-en {
    font-size: 1.75rem;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}
.service-sec02-jump .jump-inner-grp .jump-title {
  display: flex;
  font-weight: 600;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-title {
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
  }
}
.service-sec02-jump .jump-inner-grp .jump-title.type-outside {
  gap: 0 12px;
}
@media all and (max-width: 1100px) {
  .service-sec02-jump .jump-inner-grp .jump-title.type-outside {
    flex-direction: column;
  }
}
.service-sec02-jump .jump-inner-grp .jump-title.type-inside {
  gap: 5px;
  align-items: flex-end;
}
.service-sec02-jump .jump-inner-grp .img-jump {
  width: 176px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .img-jump {
    width: 124px;
    height: 40px;
  }
}
.service-sec02-jump .jump-inner-grp .jump-btn-grp {
  margin-top: 36px;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-btn-grp {
    margin-top: 17px;
    justify-content: center;
  }
}
.service-sec02-jump .jump-inner-grp .jump-btn-grp.type-en {
  margin-top: 39px;
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-btn-grp.type-en {
    margin-top: 21px;
  }
}
@media all and (max-width: 900px) {
  .service-sec02-jump .jump-inner-grp .jump-btn-grp .btn.type-gray {
    background: #f82e43;
  }
  .service-sec02-jump .jump-inner-grp .jump-btn-grp .btn.type-gray:hover {
    background: #d90d22;
  }
}
.service-sec02-jump .right-img-grp {
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 20px;
  flex-shrink: 0;
  width: 590px;
  height: 590px;
  aspect-ratio: 1/1;
}
@media all and (max-width: 1300px) {
  .service-sec02-jump .right-img-grp {
    right: 0;
  }
}
@media all and (max-width: 900px) {
  .service-sec02-jump .right-img-grp {
    position: relative;
    right: auto;
    left: -20px;
    width: 354px;
    height: 354px;
    margin: 0 auto;
  }
}
@media all and (max-width: 900px) {
  .service-sec02-jump .right-img-grp.type-en {
    margin-top: 13px;
  }
}

#page.work-page {
  background-color: #000;
}

.work-sec01-slide {
  padding: 187px 0 58px;
  background-image: url("../images/img/work/img_work_s1_bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 900px) {
  .work-sec01-slide {
    padding: 109px 0 41px;
  }
}
@media all and (max-width: 600px) {
  .work-sec01-slide {
    background-image: url("../images/img/work/m_img_work_s1_bg.webp");
  }
}
.work-sec01-slide .top-txt-wrap {
  padding-bottom: 120px;
  text-align: center;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .top-txt-wrap {
    padding-bottom: 56px;
  }
}
.work-sec01-slide .top-txt-wrap .logo-img-grp {
  width: 136px;
  height: 113px;
  margin: 0 auto;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .top-txt-wrap .logo-img-grp {
    width: 97px;
    height: 80px;
    margin-bottom: -12px;
  }
}
.work-sec01-slide .top-txt-wrap .work-top-title {
  padding-bottom: 5px;
  font-size: 4.75rem;
  font-weight: 800;
  line-height: 78px;
  letter-spacing: -1.52px;
  background: linear-gradient(272deg, rgba(255, 255, 255, 0.28) 0.33%, #fff 70.05%, rgba(255, 255, 255, 0.42) 99.59%);
}
@media all and (max-width: 900px) {
  .work-sec01-slide .top-txt-wrap .work-top-title {
    padding-bottom: 0;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.64px;
  }
}
.work-sec01-slide .top-txt-wrap .work-top-sub-title {
  margin: 32px 0 37px;
  font-size: 1.5rem;
  line-height: 27px;
  letter-spacing: -0.72px;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .top-txt-wrap .work-top-sub-title {
    margin: 19px 0 25px;
    font-size: 1.0625rem;
    letter-spacing: -0.51px;
  }
}
.work-sec01-slide .top-txt-wrap .work-top-text {
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.54px;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .top-txt-wrap .work-top-text {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -0.48px;
  }
}
.work-sec01-slide .top-txt-wrap .work-top-text span {
  letter-spacing: -0.54px;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .top-txt-wrap .work-top-text span {
    letter-spacing: -0.48px;
  }
}
.work-sec01-slide .work-cont-wrap .bg-img-grp {
  top: -308px;
  right: 142px;
  left: auto;
  max-width: 713px;
  aspect-ratio: 713/439;
}
@media all and (max-width: 1600px) {
  .work-sec01-slide .work-cont-wrap .bg-img-grp {
    top: -288px;
    right: 20px;
  }
}
@media all and (max-width: 1400px) {
  .work-sec01-slide .work-cont-wrap .bg-img-grp {
    top: -258px;
    max-width: 553px;
  }
}
@media all and (max-width: 1200px) {
  .work-sec01-slide .work-cont-wrap .bg-img-grp {
    top: -198px;
    max-width: 403px;
  }
}
.work-sec01-slide .card-cont-grp {
  z-index: 2;
  top: auto;
  bottom: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 48px;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .card-cont-grp {
    bottom: 15px;
    padding: 0 16px;
  }
}
@media all and (max-width: 900px) {
  .work-sec01-slide .card-cont-grp .slide-txt {
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.48px;
  }
}
.work-sec01-slide .card-cont-grp .btn-card-detail {
  margin: auto 0 0;
}
.work-sec01-slide .work-slide-wrap {
  position: relative;
}
.work-sec01-slide .work-slide-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.work-sec01-slide .work-slide-wrap::after {
  right: 0;
  left: auto;
  background: linear-gradient(270deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.work-sec01-slide .work-slide-wrap::before, .work-sec01-slide .work-slide-wrap::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .work-slide-wrap::before, .work-sec01-slide .work-slide-wrap::after {
    width: 7%;
  }
}
@media all and (max-width: 600px) {
  .work-sec01-slide .work-slide-wrap::before, .work-sec01-slide .work-slide-wrap::after {
    display: none;
  }
}
.work-sec01-slide .work-slide-wrap .work-card-list {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  cursor: pointer;
}
.work-sec01-slide .work-slide-wrap .work-card-list.swiper-slide-active {
  position: relative;
  z-index: 5;
}
.work-sec01-slide .work-slide-wrap .work-card-list.swiper-slide-active .card-img-grp {
  transform: scale(1);
}
.work-sec01-slide .work-slide-wrap .work-card-list .card-img-grp {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1300/731;
  border-radius: 14px;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 900px) {
  .work-sec01-slide .work-slide-wrap .work-card-list .card-img-grp {
    border-radius: 10px;
    transform: scale(0.92);
  }
}
@media all and (max-width: 600px) {
  .work-sec01-slide .work-slide-wrap .work-card-list .card-img-grp {
    width: calc(100% - 40px);
    margin: 0 auto;
    transform: scale(1);
  }
}
.work-sec01-slide .work-slide-wrap .work-card-list .card-img-grp .work-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-sec02 {
  position: relative;
  padding: 121px 0 204px;
}
@media all and (max-width: 900px) {
  .work-sec02 {
    padding: 8px 0 123px;
  }
}
.work-sec02 .work-tab-grp {
  z-index: 3;
  border-bottom: 1px solid #393939;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-tab-grp {
    position: sticky;
    top: 59px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}
.work-sec02 .work-tab-grp .tab-inner-grp {
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  gap: 50px;
}
.work-sec02 .work-tab-grp .tab-inner-grp::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 1200px) {
  .work-sec02 .work-tab-grp .tab-inner-grp {
    gap: 40px;
  }
}
@media all and (max-width: 900px) {
  .work-sec02 .work-tab-grp .tab-inner-grp {
    gap: 30px;
    padding-left: 20px;
  }
}
.work-sec02 .work-tab-grp .tab {
  padding: 0 1px 18px;
  letter-spacing: -0.4px;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .work-sec02 .work-tab-grp .tab {
    font-size: 1.125rem;
    padding: 0 0 16px;
  }
}
@media all and (max-width: 900px) {
  .work-sec02 .work-tab-grp .tab {
    font-size: 1.125rem;
    padding: 13px 0 17px;
  }
}
@media all and (max-width: 900px) {
  .work-sec02 .work-tab-grp .tab:last-child {
    margin-right: 20px;
  }
}
.work-sec02 .work-tab-grp .tab::after {
  bottom: -1px;
  height: 3px;
  background-color: #fff;
}
.work-sec02 .work-tab-grp .tab.is-active {
  color: #f82e43;
}
.work-sec02 .work-tab-grp .tab.is-active::after {
  background-color: #f82e43;
}
.work-sec02 .work-list-grp {
  display: flex;
  flex-direction: column;
  min-height: 358px;
  padding-top: 51px;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp {
    padding-top: 33px;
  }
}
.work-sec02 .work-list-grp .work-list {
  cursor: pointer;
}
.work-sec02 .work-list-grp .work-list .list-img-grp {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1300/450;
  border-radius: 10px;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp .work-list .list-img-grp {
    border-radius: 6px;
  }
}
@media all and (max-width: 600px) {
  .work-sec02 .work-list-grp .work-list .list-img-grp {
    aspect-ratio: 335/189;
  }
}
.work-sec02 .work-list-grp .work-list .game-logo-icon-grp {
  top: auto;
  bottom: 30px;
  left: 30px;
  width: 96px;
  height: 96px;
  border-radius: 19px;
}
@media all and (max-width: 1300px) {
  .work-sec02 .work-list-grp .work-list .game-logo-icon-grp {
    bottom: 25px;
    left: 25px;
    width: 76px;
    height: 76px;
    border-radius: 16px;
  }
}
.work-sec02 .work-list-grp .work-list .game-logo-icon-grp .img {
  border-radius: 15px;
}
@media all and (max-width: 1300px) {
  .work-sec02 .work-list-grp .work-list .game-logo-icon-grp .img {
    border-radius: 12px;
  }
}
.work-sec02 .work-list-grp .work-list .list-cont-grp {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 40px 20px 0;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp .work-list .list-cont-grp {
    justify-content: flex-start;
    flex-direction: column;
    gap: 27px;
    padding: 26px 0 0;
  }
}
.work-sec02 .work-list-grp .work-list .list-cont-grp .cont-left {
  padding-left: 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp .work-list .list-cont-grp .cont-left {
    padding-left: 0;
    border: none;
  }
}
.work-sec02 .work-list-grp .work-list .list-cont-grp .cont-left .list-title {
  font-size: 2.25rem;
  line-height: 46px;
  color: #fff;
  letter-spacing: -1.08px;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp .work-list .list-cont-grp .cont-left .list-title {
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: -0.72px;
  }
}
.work-sec02 .work-list-grp .work-list .list-cont-grp .cont-left .list-desc {
  margin: 12px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44;
  color: #e2e2e2;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp .work-list .list-cont-grp .cont-left .list-desc {
    margin: 12px 0 10px;
    color: #b2b2b2;
  }
}
.work-sec02 .work-list-grp .work-list .list-cont-grp .cont-left .list-date {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.6px;
  color: #a2a2a2;
}
.work-sec02 .work-list-grp .work-list .list-cont-grp .hashtag-cont-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-basis: 192px;
  flex-shrink: 0;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp .work-list .list-cont-grp .hashtag-cont-right {
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.work-sec02 .work-list-grp .work-list .list-cont-grp .hashtag-cont-right .hashtag .tag-txt {
  background: #313131;
  color: #adadad;
}
@media all and (max-width: 900px) {
  .work-sec02 .work-list-grp .work-list .list-cont-grp .hashtag-cont-right .hashtag .tag-txt {
    background: #242424;
    color: #b6b6b6;
  }
}

#work-list {
  display: flex;
  flex-direction: column;
  gap: 87px;
}
@media all and (max-width: 900px) {
  #work-list {
    gap: 65px;
  }
}

/* =============== work-detail =============== */
.work-d-sec01-banner {
  z-index: 0;
  width: 100%;
  aspect-ratio: 1920/1080;
}
.work-d-sec01-banner.type-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.work-d-sec01-banner.type-blank {
  background-color: transparent;
}
@media all and (max-width: 900px) {
  .work-d-sec01-banner {
    aspect-ratio: 375/468;
  }
}

.work-d-contents {
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.work-d-contents .game-logo-icon-grp {
  top: -15px;
  left: 20px;
  width: 90px;
  height: 90px;
}
@media all and (max-width: 900px) {
  .work-d-contents .game-logo-icon-grp {
    top: -13px;
    width: 60px;
    height: 60px;
    border-radius: 13px;
  }
}
.work-d-contents .game-logo-icon-grp .img {
  border-radius: 15px;
}
@media all and (max-width: 900px) {
  .work-d-contents .game-logo-icon-grp .img {
    border-radius: 10px;
  }
}
.work-d-contents .top-contents {
  gap: 60px;
  padding: 120px 0 116px;
}
@media all and (max-width: 1350px) {
  .work-d-contents .top-contents {
    gap: 40px;
  }
}
@media all and (max-width: 1200px) {
  .work-d-contents .top-contents {
    gap: 34px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (max-width: 900px) {
  .work-d-contents .top-contents {
    padding: 71px 0 45px;
  }
}
.work-d-contents .top-contents .conts-left .conts-title {
  color: #000;
  font-size: 3.375rem;
  line-height: 60px;
  letter-spacing: -1.62px;
}
@media all and (max-width: 900px) {
  .work-d-contents .top-contents .conts-left .conts-title {
    font-size: 1.875rem;
    line-height: 32px;
    letter-spacing: -0.9px;
  }
}
@media all and (max-width: 900px) {
  .work-d-contents .top-contents .conts-left .conts-title.type-name {
    margin-bottom: 4px;
  }
}
.work-d-contents .top-contents .conts-left .conts-desc {
  margin-top: 30px;
  color: #4f4f4f;
}
@media all and (max-width: 900px) {
  .work-d-contents .top-contents .conts-left .conts-desc {
    margin-top: 20px;
  }
}
.work-d-contents .top-contents .conts-right {
  flex-basis: 423px;
  flex-shrink: 0;
  padding-top: 31px;
  border-top: 1px solid #000;
}
@media all and (max-width: 1350px) {
  .work-d-contents .top-contents .conts-right {
    flex-basis: 375px;
  }
}
@media all and (max-width: 1200px) {
  .work-d-contents .top-contents .conts-right {
    flex-basis: auto;
    width: 100%;
    padding-top: 25px;
  }
}
.work-d-contents .top-contents .info-grp {
  gap: 2px 6px;
  margin-bottom: 4px;
}
@media all and (max-width: 900px) {
  .work-d-contents .top-contents .info-grp {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
}
.work-d-contents .top-contents .info-grp:last-child {
  margin-bottom: 0;
}
.work-d-contents .top-contents .info-grp p {
  white-space: nowrap;
}
.work-d-contents .top-contents .info-grp .ttl {
  color: #474747;
}
.work-d-contents .top-contents .info-grp .info {
  color: #6a6a6a;
}
.work-d-contents .top-contents .conts-hashtag-grp {
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 31px;
}
@media all and (max-width: 900px) {
  .work-d-contents .top-contents .conts-hashtag-grp {
    margin-top: 32px;
  }
}
.work-d-contents .top-contents .conts-hashtag-grp .hashtag .tag-txt {
  background: #f0f0f0;
  color: #656565;
}

.work-d-contents.contents-sec03 {
  padding-bottom: 86px;
}
@media all and (max-width: 900px) {
  .work-d-contents.contents-sec03 {
    padding-bottom: 91px;
  }
}
.work-d-contents.contents-sec03 .work-editor-wrap {
  width: 100%;
}

.work-editor-wrap ol,
.work-editor-wrap ul,
.work-editor-wrap li,
.work-editor-wrap dl {
  list-style: disc outside none;
}

.career-sec01 {
  position: relative;
  padding-bottom: 105px;
}
@media all and (max-width: 900px) {
  .career-sec01 {
    padding-bottom: 58px;
  }
}
@media all and (max-width: 900px) {
  .career-sec01.type-en {
    padding-bottom: 57px;
  }
}
.career-sec01::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 434px;
  background: #f5f5f5;
}
@media all and (max-width: 900px) {
  .career-sec01::before {
    height: 202px;
  }
}
.career-sec01 .sec01-inner-grp {
  position: relative;
  z-index: 2;
}

.career-sec02-find {
  padding: 125px 0 164px;
}
@media all and (max-width: 900px) {
  .career-sec02-find {
    padding: 61px 0 51px;
  }
}
@media all and (max-width: 900px) {
  .career-sec02-find.type-en {
    padding: 53px 0 54px;
  }
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-title {
    font-size: 2rem;
    line-height: 42px;
    letter-spacing: -0.96px;
  }
}
.career-sec02-find .career-title.type-en {
  font-size: 3.5rem;
  line-height: 66px;
  letter-spacing: -1.68px;
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-title.type-en {
    font-size: 2rem;
    line-height: 42px;
    letter-spacing: -0.96px;
  }
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-title .career-sub-title {
    display: block;
    margin-top: 5px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 35px;
  }
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-title .career-sub-title.type-en {
    font-size: 1.5625rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.5px;
  }
}
.career-sec02-find .career-list-grp {
  gap: 26px;
  padding-top: 42px;
}
@media all and (max-width: 1100px) {
  .career-sec02-find .career-list-grp {
    gap: 22px;
  }
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp {
    flex-direction: column;
    padding-top: 25px;
  }
}
.career-sec02-find .career-list-grp .career-list {
  overflow: hidden;
  width: calc((100% - 52px) / 3);
  border-radius: 12px;
  border: 1px solid #ededed;
  background-color: #fff;
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp .career-list {
    width: 100%;
  }
}
.career-sec02-find .career-list-grp .career-list .img-grp {
  width: 100%;
  aspect-ratio: 416/228;
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp .career-list .img-grp {
    aspect-ratio: 335/115;
  }
}
@media all and (max-width: 600px) {
  .career-sec02-find .career-list-grp .career-list .img-grp {
    aspect-ratio: 335/182;
  }
}
.career-sec02-find .career-list-grp .career-list .info-grp {
  padding: 37px 30px 39px 39px;
}
@media all and (max-width: 1100px) {
  .career-sec02-find .career-list-grp .career-list .info-grp {
    padding: 28px 25px 37px;
  }
}
.career-sec02-find .career-list-grp .career-list .info-grp.type-en {
  padding: 37px 30px 44px 34px;
}
@media all and (max-width: 1100px) {
  .career-sec02-find .career-list-grp .career-list .info-grp.type-en {
    padding: 28px 20px 37px;
  }
}
.career-sec02-find .career-list-grp .career-list .info-grp.type-en .info-title {
  margin-bottom: 22px;
  line-height: 28px;
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp .career-list .info-grp.type-en .info-title {
    margin-bottom: 16px;
    line-height: 26px;
  }
}
.career-sec02-find .career-list-grp .career-list .info-grp.type-en .info-list-grp {
  gap: 7px;
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp .career-list .info-grp.type-en .info-list-grp {
    gap: 6px;
  }
}
.career-sec02-find .career-list-grp .career-list .info-grp.type-en .info-list-grp .info {
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp .career-list .info-grp.type-en .info-list-grp .info {
    font-size: 0.9375rem;
  }
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp .career-list .info-grp.type-en .info-list-grp .info::before {
    top: 8px;
  }
}
.career-sec02-find .career-list-grp .career-list .info-grp .info-title {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.72px;
}
@media all and (max-width: 900px) {
  .career-sec02-find .career-list-grp .career-list .info-grp .info-title {
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 30px;
  }
}
.career-sec02-find .career-list-grp .career-list .info-grp .info-title.type-gray {
  color: #8f8f8f;
}
.career-sec02-find .career-list-grp .career-list .info-list-grp {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.career-sec02-find .career-list-grp .career-list .info-list-grp .info {
  position: relative;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
  color: #646464;
}
.career-sec02-find .career-list-grp .career-list .info-list-grp .info::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #787878;
}

.career-sec03-board {
  padding: 136px 0 215px;
  background: #000;
}
@media all and (max-width: 900px) {
  .career-sec03-board {
    padding: 66px 0 86px;
  }
}
.career-sec03-board .career-board-title-grp {
  padding-bottom: 47px;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-title-grp {
    padding-bottom: 32px;
  }
}
.career-sec03-board .career-board-title-grp .title {
  margin-bottom: 13px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -0.96px;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-title-grp .title {
    margin-bottom: 6px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 38px;
  }
}
.career-sec03-board .career-board-title-grp .sub-title {
  font-weight: 600;
  color: #a7a7a7;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-title-grp .sub-title {
    font-weight: 400;
  }
}
.career-sec03-board .board-tab-grp {
  margin-bottom: 30px;
}
@media all and (max-width: 900px) {
  .career-sec03-board .board-tab-grp {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }
}
.career-sec03-board .board-tab-grp .tab-inner-grp {
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  gap: 8px;
  margin-top: 1px;
}
@media all and (max-width: 900px) {
  .career-sec03-board .board-tab-grp .tab-inner-grp {
    gap: 6px;
    padding: 0 20px;
  }
}
.career-sec03-board .board-tab-grp .tab-inner-grp::-webkit-scrollbar {
  display: none;
}
.career-sec03-board .board-tab-grp .tab {
  display: block;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #434343;
  background: #1c1c1c;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.54px;
  color: #999;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}
@media all and (max-width: 900px) {
  .career-sec03-board .board-tab-grp .tab {
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    font-size: 0.9375rem;
    letter-spacing: -0.45px;
  }
}
.career-sec03-board .board-tab-grp .tab:hover {
  color: #fff;
}
.career-sec03-board .board-tab-grp .tab.is-active {
  background: #f82e43;
  border-color: #f82e43;
  color: #fff;
}
.career-sec03-board .career-board-grp {
  min-height: 358px;
  padding-top: 4px;
  border-top: 2px solid #fff;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp {
    padding-top: 0;
  }
}
.career-sec03-board .career-board-grp .career-card {
  justify-content: space-between;
  align-items: center;
  padding: 45px 144px 43px 56px;
  border-bottom: 1px solid #595959;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card {
    padding: 30px 0;
    border-color: #242424;
  }
}
.career-sec03-board .career-board-grp .career-card:hover .btn-card-arrow {
  background: #fff;
}
.career-sec03-board .career-board-grp .career-card:hover .btn-card-arrow .icon-right-arrow-bold {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85645 9.60714C1.08719 9.60714 0.463588 10.2307 0.463588 11C0.463588 11.7693 1.08719 12.3929 1.85645 12.3929L1.85645 9.60714ZM1.85645 11L1.85645 12.3929L24.1422 12.3929L24.1422 11L24.1422 9.60714L1.85645 9.60714L1.85645 11Z' fill='%23F82E43'/%3E%3Cpath d='M14.8564 1.71436L24.1422 11.0001' stroke='%23F82E43' stroke-width='2.78571' stroke-linecap='round'/%3E%3Cpath d='M14.8564 20.2856L24.1422 10.9999' stroke='%23F82E43' stroke-width='2.78571' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  animation-name: horizontal-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}
.career-sec03-board .career-board-grp .career-card .career-dept {
  color: #969696;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card .career-dept {
    line-height: 18px;
  }
}
.career-sec03-board .career-board-grp .career-card .career-position {
  margin: 10px 0 14px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.9px;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card .career-position {
    margin: 1px 0 6px;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.63px;
  }
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card .career-position.type-en {
    margin: 6px 0 12px;
    line-height: 23px;
    letter-spacing: -0.42px;
  }
}
.career-sec03-board .career-board-grp .career-card .career-meta-grp {
  gap: 9px;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card .career-meta-grp {
    gap: 8px;
  }
}
@media all and (max-width: 600px) {
  .career-sec03-board .career-board-grp .career-card .career-meta-grp.type-en {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
@media all and (max-width: 600px) {
  .career-sec03-board .career-board-grp .career-card .career-meta-grp.type-en .career-period {
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  .career-sec03-board .career-board-grp .career-card .career-meta-grp.type-en .career-period::before {
    display: none;
  }
}
.career-sec03-board .career-board-grp .career-card .career-meta-grp .inner-grp {
  gap: 8px;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card .career-meta-grp .common-xs-txt {
    line-height: 18px;
  }
}
.career-sec03-board .career-board-grp .career-card .career-exp {
  color: #bdbdbd;
}
.career-sec03-board .career-board-grp .career-card .career-period {
  position: relative;
  padding-left: 11px;
  color: #9f9f9f;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card .career-period {
    padding-left: 10px;
  }
}
.career-sec03-board .career-board-grp .career-card .career-period::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #6a6a6a;
}
@media all and (max-width: 900px) {
  .career-sec03-board .career-board-grp .career-card .career-period::before {
    height: 14px;
  }
}
.career-sec03-board .career-board-grp .career-card .right {
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
}
.career-sec03-board .career-board-grp .career-card .btn-card-arrow {
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #1f1f1f;
  border: 2px solid #353535;
  transition: all 0.3s ease-in-out;
}
.career-sec03-board .career-board-grp .career-card .btn-card-arrow .icon {
  transition: all 0.3s ease-in-out;
}

/* =============== career-detail =============== */
.career-shared-wrapper {
  padding: 167px 0 231px;
}
@media all and (max-width: 900px) {
  .career-shared-wrapper {
    padding: 101px 0 92px;
  }
}

.wrapper-inner-grp {
  max-width: 930px;
  padding: 0 20px;
}
.wrapper-inner-grp.type-detail {
  width: calc(100% - 410px);
}
@media all and (max-width: 1400px) {
  .wrapper-inner-grp.type-detail {
    width: calc(100% - 370px);
  }
}
@media all and (max-width: 1200px) {
  .wrapper-inner-grp.type-detail {
    width: calc(100% - 330px);
  }
}
@media all and (max-width: 900px) {
  .wrapper-inner-grp.type-detail {
    width: 100%;
  }
}

.career-shared-top-sec {
  padding-bottom: 78px;
}
@media all and (max-width: 900px) {
  .career-shared-top-sec {
    padding-bottom: 40px;
    position: sticky;
  }
}
.career-shared-top-sec .career-shared-title {
  margin: 18px 0 24px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1.68px;
  color: #000;
}
@media all and (max-width: 900px) {
  .career-shared-top-sec .career-shared-title {
    margin: 7px 0 21px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: -0.78px;
  }
}

.info-item-wrap {
  align-items: center;
  gap: 18px;
}
@media all and (max-width: 900px) {
  .info-item-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media all and (max-width: 900px) {
  .info-item-wrap.type-apply-en {
    gap: 18px;
  }
}
.info-item-wrap.type-apply-en .info-item-grp {
  gap: 7px 17px;
}
@media all and (max-width: 900px) {
  .info-item-wrap.type-apply-en .info-item-grp {
    flex-direction: column;
  }
}
.info-item-wrap.type-sticky {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.info-item-wrap.type-sticky .info-item-grp {
  gap: 7px 17px;
  flex-wrap: wrap;
  white-space: nowrap;
}
.info-item-wrap.type-sticky .info-item-grp::after {
  display: none;
}
.info-item-wrap.type-sticky.type-en .info-item-grp {
  flex-direction: column;
}
.info-item-wrap.type-sticky .common-base-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
}
.info-item-wrap.type-sticky .info-label {
  display: block;
  flex-shrink: 0;
  min-width: 54px;
  color: #a6a6a6;
  white-space: nowrap;
}
.info-item-wrap.type-sticky .info-value {
  color: #333;
}
.info-item-wrap .info-item-grp {
  position: relative;
  display: flex;
}
@media all and (max-width: 900px) {
  .info-item-wrap .info-item-grp {
    gap: 17px;
    white-space: nowrap;
  }
}
.info-item-wrap .info-item-grp::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  left: auto;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #eee;
}
@media all and (max-width: 900px) {
  .info-item-wrap .info-item-grp::after {
    display: none;
  }
}
.info-item-wrap .info-item-grp.type-last::after {
  display: none;
}
.info-item-wrap .common-base-txt {
  line-height: 18px;
  font-weight: 500;
}
.info-item-wrap .info-label {
  display: none;
}
@media all and (max-width: 900px) {
  .info-item-wrap .info-label {
    display: block;
    min-width: 54px;
    flex-shrink: 0;
    color: #a6a6a6;
    white-space: nowrap;
  }
}
.info-item-wrap .info-value {
  color: #818181;
}
@media all and (max-width: 900px) {
  .info-item-wrap .info-value {
    color: #333;
  }
}
.info-item-wrap .info-value.type-date {
  display: flex;
  align-items: center;
}
.info-item-wrap .d-day-grp {
  background: #f82e43;
  color: #fff;
  margin-left: 15px;
}
@media all and (max-width: 900px) {
  .info-item-wrap .d-day-grp {
    margin-left: 6px;
  }
}

@media all and (max-width: 900px) {
  .career-shared-tab-sec {
    z-index: 3;
    position: sticky;
    top: 59px;
  }
}
@media all and (max-width: 900px) {
  .career-shared-tab-sec .common-tab-grp {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.career-shared-tab-sec .career-shared-tab-grp .tab-inner-grp {
  gap: 36px;
}
@media all and (max-width: 900px) {
  .career-shared-tab-sec .career-shared-tab-grp .tab-inner-grp {
    gap: 41px;
    align-items: flex-end;
    height: 44px;
    padding: 0 20px;
    background: #f6f6f6;
  }
}
.career-shared-tab-sec .career-shared-tab-grp .tab {
  color: #a5a5a5;
}
@media all and (max-width: 900px) {
  .career-shared-tab-sec .career-shared-tab-grp .tab {
    padding-top: 10px;
  }
}
.career-shared-tab-sec .career-shared-tab-grp .tab.is-active {
  color: #f82e43;
}
.career-shared-tab-sec .career-shared-tab-grp .tab.is-active::after {
  background-color: #f82e43;
}

.career-detail-sec {
  padding: 56px 0 0;
}
@media all and (max-width: 900px) {
  .career-detail-sec {
    padding-top: 47px;
  }
}
.career-detail-sec ol,
.career-detail-sec ul,
.career-detail-sec li,
.career-detail-sec dl {
  list-style: disc outside none;
}
.career-detail-sec .career-detail-editor-wrap {
  padding-bottom: 64px;
}
@media all and (max-width: 900px) {
  .career-detail-sec .career-detail-editor-wrap {
    padding-bottom: 44px;
  }
}
.career-detail-sec .career-detail-info-wrap {
  padding-top: 53px;
  border-top: 1px solid #eaeaea;
}
.career-detail-sec .career-detail-info-wrap.type-en .info-heading {
  margin-bottom: 12px;
  letter-spacing: -0.44px;
}
.career-detail-sec .career-detail-info-wrap .apply-info-grp {
  padding-bottom: 51px;
}
@media all and (max-width: 900px) {
  .career-detail-sec .career-detail-info-wrap .apply-info-grp {
    padding-bottom: 42px;
  }
}
.career-detail-sec .career-detail-info-wrap .apply-info-grp.type-pb-0 {
  padding-bottom: 0;
}
.career-detail-sec .career-detail-info-wrap .info-heading {
  margin-bottom: 14px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.88px;
  color: #000;
}
.career-detail-sec .career-detail-info-wrap .info-desc {
  position: relative;
  margin-bottom: 9px;
  padding-left: 16px;
  color: #3f3f3f;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
}
@media all and (max-width: 900px) {
  .career-detail-sec .career-detail-info-wrap .info-desc {
    padding-left: 9px;
  }
}
.career-detail-sec .career-detail-info-wrap .info-desc:last-child {
  margin-bottom: 0;
}
.career-detail-sec .career-detail-info-wrap .info-desc::before {
  content: "";
  position: absolute;
  top: 9.5px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #3f3f3f;
}
@media all and (max-width: 900px) {
  .career-detail-sec .career-detail-info-wrap .info-desc::before {
    left: 0;
  }
}
.career-detail-sec .career-detail-info-wrap .btn-career-back {
  margin-top: 51px;
  padding: 0 28px;
}
@media all and (max-width: 900px) {
  .career-detail-sec .career-detail-info-wrap .btn-career-back {
    margin-top: 36px;
    padding: 0 24px 0 22px;
  }
}

.map-img-grp {
  width: 100%;
  margin-top: 51px;
}
@media all and (max-width: 900px) {
  .map-img-grp {
    margin-top: 46px;
  }
}

.map-img-grp > div {
  width: 100% !important;
  height: 392px !important;
}
@media all and (max-width: 900px) {
  .map-img-grp > div {
    height: 334px !important;
  }
}

.map-img-grp > div > div:first-child {
  height: calc(100% - 32px) !important;
}

.map-img-grp .map {
  width: 100% !important;
  height: calc(100% + 1px) !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.map-location-grp {
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  margin: 40px 0 58px;
  aspect-ratio: 1300/476;
  border-radius: 20px;
}
@media all and (max-width: 900px) {
  .map-location-grp {
    margin: 20px 0 39px;
    border-radius: 10px;
    aspect-ratio: 900/476;
  }
}
@media all and (max-width: 600px) {
  .map-location-grp {
    aspect-ratio: 334/235;
  }
}

.career-sticky-grp {
  z-index: 3;
  position: sticky;
  top: 127px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 330px;
  height: 100%;
  min-height: 339px;
  margin-top: 23px;
  padding: 40px 20px 25px;
  border-radius: 10px;
  border: 1px solid #ededed;
  background: #fff;
}
@media all and (max-width: 1200px) {
  .career-sticky-grp {
    width: 300px;
  }
}
.career-sticky-grp .sub-title {
  font-size: 0.875rem;
  line-height: 18px;
}
.career-sticky-grp .title {
  margin: 3px 0 23px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 1.5625rem;
  line-height: 36px;
  letter-spacing: -1px;
}
.career-sticky-grp .btn-common {
  height: 44px;
  margin-top: 40px;
  line-height: 44px;
  font-size: 1rem;
}
.career-sticky-grp .btn-common.type-en {
  margin-top: 32px;
}

/* =============== career-apply =============== */
.career-apply-sec {
  min-height: 100vh;
  padding: 59px 0 231px;
}
@media all and (max-width: 900px) {
  .career-apply-sec {
    padding: 39px 0 91px;
  }
}
.career-apply-sec .apply-title {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #232323;
}
.career-apply-sec .apply-wrap.type-border-bottom {
  margin-bottom: 50px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eaeaea;
}
@media all and (max-width: 900px) {
  .career-apply-sec .apply-wrap.type-border-bottom {
    padding-bottom: 40px;
  }
}
.career-apply-sec .label-sm {
  margin-bottom: 11px;
}
.career-apply-sec .check-box {
  margin-top: 40px;
}
@media all and (max-width: 900px) {
  .career-apply-sec .check-box {
    margin-top: 30px;
  }
}
.career-apply-sec .btn-apply-submit {
  width: 100%;
  margin-top: 77px;
}
@media all and (max-width: 900px) {
  .career-apply-sec .btn-apply-submit {
    margin-top: 46px;
  }
}

.contact-sec01 {
  padding: 173px 0 123px;
  background: linear-gradient(179deg, rgb(250, 244, 244) 64%, rgb(243, 224, 228) 100%);
}
@media all and (max-width: 900px) {
  .contact-sec01 {
    padding: 117px 0 60px;
    background-color: transparent;
    background-image: url("../images/img/contact/m_img_contact_s1_bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #ffecee;
  }
}
.contact-sec01 .l-center {
  padding: 0 30px;
}
@media all and (max-width: 900px) {
  .contact-sec01 .l-center {
    padding: 0 20px;
  }
}
.contact-sec01 .contact-inner-grp {
  gap: 120px;
  padding: 33px;
  border-radius: 42px;
  background: #fff;
}
@media all and (max-width: 1400px) {
  .contact-sec01 .contact-inner-grp {
    gap: 40px;
    justify-content: space-between;
  }
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp {
    gap: 30px;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp {
    gap: 0;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
}
.contact-sec01 .contact-inner-grp .contact-left {
  flex-basis: 459px;
  border-radius: 30px;
  padding: 89px 67px 20px;
  aspect-ratio: 51/130;
  background-image: url("../images/img/contact/img_contact_s1.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 1250px) {
  .contact-sec01 .contact-inner-grp .contact-left {
    padding: 89px 35px 20px;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-left {
    flex-basis: auto;
    padding: 0;
    aspect-ratio: auto;
    border-radius: 0;
    background-image: none;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .sub-title {
  margin-bottom: 15px;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-left .sub-title {
    margin-bottom: 5px;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .contact-title {
  margin-bottom: 6px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.5px;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-title {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.96px;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .contact-title.typen-en {
  margin: 8.6px 0 0;
  font-size: 2.8125rem;
  line-height: 58px;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-title.typen-en {
    margin-top: 7px;
    font-size: 1.75rem;
    line-height: 36px;
    letter-spacing: -0.84px;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .jump-img-grp {
  width: 233px;
  height: 37px;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-left .jump-img-grp {
    width: 159px;
    height: 26px;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .contact-desc {
  margin: 35px 0 33px;
  font-size: 16px;
  line-height: 24px;
  color: #483e3e;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-desc {
    margin: 20px 0 23px;
    color: #846264;
    line-height: 22px;
    letter-spacing: -0.48px;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-desc {
    margin: 19px 0 0;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .contact-desc.type-en {
  margin: 23px 0 34px;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-desc.type-en {
    margin: 20px 0 24px;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-desc.type-en {
    margin: 12px 0 0;
  }
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-desc.type-en.type-pc {
    display: none;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .contact-desc.type-en.type-1100px {
  display: none;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-left .contact-desc.type-en.type-1100px {
    display: block;
  }
}
.contact-sec01 .contact-inner-grp .contact-left .contact-mail {
  gap: 6px;
}
.contact-sec01 .contact-inner-grp .contact-right {
  width: calc(100% - 579px);
}
@media all and (max-width: 1400px) {
  .contact-sec01 .contact-inner-grp .contact-right {
    width: auto;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right {
    width: 100%;
    margin-top: 39px;
    padding: 33px 22px 39px;
    border-radius: 16px;
    background: #fff;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .inner-grp {
  width: 100%;
  max-width: 700px;
  padding-top: 78px;
  padding: 59px 0 20px;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .inner-grp {
    max-width: 100%;
    padding: 0;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .inner-grp.type-en {
  padding-top: 55px;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .inner-grp.type-en {
    padding: 0;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-grp.type-01 {
  padding-bottom: 49px;
}
.contact-sec01 .contact-inner-grp .contact-right .step-grp .contact-step {
  margin-bottom: 2px;
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: -0.42px;
  text-transform: uppercase;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-grp .contact-step {
    margin-bottom: 4px;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: -0.24px;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-grp .contact-question {
  font-size: 1.5rem;
  line-height: 33px;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-grp .contact-question {
    font-size: 1.3125rem;
    line-height: 28px;
    letter-spacing: -1.05px;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-grp .contact-question .essential-txt {
  top: auto;
  bottom: 10px;
  padding-left: 3px;
  font-size: 1.125rem;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-grp .contact-question .essential-txt {
    top: auto;
    bottom: 4px;
    font-size: 1.3125rem;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-chk-grp {
  gap: 14px;
  width: 100%;
  margin-top: 18px;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp {
    gap: 6px;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp {
    margin-top: 16px;
  }
}
@media all and (max-width: 600px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp {
    flex-wrap: wrap;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-chk-grp.type-en {
  flex-wrap: wrap;
  gap: 8px;
}
.contact-sec01 .contact-inner-grp .contact-right .step-chk-grp.type-en .input {
  width: calc((100% - 8px) / 2);
}
@media all and (max-width: 1300px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp.type-en .input {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp.type-en .input {
    width: calc((100% - 8px) / 2);
  }
}
@media all and (max-width: 700px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp.type-en .input {
    width: 100%;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-chk-grp .input {
  width: calc((100% - 24px) / 3);
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp .input {
    width: calc((100% - 12px) / 3);
  }
}
@media all and (max-width: 600px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp .input {
    width: 100%;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-chk-grp .input .btn-common {
  white-space: nowrap;
}
@media all and (max-width: 1100px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-chk-grp .input .btn-common {
    font-size: 1rem;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-inp-grp {
  gap: 37px 20px;
  padding-top: 41px;
  padding: 41px 0 61px;
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-inp-grp {
    gap: 26px 20px;
    padding: 28px 0 50px;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-inp-grp .input.type-contact {
  width: calc((100% - 20px) / 2);
}
@media all and (max-width: 600px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-inp-grp .input.type-contact {
    width: 100%;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .contact-textarea {
  margin-top: 15px;
  height: 128px;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .contact-textarea {
    height: 143px;
    margin-top: 12px;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-upload-grp {
  margin-top: 29px;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-upload-grp {
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .upload-title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .upload-txt {
  padding-left: 8px;
  font-size: 0.875rem;
  line-height: 26px;
  color: #858585;
}
.contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .btn-upload {
  gap: 7px;
  margin-top: 19px;
  padding: 0 45px;
  color: #000;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .btn-upload {
    margin-top: 13px;
  }
}
@media all and (max-width: 600px) {
  .contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .btn-upload {
    width: 100%;
    padding: 0 20px;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .btn-upload .icon {
  transition: all 0.3s;
}
.contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .btn-upload:hover {
  color: #f82e43;
}
.contact-sec01 .contact-inner-grp .contact-right .step-upload-grp .btn-upload:hover .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00072 11.2069L9.00072 2.25M9.00072 2.25L5.30126 5.67238M9.00072 2.25L12.7002 5.67238M3 14.2248V15.287C3.30353 15.5835 3.71521 15.75 4.14446 15.75H13.8555C14.2848 15.75 14.6965 15.5835 15 15.287V14.2248' stroke='%23F82E43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.contact-sec01 .contact-inner-grp .contact-right .contact-bottom-grp {
  margin-top: 31px;
  padding: 33px 0 61px;
  border-top: 1px solid #eaeaea;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .contact-bottom-grp {
    margin-top: 25px;
    padding: 22px 0 27px;
  }
}
.contact-sec01 .contact-inner-grp .contact-right .btn-contact-submit {
  width: 100%;
  max-width: 317px;
  margin: 0 auto;
}
@media all and (max-width: 900px) {
  .contact-sec01 .contact-inner-grp .contact-right .btn-contact-submit {
    max-width: 100%;
  }
}

.contact-sec02 {
  width: 100%;
  height: 614px;
  padding-top: 200px;
  background-image: url("../images/img/contact/img_contact_s2_bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 900px) {
  .contact-sec02 {
    padding-top: 58px;
    height: auto;
    background-image: none;
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  .contact-sec02.type-en {
    text-align: left !important;
  }
}
@media all and (max-width: 900px) {
  .contact-sec02 .l-center {
    padding: 0;
  }
}
.contact-sec02 .common-md-txt {
  color: #6e6e6e;
}
@media all and (max-width: 900px) {
  .contact-sec02 .common-md-txt {
    font-size: 1rem;
    line-height: 20px;
  }
}
.contact-sec02 .contact-banner-title {
  margin: 11px 0 29px;
  font-size: 3.25rem;
  line-height: 64px;
  letter-spacing: -1.56px;
}
@media all and (max-width: 900px) {
  .contact-sec02 .contact-banner-title {
    margin: 8px 0 19px;
    font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: -0.78px;
  }
}
.contact-sec02 .contact-banner-title span {
  line-height: 64px;
}
@media all and (max-width: 900px) {
  .contact-sec02 .contact-banner-title span {
    line-height: 32px;
  }
}
.contact-sec02 .btn-common {
  padding: 0 43px;
}
@media all and (max-width: 900px) {
  .contact-sec02 .btn-common {
    margin: 0 auto 33px;
    padding: 0 26px;
  }
}
@media all and (max-width: 900px) {
  .contact-sec02 .btn-common.type-en {
    margin: 0 auto 33px 0;
  }
}
.contact-sec02 .banner-img-grp {
  width: 100%;
  aspect-ratio: 375/259;
}

.contact-sec03 {
  padding: 114px 0 186px;
}
@media all and (max-width: 900px) {
  .contact-sec03 {
    padding: 64px 0 68px;
  }
}
.contact-sec03 .location-title {
  font-size: 2.75rem;
  line-height: 64px;
}
@media all and (max-width: 900px) {
  .contact-sec03 .location-title {
    font-size: 2rem;
    line-height: 38px;
  }
}
.contact-sec03 .location-sub-title {
  color: #747474;
}
@media all and (max-width: 900px) {
  .contact-sec03 .location-sub-title {
    margin-top: 5px;
  }
}
.contact-sec03 .bottom-inc-txt {
  margin-bottom: 11px;
  font-size: 1.625rem;
  line-height: 25px;
  letter-spacing: -0.52px;
}
.contact-sec03 .bottom-info-grp {
  gap: 93px;
  margin-top: 39px;
}
@media all and (max-width: 900px) {
  .contact-sec03 .bottom-info-grp {
    margin-top: 26px;
    gap: 55px;
  }
}
@media all and (max-width: 600px) {
  .contact-sec03 .bottom-info-grp {
    flex-direction: column;
    gap: 17px;
  }
}
.contact-sec03 .bottom-info-grp .info-inner-grp {
  padding: 0 0 1px 21px;
  border-left: 2px solid #d7d7d7;
}
@media all and (max-width: 900px) {
  .contact-sec03 .bottom-info-grp .info-inner-grp {
    padding-left: 12px;
  }
}
.contact-sec03 .bottom-info-grp .ttl {
  margin-bottom: 5px;
  color: #a9a9a9;
  letter-spacing: -0.32px;
}
@media all and (max-width: 900px) {
  .contact-sec03 .bottom-info-grp .ttl {
    margin-bottom: 1px;
  }
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 50px 20px 100px;
  text-align: center;
}
@media all and (max-width: 900px) {
  .error-page {
    padding: 20px 0 60px;
  }
}
.error-page.type-hidden {
  padding-bottom: 150px;
}
@media all and (max-width: 900px) {
  .error-page.type-hidden {
    padding: 20px 0 80px;
  }
}
.error-page .error-code {
  text-align: center;
  font-size: 9.375rem;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: -3px;
  color: #dfdfdf;
}
@media all and (max-width: 900px) {
  .error-page .error-code {
    font-size: 5rem;
    letter-spacing: -1.6px;
  }
}
.error-page .error-title {
  margin: 27px 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.84px;
}
@media all and (max-width: 900px) {
  .error-page .error-title {
    margin: -10px 0 19px;
    font-size: 1.625rem;
    letter-spacing: -0.52px;
  }
}
.error-page .error-title.type-hidden {
  margin: 27px 0 20px;
}
@media all and (max-width: 900px) {
  .error-page .error-title.type-hidden {
    margin: 25px 0 11px;
  }
}
@media all and (max-width: 900px) {
  .error-page .error-title.type-en {
    margin: -10px 0 10px;
  }
}
.error-page .error-desc {
  font-weight: 400;
  color: #434343;
}
@media all and (max-width: 900px) {
  .error-page .error-desc {
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: -0.56px;
  }
}
.error-page .btn-error {
  margin-top: 46px;
}
@media all and (max-width: 900px) {
  .error-page .btn-error {
    margin-top: 34px;
    padding: 0 31px;
  }
}
@media all and (max-width: 900px) {
  .error-page .btn-error.type-en {
    margin-top: 24px;
  }
}
.error-page .error-img-grp {
  width: 178px;
  height: 153px;
}
@media all and (max-width: 900px) {
  .error-page .error-img-grp {
    width: 121px;
    height: 101px;
  }
}/*# sourceMappingURL=ui.css.map */