@charset "UTF-8";
/*-------------------------------------------------
title       : 믹스인
Author      : PLAN I
Create date : 2024-10-11
-------------------------------------------------*/
/*-------------------------------------------------
title       : 메인
Author      : ㅈㅁㅈ
Create date : 2024-10-23
-------------------------------------------------*/
#logo a::before {
  opacity: 1;
}
#logo a img {
  opacity: 0;
}

#hnb a {
  border-color: #ddd;
}

#gnb .open {
  border-color: #171717;
}
#gnb .open::before {
  background-color: #171717;
}

#section1 {
  width: 152rem;
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 100vh;
  padding: 27.5rem 0 31.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section1 .group1 {
  position: relative;
  width: 100%;
}
#section1 .txt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#section1 .txt2 {
  padding: 1rem 0;
}
#section1 .txt2 .video, #section1 .txt2 span {
  -webkit-animation: txt2 2s;
          animation: txt2 2s;
}
#section1 .txt2 span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#section1 .txt2 span img + img {
  position: absolute;
  left: 0.75rem;
  top: 100%;
  margin-top: 2.5rem;
}
#section1 .txt1 {
  position: relative;
  margin-bottom: 9rem;
  padding-top: 3rem;
}
#section1 .txt1 .video, #section1 .txt1 i, #section1 .txt1 img {
  -webkit-animation: txt1 1.8s;
          animation: txt1 1.8s;
}
#section1 .txt1 i {
  display: inline-block;
  overflow: hidden;
  width: 20rem;
  height: 20rem;
  text-align: center;
  line-height: 20rem;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  margin-left: 3rem;
  border-radius: 100%;
}
#section1 .txt1 i video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  margin-left: -1rem;
}
#section1 .item1 {
  position: relative;
}
#section1 .item1::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  height: 1px;
  background-color: #DADADA;
  -webkit-animation: line 3s;
          animation: line 3s;
}
#section1 .item2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section1 .item2 button, #section1 .item2 ul {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
}
#section1 .item2 button {
  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;
}
#section1 .item2 button, #section1 .item2 button::after {
  border-radius: 100%;
  background-color: #B0CF01;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section1 .item2 button::before {
  font-family: "remixicon";
  content: "\ea13";
  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;
}
#section1 .item2 button::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;
}
#section1 .item2 button:hover::after, #section1 .item2 button:focus::after {
  -webkit-animation: circle 1s infinite;
          animation: circle 1s infinite;
}
#section1 .item2 ul {
  overflow: hidden;
  visibility: hidden;
  width: 35.5rem;
  height: 35.5rem;
  background: url("../img/main/more.png") no-repeat center center;
  background-size: 100% auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
          transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section1 .item2 ul a {
  display: block;
  margin-bottom: 1rem;
  padding: 3.5rem 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section1 .item2 ul a:hover, #section1 .item2 ul a:focus {
  font-weight: 800;
}
#section1 .item2 ul li:nth-child(2), #section1 .item2 ul li:nth-child(3) {
  width: 30%;
}
#section1 .item2 ul li:nth-child(2) {
  float: left;
}
#section1 .item2 ul li:nth-child(3) {
  float: right;
}
#section1 .item2 ul li:nth-child(4) {
  clear: both;
}
#section1 .item2.active button {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#section1 .item2.active button::after {
  visibility: hidden;
  opacity: 0;
}
#section1 .item2.active ul {
  visibility: visible;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
          transform: translate(-50%, -50%) rotate(0) scale(1);
}
#section1 .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 8rem;
  height: 7.5rem;
  padding-left: 14.5rem;
  background: url("../img/main/icon1.png") no-repeat;
  background-size: auto 6.9rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section1 .group2 span {
  display: block;
  font-size: 1.8rem;
  color: #DB2A7F;
}
#section1 .group2 strong {
  font-size: 2.8rem;
  color: #222;
}
#section1 .group2 p {
  padding-left: 4rem;
}

