/* ------------------------------------------------*/
/* Font style Start */
/* ------------------------------------------------*/
@font-face {
  font-family: "HeirofLight";
  src: url("../fonts/HeirofLightBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HeirofLight";
  src: url("../fonts/HeirofLightRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 200;
}

/* ------------------------------------------------*/
/* Font style End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #343434;
  color: #b6b6b6;
  text-shadow: none;
}

::selection {
  background-color: #343434;
  color: #b6b6b6;
  text-shadow: none;
}

html {
  font-size: 52.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 58%;
  }
}

@media only screen and (min-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  font: normal 400 1.6rem/1.7 "Pretendard", sans-serif;
  background-color: #181818;
  color: #616161;
  line-height: 1;
}

img {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  color: #fff;
}

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

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-layer.dark {
  background-color: rgba(0, 0, 0, 0.7);
}

.color-layer.gd {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Fullpage.js Navigation design Start */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Fullpage.js Navigation design End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Main Section Styles Start */
/* ------------------------------------------------*/
.section {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.entrance {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.entrance.open {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
}

.logo-box {
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  z-index: 9;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.logo img {
  width: auto;
  height: 3.2rem;
  object-fit: contain;
}

.langbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  gap: 0.5rem;
}
.flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 500px;
}
.flag h1 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 0;
  margin: 0 auto;
}
.flag.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.flag:hover {
  background-color: rgba(254, 154, 68, 1);
}
.flag img {
  width: auto;
  height: 2.5rem;
}

.divider::after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 500px;
}

.btn-style {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

/* LIQUID GLASS STYLES */
.glass-filter {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  backdrop-filter: blur(0px);
  filter: url(#glass-distortion);
}
.glass-specular {
  position: absolute;
  z-index: -9;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.25);
}

/* ------------------------------------------------*/
/* Main Section Styles End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Inner Sections Start */
/* ------------------------------------------------*/
.splash-box {
  cursor: pointer;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.31);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
}
.splash-box.open {
  opacity: 1;
  visibility: visible;
}
.splash-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.splash-click {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}
.splash-logo {
  width: 27rem;
  height: auto;
  object-fit: contain;
  animation: fadeInOut 1s linear infinite alternate;
}
.splash-text-btn {
  font-size: 2rem;
  font-weight: 700;
  padding: 1.7rem 5rem;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.splash-text-btn:hover {
  color: rgba(242, 148, 76, 1);
  background-color: rgba(255, 255, 255, 0.3);
}

.main-bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.main-image {
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
  animation: bg-zoom 60s linear infinite alternate;
}

.main-image.yoonsongah {
  background-image: url("../img/main-01.jpg");
}

.main-image.jeaneyoon {
  background-image: url("../img/main-02.jpg");
}

@keyframes bg-pan {
  from {
    background-position: 60% 50%;
  }

  to {
    background-position: 10% 50%;
  }
}

@keyframes bg-zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
  }
}

