@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

/* 전체 레이아웃 */
body {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 5%;
  max-width: 60%;
  font-family: Gowun Dodum;
  font-size: 18px;
  line-height: 1.7;
  word-break:keep-all;
  background-color: floralwhite; /* 부드러운 배경 */
  color: black; /* 텍스트 색상 */
}

h2 {
    text-align: center;
}

.definition {
    text-align: center;
}

.nevergot {
    position: fixed;
    max-width: 800px;
    top: 25px;
    left: calc(20% - 100px);
    z-index: 1000;
}

.logo {
    width: 100px;
    height: auto;
}
.outro {
    text-align: justify;
}
.image-stack {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 500px;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
}

.stack-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    display: none;
}

.stack-image:first-child {
    display: block;
}

.explanation {
    text-align: center;
    font-size: 14px;
    color: grey;
}

.beyond-world {
  position: fixed;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  margin-left: -25px;
  left: 50%;
  top: 25px;
  width: 50px;
  height: 5px;
  padding: 5px;
  color: #232323;
  background-color: #232323;
  border-radius: 50%;
}

.beyond-world a {
  color: #232323;
}

.beyond-world:hover {
  transition: 0.5s;
  background-color: orange;
}

@media screen and (min-width: 800px) {
  .beyond-world {
    position: fixed;
    bottom: 50vh;
    left: 80%;
    width: 50px;
    height: 5px;
    padding: 5px;
    display: flex;
    border-radius: 50%;
    background-color:#232323;
  }
}

@media (max-width: 768px) {
  .split-layout {
    flex-direction: column; /* 화면이 작으면 세로 정렬 */
  }
}
.sorted_rate {
    object-fit: contain;
    top: 50px;
    width: 800px;
    align-content: center;
    height: auto;
    left: 0;
}