@charset "UTF-8";
/*-------------------------------------------------
title       : 믹스인
Author      : PLAN I
Create date : 2024-10-11
-------------------------------------------------*/
@import url("/public/css/contents.css");
/*-------------------------------------------------
title       : 서브
Author      : ㅈㅁㅈ
Create date : 2024-10-11
-------------------------------------------------*/
#new_hd {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#visual {
  position: relative;
  height: 100vh;
  padding: 23.5rem 5rem 39rem;
  color: #fff;
}
#visual i {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
#visual img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: inherit;
}
#visual .group {
  width: 144rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 2rem;
  font-weight: 300;
}
#visual h2 {
  display: inline-block;
  height: 4.2rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
  border-radius: 5.5rem;
  background-color: #FF8D2D;
  font-size: inherit;
  vertical-align: middle;
  line-height: 4.2rem;
}
#visual strong {
  display: block;
  font-size: 7.5rem;
  line-height: 1.2;
}
#visual p {
  margin-top: 4rem;
  opacity: 0.6;
}
#visual span {
  position: fixed;
  bottom: 5rem;
  left: 0;
  z-index: -1;
  width: 100%;
  font-size: calc(var(--size) - 0.1rem);
  opacity: 0.4;
  text-align: center;
}
#visual span::before {
  font-family: "remixicon";
  content: "\ef7d";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  display: block;
  font-size: 2.5rem;
}

#title {
  padding: 8rem 3rem 4rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: inherit;
  text-align: center;
  word-break: keep-all;
}
#title strong {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  color: #222;
  line-height: 7rem;
}
#title img {
  width: 6.8rem;
}

#contents {
  position: relative;
  z-index: inherit;
  width: var(--width1);
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 8rem;
}
#contents::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

@media (max-width: 1600px) {
  #visual img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1280px) {
  #visual img {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@media (max-width: 500px) {
  #visual .group {
    font-size: inherit;
  }
  #visual strong {
    font-size: 5rem;
  }
}