@charset "utf-8";

/* mainVisual */
.mainVisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 2px solid var(--white);
}
.mainVisual .mainVisual_m {
  display: none;
}
.mainVisual video {
  position: relative;
  display: block;
  width: 100%;
  height: 57.06rem;
  object-fit: cover;
}

.mainVisual .grdationDim {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.75rem;
  background: linear-gradient(transparent, var(--black70));
  z-index: 0;
}

.mainVisual > ul {
  position: absolute;
  bottom: 2.18rem;
  left: 2.5rem;
  display: flex;
  align-items: center;
  color: var(--white);
  gap: 3.12rem;
}

.mainVisual > ul > li {
  position: relative;
  font-size: 0.87rem;
  font-weight: 600;
}

.mainVisual > ul > li::after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: -25px;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: var(--white10);
}

.mainVisual > ul > li:last-child::after {
  display: none;
}

.mainVisual > ul > li > span {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 2.2;
}

.mainVisual > ul > li > svg {
  margin-left: 0.31rem;
  vertical-align: -0.31rem;
}

/* mainText */
.mainText {
  width: 25rem;
  padding: 15rem 0 16.25rem;
  margin: 0 auto;
  word-break: keep-all;
}

.mainText > h2 {
  text-align: center;
  margin-bottom: 3.75rem;
}

/* koreaPark */
.koreaPark {
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../img/img_main01.jpg) no-repeat center/cover;
}

.koreaPark .koreaBG {
  width: 100%;
  height: 100%;
  background: var(--black30);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.koreaPark h3 {
  text-align: center;
  margin-bottom: 0.93rem;
}

.koreaPark .btn {
  display: block;
  background-color: var(--black80);
}

/* modernPark */
.modernPark {
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../img/img_main02.jpg) no-repeat center/cover;
}

.modernPark .modernBG {
  width: 100%;
  height: 100%;
  background: var(--black30);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modernPark h3 {
  text-align: center;
  margin-bottom: 0.93rem;
}

.modernPark .btn {
  display: block;
  background-color: var(--btn-gray);
}

/* building */
.building {
  padding: 15rem 0 16.25rem;
}

.building .inner02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}

.building .buildingLeft {
  width: 55%;
}

.building .buildingLeft h2 {
  margin-bottom: 2.5rem;
}

.building .buildingLeft .blackText {
  font-size: 1.31rem;
  font-weight: 500;
  line-height: 2.75rem;
  text-align: left;
  color: var(--deep-gray);
  word-break: keep-all;
  margin-bottom: 3.75rem;
  transition: all 0.3s;
}

.building .buildingLeft .blackText > span {
  padding-bottom: 0.18rem;
  border-bottom: 2px solid var(--deep-gray);
  transition: all 0.3s;
}

.building .buildingLeft .blackText > span:hover {
  color: var(--black);
  border-color: var(--black);
}

.building .buildingLeft .btn {
  display: block;
  width: 10.12rem;
  background: var(--black);
  transition: all 0.3s;
}

.building .buildingLeft .btn:hover {
  background: var(--dark-gray);
}

.building .buildingright figure {
  position: relative;
  width: 37.75rem;
  height: 47.5rem;
  overflow: hidden;
}

.building .buildingright figure .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.6s ease;
}

.building .buildingright figure .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.building .buildingright figure .slide .caption {
  position: absolute;
  bottom: 1.56rem;
  left: 1.25rem;
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--white);
}

.building .buildingright figure .slide.active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

/* hover 또는 active 상태 글자 */
.buildingLeft .blackText span.active {
  color: var(--black);
}

/* person */
.person {
  position: relative;
  width: 100%;
  height: 171rem;
  padding: 15rem 0 16.25rem;
  background: var(--bg-gray);
  display: flex;
  justify-content: center;
  align-items: center;
}

