/* 공통요소 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
html::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
body::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

/* 폰트 */
@font-face {
  font-family: 'TmonMonsori';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Vitro_core';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_core.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family:'bitbit';
  src:url('//cdn.df.nexon.com/img/common/font/DNFBitBit-Regular.woff'),url('//cdn.df.nexon.com/img/common/font/DNFBitBit-Regular.woff2') ;
}

/* 헤더 영역 */
header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(7, 6, 53, 0.7);
}
.headerInner {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 로고 영역 */
.logoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.logoBox > img {
  width: auto;
  height: 100%;
}

/* 메뉴 영역 */
.headerMenus {
  display: flex;
  align-items: center;
  gap: 80px;
}
.headerMenus li {
  font-size: 18px;
  text-align: center;
}
.headerMenus li a {
  color: white;
  font-weight: 500;
  font-family: 'Pretendard-Regular';
}

/* 커뮤니티 */
.communityList {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.communityBox {
  width: 32px;
  height: 32px;
}
.communityBox:hover path {
  fill: #84FFE6;
}

/* 풀페이지 스크롤 영역 */
.fullpage-wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* 1페이지 */
.page1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* 배경 영역 */
.page1Bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/* 전체 영역 */
.page1More {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page1MoreList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

/* 텍스트 문구 */
.page1TxtList {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.page1SubTxt {
  color: white;
  font-size: 22px;
  font-family: 'Pretendard-Regular';
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
  cursor: default;
}
.page1Tit {
  position: relative;
  cursor: default;
}
.page1Tit h1 > p:first-child {
  font-size: 75px;
  font-family: 'TmonMonsori';
  background: linear-gradient(to bottom, #fff, #84ffe6);
  color: transparent;
  -webkit-background-clip: text;
}
.page1Tit h1 > p:last-child {
  background: linear-gradient(to bottom, #fff, #84ffe6);
  color: transparent;
  -webkit-background-clip: text;
  font-family:'bitbit';
  font-size: 50px;
  display: inline-block;
  margin-top: 5px;
}

/* 플레이 버튼 */
.playBtns {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playArrow {
  width: 40%;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.playBack {
  position: absolute;
  animation: playBackMove 50s infinite;
}

@keyframes playBackMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 스팀 버튼 */
.steamBtn {
  display: flex;
  align-items: center;
  justify-content: start;
  background: linear-gradient(to bottom, #EDA93E, #ed933e);
  border-radius: 10px;
  gap: 10px;
  padding: 10px 40px 10px 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), inset 0 6px 3px rgba(255, 255, 255, 0.25);
}
.steamBtn:hover {
  background: linear-gradient(to top, #EDA93E, #ed933e);
}
.steamBtnIcon {
  width: 45px;
  height: 45px;
}
.steamTxt {
  color: #001426;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: 'Pretendard';
}
.steamTxt > p:first-child {
  font-size: 13px;
  font-weight: 500;
}
.steamTxt > p:nth-child(2) {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* 팝업 영역 */
.play1PopupArt {
  width: 100%;
  height: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.play1PopupBox {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.playPopVideo {
  width: 60%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 10px;
}
.playPopVideo > video {
  width: 100%;
  border-radius: 10px;
}

.playPopClose {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

/* 2페이지 */
.page2 {
  width: 100%;
  height: 100vh;
  background-image: url(/img/page2/page2Bg.webp);
  background-size: cover;
  background-position: bottom center;
}

.page2More {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page2MoreBox {
  width: 70%;
  height: 75%;
  max-width: 1400px;
  max-height: 800px;
  background-color: #1D2D4E;
  border-radius: 20px;
  box-shadow: 0 0 18px rgba(255, 217, 0, 0.25);
  display: flex;
  align-items: center;
  padding: 0 0 0 2%;
  border: 1px solid #000;
}

/* 왼쪽 영역 */
.page2BoxLeft {
  width: 48%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: end;
}
.page2BoxLeft2 {
  width: 98%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: end;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.page2BoxLeft3 {
  width: 98%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  padding: 0 5%; /* 수정 */
}

/* 텍스트 영역 */
.page2BoxText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.page2BoxTit {
  font-family: 'Vitro_core';
  color: #1D2D4E;
  font-size: 35px;
}
.page2BoxTxt {
  font-size: 18px;
  font-family: 'Pretendard';
  font-weight: 600;
  color: #747474;
}

/* 모닥불 동영상 */
.page2Move {
  width: 60%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.page2Move video {
  width: 100%;
  position: absolute;
  right: -2px;
  z-index: 9;
}

/* 내용 입력 */
.preForms {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 이메일 */
.preEmailBox {
  width: 100%;
  height: 45px;
  border: 2px solid #2C2C2C;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.preEmailTit {
  width: 80px;
  font-size: 14px;
  text-align: center;
  color: #EDA93E;
  font-family:'bitbit';
}
.preEmailBox input {
  flex: 1;
  height: 100%;
  padding: 0 10px;
  border: none;
  font-family:'bitbit';
  font-size: 15px;
  outline: none;
  color: #333;
  background-color: transparent;
}

/* 동의체크 */
.preCheckBox {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 3px
}
.preChecks {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.preChecks label {
  font-size: 14px; /* 수정 */
  word-break: keep-all; /* 수정 */
  color: #562F00;
  font-family: 'Pretendard';
  font-weight: 600;
  cursor: pointer;
}
.preChecks input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-image: url(/img/page2/checkOff.png);
  background-size: cover;
  flex-shrink: 0; /* 수정 */
}
.preChecks input[type=checkbox]:checked {
  background-image: url(/img/page2/checkOn.png);
}

.clauseBtn {
  color: #486EF5;
  font-size: 14px;
  font-family: 'Pretendard';
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

/* 버튼 */
.preBtn {
  width: 100%;
  height: 45px;
  margin: 15px 0 0 0;
  background-color: #EDA93E;
  border: none;
  border-radius: 5px;
  color: #562F00;
  font-family:'bitbit';
  font-size: 19px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 4px 4px rgba(255, 255, 255, 0.3);
}

/* 약관 팝업 */
.clausePopArt {
  width: 100%;
  height: 100%;
  position: fixed;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.no-scroll {
  overflow: visible !important;
}

.clausePopBox {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 10px;
}

.clauseClose {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.clausePopContent {
  width: 600px;
  height: 500px;
  background-color: #f1f4fb;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.clausePopContent .clauseText {
  width: 100%;
  height: 100%;
  background-color: white;
  resize: none;
  outline: none;
  cursor: default;
  border: none;
  font-family: 'Pretendard';
  font-size: 15px;
  color: #333;
  font-weight: 500;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

/* 오른쪽 영역 */
.page2BoxRight {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 2%;
}

/* 텍스트 영역 */
.page2BoxRText {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page2BoxRTit {
  font-family: 'Vitro_core';
  font-size: 30px;
  background: linear-gradient(to bottom, #fff, #fff846);
  color: transparent;
  -webkit-background-clip: text;
}

/* 이벤트 기간 */
.eventDays {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 18px;
  color: #FFD93B;
  font-weight: 500;
  font-family: 'Pretendard';
  display: flex;
  gap: 5px;
}

/* 경품 */
.eventListBox {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.eventProduct {
  width: 85%;
  padding: 10px; /* 수정 */
}
.eventBoxTit {
  color: white;
  font-family: 'Vitro_core';
  font-size: 16px;
  letter-spacing: 1px;
}


/* 3페이지 */
.page3 {
  width: 100%;
  height: 100vh;
  background-image: url(/img/page3/page3Bg.webp);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: bottom;
}

.page3More {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.page3Tit {
  font-family: 'Vitro_core';
  font-size: 40px;
  background: linear-gradient(to bottom, #fff, #fff846);
  color: transparent;
  -webkit-background-clip: text;
}

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-buttons button {
  width: 100px;
  height: 100px;
  background-color: transparent;
  border: none;
  opacity: 0.6;
  cursor: pointer;
}

.nav-buttons button.btnfocused {
  opacity: 1;
  scale: 1.2;
}

.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: auto;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 60px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px;
}

.slide {
  width: 200px; /* 4개 보이게 */
  height: 500px;
  transition: transform 0.3s ease;
  border-top: 3px solid #FFE180;
  background: linear-gradient(to bottom, #041331, #002D61);
  box-shadow: 0 0 10px rgba(255, 217, 0, 0.25);
  flex-shrink: 0;
  cursor: pointer;
}
.slide:hover {
  background: linear-gradient(to bottom, #002D61, #031b4b);
}

.slideImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 40%;
}
.slide.focused {
  width: 400px;
}

/* 캐릭터 이미지 */
.slideImg1 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha1_off.webp);
}
.slide.focused .slideImg1 {
  background-image: url(/img/page3/cha1_on.webp);
}

.slideImg2 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha2_off.webp);
}
.slide.focused .slideImg2 {
  background-image: url(/img/page3/cha2_on.webp);
}

.slideImg3 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha3_off.webp);
}
.slide.focused .slideImg3 {
  background-image: url(/img/page3/cha3_on.webp);
}

.slideImg4 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha4_off.webp);
}
.slide.focused .slideImg4 {
  background-image: url(/img/page3/cha4_on.webp);
}

.slideImg5 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha5_off.webp);
}
.slide.focused .slideImg5 {
  background-image: url(/img/page3/cha5_on.webp);
}

.slideImg6 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha6_off.webp);
}
.slide.focused .slideImg6 {
  background-image: url(/img/page3/cha6_on.webp);
}

.slideImg7 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha7_off.webp);
}
.slide.focused .slideImg7 {
  background-image: url(/img/page3/cha7_on.webp);
}

.slideImg8 {
  width: 100%;
  height: 100%;
  background-image: url(/img/page3/cha8_off.webp);
}
.slide.focused .slideImg8 {
  background-image: url(/img/page3/cha8_on.webp);
}

.arrow {
  cursor: pointer;
}

.carousel-window {
  overflow: hidden;
  width: 1000px;
}

/* 4페이지 */
.page4 {
  width: 100%;
  height: 20px;
  background-color: #030C20;
}

/* 일반 스크롤 영역 */
.scrollable-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.scrollable-wrap::-webkit-scrollbar {
  display: none;
}

/* 5페이지 */
.page5 {
  width: 100%;
  padding: 1% 0 10% 0;
  background-image: url(/img/page5/page5Bg.webp);
  background-size: cover;
}

.page5More {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 0 0 0;
  flex-direction: column;
  gap: 100px;
}

.page5PlayList {
  width: 60%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.page5PlayBox {
  width: 100%;
  display: flex;
  gap: 40px;
}
.page5PlayVideo {
  width: 50%;
  max-width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.page5PlayVideo video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.page5PlayTxt {
  width: 50%;
  word-break: keep-all;
  font-family: 'Pretendard';
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page5PlayTxtTop {
  color: white;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  display: flex;
  gap: 10px;
}
.page5PlayTxtCenter {
  color: #AFAFAF;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}
.page5PlayTxtBottom {
  color: #FFE180;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.txtTopIcon {
  width: 30px;
  height: 30px;
}

.applyBtns {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}

.applyBtn {
  width: 100%;
  height: 55px;
  border-radius: 60px;
  background-color: #EDA93E;
  color: #562F00;
  font-family: 'bitbit';
  font-size: 21px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2),
  inset 0 4px 4px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.applyBtn > span {
  text-shadow: 0 0 3px rgba(255, 255, 255, 1);
}

/* 푸터 */
footer {
  padding: 25px 0;
  background-color: #001426;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.footComm {
  display: none;
}

.footerInner {
  display: flex;
  align-items: start;
  gap: 80px;
}

.footerLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerLogo {
  height: 35px;
}
.footerLogo > img {
  width: auto;
  height: 100%;
}

.footerText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Pretendard';
  font-size: 14px;
}

.fTextTop {
  color: #555;
  font-weight: 500;
}
.fTexts {
  color: #A0A0A0;
  font-size: 400;
  line-height: 22px;
}
.fTextBottom {
  color: #A0A0A0;
  font-weight: 400;
}

/* 반응형 */
@media screen and (max-width: 1600px) {
  .page2BoxLeft3 {
    padding: 5%;
  }
  .page2BoxRight {
    padding: 5%;
  }
}

@media screen and (max-width: 1440px) {
  /* 1페이지 */
  .headerMenus li {
    font-size: 16px;
  }
  .page1Tit h1 > p:first-child {
    font-size: 65px;
  }

  /* 2페이지 */
  .page2BoxTit {
    font-size: 25px;
  }
  .page2BoxTxt {
    font-size: 16px;
  }

  .page2Move {
    height: 210px;
  }
  .preForms {
    width: 100%;
    margin: 0 auto;
  }
  .preEmailBox {
    border: 1px solid #2C2C2C;
  }
  .preEmailBox input {
    font-size: 13px;
  }
  .preEmailTit {
    font-size: 13px;
  }
  .preChecks label {
    font-size: 13px;
  }
  .preChecks input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .preBtn {
    font-size: 15px;
  }
  .page2BoxRTit {
    font-size: 25px;
  }
  .eventDays {
    font-size: 15px;
  }

  /* 3페이지 */
  .carousel-window {
    width: 900px;
  }
  .carousel-wrapper {
    gap: 50px;
  }
  .slide {
    width: 150px;
    height: 400px;
  }
  .slide.focused {
    width: 360px;
  }
  .page3Tit {
    font-size: 35px;
  }
  .nav-buttons button {
    width: 80px;
    height: 80px;
  }

  /* 5페이지 */
  .page5PlayTxtTop {
    font-size: 25px;
    line-height: 28px;
  }
  .txtTopIcon {
    width: 26px;
    height: 26px;
  }
  .page5PlayTxtCenter {
    font-size: 16px;
    line-height: 20px;
  }
  .page5PlayTxtBottom {
    font-size: 19px;
    line-height: 28px;
  }

  .applyBtn {
    height: 50px;
    font-size: 19px;
  }

  /* 푸터 */
  .footerLogo {
    height: 30px;
  }

}

@media screen and (max-width: 1200px) {
  .headerMenus {
    gap: 50px;
  }

  .play1PopupBox {
    flex-direction: column-reverse;
    width: 80%;
    align-items: end;
  }

  .playPopVideo {
    width: 100%;
  }

  .communityList {
    gap: 10px;
  }
  .communityBox {
    width: 28px;
    height: 28px;
  }
  .headerMenus li {
    font-size: 15px;
  }
  .page2MoreBox {
    width: 90%;
  }

  .page5PlayList {
    width: 90%;
  }

  .page5PlayBox {
    gap: 30px;
  }
  .page5PlayVideo {
    width: 45%;
  }
  .page5PlayTxtTop {
    font-size: 22px;
    line-height: 26px;
  }
  .page5PlayTxtCenter {
    font-size: 15px;
    line-height: 19px;
  }
  .page5PlayTxtBottom {
    font-size: 17px;
    line-height: 26px;
  }
  .txtTopIcon {
    width: 22px;
    height: 22px;
  }

  .steamBtn {
    padding: 10px 30px 10px 10px;
  }
  .steamBtnIcon {
    width: 40px;
    height: 40px;
  }
  .steamTxt > p:nth-child(2) {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .headerInner {
    justify-content: center;
  }
  .headerMenus {
    display: none;
  }
  .communityList {
    display: none;
  }

  .page1SubTxt {
    font-size: 20px;
  }
  .page1Tit h1 > p:first-child {
    font-size: 60px;
  }
  .page1Tit h1 > p:last-child {
    font-size: 40px;
    margin-top: 0;
  }

  .page2BoxTit {
    font-size: 20px;
  }
  .page2BoxTxt {
    font-size: 14px;
  }
  .page2Move {
    height: 180px;
  }
  .preEmailBox {
    height: 40px;
  }

  .page2BoxRTit {
    font-size: 22px;
  }
  .eventDays {
    font-size: 14px;
  }
  .eventBoxTit {
    font-size: 14px;
  }

  .nav-buttons button {
    width: 70px;
    height: 70px;
  }
  .page3Tit {
    font-size: 30px;
  }

  .carousel-window {
    width: 700px;
  }
  .slide {
    width: 120px;
  }

  .slide.focused {
    width: 300px;
  }
  .carousel-wrapper {
    gap: 20px;
  }

  .arrow {
    width: 40px;
  }
  .page5PlayBox {
    gap: 20px;
  }

  .page5PlayTxt > p:first-child {
    font-size: 18px;
    line-height: 25px;
  }
  .page5PlayTxt > p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }

  .footerInner {
    gap: 20px;
  }

  .footComm {
    display: block;
  }

  .footComm .communityList {
    display: flex;
    gap: 15px;
  }
}

@media screen and (max-width: 800px) {
  header {
    position: absolute;
  }

  .page1Tit h1 > p:first-child {
    font-size: 55px;
  }
  .page1SubTxt {
    font-size: 18px;
  }
  .playBtns {
    width: 180px;
    height: 180px;
  }

  .page2 {
    height: auto;
  }
  .page2MoreBox {
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    justify-content: start;
    border-radius: 0;
    max-height: 100%;
    padding: 0;
  }
  .page2BoxLeft {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    padding: 10% 0;
    background-color: white;
  }
  .page2BoxLeft2 {
    box-shadow: none;
  }
  .page2BoxRight {
    width: 100%;
    flex-shrink: 0;
    padding: 20% 0;
    gap: 30px;
  }

  .page2Move {
    width: 40%;
    height: 260px;
  }

  .page3More {
    width: 90%;
  }

  .carousel-container {
    width: 70%;
  }
  .carousel-wrapper {
    width: 100%;
  }
  .carousel-window {
    width: 100%;
  }

  .page2BoxLeft2 {
    width: 100%;
  }
  .page2BoxLeft3 {
    width: 90%; /* 수정 */
    margin: 0 auto; /* 수정 */
    box-shadow: none;
  }

  .slide {
    width: 100%;
    height: 500px;
  }
  .slide.focused {
    width: 100%;
  }

  body {
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
  .page1 {
    overflow: visible;
    position: static;
  }

  .fullpage-wrap {
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  .page4 {
    display: none;
  }

  .nav-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .page3Tit {
    font-size: 24px;
  }
  .page5More {
    gap: 40px;
  }
  .page5PlayBox {
    flex-direction: column;
    align-items: center;
  }

  .page5PlayVideo {
    width: 90%;
  }

  .page5PlayTxt {
    width: 90%;
    text-align: center;
    align-items: center;
    padding: 0;
    gap: 10px;
  }

  .footerInner {
    flex-direction: column;
    align-items: center;
  }

  .scrollable-wrap {
    overflow-y:visible
  }

  .page5PlayTxtTop {
    font-size: 20px;
    line-height: 26px;
  }
  .txtTopIcon {
    width: 18px;
    height: 18px;
  }

}

@media screen and (max-width: 600px) {
  .page1SubTxt {
    font-size: 14px;
  }
  .page1Tit h1 > p:first-child {
    font-size: 40px;
  }
  .page1Tit h1 > p:last-child {
    font-size: 30px;
    margin-top: 2%;
  }
  .steamBtn {
    padding: 10px 30px 10px 10px;
    gap: 8px;
  }
  .steamTxt > p:nth-child(2) {
    font-size: 21px;
  }
  .playBtns {
    width: 130px;
    height: 130px;
  }
  .logoBox {
    height: 35px;
  }
  .page1MoreList {
    height: 55%;
    justify-content: space-between;
  }
  .page1Bg {
    position: static;
  }
  .playPopClose {
    width: 35px;
    height: 35px;
  }
  .play1PopupBox {
    width: 85%;
    gap: 10px;
  }

  .eventDays {
    width: 90%;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
    flex-direction: column;
  }

  .page2Move {
    width: 70%;
    height: 170px;
  }
  .preForms {
    width: 100%;
    gap: 20px
  }

  .page3 {
    padding: 20% 0;
    height: auto;
  }
  .carousel-container {
    width: 100%;
  }
  .slide {
    height: 350px;
  }
  .nav-buttons button {
    width: 60px;
    height: 60px;
  }

  .clauseClose {
    width: 35px;
    height: 35px;
  }
  .clausePopContent {
    width: 300px;
    height: 400px;
    padding: 15px;
    font-size: 14px;
  }
  .clausePopContent textarea {
    font-size: 13px;
  }

  .carousel-wrapper {
    gap: 5px
  }

  .page3Tit {
    font-size: 25px;
    text-align: center;
    word-break: keep-all;
    width: 80%;
    line-height: 40px;
  }

  .page5 {
    padding: 15% 0;
    background-position: center;
  }
  .page5PlayVideo {
    width: 100%;
    padding: 8px;
    box-shadow: 0 0 18px rgba(255, 217, 0, 0.3);
  }
  .page5PlayTxt {
    width: 100%;
    text-align: center;
  }
  .page5PlayTxt > p:first-child {
    font-size: 14px;
    line-height: 23px;
  }
  .page5PlayTxt > p:nth-child(2) {
    font-size: 13px;
    line-height: 17px;
  }
  .page5PlayList {
    gap: 40px;
  }

  .applyBtns {
    width: 90%;
    height: 45px;
  }
  .applyBtn {
    font-size: 16px;
  }

  footer {
    padding: 10% 0;
  }

  .footerText {
    align-items: center;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
  }

  .fTexts {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .page5PlayTxtTop {
    font-size: 16px;
    line-height: 26px;
  }
  .txtTopIcon {
    width: 16px;
    height: 16px;
  }
  .page5PlayTxtCenter {
    font-size: 14px;
    line-height: 21px;
    word-break: keep-all;
  }
  .page5PlayTxtBottom {
    font-size: 14px;
    word-break: keep-all;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


