@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IAMAPLAYER";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/IAMAPLAYER.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

.intro1-wrap {
  position: relative;
}

.current {
  position: absolute;
  top: 10px;
  right: 10px;
}

.intro1 {
  font-family: "GmarketSansMedium";
  font-size: 150px;
  margin-left: 72px;
  text-shadow: 1px 9px 3px rgba(0, 0, 0, 0.5);
  -webkit-text-fill-color: rgb(255, 255, 255);
  /* 텍스트 내용 색상 */
  -webkit-text-stroke-color: rgb(34, 34, 34);
  /* 텍스트 테두리 색상 */
  -webkit-text-stroke-width: 4px;
  padding-left: 18px;
}

.text {
  font-family: "Pretendard-Regular";
  position: absolute;
  color: rgb(36, 36, 36);
  left: -10px;
  font-size: 34px;
  line-height: 1;
  -ms-overflow-style: none;
}

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

.temperature {
  font-size: medium;
  font-weight: 700;
}

.weather img {
  width: 30px;
}

.visitor-book {
  position: absolute;
  border: none;
  background-color: transparent;
  top: 40px;
  right: 10px;
}

#target::after {
  content: "|";
  right: 0;
  color: black;
  animation: caret 0.8s infinite;
  font-size: 40px;
  line-height: 10px;
}

@keyframes caret {
  50% {
    opacity: 0;
  }
}

.intro2 {
  font-family: "IAMAPLAYER";
  font-size: 55px;
  position: absolute;
  color: rgb(43, 43, 43);
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.5);
  left: 102px;
  top: 560px;
  z-index: 9;
}

.intro2cover {
  background-color: rgb(255, 180, 180);
  width: 760px;
  height: 70px;
  position: absolute;
  left: 90px;
  top: 590px;
  z-index: 3;
}

.qrcode {
  margin-left: 1760px;
  margin-top: 100px;
}

a {
  text-decoration: none;
  color: inherit;
}