@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/introduction/virtual-tour/sec01_bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#section01 .name {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#section01 .title-wrap h3 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 35px 40px;
  border: 1px solid #eae6e0;
  margin: 25px auto 35px;
  width: fit-content;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap p {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #eae6e0;
  display: block;
}
#section01 .title-wrap .re1 {
  left: -6px;
  top: -6px;
}
#section01 .title-wrap .re2 {
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
#section01 .title-wrap .re3 {
  right: -6px;
  top: -6px;
}
#section01 .title-wrap .re4 {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re5 {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re6 {
  left: -6px;
  bottom: -6px;
}
#section01 .title-wrap .re7 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
#section01 .title-wrap .re8 {
  right: -6px;
  bottom: -6px;
}
#section01 span {
  text-shadow: 0 0 6px #645743;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
#section01 .img-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
#section01 .img-area .wrap p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #ccc6b7;
  font-weight: 500;
  text-align: center;
}

#section02 {
  background-color: #ffffff;
  border-radius: 280px 0 0 0;
  margin-top: -270px;
}
#section02 .title-area {
  margin-bottom: 38px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section02 .title-area {
    margin-bottom: 20px;
  }
}
#section02 .title-area p {
  color: #9d968e;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
#section02 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  color: #2c2721;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  line-height: 70px;
}
@media screen and (max-width: 991.98px) {
  #section02 .title-area h3 {
    font-size: 30px;
  }
}
#section02 .title-area h3 span {
  color: #746b64;
}
#section02 .tab-area .step-tabs {
  max-width: 1420px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  margin: 0 auto 50px;
}
#section02 .tab-area .step-tabs .step-tab {
  flex: 1;
  border: 0;
  cursor: pointer;
  height: 104px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  padding-top: 15px;
  gap: 13px;
  flex-direction: column;
}
#section02 .tab-area .step-tabs .step-tab p {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
#section02 .tab-area .step-tabs .step-tab span {
  color: #746b64;
  font-size: 14px;
  line-height: 15px;
}
#section02 .tab-area .step-tabs .step-tab.active {
  background-color: #746b64;
  border-radius: 10px;
}
#section02 .tab-area .step-tabs .step-tab.active p {
  color: #fff;
  font-weight: 700;
}
#section02 .tab-area .step-tabs .step-tab.active span {
  color: #fff;
}
@media screen and (max-width: 1439.98px) {
  #section02 .tab-area .step-tabs {
    border: 0;
    border-radius: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    /* ?�� �? �? 4�? */
    /* ?�� ?���? �? 5�? */
  }
  #section02 .tab-area .step-tabs .step-tab {
    height: 48px;
    border: 1px solid #d3cdc6;
    background-color: #fff;
  }
  #section02 .tab-area .step-tabs .step-tab:nth-child(-n+4) {
    flex: 0 0 calc((100% - 30px) / 4);
    max-width: calc((100% - 30px) / 4);
  }
  #section02 .tab-area .step-tabs .step-tab:nth-child(n+5) {
    flex: 0 0 calc((100% - 40px) / 5);
    max-width: calc((100% - 40px) / 5);
  }
  #section02 .tab-area .step-tabs .step-tab.active p {
    color: #fff;
  }
  #section02 .tab-area .step-tabs .step-tab.active::after {
    background-color: #ebca6d;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-tabs {
    max-width: 100%;
    padding: 0 16px;
    gap: 8px;
  }
  #section02 .tab-area .step-tabs .step-tab {
    flex: 0 0 calc((100% - 16px) / 3);
    max-width: calc((100% - 16px) / 3);
    height: 44px;
    font-size: 14px;
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}
@media screen and (max-width: 543.98px) {
  #section02 .tab-area .step-tabs .step-tab {
    flex: 0 0 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
  }
}
#section02 .tab-area .step-content {
  display: none;
}
#section02 .tab-area .step-content.active {
  display: flex;
  gap: 80px;
}
#section02 .tab-area .step-content .swiper {
  width: 100%;
  overflow: visible;
  /* 슬라이드 1장: Swiper loop 시 swiper-slide-active 가 안 붙어 텍스트·컬러가 빠지는 경우 보정 */
}
#section02 .tab-area .step-content .swiper.swiper--single-slide .swiper-slide {
  filter: grayscale(0);
  height: 780px;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper.swiper--single-slide .swiper-slide {
    height: auto;
  }
}
#section02 .tab-area .step-content .swiper.swiper--single-slide .swiper-slide .text-area {
  display: flex;
}
#section02 .tab-area .step-content .swiper .swiper-wrapper {
  align-items: center;
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  filter: grayscale(1);
  opacity: 0.2;
  height: 591px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide {
    border-radius: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active, #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  filter: grayscale(0);
  height: 780px;
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active, #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
    height: auto;
  }
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-area, #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .text-area {
  display: flex;
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .img-area {
  border-radius: 19px;
  overflow: hidden;
  height: 100%;
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .img-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.455) 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .img-area {
    border-radius: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .img-area {
    width: 100%;
    height: 350px;
  }
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area {
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #fff;
  display: none;
  align-items: center;
  width: 90%;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area {
    position: static;
    color: #746b64;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area div {
  display: flex;
  align-items: center;
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area div h4 {
  font-size: 90px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area div h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area > .line {
    display: none;
  }
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area dl {
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area dl {
    width: 100%;
    text-align: center;
  }
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area dl dt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area dl dt {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}
#section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area dl dd {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-wrapper .swiper-slide .text-area dl dd {
    font-size: 13px;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}
#section02 .tab-area .step-content .swiper .swiper-controller {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-controller {
    gap: 50px;
  }
}
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-button-prev,
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-button-next {
  position: static;
  width: 9px;
  height: auto;
  margin-top: 0;
  color: #000;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-controller .swiper-button-prev,
  #section02 .tab-area .step-content .swiper .swiper-controller .swiper-button-next {
    width: 7px;
    display: none;
  }
}
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-button-prev::after,
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #000;
}
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-pagination {
  position: static;
  width: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  #section02 .tab-area .step-content .swiper .swiper-controller .swiper-pagination {
    color: #9d968e;
    font-size: 15px;
  }
}
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-pagination .swiper-pagination-current {
  color: #746b64;
  font-weight: 700;
}
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
}
#section02 .tab-area .step-content .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#section02 .tab-area .step-content .swiper .swiper-controller2 {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 1420px;
  display: flex;
  justify-content: space-between;
  height: 45px;
}
#section02 .tab-area .step-content .swiper .swiper-controller2 .custom-prev,
#section02 .tab-area .step-content .swiper .swiper-controller2 .custom-next {
  display: block;
  cursor: pointer;
  position: relative;
  width: 27px;
  height: 46px;
  background: url("../../../img/page/introduction/working-hours-direction/sec02_img1.png") no-repeat center;
}
#section02 .tab-area .step-content .swiper .swiper-controller2 .custom-prev {
  transform: rotate(180deg);
}
@media screen and (max-width: 991.98px) {
  #section02 .more {
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .more p {
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}