.layout-container {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.layout-txt-box {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.layout-txt-1 {
  font-family: "HeirofLight", sans-serif;
  font-size: 6.5rem;
  font-weight: bold;
}
@media (max-width: 600px) {
  .layout-txt-box {
    width: 100vw;
  }
  .layout-txt-1 {
    white-space: normal;
  }
  .layout-txt-1 {
    word-spacing: 9999px; /* 첫 단어 뒤에서 줄바꿈 유도 */
  }
}
.layout-txt-2 {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 400;
}
.layout-txt-3 {
  font-size: 1.5rem;
  font-weight: 100;
}
.layout-txt-btn {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 500px;
  background-color: rgba(114, 114, 114, 0.3);
  padding: 1.5rem 2rem;
  transition: all 0.5s ease-in-out;
}
.layout-txt-box:hover .layout-txt-btn {
  background-color: rgba(119, 224, 20, 0.7);
}
.layout-txt-btn span {
  padding: 0.5rem;
  margin-left: 1rem;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.layout-txt-btn:hover span {
  transform: translateX(0.3rem);
}

/* ------------------------------------------------*/
/* Inner Styles End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Down Arrow Start */
/* ------------------------------------------------*/
.down-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  z-index: 999;
}

.down-arrow-chevron {
  position: relative;
  width: 4rem;
  height: 0.3rem;
  opacity: 0;
}

.down-arrow-chevron:first-child {
  animation: down-arrow-move 3s ease-in-out 0.5s infinite;
}

.down-arrow-chevron:nth-child(2) {
  animation: down-arrow-move 3s ease-in-out 1.5s infinite;
}

.down-arrow-chevron:nth-child(2) {
  animation: down-arrow-move 3s ease-in-out 2.5s infinite;
}

.down-arrow-chevron:before,
.down-arrow-chevron:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #000;
}

.down-arrow-chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.down-arrow-chevron:after {
  right: 0;
  transform: skew(0deg, -30deg);
}

@keyframes down-arrow-move {
  0% {
    opacity: 0;
    transform: translateY(0rem) scale(0.5);
  }

  50% {
    opacity: 1;
    transform: translateY(1rem) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(2rem) scale(0.5);
  }
}

.down-arrow-text {
  pointer-events: none;
  display: block;
  margin-top: 2rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: down-arrow-pulse 1s linear alternate infinite;
}

@keyframes down-arrow-pulse {
  to {
    opacity: 1;
  }
}

/* ------------------------------------------------*/
/* Down Arrow End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Video Start */
/* ------------------------------------------------*/

.video-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#videoContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 1.2s ease-in-out;
}

#videoTouch {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

/* WebKit 계열(사파리, 크롬)에서 뜨는 기본 ▶ 아이콘 숨기기 */
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none !important;
}
/* 표준 브라우저용 페일오버 (필요시) */
video::-ms-medialayer-element {
  display: none !important;
}

video::-moz-media-controls-start-playback-button {
  display: none !important;
  -moz-appearance: none !important;
}

/* video controls */

.controls {
  gap: 1rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  width: 95%;
  height: 8rem;
  background: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.controls.open {
  visibility: visible;
  opacity: 1;
}

.seek {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  touch-action: none;
}

.seek-tooltip {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-150%);
  top: -2.5rem;
  font-size: 1rem;
  padding: 0 1rem;
  content: attr(data-title);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.time {
  color: #eeedff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

@media (hover: hover) and (pointer: fine) {
  .controls:hover {
    opacity: 1;
  }

  .seek:hover + .seek-tooltip {
    display: block;
    border-radius: 50px;
  }
}

#hover-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: rgba(101, 181, 97, 0);
}

#hover-area:hover + .controls {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.controls:hover {
  visibility: visible;
  opacity: 1;
}
.playbtn-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.playbtn-container.open {
  visibility: visible;
  opacity: 0.5;
}

.playbtn {
  cursor: pointer;
  width: 10rem;
  height: 10rem;
  transform: scale(1);
  background: center / contain no-repeat url("../icon/play.png");
  opacity: 0.7;
  transition: transform 0.3s ease-in-out;
}

.playbtn:hover {
  transform: scale(1.05);
}

.skip-icon-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.skip-icon-container.open {
  visibility: visible;
  opacity: 0.7;
}

.skip-icon-layer {
  position: absolute;
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  backdrop-filter: blur(15px);
}

.skip-icon-layer.forward {
  right: 0;
  border-radius: 50% 0 0 50%;
}

.skip-icon-layer.backward {
  left: 0;
  border-radius: 0 50% 50% 0;
}

.skip-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%), scale(1);
  width: 7rem;
  height: 7rem;
  transition: all 0.1s ease-in-out;
}

.skip-icon.forward {
  right: 12%; /* 우측 아이콘 위치 */
  left: initial;
  background: center / contain no-repeat url("../icon/forward.png");
}

.skip-icon.backward {
  left: 12%; /* 좌측 아이콘 위치 */
  right: initial;
  background: center / contain no-repeat url("../icon/backward.png");
}

/* ------------------------------------------------*/
/* Video End */
/* ------------------------------------------------*/
