@charset "UTF-8";
/*-------------------------------------------------
title       : 믹스인
Author      : PLAN I
Create date : 2024-10-11
-------------------------------------------------*/
@import url("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;
  min-height: 100vh;
  color: #fff;
}
#visual > i {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
#visual > i img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  max-width: inherit;
}
#visual .group {
  width: 144rem;
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 23.5rem 0 39rem;
  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 h1, #visual strong {
  display: block;
  font-size: 7.5rem;
  line-height: 1.2;
  white-space: nowrap;
}
#visual p {
  margin-top: 4rem;
  opacity: 0.6;
}
#visual > span {
  position: fixed;
  bottom: 5rem;
  left: 0;
  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;
}
#visual .item {
  position: relative;
  z-index: 0;
  width: 136.5rem;
  max-width: 90%;
  min-height: 100vh;
  padding: 23.5rem 0 16rem;
  backdrop-filter: blur(40px);
  word-break: keep-all;
  -webkit-animation: visual_item 1s;
          animation: visual_item 1s;
}
#visual .item.type1 {
  backdrop-filter: inherit;
  background-color: #662483;
}
#visual .item.type2 {
  background-color: rgba(17, 35, 60, 0.3);
}
#visual .item.type3 {
  background-color: rgba(0, 0, 0, 0.2);
}
#visual .item.type4 {
  background-color: rgba(92, 67, 26, 0.5);
}
#visual .item > * {
  width: 88.5rem;
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
}
#visual .item > span {
  display: block;
  position: relative;
  margin: 3rem 0 6.5rem;
  font-size: 2.4rem;
  -webkit-animation: visual_writer 2.2s;
          animation: visual_writer 2.2s;
}
#visual .item h1 {
  position: relative;
  -webkit-animation: visual_title 2s;
          animation: visual_title 2s;
}
#visual .item p {
  padding-right: 15rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
#visual .item p::before {
  display: block;
  position: relative;
  left: -40rem;
  top: 0;
  z-index: 0;
  width: 1000%;
  height: 1px;
  margin-bottom: 6rem;
  background-color: #DADADA;
  content: "";
  opacity: 0.3;
  -webkit-animation: visual_line 5s;
          animation: visual_line 5s;
}
#visual .item p i {
  overflow: hidden;
  float: left;
  width: 19rem;
  margin-right: 4rem;
}
#visual .item p img {
  -webkit-animation: visual_img 2.5s;
          animation: visual_img 2.5s;
}
#visual .item p strong {
  position: relative;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #fff;
  -webkit-animation: visual_writer 2.5s;
          animation: visual_writer 2.5s;
}
#visual .item p span {
  display: block;
  -webkit-animation: visual_txt 2.7s;
          animation: visual_txt 2.7s;
}
#visual .item p b {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  -webkit-animation: visual_writer 2.7s;
          animation: visual_writer 2.7s;
}
#visual .item p b + b::before {
  display: inline-block;
  position: relative;
  top: -0.2rem;
  width: 1px;
  height: 1.5rem;
  margin: 0 1rem 0 0.7rem;
  background-color: #fff;
  content: "";
  opacity: 0.5;
  vertical-align: middle;
}
#visual .item p b + span {
  margin-top: 1.5rem;
}
#visual .item a {
  display: inline-block;
  overflow: hidden;
  width: var(--btn1_1);
  height: var(--btn1_1);
  text-align: center;
  line-height: var(--btn1_1);
  vertical-align: middle;
  overflow: visible !important;
  right: 0;
  z-index: 1;
  font-size: 1px;
  color: transparent;
  -webkit-animation: button 1s;
          animation: button 1s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: auto;
  top: auto;
  left: calc(100% + 27rem);
  z-index: 1;
  margin-top: -6rem;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: visual_btn 2s;
          animation: visual_btn 2s;
}
#visual .item a, #visual .item a::after {
  border-radius: 100%;
  background-color: #B0CF01;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .item a::before {
  font-family: "remixicon";
  content: "\ee1f";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
  font-size: var(--btn1_2);
  color: #000;
}
#visual .item a::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 150%;
  content: "";
  opacity: 0.2;
}
#visual .item a:hover::after, #visual .item a:focus::after {
  -webkit-animation: circle 1s infinite;
          animation: circle 1s infinite;
}

