@font-face {
    font-family: 'establishRetrosansOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/establishRetrosansOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SunBatang-Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/SunBatang-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'SunBatang-Light';

}

:root {
  --color-text: white;
  --color-bg: black;
  --color-bg-accent: white;
  --size: 600px;/*clamp(10rem, 1rem + 40vmin, 30rem);*/
  --gap: calc(var(--size) / 16);
  --duration: 40s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}


body {
  display: grid;
  align-content: center;
  background-image: url('bg.jpg'); /* Set the background image */
  background-size: cover;
  /* Add other styles as needed */
  gap: var(--gap);
  width: 100%;
  min-height: 100vh;
  font-family: "AppleMyungjo","adobe-myungjo-std", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-bg);
}

h1 {
  text-align: center;
  z-index: 2; /* Set a higher z-index to keep it above the background */
  font-family: "adobe-myungjo-std", sans-serif;
  font-size: 1.25rem;
  text-shadow:15px 15px 15px rgba(0, 0, 0, 0.904);
  /* -webkit-text-stroke: rgba(0, 0, 0) .2px; */
  color: var(--color-text); /* Use your desired text color */
}
#logo {
    max-width: 450px;
    width: 60vw;
}

h2 {
  text-align: center;
  z-index: 1;
  font-family: 'establishRetrosansOTF', sans-serif;
  font-size: 12px;
  text-shadow:15px 15px 15px rgba(0, 0, 0, 0.904);
  /* -webkit-text-stroke: rgba(0, 0, 0).1px; */
}

a:hover, .item-row-2 img:hover {
   transform: scale(1.4);
}
.sub-text {
    font-family: 'establishRetrosansOTF', sans-serif;
    font-size: 14px;
    text-align: center;
    opacity: 75%;
    color: #ff0000;
    -webkit-animation: flickerAnimation .5s infinite;
   -moz-animation: flickerAnimation .5s infinite;
   -o-animation: flickerAnimation .5s infinite;
    animation: flickerAnimation .5s infinite;
}

.item-row {
    display: flex;
    flex-wrap: nowrap;
}
.item-row-1 {
    display: flex;
    flex-wrap: nowrap;
}
.menu-button {
  position: absolute;
  top: 0; /* Adjust this value to position vertically */
  width: 50px; /* Adjust button width as needed */
  height: 50px; /* Adjust button height as needed */
  background-color: rgba(255, 255, 255, 0.5); /* Example background color */
  border: none;
  /* Other styling properties */
}



/* Parent wrapper */
.wrapper {
  
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}


.wrapper div {
    text-align: center;
}


@media (max-width:1050px) {
    .item-row {
        justify-content: center;
        flex-wrap: wrap;
    }
    h1 {
        padding-top: 10px;
    }
}
@media (max-width: 550px) {
    .item-row-1 {
        width: 100vw;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
  h2 {
    bottom: 0;
    font-size: 10px;
  } 
}



@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.text-wrapper {
    color: #f2f2f2;
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
    overflow: auto;
    height: calc(100vh - 30px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.image-wrapper {
    text-align: center;
}

.text-wrapper::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 750px) {
    .text-wrapper {
        max-width: 87vw;
        font-size: 14px;
        letter-spacing: 0;
        padding: 50px 20px 50px 20px;
        height: calc(100vh - 30px);
    }
    .artwork {
        max-width: 100vw;
        padding: 50px 10px 50px 10px;
    }
    .image-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.nav a, .nav a:visited {
    font-size: 28px;
    font-family: sans-serif;
    color: #ffc000;
    position: absolute;
    left: 20px;
    top: 20px;
    text-decoration: none;
}

.text-wrapper h1, .text-wrapper h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'establishRetrosansOTF', sans-serif;
    color: #ffc000;
}
.text-wrapper h1 {
    font-size: 30px;
}
.text-wrapper h2 {
    font-size: 21px;
    margin-bottom: 40px;
}
.text-wrapper h3 {
    background-color: #ff0000;
    color: white;
    width: 24px;
    text-align: center;
    font-size: 24px;
    font-family: 'GongGothicMedium', sans-serif;
    line-height: 24px;
}
 

.text-wrapper p, ol, li, span {
    line-height: 2.2;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.5;
}
.text-wrapper p {
    text-indent: 10px;
}
@media screen and (max-width: 780px) {
    .text-wrapper p, ol, li, span {
        font-size: 14px;
    }
}
li {
    margin-left: 30px;
}
.text-wrapper .note {
    text-align: right;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
    line-height: 1.2;
}

.text-wrapper .inline-img {
    width: 100%;
}

.text-wrapper .italic {
    font-style: italic;
}
.text-wrapper .light-italic {
    color: #888;
    font-style: italic;
}
.text-wrapper .bold-italic {
    font-weight: 700;
    font-style: italic;
}
.text-wrapper .title-format {
    font-size: 24px;
    font-weight: 700;
}
.text-wrapper .subtitle-format {
    font-size: 18px;
    font-weight: 700;
}
.text-wrapper .center {
    text-align: center;
}
.text-wrapper .strike {
    text-decoration: line-through;
}
.text-wrapper .small {
    font-size: 11px;
}

.ps-wrapper {
    background-color: rgba(0, 0, 0, 0.8);

}
.ps-wrapper p {
    color: #eee;
    font-size: 12px;
    margin-bottom: 0;
    text-indent: 0;
    font-family: 'GongGothicMedium', sans-serif;
}
.ps-wrapper .nickname {
    font-size: 16px;
    text-align: right;
    font-family: 'establishRetrosansOTF', sans-serif;
    color: #ffc000;
    line-height: 1;
    margin-bottom: 60px;
}


