@charset "UTF-8";
/* Breakpoint */
/* font size */
/* z-index */
/* colors */
/* Import common styles */
@font-face {
  font-family: "Pretendard";
  font-weight: 100 900;
  /* 가변 폰트의 두께 범위 */
  font-stretch: 50% 200%;
  /* 가변 폰트의 폭 범위 */
  src: url("../font/PretendardVariable.woff2") format("woff2");
  font-display: swap;
  /* 폰트 로딩 전략 */
}
@font-face {
  font-family: "Hahmlet";
  src: url("../font/Hahmlet-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hahmlet";
  src: url("../font/Hahmlet-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
input,
select,
textarea,
button {
  font-family: "Pretendard", "Malgun Gothic", "맑은고딕", "Apple SD Gothic Neo",
    Dotum, "돋움", sans-serif;
}

.blind,
caption span,
legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

body,
html {
  font-size: 16px;
  background-color: #202022;
}

@media screen and (max-width: 1175px) {
  .scroll_locked {
    overflow: hidden !important;
  }
}

a {
  color: currentColor;
}

img {
  max-width: 100%;
  width: 100%;

  user-drag: none; /* WebKit 기반 브라우저에서 이미지 드래그 방지 */
  -webkit-user-drag: none; /* Safari, Chrome용 */

  user-select: none; /* 텍스트 선택 방지 */
  -webkit-user-select: none; /* Safari, Chrome용 */
  -moz-user-select: none; /* Firefox용 */
  -ms-user-select: none; /* IE/Edge 구버전용 */
}

input {
  border: 0;
  box-shadow: 0;
  background: transparent;
  caret-color: #fff;
}
input:focus {
  outline: none;
}

.wrap {
  background-color: #000;
}
.wrap:has(.lnb_wrap.is_show) .header .logo {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

@media screen and (max-width: 1175px) {
  .only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1176px) {
  .only_mo {
    display: none !important;
  }
}

.content_main {
  opacity: 0;
}
.content_main.is_ready {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.box_floating {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  bottom: 32px;
  right: 32px;
  gap: 16px;
  transition: bottom 0.6s ease-out;
}

.box_floating.is_bottom {
  bottom: 104px;
}
@media (max-width: 1919px) {
  .box_floating {
    bottom: 1.67vw;
    /* right: 1.67vw;
    gap: 0.83vw; */
  }
}
@media screen and (max-width: 1175px) {
  .box_floating {
    right: 26px;
    bottom: 26px;
    /* bottom: 14.4vw;
    right: 5.3333333333vw;
    gap: 4.2666666667vw; */
  }
  .box_floating.is_bottom {
    bottom: 150px;
  }
}
.box_floating .box_nav {
  display: flex;
  flex-direction: column;
}
.box_floating .box_nav .btn_next,
.box_floating .box_nav .btn_prev {
  display: block;
  background-color: #2e2f32;
  padding: 12px;
}
/* @media (max-width: 1919px) {
  .box_floating .box_nav .btn_next,
  .box_floating .box_nav .btn_prev {
    padding: 0.63vw;
  }
}
@media screen and (max-width: 1175px) {
  .box_floating .box_nav .btn_next,
  .box_floating .box_nav .btn_prev {
    padding: 2.9333333333vw;
  }
} */
.box_floating .box_nav .btn_next:before,
.box_floating .box_nav .btn_prev:before {
  content: "";
  display: block;
}
.box_floating .box_nav .btn_prev:before {
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -505px -270px;
}
/* .box_floating .box_nav .btn_prev:before {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .box_floating .box_nav .btn_prev:before {
    background-size: 597px 368px;
    background-position: -505px -270px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .box_floating .box_nav .btn_prev:before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -26.3020833333vw -14.0625vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .box_floating .box_nav .btn_prev:before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .box_floating .box_nav .btn_prev:before {
    background-size: 112vw 73.5333333333vw;
    background-position: -25.2vw -58.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
} */
.box_floating .box_nav .btn_prev.is_disabled:before {
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -477px -270px;
}
/* .box_floating .box_nav .btn_prev.is_disabled:before {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .box_floating .box_nav .btn_prev.is_disabled:before {
    background-size: 597px 368px;
    background-position: -477px -270px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .box_floating .box_nav .btn_prev.is_disabled:before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -24.84375vw -14.0625vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .box_floating .box_nav .btn_prev.is_disabled:before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .box_floating .box_nav .btn_prev.is_disabled:before {
    background-size: 112vw 73.5333333333vw;
    background-position: -100.5333333333vw -37.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
} */

.box_floating .box_nav .btn_next:before {
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -564px -240px;
}
.box_floating .box_nav .btn_next.is_disabled:before {
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -536px -240px;
}
/* .box_floating .box_nav .btn_next:before {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .box_floating .box_nav .btn_next:before {
    background-size: 597px 368px;
    background-position: -564px -240px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .box_floating .box_nav .btn_next:before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -29.375vw -12.5vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .box_floating .box_nav .btn_next:before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .box_floating .box_nav .btn_next:before {
    background-size: 112vw 73.5333333333vw;
    background-position: -93.8666666667vw -37.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.box_floating .box_nav .btn_next.is_disabled:before {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .box_floating .box_nav .btn_next.is_disabled:before {
    background-size: 597px 368px;
    background-position: -536px -240px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .box_floating .box_nav .btn_next.is_disabled:before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -27.9166666667vw -12.5vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .box_floating .box_nav .btn_next.is_disabled:before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .box_floating .box_nav .btn_next.is_disabled:before {
    background-size: 112vw 73.5333333333vw;
    background-position: -87.2vw -37.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
} */

.scroll_lottie {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  pointer-events: none;
  width: 135px;
  height: 102px;
}
@media (max-width: 1919px) {
  .scroll_lottie {
    width: 7.03vw;
    height: 5.31vw;
  }
}
@media screen and (max-width: 1175px) {
  .scroll_lottie {
    width: 27.2vw;
    height: 20.8vw;
    bottom: 1.3333333333vw;
  }
}

.btn_top {
  padding: 12px;
  background-color: #2e2f32;
  box-sizing: border-box;
  padding: 12px;
}
.btn_top::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -533px -270px;
}
.btn_top:disabled::before {
  width: 24px;
  height: 24px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -561px -270px;
}
/* .btn_top {
  padding: 12px;
  background-color: #2e2f32;
  box-sizing: border-box;
  padding: 12px;
}
@media (max-width: 1919px) {
  .btn_top {
    padding: 0.63vw;
  }
}
@media screen and (max-width: 1175px) {
  .btn_top {
    padding: 2.9333333333vw;
  }
}
.btn_top::before {
  content: "";
  display: block;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .btn_top::before {
    background-size: 597px 368px;
    background-position: -533px -270px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .btn_top::before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -27.7604166667vw -14.0625vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .btn_top::before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .btn_top::before {
    background-size: 112vw 73.5333333333vw;
    background-position: -31.8666666667vw -58.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.btn_top:disabled::before {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .btn_top:disabled::before {
    background-size: 597px 368px;
    background-position: -561px -270px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .btn_top:disabled::before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -29.21875vw -14.0625vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .btn_top:disabled::before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .btn_top:disabled::before {
    background-size: 112vw 73.5333333333vw;
    background-position: -38.5333333333vw -58.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
} */

.box_landscape {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.box_landscape .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 23px 0;
}
.box_landscape .desc:before {
  content: "";
  display: block;
  width: 40px;
  height: 38px;
  background: url(../img/ico_landscape.png) center/cover no-repeat;
}
@media screen and (max-height: 480px) and (orientation: landscape) {
  .box_landscape {
    display: flex;
  }
}

@media screen and (max-width: 1175px) {
  .section_event {
    height: auto !important;
  }
  .section_event .fp-tableCell {
    height: auto !important;
  }
}

.section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fade_item {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.fade_item.main_scale {
  transform: scale(1.25);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.fade_item.main_scale.visible {
  transform: scale(1);
}
.fade_item.in_up {
  transform: translateY(100px);
  transition: transform 1.2s ease-in-out, opacity 1.2s ease;
}
.fade_item.in_up.in_up2 {
  transform: translateY(50px);
  transition: transform 1.2s ease-in-out, opacity 1.2s ease;
}
.fade_item.in_up.visible {
  transform: translateY(0);
}
.fade_item.visible {
  opacity: 1;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
textarea,
button,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  display: block;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img,
form,
fieldset,
svg,
li {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  margin: -1px;
}

input,
button,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

address,
caption,
em {
  font-style: normal;
}

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

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

/* .header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99;
  width: 100%;
  transform: translateX(-50%);
} */
.header {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 99;
  width: 100%;
  transform: translateX(-50%);
  height: 72px;
}

@media screen and (max-width: 1175px) {
  .header {
    top: 0;
  }
}

.header.type_update:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 288px;
  top: -24px;
  background: linear-gradient(0deg, #202022 0%, rgba(32, 32, 34, 0) 100%);
  transform: rotate(180deg);
  pointer-events: none;
}
@media (max-width: 1919px) {
  .header.type_update:before {
    height: 15vw;
    top: -1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .header.type_update:before {
    height: 150px;
    top: 0;
    background: linear-gradient(0deg, #202022 0%, rgba(32, 32, 34, 0) 100%);
  }
}
/* @media screen and (min-width: 1176px) {
  .header {
    top: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .header {
    top: 1.25vw;
  }
} */
.header_inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1175px) {
  .header_inner {
    padding: 20px;
  }
}
/* @media screen and (min-width: 1176px) {
  .header_inner {
    height: 72px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .header_inner {
    height: 3.75vw;
  }
}
@media screen and (max-width: 1175px) {
  .header_inner {
    justify-content: space-between;
    padding: 0vw 5.3333333333vw;
    height: 19.2vw;
  }
} */

.header .btn_menu {
  width: 32px;
  height: 32px;
  margin-left: 33px;
}

.header .btn_menu:before {
  display: block;
  content: "";
  background: url("../img/common/icon_menu.webp") 0 0 no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1175px) {
  .header .btn_menu {
    margin-left: 0;
  }
}

/* @media screen and (min-width: 1176px) {
  .header .btn_menu {
    width: 32px;
    height: 32px;
    margin-left: 33px;
    padding: 4px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .header .btn_menu {
    width: 1.67vw;
    height: 1.67vw;
    margin-left: 1.72vw;
    padding: 0.21vw;
  }
}
@media screen and (min-width: 1176px) {
  .header .btn_menu:before {
    display: block;
    content: "";
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .header .btn_menu:before {
    background-size: 597px 368px;
    background-position: -160px -316px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .header .btn_menu:before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -8.3333333333vw -16.4583333333vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .header .btn_menu {
    margin-left: 0;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    padding: 1.0666666667vw;
  }
  .header .btn_menu:before {
    display: block;
    content: "";
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .header .btn_menu:before {
    background-size: 112vw 73.5333333333vw;
    background-position: -51.8666666667vw -58.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
} */
.header .logo {
  position: absolute;
  left: 97px;
  top: 0px;
  width: 201px;
  height: 72px;
  background: url("../img/common/logo_architect.webp") 50% 50% no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1175px) {
  .header .logo {
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .header .logo {
    width: 170px;
    background-position: 50% 30%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 350px) {
  .header .logo {
    width: 130px;
    transform: translateX(-50%);
  }
}
/* .header .logo {
  position: absolute;
}
@media screen and (min-width: 1176px) {
  .header .logo {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    left: 97px;
    top: 0px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .header .logo {
    background-size: 597px 368px;
    background-position: -132px -240px;
    width: 201px;
    height: 72px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .header .logo {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -6.875vw -12.5vw;
    width: 10.46875vw;
    height: 3.75vw;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .header .logo {
    left: 5.05vw;
    top: 0vw;
  }
}
@media screen and (max-width: 1175px) {
  .header .logo {
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
    top: 2.1333333333vw;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .header .logo {
    background-size: 112vw 73.5333333333vw;
    background-position: -62.9333333333vw -22.1333333333vw;
    width: 45.4vw;
    height: 14.9333333333vw;
  }
} */

.header_list_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-right: 25px;
}

.header_list_link a,
.header_list_link button {
  display: block;
  width: 32px;
  height: 32px;
}

.header_list_link .link_home {
  background: url("../img/common/icon_home.webp") 0 0 no-repeat;
  background-size: contain;
}

.header_list_link .link_youtube {
  background: url("../img/common/icon_youtube.webp") 0 0 no-repeat;
  background-size: contain;
}

.header_list_link .link_ch {
  background: url("../img/common/icon_channel.webp") 0 0 no-repeat;
  background-size: contain;
}

.header_list_link .btn_share {
  background: url("../img/common/icon_share.webp") 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1175px) {
  .header_list_link {
    margin-right: 0;
  }

  .header_list_link a {
    display: none;
  }

  .header_list_link .btn_share {
    display: block;
  }
}

/* .header_list_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1176px) {
  .header_list_link {
    gap: 24px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .header_list_link {
    gap: 1.25vw;
    margin-right: 1.3vw;
  }
}
.header_list_link .link_home {
  display: none;
}
@media screen and (min-width: 1176px) {
  .header_list_link .link_home {
    display: block;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .header_list_link .link_home {
    background-size: 597px 368px;
    background-position: -557px -156px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .header_list_link .link_home {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -29.0104166667vw -8.125vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
.header_list_link .link_youtube {
  display: none;
}
@media screen and (min-width: 1176px) {
  .header_list_link .link_youtube {
    display: block;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .header_list_link .link_youtube {
    background-size: 597px 368px;
    background-position: -265px -199px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .header_list_link .link_youtube {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -13.8020833333vw -10.3645833333vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
.header_list_link .link_ch {
  display: none;
}
@media screen and (min-width: 1176px) {
  .header_list_link .link_ch {
    display: block;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .header_list_link .link_ch {
    background-size: 597px 368px;
    background-position: -557px -120px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .header_list_link .link_ch {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -29.0104166667vw -6.25vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 1175px) {
  .header_list_link .btn_share::before {
    display: block;
    content: "";
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .header_list_link .btn_share::before {
    background-size: 112vw 73.5333333333vw;
    background-position: -49.4vw -35.2666666667vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
} */

.fp-viewing-update4 .header.type_update::before,
.fp-viewing-footer .header.type_update::before {
  opacity: 0;
  transition: 2s;
  will-change: opacity;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #202022;
}

.footer_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 72px;
  gap: 64px;
}

.footer .footer_company {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 2px;
}

.footer .footer_company a.footer_logo {
  width: 125px;
  height: 29px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -337px -203px;
}

.footer .footer_company div.footer_logo {
  position: relative;
  padding-left: 16px;
}

.footer .footer_company div.footer_logo::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}

.footer .footer_company div.footer_logo::after {
  display: block;
  content: "";
  width: 125px;
  height: 22px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 597px 368px;
  background-position: -466px -203px;
}

.footer .copyright {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #ccccce;
  text-align: center;
}

@media screen and (max-width: 1175px) {
  .footer_inner {
    display: flex;
    flex-direction: column;
    height: 96px;
    gap: 6px;
  }

  .footer .footer_company {
    transform: scale(0.8);
  }
}
/* .footer_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1176px) {
  .footer_inner {
    height: 72px;
    gap: 64px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .footer_inner {
    height: 3.75vw;
    gap: 3.33vw;
  }
}
@media screen and (max-width: 1175px) {
  .footer_inner {
    display: flex;
    flex-direction: column;
    height: 24.5333333333vw;
  }
}
.footer .footer_company {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1176px) {
  .footer .footer_company {
    gap: 16px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .footer .footer_company {
    gap: 0.83vw;
    margin-bottom: 0.1vw;
  }
}
@media screen and (max-width: 1175px) {
  .footer .footer_company {
    gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 1176px) {
  .footer .footer_company a.footer_logo {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .footer .footer_company a.footer_logo {
    background-size: 597px 368px;
    background-position: -337px -203px;
    width: 125px;
    height: 29px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .footer .footer_company a.footer_logo {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -17.5520833333vw -10.5729166667vw;
    width: 6.5104166667vw;
    height: 1.5104166667vw;
  }
}
@media screen and (max-width: 1175px) {
  .footer .footer_company a.footer_logo {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .footer .footer_company a.footer_logo {
    background-size: 112vw 73.5333333333vw;
    background-position: -62.9333333333vw -37.3333333333vw;
    width: 24vw;
    height: 6.4vw;
  }
}
.footer .footer_company div.footer_logo {
  position: relative;
}
@media screen and (min-width: 1176px) {
  .footer .footer_company div.footer_logo {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .footer .footer_company div.footer_logo {
    padding-left: 0.83vw;
  }
}
@media screen and (max-width: 1175px) {
  .footer .footer_company div.footer_logo {
    padding-left: 4.2666666667vw;
  }
}
.footer .footer_company div.footer_logo::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1176px) {
  .footer .footer_company div.footer_logo::before {
    height: 16px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .footer .footer_company div.footer_logo::before {
    height: 0.83vw;
  }
}
@media screen and (max-width: 1175px) {
  .footer .footer_company div.footer_logo::before {
    height: 4.2666666667vw;
  }
}
.footer .footer_company div.footer_logo::after {
  display: block;
  content: "";
}
@media screen and (min-width: 1176px) {
  .footer .footer_company div.footer_logo::after {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .footer .footer_company div.footer_logo::after {
    background-size: 597px 368px;
    background-position: -466px -203px;
    width: 125px;
    height: 22px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .footer .footer_company div.footer_logo::after {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -24.2708333333vw -10.5729166667vw;
    width: 6.5104166667vw;
    height: 1.1458333333vw;
  }
}
@media screen and (max-width: 1175px) {
  .footer .footer_company div.footer_logo::after {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .footer .footer_company div.footer_logo::after {
    background-size: 112vw 73.5333333333vw;
    background-position: -62.6666666667vw -44.2666666667vw;
    width: 25.3333333333vw;
    height: 4.2666666667vw;
  }
}
.footer .copyright {
  font-weight: 400;
  color: #ccccce;
}
@media screen and (min-width: 1176px) {
  .footer .copyright {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .footer .copyright {
    font-size: 0.73vw;
    line-height: 1.15vw;
  }
}
@media screen and (max-width: 1175px) {
  .footer .copyright {
    font-size: 3.2vw;
  }
} */

.lnb_wrap {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1175px) {
  .lnb_wrap {
    right: 0;
  }
}
.lnb_wrap.is_show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1175px) {
  .lnb_wrap.is_show {
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.lnb_wrap .lnb_inner {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  height: 100%;
  background-color: #202022;
  box-sizing: border-box;
  transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out;
}
.lnb_wrap .lnb_inner.is_open {
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .lnb_inner {
    width: 264px;
    padding: 24px;
    left: -192px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .lnb_wrap .lnb_inner {
    width: 13.75vw;
    padding: 1.25vw;
    left: -10vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb_inner {
    width: 51.2vw;
    left: -51.2vw;
    padding: 6.4vw 6.4vw 13.6vw 6.4vw;
  }
}
.lnb_wrap .lnb_social {
  display: none;
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb_social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 4.2666666667vw;
    padding-top: 3.2vw;
    gap: 4.2666666667vw;
  }
  .lnb_wrap .lnb_social::before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 1px;
    background-color: #666668;
    transform: translateX(-50%);
    content: "";
    width: 4.2666666667vw;
  }
  .lnb_wrap .lnb_social .link_youtube::before {
    display: block;
    content: "";
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .lnb_wrap .lnb_social .link_youtube::before {
    background-size: 112vw 73.5333333333vw;
    background-position: -38.6666666667vw -44.2666666667vw;
    width: 12.8vw;
    height: 12.8666666667vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb_social .link_ch::before {
    display: block;
    content: "";
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .lnb_wrap .lnb_social .link_ch::before {
    background-size: 112vw 73.5333333333vw;
    background-position: -49.4vw -22.1333333333vw;
    width: 12.8vw;
    height: 12.8666666667vw;
  }
}
.lnb_wrap .logo {
  display: block;
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .logo {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .lnb_wrap .logo {
    background-size: 597px 368px;
    background-position: -337px -120px;
    width: 216px;
    height: 79px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .lnb_wrap .logo {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -17.5520833333vw -6.25vw;
    width: 11.25vw;
    height: 4.1145833333vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .logo {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .lnb_wrap .logo {
    background-size: 112vw 73.5333333333vw;
    background-position: 0vw -44.2666666667vw;
    width: 38.4vw;
    height: 14vw;
  }
}
.lnb_wrap .btn_menu {
  position: absolute;
  background-color: #2e2f32;
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .btn_menu {
    width: 48px;
    height: 48px;
    padding: 12px;
    top: 24px;
    right: -72px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .lnb_wrap .btn_menu {
    width: 2.5vw;
    height: 2.5vw;
    padding: 0.63vw;
    top: 1.25vw;
    right: -3.75vw;
  }
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .btn_menu::before {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .lnb_wrap .btn_menu::before {
    background-size: 597px 368px;
    background-position: -132px -316px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .lnb_wrap .btn_menu::before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -6.875vw -16.4583333333vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .btn_menu {
    width: 12.8vw;
    height: 12.8vw;
    padding: 3.2vw;
    top: 4.2666666667vw;
    right: -17.0666666667vw;
  }
  .lnb_wrap .btn_menu::before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .lnb_wrap .btn_menu::before {
    background-size: 112vw 73.5333333333vw;
    background-position: -45.2vw -58.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.lnb_wrap .btn_menu::before {
  display: block;
  content: "";
}
.lnb_wrap .link_official_web {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808082;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .link_official_web {
    margin-top: 16px;
    font-size: 14px;
    gap: 8px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .lnb_wrap .link_official_web {
    margin-top: 0.83vw;
    font-size: 0.73vw;
    gap: 0.42vw;
  }
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .link_official_web::after {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .lnb_wrap .link_official_web::after {
    background-size: 597px 368px;
    background-position: -188px -316px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .lnb_wrap .link_official_web::after {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -9.7916666667vw -16.4583333333vw;
    width: 0.46875vw;
    height: 0.46875vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .link_official_web {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
    gap: 2.1333333333vw;
  }
  .lnb_wrap .link_official_web::after {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .lnb_wrap .link_official_web::after {
    background-size: 112vw 73.5333333333vw;
    background-position: -108.6vw -22.1333333333vw;
    width: 2.2vw;
    height: 2.2vw;
  }
}
.lnb_wrap .link_official_web::after {
  content: "";
}
.lnb_wrap .lnb_nav {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lnb_wrap .lnb {
  border-top: 1px solid #3e3e40;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .lnb {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .lnb_wrap .lnb {
    margin-top: 1.25vw;
    padding-top: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb {
    margin-top: 6.4vw;
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.lnb_wrap .lnb_link {
  color: #808082;
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .lnb_item {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .lnb_wrap .lnb_item {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .lnb_item:hover .lnb_text {
    color: #e5e5e7;
  }
  .lnb_wrap .lnb_item:hover .lnb_frame {
    outline-color: #e5e5e7;
  }
  .lnb_wrap .lnb_item:hover .lnb_main_frame {
    background: #2e2f32 url(../img/lnb_main_on.jpg) center/cover no-repeat;
  }
  .lnb_wrap .lnb_item:hover .lnb_harvest_festival_frame {
    background: #2e2f32 url(../img/lnb_harvest_festival_on.webp) center/cover
      no-repeat;
  }
  .lnb_wrap .lnb_item:hover .lnb_update_frame {
    background: #2e2f32 url(../img/lnb_upd_on.jpg) center/cover no-repeat;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb_item {
    margin-bottom: 4.2666666667vw;
  }
}
.lnb_wrap .lnb_item:last-child {
  margin-bottom: 0;
}
.lnb_wrap .lnb_item.is_active .lnb_text {
  color: #e5e5e7;
}
.lnb_wrap .lnb_item.is_active .lnb_frame {
  outline-color: #e5e5e7;
}
.lnb_wrap .lnb_item.is_active .lnb_main_frame {
  background: #2e2f32 url(../img/lnb_main_on.jpg) center/cover no-repeat;
}
.lnb_wrap .lnb_item.is_active .lnb_harvest_festival_frame {
  background: #2e2f32 url(../img/lnb_harvest_festival_on.webp) center/cover
    no-repeat;
}
.lnb_wrap .lnb_item.is_active .lnb_update_frame {
  background: #2e2f32 url(../img/lnb_upd_on.jpg) center/cover no-repeat;
}
.lnb_wrap .lnb_frame {
  display: block;
  width: 100%;
  outline: 1px solid #3e3e40;
  outline-offset: -1px;
  box-sizing: border-box;
}
@media screen and (min-width: 1176px) {
  .lnb_wrap .lnb_frame {
    height: 108px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .lnb_wrap .lnb_frame {
    height: 5.63vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb_frame {
    height: 19.2vw;
  }
}
.lnb_wrap .lnb_main_frame {
  background: #2e2f32 url(../img/lnb_main.jpg) center/cover no-repeat;
}
.lnb_wrap .lnb_harvest_festival_frame {
  background: #2e2f32 url(../img/lnb_harvest_festival.webp) center/cover
    no-repeat;
}
.lnb_wrap .lnb_update_frame {
  background: #2e2f32 url(../img/lnb_upd.jpg) center/cover no-repeat;
}
.lnb_wrap .lnb_text {
  display: block;
  color: #808082;
  line-height: 1.3;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 1919px) {
  .lnb_wrap .lnb_text {
    margin-top: 0.42vw;
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 1175px) {
  .lnb_wrap .lnb_text {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}

/* .snb_wrap {
  position: fixed;
  top: 50%;
  right: 60px;
  z-index: 99;
  transform: translateY(-50%);
}
@media (max-width: 1919px) {
  .snb_wrap {
    right: 3.13vw;
  }
}
@media screen and (max-width: 1175px) {
  .snb_wrap {
    display: none;
  }
}
.snb_wrap .snb {
  position: relative;
}
.snb_wrap .snb_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1919px) {
  .snb_wrap .snb_list {
    gap: 0.83vw;
  }
}
.snb_wrap .snb_item {
  position: relative;
}
.snb_wrap .snb_item:hover .snb_link::after,
.snb_wrap .snb_item.active .snb_link::after {
  content: "";
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .snb_wrap .snb_item:hover .snb_link::after,
  .snb_wrap .snb_item.active .snb_link::after {
    background-size: 597px 368px;
    background-position: -477px -240px;
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .snb_wrap .snb_item:hover .snb_link::after,
  .snb_wrap .snb_item.active .snb_link::after {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -24.84375vw -12.5vw;
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
}
.snb_wrap .snb_item:hover .snb_link .text,
.snb_wrap .snb_item.active .snb_link .text {
  color: #fff;
}
.snb_wrap .snb_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 1919px) {
  .snb_wrap .snb_link {
    gap: 0.52vw;
  }
}
.snb_wrap .snb_link::after {
  content: "";
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .snb_wrap .snb_link::after {
    background-size: 597px 368px;
    background-position: -301px -199px;
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .snb_wrap .snb_link::after {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -15.6770833333vw -10.3645833333vw;
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
}
.snb_wrap .snb .text {
  font-weight: 400;
  color: #87837f;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: -0.56px;
}
@media (max-width: 1919px) {
  .snb_wrap .snb .text {
    font-size: 0.73vw;
    letter-spacing: -0.03vw;
  }
} */

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.popup:has(.box_video) {
  z-index: 301;
}
.popup .btn_close {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 1176px) {
  .popup .btn_close {
    right: 24px;
    top: -33px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .popup .btn_close {
    right: 1.25vw;
    top: -1.72vw;
  }
}
@media screen and (max-width: 1175px) {
  .popup .btn_close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 2.1333333333vw;
    top: -5.0666666667vw;
  }
}
.popup .btn_close:before {
  display: block;
  content: "";
}
@media screen and (min-width: 1176px) {
  .popup .btn_close:before {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .popup .btn_close:before {
    background-size: 597px 368px;
    background-position: -407px -240px;
    width: 66px;
    height: 66px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .popup .btn_close:before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -21.1979166667vw -12.5vw;
    width: 3.4375vw;
    height: 3.4375vw;
  }
}
@media screen and (max-width: 1175px) {
  .popup .btn_close:before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .popup .btn_close:before {
    background-size: 112vw 73.5333333333vw;
    background-position: -51.7333333333vw -44.2666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 1176px) {
  .popup .btn_close:hover:before {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .popup .btn_close:hover:before {
    background-size: 597px 368px;
    background-position: -337px -240px;
    width: 66px;
    height: 66px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .popup .btn_close:hover:before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -17.5520833333vw -12.5vw;
    width: 3.4375vw;
    height: 3.4375vw;
  }
}
.popup_inner {
  position: relative;
  box-sizing: border-box;
}
.popup_inner .box_video {
  position: relative;
  box-sizing: border-box;
  will-change: transform;
  width: 1072px;
  height: 603px;
}
@media (max-width: 1919px) {
  .popup_inner .box_video {
    width: 55.83vw;
    height: 31.41vw;
  }
}
.popup_inner .box_video::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/popup_video_bg.png) no-repeat center/cover;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 1175px) {
  .popup_inner .box_video {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
  }
  .popup_inner .box_video::before {
    background-image: url(../img/popup_video_bg_mo.png);
  }
}
.popup_inner .box_video iframe {
  width: 100%;
  border: 0;
  aspect-ratio: 16/9;
}

.toast {
  display: none;
}
@media screen and (max-width: 1175px) {
  .toast {
    display: flex;
    justify-content: center;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    /* top: 13.3333333333vw; */
    top: 90px;
  }
}
.toast .toast_content {
  display: flex;
  align-items: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3e3e40;
  box-sizing: border-box;
  max-width: 200px;
  padding: 16px 16px;
  gap: 8px;
  justify-content: center;
  /* max-width: 89.3333333333vw;
  padding: 4.2666666667vw 6.4vw;
  gap: 2.1333333333vw; */
}
.toast .toast_content::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_toast.svg") 50% 50% no-repeat;
  background-size: contain;
}

.toast .toast_content .text {
  /* flex: 1; */
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  word-break: break-word;
  font-size: 14px;
}
@media (max-width: 1175px) {
  .toast .toast_content::before {
    /* background-size: 112vw 73.5333333333vw;
    background-position: -58.5333333333vw -58.5333333333vw;
    width: 6.4vw;
    height: 6.4vw; */
  }
}
/* .toast .toast_content .text {
  flex: 1;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  word-break: break-word;
  font-size: 3.7333333333vw;
} */

.toast.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.section_main {
  display: flex;
  position: relative;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6) url(../img/main_bg.png) center/cover no-repeat;
  background-attachment: fixed;
  transition: background-position 0.7s;
}
.section_main .box_bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_main .box_bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section_main .box_bg_video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.section_main .section_inner {
  justify-content: center;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
.section_main .box_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.section_main .title {
  width: 852px;
}

@media (max-width: 1919px) {
  .section_main .title {
    /* width: 48.75vw; */
    width: calc(852vw / 19.2);
    min-width: 530px;
  }
}
@media screen and (max-width: 1175px) {
  .section_main .title {
    width: 80.8vw;
    max-width: 455px;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .section_main .title {
    width: 80.8vw;
    max-width: 455px;
    min-width: unset;
  }
}

.section_main .sub_title {
  position: relative;
  width: 862px;
  margin-top: 16px;
}

@media (max-width: 1919px) {
  .section_main .sub_title {
    /* width: 44.9vw; */
    /* margin-top: 0.83vw; */
    width: calc(862vw / 19.2);
    min-width: 608px;
    margin-top: calc(16vw / 19.2);
  }
}
@media screen and (max-width: 1175px) {
  .section_main .sub_title {
    width: 93.8666vw;
    max-width: 528px;
    margin-top: 20px;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .section_main .sub_title {
    width: 93.8666vw;
    /* max-width: 352px; */
    max-width: 528px;
    margin-top: 20px;
    min-width: unset;
  }
}

.section_main .btn_container {
  display: flex;
  justify-content: center;
  width: 715px;
  height: 64px;
  margin-top: 54px;
  gap: 16px;
}

.section_main .btn_container .btn_download {
  max-width: 213px;
}

.section_main .btn_container .btn_download.btn_gpg {
  max-width: 262px;
}
/* .section_main .btn_container img {
  display: block;
  width: auto;
  height: 100%;
} */

@media (max-width: 1919px) {
  .section_main .btn_container {
    width: calc(715vw / 19.2);
    /* margin-top: calc(54vw / 19.2); */
    min-width: 506px;
  }
}

@media screen and (max-width: 1175px) {
  .section_main .btn_container {
    width: 41.3333333333vw;
    min-width: 506px;
    height: auto;
    margin-top: 48px;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .section_main .btn_container {
    width: 41.3333333333vw;
    /* max-width: 160px; */
    max-width: 213px;
    height: auto;
    margin-top: 48px;
    min-width: unset;
  }

  .section_main .btn_container.is-mac,
  .section_main .btn_container.is-pc {
    display: block;
    width: 100%;
    /* max-width: 160px; */
    max-width: 100%;
    height: auto;
    margin-top: 48px;
  }

  .section_main .btn_container.is-mac .btn_download,
  .section_main .btn_container.is-pc .btn_download {
    margin: 0 auto 16px;
  }
}

/* 다운로드 버튼 분기 스타일 */
.section_main .btn_container .btn_download {
  display: none;
}

.section_main .btn_container.is-pc .btn_download {
  display: block;
}

/* .section_main .btn_container.is-mac .btn_download.btn_gpg, */
.section_main .btn_container.is-mac .btn_download.btn_ios,
.section_main .btn_container.is-mac .btn_download.btn_aos {
  display: block;
}

.section_main .btn_container.is-ios .btn_download.btn_ios {
  display: block;
}

.section_main .btn_container.is-aos .btn_download.btn_aos {
  display: block;
}

/* 메인 섹션 모션 정의*/
.section_main .motion_trigger .title {
  opacity: 0;
  transform: scale(1.25);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.section_main .motion_trigger.visible .title {
  opacity: 1;
  transform: scale(1);
}

.section_main .motion_trigger .sub_title {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s;
}

.section_main .motion_trigger.visible .sub_title {
  opacity: 1;
  transform: translateY(0);
}

.section_main .motion_trigger .btn_container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s;
}

.section_main .motion_trigger.visible .btn_container {
  opacity: 1;
  transform: translateY(0);
}

.section_main .btn_play {
  margin-top: 53px;
}
@media (max-width: 1919px) {
  .section_main .btn_play {
    margin-top: 2.76vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_main .btn_play {
    margin-top: 12.8vw;
  }
}
.section_main .btn_play::before {
  display: block;
  content: "";
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .section_main .btn_play::before {
    background-size: 597px 368px;
    background-position: 0px -240px;
    width: 128px;
    height: 128px;
  }
}
@media (min-width: 1081px) and (max-width: 1920px) {
  .section_main .btn_play::before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: 0vw -12.5vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_main .btn_play::before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .section_main .btn_play::before {
    background-size: 112vw 73.5333333333vw;
    background-position: 0vw -58.5333333333vw;
    width: 15vw;
    height: 15vw;
  }
}

.section_event {
  overflow: hidden;
}
@media screen and (min-width: 1176px) {
  .section_event .section_inner {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event .section_inner {
    padding-top: 0.94vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event .section_inner {
    max-height: none;
    padding: 23.4666666667vw 0vw 10.6666666667vw 0vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event .title {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event .title {
    margin-top: 0.94vw;
  }
}
.section_event .sub_title {
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 1176px) {
  .section_event .sub_title {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event .sub_title {
    margin-top: 0.21vw;
  }
}
.section_event .btn_evt {
  position: relative;
  margin: 0 auto;
}
.section_event .btn_evt::before {
  display: block;
  content: "";
}
@media screen and (min-width: 1176px) {
  .section_event .btn_evt::before {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .section_event .btn_evt::before {
    background-size: 597px 368px;
    background-position: -337px 0px;
    width: 260px;
    height: 116px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .section_event .btn_evt::before {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -17.5520833333vw 0vw;
    width: 13.5416666667vw;
    height: 6.0416666667vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event .btn_evt::before {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .section_event .btn_evt::before {
    background-size: 112vw 73.5333333333vw;
    background-position: -62.9333333333vw 0vw;
    width: 49.0666666667vw;
    height: 21.8666666667vw;
  }
}
.section_event .btn_link {
  position: absolute;
}
@media screen and (min-width: 1176px) {
  .section_event .btn_link {
    top: 7px;
    left: 14px;
    width: 232px;
    height: 60px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event .btn_link {
    top: 0.36vw;
    left: 0.73vw;
    width: 12.08vw;
    height: 3.13vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event .btn_link {
    top: 1.6vw;
    left: 3.2vw;
    width: 43.2vw;
    height: 11.2vw;
  }
}

.section_event1 {
  position: relative;
  background: #000 url(../img/evt1_bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  transition: background-position 0.7s;
}
@media screen and (max-width: 1175px) {
  .section_event1 .title {
    width: 54.9333333333vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event1 .title {
    width: 604px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event1 .title {
    width: 31.46vw;
  }
}
.section_event1 .sub_title {
  width: 87.4666666667vw;
}
@media screen and (min-width: 1176px) {
  .section_event1 .sub_title {
    width: 438px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event1 .sub_title {
    width: 22.81vw;
  }
}
.section_event1 .box_content {
  position: relative;
}
@media screen and (min-width: 1176px) {
  .section_event1 .box_content {
    width: 1128px;
    height: 604px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event1 .box_content {
    width: 58.75vw;
    height: 31.46vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event1 .box_content {
    padding-bottom: 20.8vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event1 .box_content .evt_char_img {
    position: absolute;
    top: -4px;
    left: 0px;
    width: 1136px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event1 .box_content .evt_char_img {
    top: -0.21vw;
    left: 0vw;
    width: 59.17vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event1 .box_content .evt_char_img {
    width: 136vw;
    margin-top: 8.2666666667vw;
  }
}
.section_event1 .box_content .evt_list_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91.7333333333vw;
  margin-left: 1.8666666667vw;
}
@media screen and (min-width: 1176px) {
  .section_event1 .box_content .evt_list_img {
    bottom: 35px;
    width: 661px;
    margin-left: 14px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event1 .box_content .evt_list_img {
    bottom: 1.82vw;
    width: 34.43vw;
    margin-left: 0.73vw;
  }
}
.section_event1 .btn_evt {
  margin-top: 7.7333333333vw;
}
@media screen and (min-width: 1176px) {
  .section_event1 .btn_evt {
    margin-top: -1px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event1 .btn_evt {
    margin-top: -0.05vw;
  }
}

.section_event2 {
  background: #000 url(../img/evt2_bg.jpg) center/cover no-repeat;
  transition: background-position 0.7s;
}
@media screen and (max-width: 1175px) {
  .section_event2 {
    background-image: url(../img/evt2_bg_mo.jpg);
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .title {
    width: 604px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .title {
    width: 31.46vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .title {
    width: 89.3333333333vw;
  }
}
.section_event2 .sub_title {
  width: 73.0666666667vw;
}
@media screen and (min-width: 1176px) {
  .section_event2 .sub_title {
    width: 452px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .sub_title {
    width: 23.54vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt_list_img {
    width: 1128px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt_list_img {
    width: 58.75vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .box_content {
    width: 1128px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .box_content {
    width: 58.75vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .box_content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_swiper {
    padding-right: 14.9333333333vw;
    padding-left: 14.6666666667vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt2_swiper .swiper-slide {
    width: 264px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt2_swiper .swiper-slide {
    width: 13.75vw;
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_swiper .swiper-slide {
    width: 70.4vw;
    margin-right: 4.2666666667vw;
  }
}
.section_event2 .evt2_swiper .swiper-slide:last-child {
  margin-right: 0;
}
.section_event2 .evt2_items {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.section_event2 .evt2_items .evet2_video {
  position: relative;
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt2_items .evet2_video {
    width: 244px;
    margin-top: 29px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt2_items .evet2_video {
    width: 12.71vw;
    margin-top: 1.51vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_items .evet2_video {
    width: 65.0666666667vw;
    margin-top: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.section_event2 .evt2_items .evet2_video_text {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  will-change: transform;
  color: #c0b5aa;
}
.section_event2 .evt2_items .evet2_video_text em {
  color: #e2b863;
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt2_items .evet2_video_text {
    bottom: 19px;
    gap: 4px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt2_items .evet2_video_text {
    bottom: 0.99vw;
    gap: 0.21vw;
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_items .evet2_video_text {
    bottom: 5.0666666667vw;
    gap: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text1 {
    width: 153px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text1 {
    width: 7.97vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text1 {
    width: 40.5333333333vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text2 {
    width: 107px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text2 {
    width: 5.57vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text2 {
    width: 28.2666666667vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text3 {
    width: 135px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text3 {
    width: 7.03vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text3 {
    width: 36vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text4 {
    width: 161px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text4 {
    width: 8.39vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .evt2_items .evet2_video_text.txt_text4 {
    width: 42.9333333333vw;
  }
}
.section_event2 .evt2_items .evet2_video video {
  width: 100%;
}
@media screen and (min-width: 1176px) {
  .section_event2 .btn_evt {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event2 .btn_evt {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event2 .btn_evt {
    margin-top: 6.4vw;
  }
}

.section_event3 {
  background: #000 url(../img/evt3_bg.jpg) center/cover no-repeat;
  transition: background-position 0.7s;
}
@media screen and (max-width: 1175px) {
  .section_event3 {
    background-image: url(../img/evt3_bg_mo.jpg);
  }
}
@media screen and (min-width: 1176px) {
  .section_event3 .title {
    width: 604px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event3 .title {
    width: 31.46vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event3 .title {
    width: 89.3333333333vw;
  }
}
.section_event3 .sub_title {
  width: 80.2666666667vw;
}
@media screen and (min-width: 1176px) {
  .section_event3 .sub_title {
    width: 790px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event3 .sub_title {
    width: 41.15vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event3 .box_content {
    margin-top: 40px;
    margin-right: 350px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event3 .box_content {
    margin-top: 2.08vw;
    margin-right: 18.23vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event3 .box_content {
    margin-top: 6.4vw;
  }
}
.section_event3 .evt_list_img {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1176px) {
  .section_event3 .evt_list_img {
    width: 806px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event3 .evt_list_img {
    width: 41.98vw;
  }
}
.section_event3 .evt_arrow {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1176px) {
  .section_event3 .evt_arrow {
    margin-top: -9px;
    margin-bottom: -14px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event3 .evt_arrow {
    margin-top: -0.47vw;
    margin-bottom: -0.73vw;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .section_event3 .evt_arrow {
    background-size: 597px 368px;
    background-position: -265px -120px;
    width: 68px;
    height: 75px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .section_event3 .evt_arrow {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: -13.8020833333vw -6.25vw;
    width: 3.5416666667vw;
    height: 3.90625vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event3 .evt_arrow {
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
    margin-top: -16vw;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .section_event3 .evt_arrow {
    background-size: 112vw 73.5333333333vw;
    background-position: -15.2666666667vw -58.5333333333vw;
    width: 9.6666666667vw;
    height: 10.6666666667vw;
  }
}
.section_event3 .evt_character {
  display: none;
}
@media screen and (min-width: 1176px) {
  .section_event3 .evt_character {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 409px;
    margin-top: -229px;
    margin-left: 155px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event3 .evt_character {
    width: 21.3vw;
    margin-top: -11.93vw;
    margin-left: 8.07vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event3 .btn_evt {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event3 .btn_evt {
    margin-top: -1.04vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event3 .btn_evt {
    margin-top: -9.6vw;
  }
}

.section_event4 {
  background: #000 url(../img/evt4_bg.jpg) center/cover no-repeat;
  transition: background-position 0.7s;
}
@media screen and (max-width: 1175px) {
  .section_event4 {
    background-image: url(../img/evt4_bg_mo.jpg);
  }
}
@media screen and (min-width: 1176px) {
  .section_event4 .title {
    width: 604px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event4 .title {
    width: 31.46vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event4 .title {
    width: 89.3333333333vw;
  }
}
.section_event4 .sub_title {
  width: 80.2666666667vw;
}
@media screen and (min-width: 1176px) {
  .section_event4 .sub_title {
    width: 396px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event4 .sub_title {
    width: 20.63vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event4 .box_content {
    margin-top: 99px;
    margin-left: 286px;
    width: 840px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event4 .box_content {
    margin-top: 5.16vw;
    margin-left: 14.9vw;
    width: 43.75vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event4 .box_content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event4 .evt4_swiper {
    padding-right: 14.6666666667vw;
    padding-left: 14.4vw;
  }
}
.section_event4 .evt4_swiper .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 1176px) {
  .section_event4 .evt4_swiper .swiper-slide {
    width: 264px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event4 .evt4_swiper .swiper-slide {
    width: 13.75vw;
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event4 .evt4_swiper .swiper-slide {
    width: 70.4vw;
    margin-right: 4.2666666667vw;
  }
}
.section_event4 .evt4_swiper .swiper-slide:last-child {
  margin-right: 0;
}
.section_event4 .evt4_swiper .swiper-pagination-bullet {
  opacity: 1;
  background-image: url("../img/sprite-mobile.png");
  background-repeat: no-repeat;
}
@media (max-width: 1175px) {
  .section_event4 .evt4_swiper .swiper-pagination-bullet {
    background-size: 112vw 73.5333333333vw;
    background-position: -62.6666666667vw -48.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.section_event4 .evt4_swiper .swiper-pagination-bullet-active {
  background-color: transparent !important;
  background-image: url("../img/sprite-mobile.png");
  background-repeat: no-repeat;
}
@media (max-width: 1175px) {
  .section_event4 .evt4_swiper .swiper-pagination-bullet-active {
    background-size: 112vw 73.5333333333vw;
    background-position: -68.2666666667vw -48.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.section_event4 .evt_character {
  display: none;
}
@media screen and (min-width: 1176px) {
  .section_event4 .evt_character {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateY(347px);
    width: 511px;
    margin-top: -241px;
    margin-left: -677px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event4 .evt_character {
    width: 26.61vw;
    margin-top: -12.55vw;
    margin-left: -35.26vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_event4 .btn_evt4 {
    margin-top: 68px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_event4 .btn_evt4 {
    margin-top: 3.54vw;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1921px) {
  .section_event4 .btn_evt4 {
    background-size: 597px 368px;
    background-position: 0px 0px;
    width: 333px;
    height: 116px;
  }
}
@media screen and (min-width: 1176px) and (min-width: 1081px) and (max-width: 1920px) {
  .section_event4 .btn_evt4 {
    background-size: 31.09375vw 19.1666666667vw;
    background-position: 0vw 0vw;
    width: 17.34375vw;
    height: 6.0416666667vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event4 .btn_evt4 {
    margin-top: 4.2666666667vw;
    background-image: url("../img/sprite-mobile.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1175px) and (max-width: 1175px) {
  .section_event4 .btn_evt4 {
    background-size: 112vw 73.5333333333vw;
    background-position: 0vw 0vw;
    width: 62.6666666667vw;
    height: 21.8666666667vw;
  }
}
.section_event4 .btn_evt4 .btn_link {
  top: 8px;
  left: 14px;
  width: 306px;
}
@media (max-width: 1919px) {
  .section_event4 .btn_evt4 .btn_link {
    top: 0.42vw;
    left: 0.73vw;
    width: 15.94vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_event4 .btn_evt4 .btn_link {
    top: 1.6vw;
    width: 59.4666666667vw;
  }
}

.section_update {
  position: relative;
}
@media screen and (max-width: 1175px) {
  .section_update {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.section_update .section_inner {
  position: relative;
  height: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 1176px) {
  .section_update .section_inner {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_update .section_inner {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_update .section_inner {
    padding-bottom: 16vw;
  }
}

.section_update {
  position: relative;
  background: #000 url(../img/upd4_bg.jpg) center/cover no-repeat;
}

.section_update .title {
  position: relative;
  z-index: 100;
}

.section_update .fp-tableCell {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1175px) {
  .section_update {
    position: relative;
    height: auto !important;
  }
  .section_update .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    height: auto !important;
  }
  .section_update:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: #000 url(../img/upd4_bg_mo.webp) top center/1920px auto repeat-y;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1176px) {
  .section_update .section_inner {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_update .section_inner {
    padding-bottom: 4.17vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_update .section_inner {
    position: relative;
    box-sizing: border-box;
    padding: 25.6vw 5.3333333333vw 10.1333333333vw 5.3333333333vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1176px) {
  .section_update .title {
    width: 292px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_update .title {
    width: 15.21vw;
    padding-left: 1.15vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_update .title {
    width: calc(100% + 10.6667vw);
    height: 220px;
    margin: -25.6vw -5.3333333333vw 0vw -5.3333333333vw;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .section_update .title:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 220px;
    background: #000 url(../img/upd4_bg_mo.webp) top center/1920px auto
      no-repeat;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .section_update .title .tit_mo {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(188% / 3.75);
    max-width: 188px;
    margin: 0 auto;
    z-index: 2;
  }
}
.section_update .list_wrap {
  display: flex;
}
@media screen and (min-width: 1176px) {
  .section_update .list_wrap {
    margin-top: 77px;
    gap: 26px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_update .list_wrap {
    margin-top: 4.01vw;
    gap: 1.35vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_update .list_wrap {
    margin-top: 6.4vw;
    width: calc(335% / 3.75);
    max-width: 460px;
    margin: 0 auto;
  }
}
.section_update .list_wrap .list {
  display: flex;
  gap: 26px;
}
@media (max-width: 1919px) {
  .section_update .list_wrap .list {
    gap: 1.35vw;
  }
}
@media screen and (max-width: 1175px) {
  .section_update .list_wrap .list {
    flex-direction: column;
  }
}
@media screen and (min-width: 1176px) {
  .section_update .list_wrap .list_item {
    width: 360px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1919px) {
  .section_update .list_wrap .list_item {
    width: 18.75vw;
  }
}
@media screen and (min-width: 1176px) {
  .section_update .section_inner .title .only_pc {
    opacity: 0;
    transform: scale(1.25);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  }
  .section_update .section_inner.is_show .title .only_pc {
    opacity: 1;
    transform: scale(1);
  }

  .section_update .section_inner .list_wrap .list_item {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s ease-out,
      transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .section_update .section_inner.is_show .list_wrap .list_item {
    opacity: 1;
    transform: translateY(0);
  }

  .section_update .section_inner.is_show .list_wrap .list_item:nth-child(1) {
    transition-delay: 0.45s;
  }
  .section_update .section_inner.is_show .list_wrap .list_item:nth-child(2) {
    transition-delay: 0.3s;
  }
  .section_update .section_inner.is_show .list_wrap .list_item:nth-child(3) {
    transition-delay: 0.6s;
  }
}
