@charset "UTF-8";
/*-------------------------------------------------
title       : 믹스인
Author      : PLAN I
Create date : 2024-10-11
-------------------------------------------------*/
/*-------------------------------------------------
title       : 메인
Author      : ㅈㅁㅈ
Create date : 2025-08-26
-------------------------------------------------*/
#main {
  width: 165rem;
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: var(--header);
}

#visual .group {
  position: relative;
  z-index: 0;
  padding: 12rem 0 21.5rem;
  color: #fff;
}
#visual .group > i {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  top: auto;
  bottom: 0;
  background-color: var(--color2);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#visual .group em {
  height: 3.5rem;
  border: 1px solid #fff;
  line-height: calc(3.5rem - 1px * 2);
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: top;
}
#visual .group p {
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: calc(inherit * 3);
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  width: 50rem;
  max-width: 100%;
  margin-bottom: 12rem;
  font-size: 1.8rem;
  line-height: 160%;
}
#visual .group h2 {
  width: 75rem;
  max-width: 100%;
  margin: 2rem 0;
  font-family: "Paperlogy", "Pretendard";
  font-size: 11.2rem;
  line-height: 120%;
}
#visual .group h2 span {
  color: var(--color1);
}
#visual .group a {
  position: relative;
  font-family: "Syncopate";
  font-weight: 600;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}
#visual .group a span + span {
  position: absolute;
  left: 0;
  top: -0.2rem;
  color: #fff;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#visual .group a i {
  font-weight: 100;
}
#visual .group a:hover span + span, #visual .group a:focus span + span {
  clip-path: inset(0 0 0 0);
}
#visual .group strong {
  display: inline-block;
  border-bottom: 0.5rem solid #fff;
  font-weight: 600;
  line-height: 100%;
  vertical-align: top;
}
#visual .group strong:last-child:after {
  font-family: "remixicon";
  content: "\f534";
  position: absolute;
  font-size: 150%;
  font-weight: 300;
}
#visual .event {
  display: inline-block;
  overflow: hidden;
  width: 10.9rem;
  height: 10.9rem;
  text-align: center;
  line-height: 10.9rem;
  vertical-align: middle;
  overflow: visible;
  position: fixed;
  right: 5.5rem;
  bottom: 14rem;
  z-index: 10;
  background: url("../img/main/event.png") no-repeat center center;
  background-size: 100% 100%;
  color: transparent;
}
#visual .event::before {
  display: inline-block;
  overflow: hidden;
  width: 17.6rem;
  height: 17.6rem;
  text-align: center;
  line-height: 17.6rem;
  vertical-align: middle;
  position: absolute;
  left: -3.35rem;
  top: -3.35rem;
  -webkit-mask-image: url("../img/main/event1.png");
          mask-image: url("../img/main/event1.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #fff;
  content: "";
  -webkit-animation: rotate 4s infinite linear;
          animation: rotate 4s infinite linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#visual .event.active::before {
  background-color: #000;
}
#visual .event:hover::before, #visual .event:focus::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#quick {
  position: absolute;
  top: 12rem;
  right: 4rem;
  z-index: 0;
}
#quick a {
  display: inline-block;
  overflow: hidden;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  line-height: 4.5rem;
  vertical-align: middle;
  display: block;
  margin-bottom: 1rem;
  border-radius: 100%;
  background-color: #fff;
  font-size: 2rem;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#quick a::before {
  font-family: "remixicon";
  content: "\eadb";
  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;
}
#quick a + a::before {
  content: "\ed9d";
}
#quick a:last-child::before {
  background: url("../img/main/icon_e.png") no-repeat center center;
  background-size: 50%;
  content: "";
}
#quick a:hover, #quick a:focus {
  background-color: var(--color1);
}

