@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
/*main style*/ 
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
* {
  margin:0;
  padding:0;
  outline:none;
  list-style:none;
  text-decoration:none;
  box-sizing:border-box;
  background: transparent;
  border:none;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  background: #000;
  --bg: #fff;
  --bar: #2d2b5e;
  overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  scrollbar-face-color:var(--bar);
  scrollbar-highlight-color:var(--bg);
  scrollbar-3dlight-color:var(--bg);
  scrollbar-darkshadow-color:var(--bg);
  scrollbar-shadow-color:var(--bg);
  scrollbar-arrow-color:var(--bg);
  scrollbar-track-color:var(--bg);
}
.bg, .bg2 {
  position: fixed;
  background-size: cover; 
  z-index: -9;
  opacity: 1;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
* {-webkit-tap-highlight-color:transparent; }
*, body, html, a, a:hover, img:hover, input, input:hover, label, label:hover, map, map:hover, area, area:hover {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
*:focus { outline:none; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a {-webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent; /* For some Androids */}
::-webkit-scrollbar {
   width:4px;
	 height:6px;
}
::-webkit-scrollbar-track-piece  {
   	background-color:var(--bg);
}
::-webkit-scrollbar-thumb {
   width: 10px;
  	background-color:var(--bar);
}
.bg {
  position: fixed;
  background: url(https://i.imgur.com/q0oAEbG.jpeg) center center;
  background-size: cover; 
  z-index: -9;
  opacity: 1;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.texture1 {
  position: fixed;
  background: url(https://1.bp.blogspot.com/-x0sYCQnBBQU/YXrJZGXY1LI/AAAAAAAACGw/MMLK_hoeHo0By-SgrVyB9iHo7dJtr1OngCLcBGAsYHQ/s16000/%25E1%2584%2582%25E1%2585%25A9%25E1%2584%258B%25E1%2585%25B5%25E1%2584%258C%25E1%2585%25B3%2Bcopy.png) center center;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.contents {
  margin: 0;
  position: relative;
  z-index: 2;
}
/*container*/
body {
  margin: 0 15px;
}
.container {
  min-width: 350px;
  z-index: 2;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
@keyframes fade {
  0% {
    opacity: 0;
    margin-top: -20px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes fade2 {
   0% {
     opacity: 100%;
   }
   50% {
     opacity: 50%;
   }
   100%  {
     opacity: 100%;
   }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);  /* 시작 시 각도 0도 */
    }
    to {
        transform: rotate(360deg); /* 끝날 때 각도 360도 (한 바퀴 회전) */
    }
}
.contents img {
  max-width: 350px;
  animation: rotate 20s ease infinite;
  opacity: 0.5;
}

/* title */
.title {
  width: 100%;
}
.title img {
  max-width: 300px;
  animation: fade 1s forwards;
}
.hello2025 {
  margin-left: auto;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
}
.menu {
    position: relative;
    text-align: center; /* 모든 요소를 중앙 정렬 */
}
.menu-title {
  animation: fade 2s ease forwards;
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); /* 중앙 정렬 */
    z-index: 2;
    display: flex; /* 가로 */
    justify-content: center; /* 가로로 중앙 정렬 */
    gap: 70px; /* 타이틀들 사이의 간격 */
    font-size: 35px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    text-shadow: 0px 0px 3px #fff;
}
.menu-title div {
  transition: all 1s ease;
}
.menu-title div:hover {
    color: #4a4599;
    text-shadow: 0px 0px 3px #fff;
    transition: all 1s ease;
}


/*dropdown*/
.down {
  float:right;
  margin-top: 15px;
  z-index:998;
  position: relative;
  font-family: 'Pretendard-ExtraBold';
  font-weight: 800;
  font-size: 10px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.drop {
  display: inline-block;
  position: relative;
  text-align: center;
}
.drop input[type=checkbox] {
  display: none;
}
.drop input[type=checkbox]:checked ~ .drop-items {
  opacity: 1;
  max-height: 400px;
  padding: 0.8rem 0;
}
.drop input[type=checkbox]:checked ~ .control {
  z-index: 99;
}
.drop input[type=checkbox]:checked ~ .control:after {
  transform: rotate(180deg);
}
.drop input[type=checkbox]:checked ~ .overlay-close {
  transform: none;
  pointer-events: initial;
}
.drop .control {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .drop .control:hover {
  }
}
.drop .control:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  margin-left: 0.8em;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='16' height='13.838' viewBox='0 0 16 13.838'%3E%3Cpath d='M15.78,12.753a1.529,1.529,0,0,1-1.311,2.314H1.53A1.529,1.529,0,0,1,.219,12.753L6.69,1.969a1.528,1.528,0,0,1,2.619,0L15.78,12.753Z' transform='translate(16 15.067) rotate(180)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.drop .drop-items {
  position: absolute;
  top: calc(100% + .4rem);
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  z-index: 99;
}
.drop .drop-items .item-drop {
  list-style: none;
}
.drop .drop-items .item-drop a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.3rem;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .drop .drop-items .item-drop a:hover {
    color: var(--bar);
  }
}
.drop .overlay-close {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  transform: translate(100%, 0);
  pointer-events: none;
}

/*copy*/
.copy, .letter {
  text-align: center;
  color: #fff;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0px;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 1.3;
}
.letter {
}
.copy a {
  color: #fff;
}
.copy span {
  display: block;
}


/*pc*/
@media screen and (min-width:698px) {

}

/*mobile*/
@media screen and (max-width:699px) {

.title {
  zoom: 0.8;
}
    .container {
        zoom: 0.9;
    }
.container img {
  max-width: 300px;
}

.menu-title {
    gap: 50px;
}

  
}