.video {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 0;
  height: 18.5rem;
  margin-right: 3.5rem;
  border-radius: 17rem;
  vertical-align: middle;
}
.video video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.video.video2 {
  z-index: -1;
  width: 18.5rem;
  margin: 0 0 0 2rem;
  border-radius: 0;
  background-color: #fff;
}
.video.video2 video {
  left: 50%;
  top: 50%;
  height: 205%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%); /*filter: contrast(1.05) brightness(1.05);*/
}
.video.video1 {
  width: 0;
  padding-left: 38.1%;
}
.video.video1 video {
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 1000%;
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 1000%;
  }
}
@-webkit-keyframes txt1 {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes txt1 {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes txt2 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  65% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes txt2 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  65% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes button {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes button {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
#section2 .group1 {
  padding: 14rem 0 12rem;
  background: url("../img/main/section2.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
#section2 .group1 h2 {
  margin-bottom: 6rem;
  font-size: 6rem;
  text-align: center;
}
#section2 .group1 h2 span {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.6rem;
  color: #B0CF01;
}
#section2 .group1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding: 6rem 0;
}
#section2 .group1 .item {
  position: relative;
  z-index: 0;
  height: 48rem;
  margin: 0 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 40rem;
      flex-basis: 40rem;
  -webkit-perspective: 10rem;
          perspective: 10rem;
}
#section2 .group1 .item i {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section2 .group1 .item i::before, #section2 .group1 .item i::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  z-index: 1;
}
#section2 .group1 .item i::before {
  display: none;
  background-color: #000;
  opacity: 0.2;
}
#section2 .group1 .item i::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.25) 66%, rgba(0, 0, 0, 0.7));
}
#section2 .group1 .item i img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  min-width: 100%;
  max-width: inherit;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section2 .group1 .item[class*=prev] i {
  -webkit-transform: rotateY(1deg) translate(2%) scaleY(1.04);
          transform: rotateY(1deg) translate(2%) scaleY(1.04);
}
#section2 .group1 .item[class*=active] i {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
#section2 .group1 .item[class*=next] i {
  -webkit-transform: rotateY(-1deg) translateX(-2%) scaleY(1.04);
          transform: rotateY(-1deg) translateX(-2%) scaleY(1.04);
}
#section2 .group1 .item[class*=next] + .item i {
  -webkit-transform: rotateY(-2deg) translate(-4%) scaleY(1.17);
          transform: rotateY(-2deg) translate(-4%) scaleY(1.17);
}
#section2 .group1 .item[class*=next] + .item + .item i {
  -webkit-transform: rotateY(-2deg) translate(-4%) scaleY(1.36);
          transform: rotateY(-2deg) translate(-4%) scaleY(1.36);
}
#section2 .group1 .item.type1 i {
  -webkit-transform: rotateY(2deg) translate(4%) scaleY(1.36) !important;
          transform: rotateY(2deg) translate(4%) scaleY(1.36) !important;
}
#section2 .group1 .item.type2 i {
  -webkit-transform: rotateY(2deg) translate(4%) scaleY(1.17) !important;
          transform: rotateY(2deg) translate(4%) scaleY(1.17) !important;
}
#section2 .group1 .item:hover i img, #section2 .group1 .item:focus i img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.7;
}
#section2 .group1 .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  word-break: keep-all;
}
#section2 .group1 .desc em {
  display: inline-block;
  height: 3rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  vertical-align: middle;
}
#section2 .group1 .desc strong {
  display: block;
  margin: 1.5rem 0 2rem;
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
}
#section2 .group1 .desc .type1 {
  background-color: rgba(234, 33, 36, 0.8);
}
#section2 .group1 .desc .type2 {
  background-color: rgba(33, 174, 234, 0.8);
}
#section2 .group1 .desc .type3 {
  background-color: rgba(29, 218, 218, 0.7);
}
#section2 .group1 .desc .type4 {
  background-color: #06BF94;
}
#section2 .group1 .desc .type5 {
  background-color: rgba(101, 1, 207, 0.8);
}
#section2 .group1 .desc .type6 {
  background-color: rgba(245, 34, 34, 0.6);
}
#section2 .group1 .desc .type7 {
  background-color: rgba(234, 133, 33, 0.8);
}
#section2 .group1 .control {
  margin-top: 5.5rem;
  font-size: 2rem;
  text-align: center;
}
#section2 .group1 .control button {
  display: inline-block;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  vertical-align: middle;
  font-size: 2.6rem;
}
#section2 .group1 .control button::before {
  font-family: "remixicon";
  content: "\ea63";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
}
#section2 .group1 .control button.next::before {
  content: "\ea6d";
}
#section2 .group1 .pager {
  display: inline-block;
  margin: 0 2rem;
  vertical-align: middle;
}
#section2 .group1 .pager p {
  display: inline;
}
#section2 .group1 .pager span {
  position: relative;
  z-index: inherit;
  display: inline-block;
  visibility: hidden;
  width: 0;
  height: 0;
  font-weight: 700;
  color: #B0CF01;
  vertical-align: top;
}
#section2 .group1 .pager span::before, #section2 .group1 .pager span::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: calc(100% + 1.25rem);
  width: 10rem;
  height: 0.2rem;
  background-color: #fff;
  opacity: 0.4;
  content: "";
}
#section2 .group1 .pager span::after {
  z-index: 1;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
}
#section2 .group1 .pager span[class*=active] {
  visibility: visible;
  width: auto;
  height: auto;
}
#section2 .group1 .pager span[class*=active]::after {
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}
#section2 .group1 .pager strong {
  margin-left: 12rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
