@charset "UTF-8";
/*-------------------------------------------------
title       : 메인
Author      : lhj
Create date : 2023-05
-------------------------------------------------*/
.main_wrap .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/main/main_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_wrap .inner::after {
  content: "";
  position: absolute;
  right: 11rem;
  bottom: 5.41%;
  background: url("../images/main/planet1.png") no-repeat;
  width: 39.1rem;
  height: 25.8rem;
  background-size: contain;
}

#visual {
  position: relative;
  height: calc(100vh - 9.3rem);
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
}
#visual .title {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#visual .title span {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #EC6FFF;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}
#visual .title p {
  display: block;
  font-size: 5.9rem;
  line-height: 1.186440678;
  font-weight: 700;
  color: #fff;
}
#visual .planet {
  display: inline-block;
  width: 100%;
  height: auto;
}
#visual .item {
  position: absolute;
  z-index: 1;
}
#visual .item .img {
  display: block;
}
#visual .item.type1 {
  top: 17.26%;
  left: -4.4rem;
}
#visual .item.type2 {
  right: 0;
  top: -3.5rem;
}
#visual .item.type3 {
  bottom: 4.81%;
  left: 16.85%;
}
#visual .item.type4 {
  bottom: 10.69%;
  left: 53.22%;
  position: absolute;
}
#visual .item .space {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  z-index: -1;
}
#visual .item .space.c1 {
  width: 46.4rem;
  height: 46.4rem;
  bottom: -4.4rem;
  left: -1rem;
}
#visual .item .space.c1 i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/main/circle1.png") no-repeat;
  width: 3.4rem;
  height: 3.2rem;
  background-size: contain;
}
#visual .item .space.c2 {
  width: 50.4rem;
  height: 50.4rem;
  bottom: -3.5rem;
  right: -13rem;
}
#visual .item .space.c2 i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/main/circle2.png") no-repeat;
  width: 4.3rem;
  height: 4.2rem;
  background-size: contain;
}
#visual .item .space.c2 i {
  -webkit-animation: rotate 5s infinite linear;
          animation: rotate 5s infinite linear;
}
#visual .item .space i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 4s infinite linear;
          animation: rotate 4s infinite linear;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#visual .desc {
  display: inline-block;
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#visual .desc em {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-weight: 600;
  color: #fff;
  opacity: 0.38;
  margin-bottom: 2rem;
}
#visual .desc strong {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
  color: #fff;
  letter-spacing: -0.36px;
}
#visual .desc p {
  display: block;
  font-size: 1.9rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.84;
  letter-spacing: -0.57px;
}
#visual .desc.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#visual .desc.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 30rem;
  max-width: 100%;
  text-align: right;
}
#visual .desc.type2 p {
  margin-bottom: 1.8rem;
}
#visual .desc.type2 strong {
  font-size: 3.7rem;
  line-height: 1.1891891892;
  margin-bottom: 4.2rem;
}
#visual .desc.type3 {
  width: 40rem;
  max-width: 100%;
  text-align: left;
}
#visual .desc.type3 strong {
  font-size: 3.3rem;
  line-height: 4.5rem;
  margin-bottom: 2.9rem;
}
#visual .desc.type4 em {
  margin-bottom: 1.1rem;
}
#visual .desc.type4 strong {
  font-size: 3.6rem;
  line-height: 1.1666666667;
  margin-bottom: 2.6rem;
}
#visual .btn_plus {
  display: inline-block;
  width: 6.3rem;
  height: 6.3rem;
  position: relative;
  margin-top: 3.5rem;
}
#visual .btn_plus span {
  font-size: 0;
}
#visual .btn_plus::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/main/btn_link.png") no-repeat;
  width: 6.3rem;
  height: 6.3rem;
  background-size: contain;
}
#visual .btn_link {
  display: inline-block;
  position: relative;
  font-family: "xeicon";
  font-size: 1.7rem;
  line-height: 1.2941176471;
  font-weight: 600;
  color: #fff;
  opacity: 0.86;
  letter-spacing: -0.34px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 1rem;
  padding: 1.6rem 5.3rem 1.6rem 2.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#visual .btn_link::after {
  content: "\e93f";
  display: inline-block;
  position: absolute;
  right: 1.3rem;
  font-size: 2rem;
}
#visual .btn_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 1rem;
  z-index: -1;
}
#visual .btn_link span {
  display: inline-block;
  opacity: 1;
}
#visual .btn_link + .btn_link {
  margin-left: 1.1rem;
}
#visual .btn_link.ver2 + .btn_link {
  margin-left: 0;
  margin-top: 1rem;
}
#visual .btn_link.ver2:hover::before, #visual .btn_link.ver2:focus::before {
  background: #EF4D11;
  width: 100%;
}
#visual .btn_link.ver3 {
  display: block;
  min-width: 23.9rem;
  opacity: 1;
  border-color: #6187D0;
}
#visual .btn_link.ver3 + .btn_link {
  margin-left: 0;
  margin-top: 1rem;
}
#visual .btn_link.ver3:hover::before, #visual .btn_link.ver3:focus::before {
  background: #0377FF;
  width: 100%;
}
#visual .btn_link.ver4 {
  display: block;
  min-width: 21rem;
  opacity: 1;
  background: rgba(0, 69, 88, 0.4);
  text-align: left;
}
#visual .btn_link.ver4 + .btn_link {
  margin-left: 0;
  margin-top: 1rem;
}
#visual .btn_link.ver4:hover::before, #visual .btn_link.ver4:focus::before {
  background: #003A64;
  width: 100%;
}
#visual .btn_link:hover, #visual .btn_link:focus {
  border-color: transparent;
  opacity: 1;
  color: #fff;
}
#visual .btn_link:hover::before, #visual .btn_link:focus::before {
  width: 100%;
  background: #D034FF;
}