.person .inner02 {
  position: absolute;
  inset: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.person .inner02 .fixedText {
  position: sticky;
  inset: 0;
  height: auto;
  text-align: center;
  height: 100vh;
  padding-top: 25%;
}
.person .fixedText .dimHidden h2 {
  margin-bottom: 0.93rem;
  text-align: center;
}

.person .fixedText > p {
  margin-bottom: 1.87rem;
}

.person .inner02 .fixedText .btn {
  display: block;
  width: 10.12rem;
  background: var(--black);
  margin: 0 auto;
  transition: all 0.3s;
}

.person .inner02 .fixedText .btn:hover {
  background: var(--dark-gray);
}

.person .inner02 .img01 {
  position: absolute;
  top: 7.18rem;
  right: 0;
  width: 18.75rem;
  height: 15rem;
}

.person .inner02 .img02 {
  position: absolute;
  top: 24.68rem;
  left: 0;
  width: 21.75rem;
  height: 28.75rem;
}

.person .inner02 .img03 {
  position: absolute;
  top: 47.18rem;
  right: 10%;
  width: 29.75rem;
  height: 29.75rem;
}

.person .inner02 .imgBox {
  overflow: hidden;
}

.person .inner02 .img04 {
  position: absolute;
  top: 80.93rem;
  left: 0;
  width: 21.75rem;
  height: 28.75rem;
}

.person .inner02 .img05 {
  position: absolute;
  top: 94.68rem;
  right: 0;
  width: 18.75rem;
  height: 15rem;
}

.person .inner02 .img06 {
  position: absolute;
  top: 128.43rem;
  left: 50%;
  transform: translateX(-50%);
  width: 29.75rem;
  height: 29.75rem;
}

.person img {
  width: 100%;
  height: 100%;
}

/* view */
.view {
  width: 100%;
  height: 85rem;
  padding: 12.5rem 0 15rem;
}

.view .inner02 .viewSwiper {
  width: 100%;
  height: 57.5rem;
}

.view .viewSwiper h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.view .viewSwiper .swiper-slide {
  width: 93.75rem;
  height: 47.5rem;
}

.view .viewSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.view .viewSwiper .swiper-pagination {
  width: 11.25rem;
  margin-top: 1.87rem;
}

.view .viewSwiper .swiper-pagination-bullet-active {
  background: var(--black);
}

.swiper-pagination-bullet {
  background: var(--deep-gray);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--black);
  opacity: 1;
  transform: scale(1.3);
}

/* news */
.news {
  width: 100%;
  padding-bottom: 15rem;
}

.news h2 {
  padding-bottom: 4.06rem;
  text-align: center;
  border-bottom: 1px solid var(--black);
}

.news .newsList {
  margin-bottom: 5.31rem;
}

.news .newsList > li > a {
  display: block;
  width: 100%;
  padding: 2.25rem 0;
  font-size: 1.31rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.news .newsList > li > a span {
  width: 8.12rem;
}

.news .newsList > li > a .newsText {
  width: 50rem;
}

.news .newsList time {
  width: 100%;
  font-size: 1.12rem;
  text-align: end;
}

.news .newsList li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 93.75rem;
  height: 1px;
  background: var(--black);
  opacity: 0.2;
  transition: all 0.3s;
}

.news .newsList li:hover::after {
  opacity: 1;
  height: 2px;
}

.news .btn {
  display: block;
  width: 10.12rem;
  background: var(--black);
  margin: 0 auto;
  transition: all 0.3s;
}

.news .btn:hover {
  background: var(--dark-gray);
}