#section2 .group2 {
  position: relative;
  z-index: inherit;
  width: 98rem;
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14rem;
  padding-left: 17rem;
  background: url("../img/main/icon2.png") no-repeat 0 2rem;
  background-size: auto 9.9rem;
  font-size: 2rem;
  font-weight: 500;
  color: #8CA0B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section2 .group2::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EAF1F9;
}
#section2 .group2 strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  color: #0A325C;
}
#section2 .group2 span {
  margin: 0 3rem 0 1rem;
}
#section2 .group2 a {
  display: inline-block;
  height: 5rem;
  padding: 0 2.5rem;
  border-radius: 5rem;
  background-color: #204C78;
  font-size: 1.8rem;
  color: #fff;
  line-height: 5rem;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section2 .group2 a::after {
  font-family: "remixicon";
  content: "\ea6c";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
#section2 .group2 a:hover, #section2 .group2 a:focus {
  background-color: #fff;
  color: #204C78;
}

@media (max-width: 1900px) {
  #section1 .item2 {
    right: 5rem;
  }
  #section1 .item2.active {
    right: 16rem;
  }
}
@media (max-width: 1320px) {
  #section1 .txt img {
    max-height: 18rem;
  }
  #section1 .txt2 {
    padding-top: 2rem;
  }
  #section1 .group2, #section1 .group2 span {
    font-size: var(--size);
  }
  #section1 .group2 strong {
    font-size: 2.3rem;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .video {
    height: 15rem;
  }
  .video.video2 {
    width: 15rem;
  }
  #section1 {
    width: 81rem;
    padding-top: 20rem;
  }
  #section1 .txt img {
    max-height: 15rem;
  }
  #section1 .txt1 {
    margin-bottom: 7rem;
  }
  #section1 .item2 {
    right: 2.5rem;
  }
  #section1 .item2.active {
    right: 10rem;
  }
  #section1 .item2 ul {
    width: 20rem;
    height: 20rem;
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  #section1 .item2 ul a {
    padding: 1.2rem 0;
  }
  #section1 .group2 {
    display: block;
    height: auto;
    padding-left: 10rem;
    background-size: auto 4rem;
    background-position-y: 1rem;
  }
  #section1 .group2 p {
    margin-top: 1rem;
    padding-left: 0;
  }
  #section2 .group2 {
    padding: 3rem 15rem 3.5rem;
    font-size: inherit;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    word-break: keep-all;
  }
  #section2 .group2 strong {
    font-size: 2.3rem;
  }
  #section2 .group2 span {
    display: block;
    margin: 1rem 0 0;
  }
  #section2 .group2 a {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) {
  .video {
    top: -1rem;
    height: 10rem;
  }
  .video.video2 {
    width: 10rem;
  }
  #section1 .txt img {
    max-height: 10rem;
  }
  #section1 .txt1 {
    top: -1rem;
    margin-bottom: 3rem;
  }
  #section1 .group1 {
    width: 58rem;
  }
}
@media (max-width: 500px) {
  .video {
    height: 7rem;
    margin-left: 1rem;
  }
  .video.video2 {
    width: 7rem;
  }
  #section1 .group1 {
    width: 40rem;
  }
  #section1 .txt img {
    max-height: 7rem;
  }
  #section2 .group1 {
    padding: 5rem 0;
  }
  #section2 .group1 .item {
    height: 38rem;
    margin: 0 1rem;
    -ms-flex-preferred-size: 30rem;
        flex-basis: 30rem;
  }
  #section2 .group1 .list {
    padding: 0;
  }
  #section2 .group1 h2 {
    margin-bottom: 3rem;
  }
  #section2 .group1 h2 span {
    margin-bottom: 0;
  }
  #section2 .group2 {
    height: auto;
    padding-right: 0;
    padding-left: 10rem;
    background-size: 8rem auto;
    background-position-y: 3.5rem;
  }
  #section2 .group2 a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 2rem;
  }
}