/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* ========================================
   XVOD Intro Page Styles
   ======================================== */

/* ========================================
   Splash Screen Styles
   ======================================== */

.page_splashScreen__qpQVu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('/intro/images/new_start_back.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 2s ease-out, visibility 0s linear 2s;
}

.page_splashScreen__qpQVu.page_fadeOut__fTsyT {
  opacity: 0;
  visibility: hidden;
}

.page_splashOverlay__AliSc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 2s ease-out;
}

.page_splashOverlay__AliSc.page_fadeOutLogoBg____fmU {
  opacity: 0;
}

.page_splashLogo__phfla {
  max-width: 400px;
  max-height: 120px;
  width: auto;
  height: auto;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.page_splashLogo__phfla.page_logoFadeIn__6_B8z {
  opacity: 1;
  transform: scale(1);
}

.page_splashLogo__phfla.page_logoFadeOut__AksM4 {
  opacity: 0;
  transform: scale(1.2);
}

/* PC 환경 로고 크기 */
@media (min-width: 790px) {
  .page_splashLogo__phfla {
    max-width: 800px;
    max-height: 250px;
  }
}

/* ========================================
   Main Content Styles
   ======================================== */

.page_mainContent__TeHAh {
  display: block;
  min-height: 100vh;
  background-image: url('/intro/images/new_start_back.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: blur(5px);
  transform: scale(1.05);
  opacity: 0;
  transition: opacity 0.5s ease-out, filter 1.5s ease-out, transform 1.5s ease-out;
}

.page_mainContent__TeHAh.page_activeContent__nIJaq {
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

/* ========================================
   Page Layout Styles
   ======================================== */

.page_main__nw1Wk {
  position: relative;
  color: white;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 35px;
}

.page_dim__0i8F0 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.85;
  background-color: rgb(0, 0, 0);
}

.page_logo__ikIZE {
  position: fixed;
  top: 0;
  left: 16px;
  z-index: 2;
  margin-top: 15px;
}

.page_logo__ikIZE img {
  height: 50px;
}

.page_mDiv__swbYD {
  width: 100%;
  height: 90%;
  position: fixed;
  z-index: 5;
  top: 10%;
}

.page_middle__k7ysz {
  width: 670px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

.page_footer__F3MD0 {
  width: 95%;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  z-index: 3;
}

.page_text1__RH7_L {
  font-size: 22px;
  font-weight: 600;
}

.page_text2__R9_OC {
  font-size: 30px;
  color: red;
  font-weight: 900;
}

.page_text3__uZd4p {
  font-size: 16px;
  color: rgb(255, 254, 254);
}

.page_text4__GDiZD {
  font-size: 12px;
  color: rgb(255, 254, 254);
}

/* ========================================
   Button Styles
   ======================================== */

.page_redBtn__a4zol,
.page_lineBtn__f2Kez,
.page_infoBtn__atfyA {
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px;
  text-align: center;
  transition: all 0.3s ease;
}

.page_redBtn__a4zol {
  min-width: 140px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background-color: #e5001c;
  padding: 16px 20px;
  border: none;
}

.page_redBtn__a4zol:hover {
  background-color: #ff001f;
  transform: translateY(-1px);
}

.page_lineBtn__f2Kez {
  min-width: 140px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #e5001c;
  color: #e5001c;
  background-color: transparent;
  padding: 14px 20px;
}

.page_lineBtn__f2Kez:hover {
  background-color: rgba(229, 0, 28, 0.1);
  border-color: #ff001f;
  color: #ff001f;
}

.page_infoBtn__atfyA {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 6px 8px;
  background-color: transparent;
  border: none;
  white-space: nowrap;
}

.page_infoBtn__atfyA:hover {
  color: #e5001c;
  text-decoration: underline;
}

/* 푸터 약관 링크 영역 */
.page_termsLinks__ICbif {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page_termsDivider__KT1oz {
  color: #666;
  font-size: 12px;
}

/* ========================================
   Responsive Design (반응형)
   ======================================== */

/* PC 환경 */
@media (min-width: 790px) {
  .page_cPc__oGTn1 {
    display: block;
  }
  .page_cMo__ZqL9O {
    display: none;
  }
}

/* 모바일 환경 */
@media (max-width: 791px) {
  .page_middle__k7ysz {
    width: 90%;
    top: 43%;
  }

  .page_text1__RH7_L {
    font-size: 14px;
    font-weight: 500;
  }

  .page_cPc__oGTn1 {
    display: none;
  }
  .page_cMo__ZqL9O {
    display: block;
  }
}

/* ========================================
   초소형 화면 (width 400px 이하)
   - 최소 높이 설정 및 스크롤 가능하게
   ======================================== */
@media (max-width: 400px) {
  .page_main__nw1Wk {
    min-height: 800px;
    height: 100vh;
    overflow-y: auto;
    position: relative;
  }

  .page_dim__0i8F0 {
    position: absolute;
    min-height: 800px;
  }

  .page_logo__ikIZE {
    position: absolute;
    top: 12px;
    left: 10px;
  }

  .page_logo__ikIZE img {
    height: 38px;
  }

  .page_mDiv__swbYD {
    position: absolute;
    top: 80px;
    height: auto;
  }

  .page_middle__k7ysz {
    position: relative;
    width: 95%;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 10px;
    margin: 0 auto;
  }

  /* 19세 마크 영역 축소 */
  .page_middle__k7ysz > div > div:first-child {
    min-height: 50px !important;
    padding-right: 10px !important;
  }

  /* 19세 SVG 크기 축소 */
  .page_middle__k7ysz svg {
    width: 50px !important;
    height: 50px !important;
  }

  .page_text1__RH7_L {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
  }

  .page_text2__R9_OC {
    font-size: 18px;
    margin: 8px 0;
  }

  .page_text3__uZd4p {
    font-size: 12px;
    line-height: 1.4;
    margin: 8px 0 12px 0;
  }

  .page_redBtn__a4zol,
  .page_lineBtn__f2Kez {
    min-width: 120px;
    font-size: 12px;
    padding: 10px 12px;
    margin: 4px 3px;
  }

  /* 버튼 컨테이너 여백 조정 */
  .page_middle__k7ysz > div:last-child {
    margin-bottom: 15px;
  }

  .page_footer__F3MD0 {
    position: absolute;
    width: 95%;
    bottom: auto;
    top: 540px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .page_text4__GDiZD {
    font-size: 9px;
    line-height: 1.4;
  }

  .page_termsLinks__ICbif {
    gap: 2px;
    margin-top: 12px;
    margin-bottom: 8px;
    flex-direction: column;
  }

  .page_infoBtn__atfyA {
    font-size: 10px;
    padding: 4px 6px;
  }

  .page_termsDivider__KT1oz {
    display: none;
  }
}

/* ========================================
   극초소형 화면 (width 320px 이하)
   ======================================== */
@media (max-width: 320px) {
  .page_main__nw1Wk {
    min-height: 750px;
  }

  .page_dim__0i8F0 {
    min-height: 750px;
  }

  .page_logo__ikIZE {
    top: 8px;
    left: 8px;
  }

  .page_logo__ikIZE img {
    height: 32px;
  }

  .page_mDiv__swbYD {
    top: 65px;
  }

  .page_middle__k7ysz {
    width: 98%;
    padding: 0 5px;
  }

  /* 19세 마크 더 축소 */
  .page_middle__k7ysz > div > div:first-child {
    min-height: 40px !important;
    padding-right: 8px !important;
  }

  .page_middle__k7ysz svg {
    width: 40px !important;
    height: 40px !important;
  }

  .page_text1__RH7_L {
    font-size: 10px;
    line-height: 1.3;
  }

  .page_text2__R9_OC {
    font-size: 15px;
    margin: 5px 0;
  }

  .page_text3__uZd4p {
    font-size: 10px;
    line-height: 1.3;
    margin: 5px 0 8px 0;
  }

  .page_redBtn__a4zol,
  .page_lineBtn__f2Kez {
    min-width: 110px;
    font-size: 11px;
    padding: 8px 10px;
    margin: 3px 2px;
    display: block;
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 버튼 컨테이너 여백 조정 */
  .page_middle__k7ysz > div:last-child {
    margin-bottom: 12px;
  }

  .page_footer__F3MD0 {
    bottom: auto;
    top: 490px;
    width: 98%;
  }

  .page_text4__GDiZD {
    font-size: 8px;
    line-height: 1.3;
  }

  .page_termsLinks__ICbif {
    gap: 0px;
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .page_infoBtn__atfyA {
    font-size: 9px;
    padding: 3px 4px;
  }

  .page_termsDivider__KT1oz {
    display: none;
  }
}

