@charset "UTF-8";
.inner {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.sec-1 {
  padding: 2rem 2rem 0;
  border-radius: 20px 20px 150px 20px;
  border-radius: 20px 20px 150px 20px;
  overflow: hidden;
}
.sec-1 .swiper {
  width: 100%;
  height: 100vh;
  border-radius: 0 0 15rem 2rem;
  border-radius: 20px 20px 150px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(<path-to-image>) lightgray -8.813px -149.306px/100.938% 147.657% no-repeat, rgba(0, 0, 0, 0.2);
}
.sec-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sec-1 .video-bg {
  height: 140rem;
  overflow: hidden;
  width: 100%;
}
.sec-1 .video-bg .txt-wrap {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sec-1 .video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-1 .slide1 .bg {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide1.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .slide2 .bg {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide1.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .slide3 .bg {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide1.jpg") no-repeat center;
  background-size: cover;
}
.sec-1 .act .txt-wrap .sub,
.sec-1 .act .txt-wrap .sec-tit {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 1s, opacity 1s;
  -webkit-transition: transform 1s, opacity 1s;
  -moz-transition: transform 1s, opacity 1s;
  -ms-transition: transform 1s, opacity 1s;
  -o-transition: transform 1s, opacity 1s;
}
.sec-1 .act .bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 3s;
  -webkit-transition: transform 3s;
  -moz-transition: transform 3s;
  -ms-transition: transform 3s;
  -o-transition: transform 3s;
}
.sec-1 .inner {
  height: 100%;
}
.sec-1 .txt-wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.sec-1 .txt-wrap .sub {
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 700;
  line-height: 3;
  color: #fff;
}
.sec-1 .txt-wrap .sec-tit {
  font-size: var(--fs-vtit);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.sec-1 .txt-wrap .sub,
.sec-1 .txt-wrap .sec-tit {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.sec-1 .control-wrap {
  position: absolute;
  left: 0%;
  bottom: 6.7rem;
  width: 100%;
  z-index: 99;
}
.sec-1 .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 13rem;
}
.sec-1 .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  background: none;
  opacity: 1 !important;
  font-size: var(--fs-md);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.sec-1 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -11rem;
  transform: translateY(-50%);
  width: 10rem;
  height: 0.3rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sec-1 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11rem;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  width: 10rem;
  height: 0.3rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #fff;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
}
.sec-1 .swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 800;
}
.sec-1 .swiper-pagination-bullet-active::after {
  transition: transform 4.5s;
  -webkit-transition: transform 4.5s;
  -moz-transition: transform 4.5s;
  -ms-transition: transform 4.5s;
  -o-transition: transform 4.5s;
  transform: translateY(-50%) scaleX(1);
}

.sec-2 {
  padding: 17rem 0 14rem;
}
.sec-2 .inner-wrap {
  padding: 0 2rem;
}
.sec-2 .type {
  display: block;
  font-size: calc(var(--fs-md) + 0.6rem);
  font-weight: 800;
  color: #FF416A;
  text-align: center;
  margin-top: 1rem;
}
.sec-2 .sec-tit {
  margin-top: 0;
  text-align: left;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.sec-2 .txt-wrap {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 120%;
}
.sec-2 .txt-wrap .tit {
  display: flex;
  gap: 3rem;
  font-size: calc(var(--fs-vtit) * 2);
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.sec-2 .txt-wrap img {
  display: block;
}
.sec-2 .inner-flex-box {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 6rem;
  margin: 0 auto;
  margin-top: 20rem;
}
.sec-2 .sns-btn-wrap {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: left;
  margin-top: 4rem;
}
.sec-2 .sns-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1.8rem;
  border: 1px solid #dcdcdc;
  border-radius: 5rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 16px 50px;
}
.sec-2 .sns-btn img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-2 .sns-btn:hover {
  border-color: #111;
}
.sec-2 .view {
  display: flex;
  gap: 1rem;
  width: 18.4rem;
  height: 6rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  font-size: var(--fs-sm);
  font-weight: 500;
  line-height: 1.875;
}
.sec-2 .view img {
  width: 4.5rem;
  height: 4.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-2 .view:hover {
  border-color: #111;
}

.sec-3 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.sec-3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 120%;
  height: 120%;
  background: url("../img/main/sec3.jpg") no-repeat;
  background-size: cover;
}
.sec-3 .inner {
  height: 100%;
}
.sec-3 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  justify-content: center;
  text-align: left;
}
.sec-3 .txt-wrap .sub {
  line-height: 3;
  color: #FFF;
  font-family: "Pretendard", sans-serif;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.27273;
}
.sec-3 .txt-wrap .sec-tit {
  font-size: var(--fs-vtit);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.sec-4 {
  padding: 15rem 0 0;
}
.sec-4 .card li {
  position: relative;
  padding: 8rem 0;
}
.sec-4 .card li:last-child {
  padding: 0;
}
.sec-4 .flex-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  width: 100%;
}
.sec-4 .line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.1rem;
  background: #000;
}
.sec-4 .txt-wrap {
  width: 52.816901%;
}
.sec-4 .img-wrap {
  width: 47.183099%;
  min-width: 47.183099%;
}
.sec-4 .img-wrap img {
  width: 100%;
}
.sec-4 dl {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  padding-top: 10rem;
}
.sec-4 dt {
  text-align: center;
  font-size: calc(var(--fs-stit) - 0.2rem);
  font-weight: 800;
  line-height: 1.45455;
}
.sec-4 dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.sec-4 .view {
  display: flex;
  margin: 8rem auto 0;
  gap: 1rem;
  width: 18.4rem;
  height: 6rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  font-size: var(--fs-sm);
  font-weight: 500;
  line-height: 1.875;
}
.sec-4 .view .icon,
.sec-4 .view img {
  display: block;
}

.sec-5 .inner {
  padding: 15rem 2rem 16rem;
  max-width: 146rem;
}
.sec-5 .flex-inner {
  padding: 8rem 0;
  background: #f0f0f0;
}
.sec-5 .type {
  display: block;
  font-size: calc(var(--fs-md) + 0.6rem);
  font-weight: 800;
  color: #FF416A;
  text-align: left;
}
.sec-5 .sec-tit {
  margin-top: 3rem;
  font-size: calc(var(--fs-mtit) + 0.5rem);
  font-weight: 600;
  line-height: 1.375;
  text-align: left;
}
.sec-5 .view {
  display: flex;
  gap: 1rem;
  width: 18.4rem;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-sm);
  font-weight: 500;
  line-height: 1.875;
}
.sec-5 .view .icon,
.sec-5 .view img {
  display: block;
}
.sec-5 .title-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-align: left;
}
.sec-5 .card {
  max-width: 146rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  gap: 6.5rem;
}
.sec-5 .card li {
  width: calc(33.3333333333% - 4.3333333333rem);
  background: #fff;
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -o-border-radius: 8rem;
}
.sec-5 .card li a {
  display: block;
  padding: 8rem 6rem 6rem;
}
.sec-5 .card li:hover {
  background: #FF416A;
  color: #fff;
}
.sec-5 .card li:hover dd {
  color: rgba(255, 255, 255, 0.7);
}
.sec-5 .card li:hover .icon img {
  content: url("../img/main/arrow-w.png");
}
.sec-5 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-5 .top .icon,
.sec-5 .top img {
  display: block;
}
.sec-5 .top .date {
  font-size: calc(var(--fs-stit) - 0.2rem);
  font-weight: 700;
}
.sec-5 dl {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 6rem;
}
.sec-5 dt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
  font-size: calc(var(--fs-md) + 0.4rem);
  font-weight: 600;
  line-height: 1.45833;
}
.sec-5 dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.38889;
  color: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 85.375rem) {
  .sec-1 .video-bg {
    height: 90rem;
  }
  .sec-2 .txt-wrap {
    margin-top: 15rem;
  }
  .sec-2 .txt-wrap .tit {
    align-items: center;
    font-size: calc(var(--fs-vtit) * 1.5);
  }
  .sec-5 .card {
    gap: 4rem;
  }
  .sec-5 .card li {
    width: calc(33.3333333333% - 2.6666666667rem);
  }
  .sec-5 .card li a {
    padding: 6rem 4rem 5rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-1 .video-bg {
    height: 100vh;
  }
  .sec-2 {
    padding: 5rem 0 5rem;
  }
  .sec-2 .txt-wrap {
    margin-top: 12rem;
  }
  .sec-2 .inner-flex {
    margin-top: 0;
  }
  .sec-2 .sns-btn {
    padding: 16px 45px;
  }
  .sec-2 .sns-btn img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec-2 .sns-btn:hover {
    border-color: #111;
  }
  .sec-4 {
    padding: 12rem 0;
  }
  .sec-4 .card li {
    padding: 6rem 0;
  }
  .sec-4 dl {
    gap: 3rem;
  }
  .sec-4 dd {
    font-size: var(--fs-com);
    word-break: keep-all;
  }
  .sec-4 dd br {
    display: none;
  }
  .sec-4 .view {
    margin: 4rem auto 0;
    gap: 1rem;
    width: 17.4rem;
    height: 5rem;
  }
  .sec-5 {
    padding: 0 0rem;
  }
  .sec-5 .inner {
    padding: 5rem 2rem;
  }
  .sec-5 li a {
    padding: 4rem 3rem 4rem;
  }
  .sec-5 .top a {
    font-size: calc(var(--fs-md) - 0.2rem);
  }
  .sec-5 dl {
    gap: 1.6rem;
    margin-top: 3rem;
  }
  .sec-5 dt {
    font-size: var(--fs-md);
  }
  .sec-5 dd {
    font-size: var(--fs-sm);
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 .txt-wrap {
    gap: 1rem;
  }
  .sec-1 .txt-wrap .sub {
    font-size: var(--fs-md);
  }
  .sec-1 .swiper-pagination {
    gap: 12rem;
    justify-content: flex-start;
  }
  .sec-1 .swiper-pagination-bullet {
    font-size: calc(var(--fs-md) - 0.2rem);
  }
  .sec-1 .swiper-pagination-bullet::before, .sec-1 .swiper-pagination-bullet::after {
    right: -9rem;
    width: 8rem;
  }
  .sec-1 .video-bg {
    height: 100vh;
  }
  .sec-2 {
    padding: 12rem 0 10rem;
  }
  .sec-2 .sec-tit {
    font-size: var(--fs-mtit);
  }
  .sec-2 .txt-wrap {
    margin-top: 8rem;
  }
  .sec-2 .txt-wrap .tit {
    font-size: 4.2rem;
  }
  .sec-2 .txt-wrap .img {
    width: 10rem;
  }
  .sec-3 .txt-wrap {
    gap: 1rem;
  }
  .sec-3 .txt-wrap .sub {
    font-size: var(--fs-md);
  }
  .sec-4 .card li {
    padding: 6rem 0 4rem;
  }
  .sec-4 .flex-wrap {
    flex-direction: column;
  }
  .sec-4 .flex-wrap > div {
    width: 100%;
  }
  .sec-4 dl {
    padding-top: 0;
  }
  .sec-4 .view {
    margin: 2rem auto 0;
  }
  .sec-5 .sec-tit {
    font-size: var(--fs-mtit);
  }
  .sec-5 .card {
    margin-top: 5.5rem;
    flex-wrap: wrap;
  }
  .sec-5 .card li {
    width: 100%;
    border-radius: 6rem;
    -webkit-border-radius: 6rem;
    -moz-border-radius: 6rem;
    -ms-border-radius: 6rem;
    -o-border-radius: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .sec-1 .txt-wrap .sub {
    line-height: 1.4;
  }
  .sec-1 .txt-wrap .sec-tit {
    font-size: calc(var(--fs-vtit) - 1rem);
    word-break: keep-all;
  }
  .sec-1 .txt-wrap .sec-tit br {
    display: none;
  }
  .sec-1 .swiper-pagination {
    gap: 2rem;
    flex-direction: column;
  }
  .sec-1 .swiper-pagination-bullet {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec-2 {
    padding: 10rem 0 8rem;
  }
  .sec-2 .type {
    font-size: var(--fs-md);
  }
  .sec-2 .sec-tit {
    word-break: keep-all;
  }
  .sec-2 .sec-tit br {
    display: none;
  }
  .sec-2 .txt-wrap {
    margin-top: 6rem;
  }
  .sec-2 .txt-wrap .tit {
    gap: 0.5rem;
    font-size: var(--fs-tit);
  }
  .sec-2 .txt-wrap .img {
    width: 6rem;
  }
  .sec-2 .inner-flex {
    display: block;
  }
  .sec-2 .inner-flex-box {
    text-align: left;
  }
  .sec-2 .sns-btn-wrap {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    transform: translateX(1rem);
    flex-direction: column;
    -webkit-transform: translateX(1rem);
    -moz-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    -o-transform: translateX(1rem);
  }
  .sec-2 .sns-btn {
    width: 20rem;
  }
  .sec-2 .inner-flex-box {
    display: block;
    margin: 0 auto;
    margin-top: 20rem;
  }
  .sec-3 {
    height: 80vh;
  }
  .sec-3 .txt-wrap .sub {
    line-height: 1.4;
  }
  .sec-3 .txt-wrap .sec-tit {
    font-size: calc(var(--fs-vtit) - 1rem);
    word-break: keep-all;
  }
  .sec-3 .txt-wrap .sec-tit br {
    display: none;
  }
  .sec-4 {
    padding: 10rem 0;
  }
  .sec-5 {
    padding: 10rem 0 12rem;
  }
  .sec-5 .type {
    font-size: var(--fs-md);
  }
  .sec-5 .card {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.flow-wrapper {
  width: 100%;
  overflow: hidden;
}

.flow-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.flow-text {
  display: inline-block;
  font-size: 12rem;
  animation: flow-left-right 20s linear infinite;
}

@keyframes flow-left-right {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.flow-text-b {
  display: inline-block;
  font-size: 12rem;
  font-weight: 800;
  animation: flow-left-left 20s linear infinite;
}

@keyframes flow-left-left {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}
.flow-wrapper {
  width: 100%;
  overflow: hidden;
}

.flow-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.flow-text,
.flow-text-b {
  display: inline-block;
  font-size: 12rem;
  font-weight: 800;
  will-change: transform;
}

@media all and (max-width: 85.375rem) {
  .sec-2 .txt-wrap {
    margin-top: 2rem;
    width: 140%;
  }
  .sec-2 .txt-wrap .tit {
    font-size: 12rem;
  }
}
@media (max-width: 1024px) {
  .flow-text,
  .flow-text-b {
    font-size: 8rem;
  }
  .sec-2 .txt-wrap {
    margin-top: 2rem;
    width: 200%;
  }
  .sec-2 .txt-wrap .tit {
    font-size: 10rem;
  }
}
/* =========================
   모바일 (768px 이하)
========================= */
@media (max-width: 768px) {
  .flow-text,
  .flow-text-b {
    font-size: 4.8rem;
  }
  .sec-2 .txt-wrap {
    margin-top: 2rem;
    width: 140%;
  }
  .sec-2 .txt-wrap .tit {
    font-size: 4.2rem;
  }
  .flow-text {
    animation-duration: 26s;
  }
  .flow-text-b {
    animation-duration: 32s;
  }
}
@media (max-width: 480px) {
  .flow-text,
  .flow-text-b {
    font-size: 3.6rem;
  }
}/*# sourceMappingURL=main.css.map */