@charset "UTF-8";
/* device width */
/* device width */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
/* color */
/* color */
/* 1. 박스 모델 & 기본 여백 초기화 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 2. HTML5 & 고해상도 렌더링 설정 */
html {
  -webkit-text-size-adjust: none; /* iOS 서체 크기 강제 확대 방지 */
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords; /* 최신 애니메이션 속성 지원 */
  }
}

a {
  text-decoration: none;
}

body {
  line-height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100dvh; /* 모바일 브라우저 툴바 대응 */
}

/* 3. 리스트 & 인용구 초기화 */
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* 4. 미디어 요소 (이미지, 비디오 등) */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto; /* 비율 유지 */
}

/* 5. 폼 요소 초기화 (폰트 상속이 핵심) */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
}

button {
  cursor: pointer;
}

/* 6. 텍스트 레이아웃 최적화 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/* 7. 테이블 초기화 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 8. 리액트/넥스트 등 프레임워크 루트 레이어 설정 */
#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "YesMyungjo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESMyoungjo-Regular.woff") format("woff");
  font-display: swap;
}
.fontTitle, .introWrapper > .contentContainer > h1 {
  font-family: "YesMyungjo";
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
* {
  font-family: Pretendard, sans-serif;
  word-break: keep-all;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  animation: pageFadeIn 0.6s forwards;
  opacity: 0;
}

.introWrapper {
  width: 100%;
  height: 100%;
}
.introWrapper > .bgImgContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.introWrapper > .bgImgContainer > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 49, 40, 0.9);
  z-index: 999;
}
.introWrapper > .bgImgContainer > .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 40%, transparent 40%), radial-gradient(rgba(255, 255, 255, 0.15) 40%, transparent 40%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  mix-blend-mode: soft-light;
}
.introWrapper > .bgImgContainer > .imgList {
  width: 100%;
  height: 100%;
}
.introWrapper > .bgImgContainer > .imgList > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: fadeLoop 12s infinite;
}
.introWrapper > .bgImgContainer > .imgList > img:nth-child(1) {
  animation-delay: 0s;
}
.introWrapper > .bgImgContainer > .imgList > img:nth-child(2) {
  animation-delay: 3s;
}
.introWrapper > .bgImgContainer > .imgList > img:nth-child(3) {
  animation-delay: 6s;
}
.introWrapper > .bgImgContainer > .imgList > img:nth-child(4) {
  animation-delay: 9s;
}
.introWrapper > .contentContainer {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
}
@media (max-width: 1024px) {
  .introWrapper > .contentContainer {
    padding: 0 20px;
  }
}
.introWrapper > .contentContainer > .logo {
  width: 100%;
  text-align: center;
}
.introWrapper > .contentContainer > .logo > img {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .introWrapper > .contentContainer > .logo > img {
    height: 50px;
  }
}
.introWrapper > .contentContainer > h1 {
  font-size: 60px;
  margin: 70px 0;
  color: white;
}
@media (max-width: 1024px) {
  .introWrapper > .contentContainer > h1 {
    font-size: 40px;
  }
}
.introWrapper > .contentContainer > .bottomBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.introWrapper > .contentContainer > .bottomBox > .soon {
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding: 10px 25px;
  box-sizing: border-box;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}
@media (max-width: 1024px) {
  .introWrapper > .contentContainer > .bottomBox > .soon {
    font-size: 18px;
  }
}
.introWrapper > .contentContainer > .bottomBox > .divider {
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.introWrapper > .contentContainer > .bottomBox > .contactInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.introWrapper > .contentContainer > .bottomBox > .contactInfo > p {
  font-size: 16px;
  color: white;
  display: inline-flex;
  align-items: center;
}
.introWrapper > .contentContainer > .bottomBox > .contactInfo > p:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */