@charset "uft-8";

/* header */

/* section baground Image */
section:nth-child(1) {
  background: url("../img/main_visu_01.png") top center / cover
    no-repeat;
}
section:nth-child(2) {
  background: url("../img/main_visu_02.png") top center / cover
    no-repeat;
}
section:nth-child(3) {
  background: url("../img/main_visu_03.png") top center / cover
    no-repeat;
}
section:nth-child(4) {
  background: url("../img/main_visu_04.png") top center / cover
    no-repeat;
}
section:nth-child(5) {
  background: url("../img/main_visu_05.png") top center / cover
    no-repeat;
}
/* section baground Image */

/* main */
main section .mainWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
main section .tit_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 572px;
  border-bottom: 1px solid #b2b2b2;
  color: #fff;
}
main section .tit_box h2:nth-child(1) {
  padding-bottom: 13px;
  font-size: 1.3rem;
  font-weight: 300;
}
main section .tit_box h2:nth-child(2) {
  padding-bottom: 2px;
  font-size: 4.1rem;
  font-weight: 500;
  letter-spacing: -0.4px;
}
main section .tit_box h2:nth-child(3) {
  padding-bottom: 34px;
  font-size: 4.4rem;
  letter-spacing: -0.4px;
}
main section .slideWrap {
  width: 100%;
  margin-top: 38px;
}

main section .slideWrap .slideItem a {
  display: inline-block;
  width: 100%;
  height: 185px;
  padding: 28px 25px;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.45);
  border: 2px solid rgb(64 64 64 / 45%);
  border-radius: 5px;
  color: #fff;
}
main section  {height:100vh}


main section .slideWrap .slideItem a h3 {
  position: relative;
  margin-top: 19px;
  color: #fff;
  font-size: 1.875rem;
}
main section .slideWrap .slideItem a h3::before {
  position: absolute;
  top: -18px;
  left: 0;
  width: 28px;
  height: 3px;
  content: "";
  background-color: var(--color-red);
}
main section .slideWrap .slideItem a h3::after {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/icon/arrow.png") top left / cover no-repeat;
}
main section .slideWrap .slideItem a p {
  width: 80%;
  margin-top: 23px;
  font-size: 1.15rem;
  letter-spacing: 0.3px;
  line-height: 1.5rem;
  word-break: keep-all;
}

main section .slideWrap .slideItem a:hover {
  background-color: rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
}
main section .slideWrap .slideItem a:hover h3::after {
  background: url("../img/icon/arrow_hover.png") top left / cover
    no-repeat;
}
main section .slideWrap .slideItem:hover a,
main section .slideWrap .slideItem:hover a h3 {
  color: #000;
}

main .section3 .mainWrap .tit_box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

main .section3 .mainWrap .tit_box .dormLink {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: inline-block;
  width: 295px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  letter-spacing: -0.3px;
  line-height: 50px;
  text-align: center;
}
main .section3 .mainWrap .tit_box .dormLink strong {
  color: var(--color-red);
  font-size: 1.375rem;
}
main .section3 .mainWrap .tit_box .dormLink span {
  font-size: 1.375rem;
}
main .section3 .mainWrap .tit_box .dormLink span:last-child {
  margin-left: 7px;
}

main article {
  width: 100%;
  max-width: 1400px;
  height: 100px;
  margin: 0 auto;
}

main article .swiper-slide {
  display: flex;
  align-items: center;
}

/* main */


/* full page nav */
.page-counter {
  position: fixed;
  top: 44%;
  left: 1px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
#fp-nav {
  top: 56% !important;
}
#fp-nav.left {
  left: 78px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 8px !important;
}
#fp-nav > ul > li:last-child {
  display: none;
}
#fp-nav ul li:nth-child(4) a span.on {
  background: var(--color-red) !important; /* 활성화된 상태의 색상 */
  opacity: 1 !important;
}

/* 페이지 번호 표시 스타일 */
.page-indicator {
  position: fixed;
  top: 47.3%;
  left: 67px;
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  font-size: 29px;
  font-weight: bold;
}
.page-indicator::after {
  position: absolute;
  bottom: -9px;
  left: 5px;
  width: 32px;
  padding-bottom: 8px;
  content: "";
  border-bottom: 1px solid #ababab;
}
.page-indicator span {
  font-size: 18px;
  font-weight: 300;
}

/* full page nav */

/* 반응형 */
@media screen and (max-width: 1700px) {
  .page-indicator {
    left: 40px !important;
  }
  #fp-nav.left {
    left: 51px !important;
  }
}
@media screen and (max-width: 1590px) {
  .page-indicator {
    left: 20px !important;
  }
  #fp-nav.left {
    left: 31px !important;
  }
}
@media screen and (max-width: 1520px) {
  #fp-nav,
  .page-indicator {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  main section .mainWrap {
    padding: 0 20px;
  }
}

/* 타블렛 가로, 노트북 */
@media screen and (min-width: 769px) and (max-width: 1200px) {

  main article {
    height: 80px;
  }
}

/* 모바일 가로, 타블렛 세로 */
@media screen and (max-width: 800px) {

  main .section3 .mainWrap .tit_box .dormLink {
    position: relative;
    margin-top: 30px;
  }

  main article {
    height: 70px;
  }
}

@media screen and (max-width:771px) {
header.scrollBg {background:rgba(0,0,0,0.5); border-bottom: 1px solid #000;}
}

@media screen and (min-width: 551px) and (max-width: 776px) {
  main section .tit_box h2:nth-child(2) {
    font-size: 3.5rem;
  }
  main section .tit_box h2:nth-child(3) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 550px) {
  main section .tit_box {
    height: auto;
  }
  main section .mainWrap {
    padding-top: 30%;
    justify-content: center;
  }
  main section .tit_box h2:nth-child(2) {
    font-size: 3rem;
  }
  main section .tit_box h2:nth-child(3) {
    font-size: 3.3rem;
  }
}
/* 모바일 세로 */
@media screen and (max-width: 480px) {
  main section .tit_box h2:nth-child(1) {
    font-size: 1rem;
  }
  main section .tit_box h2:nth-child(2) {
    font-size: 2.1rem;
  }
  main section .tit_box h2:nth-child(3) {
    font-size: 2.5rem;
  }
}