/* ==========노트북 반응형============= */
@media screen and (max-width: 1023px) {
  /* mainVisual */
  .mainVisual {
    width: 61.43rem;
    overflow: hidden;
    border: 0.12rem solid var(--white);
    margin: 0 auto;
  }

  .mainVisual video {
    height: 72.75rem;
  }

  .mainVisual > ul > li > span {
    font-size: 1.06rem;
  }

  .mainVisual > ul > li > svg {
    margin-left: 0.62rem;
    vertical-align: -0.31rem;
  }

  /* mainText */
  .mainText {
    padding: 8.75rem 0 10rem;
  }

  .mainText > h2 {
    text-align: center;
    margin-bottom: 1.87rem;
  }

  /* koreaPark */
  .koreaPark {
    height: 75.25rem;
  }

  .koreaPark h3 {
    margin-bottom: 0.62rem;
  }

  /* modernPark */
  .modernPark {
    height: 75.25rem;
  }

  .modernPark h3 {
    margin-bottom: 0.62rem;
  }

  /* building */
  .building {
    padding: 7.5rem 0;
  }

  .building .inner02 {
    gap: 2.5rem;
  }

  .building .buildingLeft {
    width: 50%;
  }
  .building .buildingLeft .blackText {
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .building .buildingLeft .blackText > span {
    padding-bottom: 0.12rem;
  }

  .building .buildingLeft .btn {
    width: 9.87rem;
  }

  .building .buildingLeft .btn:hover {
    background: var(--black);
  }

  .building .buildingright figure {
    width: 30rem;
    height: 37.75rem;
  }

  .building .buildingright figure .slide .caption {
    font-size: 1.06rem;
  }

  /* person */
  .person {
    height: 115.62rem;
    padding: 15rem 0 16.25rem;
  }

  .person .inner02 {
    position: absolute;
    inset: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .person .inner02 .fixedText {
    position: sticky;
    inset: 0;
    height: 100vh;
    text-align: center;
    padding-top: 50%;
  }

  .person .inner02 .fixedText .btn {
    width: 9.87rem;
  }

  .person .inner02 .fixedText .btn:hover {
    background: var(--black);
  }

  .person .inner02 .img01 {
    top: 7.5rem;
    width: 13.12rem;
    height: 10.5rem;
  }

  .person .inner02 .img02 {
    top: 17.5rem;
    width: 15.25rem;
    height: 20.18rem;
  }

  .person .inner02 .img03 {
    top: 34.37rem;
    width: 20.75rem;
    height: 20.75rem;
  }

  .person .inner02 .imgBox {
    overflow: hidden;
  }

  .person .inner02 .img04 {
    top: 56.25rem;
    width: 15.25rem;
    height: 20.18rem;
  }

  .person .inner02 .img05 {
    top: 65.62rem;
    width: 13.12rem;
    height: 10.5rem;
  }

  .person .inner02 .img06 {
    top: 87.5rem;
    width: 20.75rem;
    height: 20.75rem;
  }

  .person img {
    width: 100%;
    height: 100%;
  }

  /* view */
  .view {
    height: 54rem;
    padding: 9.87rem 0;
  }

  .view .inner02 .viewSwiper {
    width: 100%;
    height: 39.5rem;
  }

  .view .viewSwiper .swiper-slide {
    width: 100%;
    height: 29.87rem;
  }

  .view .viewSwiper .swiper-pagination {
    margin-top: 0.93rem;
  }

  /* news */
  .news {
    padding-bottom: 7.5rem;
  }

  .news .newsList > li > a {
    padding: 2rem 0;
    font-size: 1.25rem;
  }

  .news .newsList > li > a span {
    width: 5.06rem;
  }

  .news .newsList > li > a .newsText {
    width: 44.81rem;
  }

  .news .newsList time {
    width: 6.12rem;
    font-size: 1.06rem;
  }

  .news .newsList li::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 58.93rem;
    height: 1px;
    background: var(--black);
    opacity: 0.3;
    transition: all 0.3s;
  }

  .news .newsList li:hover::after {
    display: none;
  }

  .news .btn {
    display: block;
    width: 10.12rem;
    background: var(--black);
    margin: 0 auto;
    transition: all 0.3s;
  }

  .news .btn:hover {
    background: var(--dark-gray);
  }
}

/* ==========태블릿 반응형============= */
@media screen and (max-width: 860px) {
  /* mainVisual */
  .mainVisual {
    width: 51rem;
  }
  .mainVisual video {
    height: 49.18rem;
  }
  .mainVisual > ul > li {
    font-size: 1rem;
  }
  .mainVisual > ul > li > span {
    font-size: 1.25rem;
  }

  .mainVisual > ul > li > svg {
    margin-left: 0.62rem;
    vertical-align: -0.31rem;
  }

  /* mainText */
  .mainText {
    width: 30rem;
    padding: 8.43rem 0 9.81rem;
  }

  .mainText > h2 {
    margin-bottom: 3.12rem;
  }

  /* koreaPark */
  .koreaPark {
    height: 100vh;
  }

  /* modernPark */
  .modernPark {
    height: 100vh;
  }

  /* building */
  .building {
    padding: 7rem 0 7rem;
  }

  .building .inner02 {
    position: relative;
    height: 65.62rem;
    gap: 0;
    flex-direction: column;
  }
  .building .buildingLeft h2 {
    text-align: center;
  }
  .building .buildingLeft .blackText {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 35rem;
    font-size: 1.43rem;
    line-height: 2;
  }

  .building .buildingLeft .blackText > span {
    padding-bottom: 0.12rem;
  }

  .building .buildingLeft .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 11.06rem;
  }

  .building .buildingright figure {
    position: absolute;
    top: 100px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 35rem;
  }

  .building .buildingright figure .slide .caption {
    font-size: 1.25rem;
  }

  /* person */

  .person {
    position: relative;
    width: 100%;
    height: 190.62rem;
    padding: 5rem 0 15rem;
  }
  .person .inner02 {
    position: relative;
    width: 49.56rem;
    height: 100%;
  }
  .person .inner02 .fixedText {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 0px;
    z-index: 10;
  }
  .person .fixedText .dimHidden {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to top, transparent 0%, var(--bg-gray) 40%);
    margin-top: -80px;
    z-index: 9;
  }
  .person .fixedText .dimHidden h2 {
    bottom: 0;
    font-size: 2.25rem;
  }
  .person .inner02 .fixedText .blackText {
    font-size: 1.25rem;
  }

  .person .inner02 .fixedText .btn {
    position: absolute;
    bottom: -9.37rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11.06rem;
  }

  .person .inner02 .img01 {
    top: 18.75rem;
    width: 14.75rem;
    height: 11.81rem;
  }

  .person .inner02 .img02 {
    top: 37.5rem;
    width: 17.12rem;
    height: 22.62rem;
  }

  .person .inner02 .img03 {
    top: 68.75rem;
    right: 0;
    width: 23.25rem;
    height: 23.25rem;
  }

  .person .inner02 .img04 {
    top: 100rem;
    width: 17.12rem;
    height: 22.62rem;
  }

  .person .inner02 .img05 {
    top: 131.25rem;
    width: 14.75rem;
    height: 11.81rem;
  }

  .person .inner02 .img06 {
    top: 150rem;
    width: 23.25rem;
    height: 23.25rem;
  }

  /* view */
  .view {
    height: 49.5rem;
    padding: 7rem 0 8.43rem;
  }

  .view .inner02 .viewSwiper {
    height: 34.56rem;
  }

  .view .viewSwiper .swiper-slide {
    height: 25.12rem;
  }

  /* news */
  .news {
    padding-bottom: 8.43rem;
  }

  .news .newsList > li > a {
    padding: 1.43rem 0;
    flex-wrap: wrap;
  }

  .news .newsList > li > a span {
    width: 4rem;
    margin-bottom: 0.93rem;
  }

  .news .newsList > li > a .newsText {
    display: block;
    width: 90%;
    margin-bottom: 0.93rem;
  }

  .news .newsList time {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: var(--deep-gray);
    text-align: left;
  }

  .news .newsList li::after {
    width: 49.56rem;
  }

  .news .btn {
    width: 11.06rem;
  }

  .news .btn:hover {
    background: var(--black);
  }
}
/* ==========모바일 반응형============= */
@media screen and (max-width: 540px) {
  .mainVisual {
    width: 100%;
    border: none;
  }
  .mainVisual .mainVisual_m {
    display: block;
  }
  .mainVisual .mainVisual_m video {
    height: 100vh;
  }
  .mainVisual > video,
  .mainVisual .grdationDim,
  .mainVisual > ul {
    display: none;
  }

  /* mainText */
  .mainText {
    width: 25rem;
    padding: 8.68rem 0 10.43rem;
  }

  .modernPark .modernBG .whiteText {
    width: 23.12rem;
  }
  .koreaPark,
  .modernPark {
    height: 100vh;
  }
  .koreaPark h3,
  .modernPark h3 {
    font-size: 3rem;
  }
  /* building */
  .building {
    width: 30.31rem;
    padding: 7rem 0 7rem;
    margin: 0 auto;
  }
  .building .inner02 {
    height: 68.75rem;
  }
  .building .buildingLeft {
    width: 100%;
  }
  .building .buildingLeft .blackText {
    bottom: 6%;
    width: 30.31rem;
    font-size: 1.56rem;
    line-height: 1.8;
  }
  .building .buildingLeft .btn {
    width: 13.25rem;
  }

  .building .buildingright figure {
    width: 100%;
  }

  .building .buildingright figure .slide .caption {
    font-size: 1.43rem;
  }

  /* person */

  .person {
    height: 195.62rem;
    padding: 5rem 0 7rem;
  }
  .person .inner02 {
    width: 30.31rem;
  }
  .person .fixedText .dimHidden {
    background: linear-gradient(to top, transparent 0%, var(--bg-gray) 30%);
  }
  .person .fixedText .dimHidden h2 {
    font-size: 2.5rem;
  }
  .person .inner02 .fixedText .blackText {
    font-size: 1.43rem;
  }

  .person .inner02 .fixedText .btn {
    position: absolute;
    bottom: 00;
    left: 50%;
    transform: translateX(-50%);
    width: 11.06rem;
  }

  .person .inner02 .img01 {
    top: 18.75rem;
    width: 14.75rem;
    height: 11.81rem;
  }

  .person .inner02 .img02 {
    top: 37.5rem;
    width: 14.75rem;
    height: 19.5rem;
  }

  .person .inner02 .img03 {
    top: 65.62rem;
    width: 22.5rem;
    height: 22.5rem;
  }

  .person .inner02 .img04 {
    top: 96.87rem;
    width: 14.75rem;
    height: 19.5rem;
  }

  .person .inner02 .img05 {
    top: 125rem;
    width: 14.75rem;
    height: 11.81rem;
  }

  .person .inner02 .img06 {
    top: 143.75rem;
    width: 22.5rem;
    height: 22.5rem;
  }

  /* view */
  .view {
    height: 44.56rem;
    padding: 8.68rem 0 10.43rem;
  }

  .view .inner02 .viewSwiper {
    height: 26rem;
  }
  .view .viewSwiper h2 {
    font-size: 3rem;
}
  .view .viewSwiper .swiper-slide {
    height: 15.37rem;
  }

  /* news */
  .news {
    padding-bottom: 8.43rem;
  }
  .news h2 {
    font-size: 3rem;
}
  .news .newsList > li > a {
    padding: 1.75rem 0;
    flex-wrap: wrap;
  }
  .news .newsList > li > a span {
    width: 5rem;
    font-size: 1.43rem;
  }
  .news .newsList > li > a > .newsText {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .news .newsList time {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    color: var(--deep-gray);
    text-align: left;
  }

  .news .newsList li::after {
    width: 30.31rem;
  }
  .news .btn {
    width: 13.25rem;
  }
}