#contents {
  background-color: #fff;
  word-break: keep-all;
}
#contents h2 {
  margin: 10rem 0 3rem;
  font-family: "Syncopate";
  font-size: 2rem;
  color: #000;
}
#contents > ul {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(4, 1fr);
}
#contents > ul strong {
  display: block;
  margin: 1rem 0;
  font-size: 2.4rem;
  color: #000;
}
#contents > ul img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#contents > ul i {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contents > ul i::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(-45deg, #fff 49.9%, #000 50%);
  content: "";
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contents > ul span {
  height: 2.8rem;
  border: 1px solid #000;
  line-height: calc(2.8rem - 1px * 2);
  display: inline-block;
  margin-top: 1rem;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
}
#contents > ul span.tag1 {
  background-color: #000;
  font-family: "Syncopate";
  color: #fff;
  line-height: 3rem;
}
#contents > ul span.type1 {
  color: #000;
}
#contents > ul span.type1 {
  border-color: var(--color1);
  background-color: var(--color1);
}
#contents > ul span.type2 {
  border-color: var(--color2);
  background-color: var(--color2);
}
#contents > ul a {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contents > ul a:hover, #contents > ul a:focus {
  top: -1rem;
}
#contents > ul a:hover img, #contents > ul a:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.7;
}
#contents > ul a:hover i, #contents > ul a:focus i {
  border-radius: 0;
  background-color: #000;
}
#contents > ul a:hover i::after, #contents > ul a:focus i::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#contents .link {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12rem;
  padding-top: 1px;
}
#contents .link::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #000;
}
#contents .link strong {
  font-weight: 500;
}
#contents .link span {
  height: 4rem;
  border: 1px solid #000;
  line-height: calc(4rem - 1px * 2);
  display: inline-block;
  margin-left: auto;
  margin-right: 13.5rem;
  padding: 0 1rem 0 2rem;
  border-radius: 4rem;
  background-color: #fff;
  font-size: initial;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contents .link span::after {
  font-family: "remixicon";
  content: "\ea6e";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  margin-left: 1rem;
}
#contents .link a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 16rem;
  font-size: 2.4rem;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .link a::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: auto;
  right: 0;
  z-index: -2;
  margin: 0;
  background-color: var(--color2);
  -webkit-transform: inherit;
          transform: inherit;
}
#contents .link a::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  background: url("../img/main/link.png") no-repeat;
  background-size: auto 100%;
}
#contents .link a:hover span, #contents .link a:focus span {
  background-color: #000;
  color: #fff;
}
#contents .link a:last-child strong {
  margin-left: 13.5rem;
  color: #000;
}
#contents .link a:last-child span {
  margin-right: 0;
}
#contents .link a:last-child::before {
  left: 0;
  right: 0;
  background-color: #F2F2F2;
}
#contents .link a:last-child::after {
  left: 50%;
  top: 3rem;
  width: 7rem;
  height: 6rem;
  background: url("../img/sub/opinion_bg.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1280px) {
  #visual .group > i {
    width: calc(100% + 20rem);
  }
  #visual .group > i img {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to top, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
  }
  #contents .link span {
    margin-right: 3rem;
  }
  #contents .link a:last-child strong {
    margin-left: 3rem;
  }
}
@media (max-width: 768px) {
  #visual .group h2 {
    font-size: 8rem;
  }
  #contents h2 {
    margin: 5rem 0 2rem;
  }
  #contents > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  #contents > ul li:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }
  #contents > ul li:nth-child(4) {
    margin-top: -9rem;
    grid-row: 2;
    grid-column: 1;
  }
  #contents > ul li:nth-child(5) {
    margin-top: -4.5rem;
    grid-row: 3;
    grid-column: 2;
  }
  #contents > ul li:nth-child(6) {
    grid-row: 3;
    grid-column: 1;
  }
  #contents .link {
    display: block;
    margin: 5rem -3rem 0;
    padding-top: 0;
  }
  #contents .link::before {
    display: none;
  }
  #contents .link a {
    width: 100%;
    padding: 0 3rem;
    border-top: 1px solid #000;
  }
  #contents .link span {
    margin-right: 0 !important;
  }
  #contents .link strong {
    margin-left: 0 !important;
  }
}
@media (max-width: 500px) {
  #visual .group h2 {
    font-size: 5rem;
  }
  #visual .group p {
    margin-bottom: 5rem;
  }
  #contents > ul strong {
    font-size: 2rem;
    line-height: 130%;
  }
  #contents > ul li:nth-child(4) {
    margin-top: -6rem;
  }
  #contents > ul li:nth-child(5) {
    margin-top: -1rem;
  }
}