@-webkit-keyframes visual_item {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes visual_item {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes visual_line {
  0% {
    width: 0;
  }
  100% {
    width: 1000%;
  }
}
@keyframes visual_line {
  0% {
    width: 0;
  }
  100% {
    width: 1000%;
  }
}
@-webkit-keyframes visual_btn {
  0% {
    -webkit-transform: scale(0) translateY(-50%);
            transform: scale(0) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(0) translateY(-50%);
            transform: scale(0) translateY(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }
}
@keyframes visual_btn {
  0% {
    -webkit-transform: scale(0) translateY(-50%);
            transform: scale(0) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(0) translateY(-50%);
            transform: scale(0) translateY(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }
}
@-webkit-keyframes visual_title {
  0% {
    position: relative;
    top: 3rem;
    opacity: 0;
  }
  50% {
    position: relative;
    top: 3rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes visual_title {
  0% {
    position: relative;
    top: 3rem;
    opacity: 0;
  }
  50% {
    position: relative;
    top: 3rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes visual_writer {
  0% {
    position: relative;
    top: 5rem;
    opacity: 0;
  }
  60% {
    position: relative;
    top: 5rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes visual_writer {
  0% {
    position: relative;
    top: 5rem;
    opacity: 0;
  }
  60% {
    position: relative;
    top: 5rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes visual_img {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes visual_img {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes visual_txt {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  70% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes visual_txt {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  70% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
#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;
}

.nav {
  width: 105rem;
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.nav::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1A2859;
}
.nav strong {
  margin: 0 auto;
  font-size: 2.8rem;
  color: #fff;
}
.nav a {
  position: relative;
  padding: 0 8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav a::before, .nav a::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  opacity: 0.7;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav a::before {
  width: 6rem;
  height: 1px;
  background-color: #fff;
}
.nav a::after {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 2px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.nav a.next::before, .nav a.next::after {
  left: auto;
  right: 0;
}
.nav a.next::after {
  border: 0 none;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.nav a:hover, .nav a:focus {
  color: #fff;
}
.nav a:hover::before, .nav a:hover::after, .nav a:focus::before, .nav a:focus::after {
  opacity: 1;
}

@media (max-width: 1780px) {
  #visual .item a {
    left: auto;
    right: -5rem;
  }
}
@media (max-width: 1600px) {
  #visual > i img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1280px) {
  #visual > i img {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@media (max-width: 1024px) {
  #visual h1, #visual strong {
    font-size: 5rem;
  }
  #visual .item p {
    padding-right: 0;
  }
  #visual .item a {
    right: -2.5rem;
  }
}
@media (max-width: 768px) {
  #visual h1, #visual strong {
    font-size: 4rem;
  }
  #visual .item > span {
    font-size: 2rem;
  }
  #visual .item p i {
    width: 9.5rem;
    margin: 0 2.5rem 2rem 0;
  }
  #visual .item p b {
    display: block;
  }
  #visual .item p b + b::before {
    display: none;
  }
  #visual .item p b + span {
    clear: both;
  }
}
@media (max-width: 500px) {
  #visual h1, #visual h1 strong {
    font-size: 4rem;
    white-space: normal;
  }
  #visual h1 br {
    display: none;
  }
  #visual .group {
    font-size: inherit;
  }
  .nav {
    font-size: inherit;
  }
  .nav a {
    padding: 0 4rem;
  }
  .nav a::before {
    width: 2.5rem;
  }
  .nav a::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}