@charset "UTF-8";

/* main */
#main {
  background: url("/img/bg_main.png") 50% no-repeat;
  background-size: cover;
}
#main .width-wrap {
  padding: 216px 0 150px 0;
}
#main .width-wrap .title-zone {
  position: absolute;
}
#main .width-wrap .title-zone h1 {
  text-transform: uppercase;
}
.typing-txt {
  font-family: "Gotham";
  margin-bottom: 20px;
  opacity: 0;
}
#main .width-wrap .bottom-area {
  display: flex;
  justify-content: flex-end;
}
#main .width-wrap .bottom-area .box-zone {
  width: fit-content;
  animation: bounce 1.25s ease-in-out infinite;
}
#main .width-wrap .bottom-area .box-zone img {
  width: 178.5px;
  margin-bottom: 20px;
}
#main .width-wrap .bottom-area .box-zone p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.72px;
}
@keyframes bounce {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(4px);
  }
}

/* info */
#info .width-wrap .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#info .width-wrap .top-area img {
  width: 302px;
}
#info .width-wrap .top-area p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
}
#info .width-wrap .disney-area,
#info .width-wrap .jjanggu-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
#info .width-wrap .disney-area .title-zone img {
  width: 661.27px;
}
#info .width-wrap .disney-area .box-zone,
#info .width-wrap .jjanggu-area .box-zone {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#info .width-wrap .disney-area .box-zone ul,
#info .width-wrap .jjanggu-area .box-zone ul,
#info .width-wrap .repeat .box-zone .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 90%;
}
#info .width-wrap .disney-area .box-zone .mid,
#info .width-wrap .jjanggu-area .box-zone .mid {
  display: flex;
  justify-content: flex-end;
}
#info .width-wrap .disney-area .box-zone ul li img,
#info .width-wrap .jjanggu-area .box-zone ul li img {
  width: 100%;
}
#info .width-wrap .disney-area a,
#info .width-wrap .jjanggu-area a {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--white);
  transition: all 0.25s linear;
}
#info .width-wrap .disney-area a svg path {
  transition: all 0.25s linear;
}
#info .width-wrap .disney-area a:hover {
  color: var(--po-light);
  border-bottom: 1px solid var(--po-light);
}
#info .width-wrap .disney-area a:hover svg path {
  stroke: var(--po-light);
}
#info .width-wrap .art-area {
  padding: 120px 0;
}
#info .width-wrap .jjanggu-area {
  padding: 0 0 120px;
}
#info .width-wrap .repeat .title-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 60px;
}
#info .width-wrap .repeat .title-zone p {
  font-size: 48px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -1.44px;
  text-align: center;
}
#info .width-wrap .repeat .title-zone img {
  width: 263.12px;
}
#info .width-wrap .jjanggu-area .title-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

#info .width-wrap .repeat .box-zone {
  display: flex;
  justify-content: center;
}
#info .width-wrap .repeat .box-zone .box-list .box img {
  width: 100%;
}

#gallery {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  transition: all 0.25s linear;
}
#gallery.on {
  display: block;
}
#gallery .img-wrap {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery .img-wrap .img-area {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 3 / 2;
  z-index: 1;
}
@media all and (max-width: 1250px) {
}
@media all and (max-width: 1310px) {
  #gallery .img-wrap .img-area {
    width: 85%;
  }
}
@media all and (max-width: 1140px) {
  #main .width-wrap .bottom-area .box-zone p {
    font-size: 22px;
  }

  #info .width-wrap .repeat .title-zone p {
    font-size: 45px;
  }
}
@media all and (max-width: 900px) {
  #info .width-wrap .disney-area .title-zone img {
    width: 544px;
  }
  #info .width-wrap .repeat .title-zone p {
    font-size: 40px;
  }
  #info .width-wrap .disney-area .box-zone ul,
  #info .width-wrap .jjanggu-area .box-zone ul,
  #info .width-wrap .repeat .box-zone .box-list {
    width: 100%;
  }
  #info .width-wrap .disney-area .box-zone,
  #info .width-wrap .disney-area .box-zone ul,
  #info .width-wrap .jjanggu-area .box-zone,
  #info .width-wrap .jjanggu-area .box-zone ul,
  #info .width-wrap .repeat .box-zone .box-list {
    gap: 10px;
  }
}
@media all and (max-width: 700px) {
  #main .width-wrap .bottom-area .box-zone p {
    font-size: 20px;
  }
  #main .width-wrap .bottom-area .box-zone img {
    width: 134.5px;
  }

  #info .width-wrap .disney-area .title-zone img {
    width: 416px;
  }
  #info .width-wrap .jjanggu-area .title-zone {
    gap: 10px;
  }
  #info .width-wrap .disney-area .box-zone ul,
  #info .width-wrap .jjanggu-area .box-zone ul,
  #info .width-wrap .repeat .box-zone .box-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #info .width-wrap .repeat .title-zone p {
    font-size: 35px;
  }
}
@media all and (max-width: 500px) {
  #main .width-wrap {
    padding: 160px 0 60px 0;
  }
  .typing-txt {
    margin-bottom: 80px;
  }
  #main .width-wrap .bottom-area .box-zone p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #main .width-wrap .bottom-area .box-zone img {
    width: 104.222px;
    margin-bottom: 16px;
  }

  #info .width-wrap .top-area img {
    width: 189px;
  }
  #info .width-wrap .top-area p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #info .width-wrap .disney-area,
  #info .width-wrap .jjanggu-area {
    gap: 40px;
  }
  #info .width-wrap .jjanggu-area {
    padding: 0 0 80px;
  }
  #info .width-wrap .disney-area .title-zone,
  #info .width-wrap .jjanggu-area .title-zone {
    display: flex;
    justify-content: center;
  }
  #info .width-wrap .jjanggu-area .title-zone img:nth-of-type(1) {
    width: 300px;
  }
  #info .width-wrap .jjanggu-area .title-zone img:nth-of-type(2) {
    width: 150px;
  }
  #info .width-wrap .jjanggu-area .title-zone img:nth-of-type(3) {
    width: 150px;
  }
  #info .width-wrap .jjanggu-area .title-zone svg {
    width: 20px;
    height: 20px;
  }
  #info .width-wrap .disney-area .title-zone img {
    width: 95%;
  }
  #info .width-wrap .disney-area a {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  #info .width-wrap .disney-area a svg {
    width: 18px;
    height: 18px;
  }
  #info .width-wrap .art-area {
    padding: 80px 0;
  }
  #info .width-wrap .repeat .title-zone {
    gap: 16px;
    margin-bottom: 40px;
  }
  #info .width-wrap .repeat .title-zone p {
    font-size: 28px;
    letter-spacing: -0.84px;
  }
  #info .width-wrap .repeat .title-zone img {
    width: 208.21px;
  }
}
@media all and (max-width: 375px) {
  #info .width-wrap .jjanggu-area .title-zone img:nth-of-type(1) {
    width: 183px;
  }
  #info .width-wrap .jjanggu-area .title-zone img:nth-of-type(2) {
    width: 104px;
  }
  #info .width-wrap .jjanggu-area .title-zone img:nth-of-type(3) {
    width: 103px;
  }
}
