.section-06-02 {
  height: 100vh;
}
section.main_bg {
  background-color: #000;
  position: relative;
}
.scroll-marker {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.scroll-marker .icon-00 {
  font-size: 20px;
  color: #fff;
  animation: blink-00 3s infinite;
}

.scroll-marker .icon-01 {
  font-size: 30px;
  color: #fff;
  animation: blink-01 3s infinite;
}

.scroll-marker .icon-02 {
  font-size: 40px;
  color: #fff;
  animation: blink-02 3s infinite;
}

@keyframes blink-00 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink-01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink-02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
article .main__slide {
  width: 100%;
  height: 900vh;
  position: relative;
  background-color: #000;
}

article .main__slide > .main__slideInner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  scroll-snap-type: y mandatory; /* 기본 브라우저 스냅 */
}
section {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
}
.background {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.bg-area {
  position: relative;
  width: 100%;
  height: auto;
}
.main-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.change-font {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  opacity: 1;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}
.scroll-area {
  width: 100%;
  height: auto;
}
.scroll-area > .bg-wrap {
  height: 200vh;
}

.scroll-area > .bg-wrap.section-07 {
  height: 100vh;
}

.main-bg-01 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("/image/mainbg/main_bg_01.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.main-bg-02 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("/image/mainbg/main_bg_02.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.main-bg-03 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("/image/mainbg/main_bg_03.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.main-bg-04 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("/image/mainbg/main_bg_04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.main-bg-05 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("/image/mainbg/main_bg_04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.main-bg-06 {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.main-bg-06-02 {
  transition: opacity 0.5s ease-in-out;
  background: #fff;
  opacity: 0;
}
.door-bg {
  /* position: sticky !important; */
  perspective: 1000px;
  box-sizing: border-box;
  justify-content: normal !important;
  transition: ease 2s;
}
.door-bg.end {
  background: #fff;
  transition: ease 2s;
}
.door {
  width: 500px;
  height: 80vh;
  background-color: #fff;
  transition: ease 2s;
  perspective: 1000px;
  margin: 0 auto;
  transform-origin: left center;
}
.door.active {
  transition: ease 2s;
  transform: rotateY(25deg);
}
.door.scale {
  transform-origin: center center;
  transform: scale(5) rotateY(0deg);
}
.door.end {
  /* transform: rotateY(0deg) scale(3); */
}
.main-text {
  font-size: 2rem;
  opacity: 1;
  transform: translateY(0);
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}
.main-index {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
}

article .main__slide > .main__slideInner:first-of-type {
  border-radius: 0 !important;
}

/*
** design__talkArea
*/
.design__talkArea {
  width: 100%;
  height: 100vh;
  background: url("/image/img/img_designTalk.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.design__talkArea .inner {
  height: 100%;
}

.design__talkAreaInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.design__talkAreaInner div {
  width: 50%;
}
.design__talkAreaInner div:nth-child(1) {
  padding-right: 10%;
}
.design__talkAreaInner div:nth-child(2) {
  text-align: center;
  width: 500px;
  position: absolute;
  right: 10%;
}

.design__talkAreaInner div h3 {
  font-size: 58px;
  font-weight: 900;
  color: #141516;
  line-height: 70px;
}

.design__talkAreaInner div p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #989898;
  margin: 35px 0 30px;
}

.design__talkAreaInner div a {
  width: 185px;
  height: 54px;
  border: 1px solid #141516;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141516;
  font-size: 16px;
  font-weight: 600;
  transition: ease 0.3s;
}

.design__talkAreaInner div a:hover {
  background-color: #141516;
  color: #fff;
  border: 1px solid #141516;
}

/*
** interior__wrap
*/
.interior__wrap {
  width: 100%;
  height: auto;
  background-color: #141516;
  padding: 264px 0;
  overflow: hidden;
}

.interior__wrap h2 {
  font-weight: 900;
  font-size: 58px;
  line-height: 70px;
  text-align: center;
  color: #fff;
}

.interior__list {
  display: flex;
  justify-content: space-evenly;
  width: 455px;
  margin: 25px auto 55px;
}

.interior__list li {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
  cursor: pointer;
}

.interior__list li.active {
  font-weight: 900;
  color: #d6d6d6;
}

.interior__list li.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #d6d6d6;
  position: absolute;
  bottom: 10px;
}

.interior__contents {
  width: 100%;
}

.interior {
  display: none;
}

.interior:first-of-type {
  display: block;
}

.interior__slideInner {
  position: relative;
  width: 120%;
  height: auto;
  left: -10%;
}

.interior .swiper-slide {
  width: 100%;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.interior .swiper-slide > img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.interior > a {
  width: 186px;
  height: 54px;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 600;
  margin: 50px auto 0;
  transition: ease 0.3s;
}

.interior > a:hover {
  background-color: #fff;
  color: #141516;
  border: 1px solid #fff;
}
.section-07 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-top: 250px;
}
.section-07 > .inner {
  height: 100%;
}
.healing-area {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
}
.healing-text {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.healing-text h2 {
  color: #adadad;
  font-size: 42px;
  line-height: 52px;
  font-family: "Pretendard";
  font-weight: 700;
}
.healing-text h2:last-of-type {
  color: #000;
  margin-bottom: 100px;
}
.healing-text p {
  font-size: 20px;
  font-family: "Pretendard";
  font-weight: 500;
}
.healing-text h3 {
  font-size: 40px;
  font-family: "Pretendard";
  font-weight: 600;
}
.healing-text a {
  font-size: 24px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #0054ff;
  border-bottom: 2px solid #0054ff;
}
.healing-text a.h-title {
  font-size: 18px;
  color: #fff;
  background: #000;
  padding: 5px 15px;
  border-radius: 20px;
  border: 0;
  margin-bottom: 10px;
}
.healing-list {
  position: relative;
  width: auto;
  height: 550px;
  display: flex;
  overflow: hidden;
}
.healing-list img {
  cursor: pointer;
}
.healing-list img:nth-child(1) {
}
.healing-list img:nth-child(2) {
  width: 200px;
  position: absolute;
  right: 0;
  perspective: 1000px; /* 3D 효과를 위한 원근감 추가 */
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: left center;
  transform: rotateY(90deg);
}
.healing-list img:nth-child(3) {
  position: absolute;
  right: 0;
  perspective: 1000px; /* 3D 효과를 위한 원근감 추가 */
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: left center;
  transform: rotateY(90deg);
}
.healing-list img:nth-child(4) {
  position: absolute;
  right: 0;
  perspective: 1000px; /* 3D 효과를 위한 원근감 추가 */
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: left center;
  transform: rotateY(90deg);
}
.healing-list ul {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.healing-list ul li {
  width: 100%;
  perspective: 1000px; /* 3D 효과를 위한 원근감 추가 */
  box-sizing: border-box;
  position: absolute;
  right: 0;
}
.healing-list ul li img {
  height: 550px;
}
.healing-list ul li:nth-child(2) {
  width: 50%;
}
.healing-list ul li:nth-child(3) {
  width: 40%;
}
.healing-list ul li:nth-child(4) {
  width: 30%;
}
.healing-list ul li:nth-child(2) img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: left center;
  transform: rotateY(90deg);
}
.healing-list ul li:nth-child(3) img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: left center;
  transform: rotateY(95deg);
}
.healing-list ul li:nth-child(4) img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: left center;
  transform: rotateY(95deg);
}
.healing-list ul li.active img {
  transform: rotateY(0deg);
}
.section-08 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 900px !important;
  background: url("/image/site/main_work_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-08 > .inner {
  height: 100%;
}
.work-area {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
  padding-left: 60px;
}
.work-text {
  width: 30%;
  flex-direction: column;
  justify-content: flex-start;
}
.work-text p {
  font-size: 20px;
  color: #fff;
  font-family: "Pretendard";
  font-weight: 400;
  line-height: 30px;
}
.work-text p:last-of-type {
  margin-bottom: 25px;
}
.work-text h2 {
  font-size: 36px;
  color: #fff;
  font-family: "Pretendard";
  font-weight: 700;
  margin-bottom: 25px;
}
.work-text a {
  font-size: 24px;
  color: #fff;
  font-family: "Pretendard";
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.p-works {
  margin-bottom: 50px;
}

.work-list {
  width: 60%;
  margin-top: 120px;
}
.work-list .contens__list {
  display: flex;
  align-items: center;
}
.work-list .contens__list li {
  width: 450px;
  height: 450px;
  overflow: visible;
}
.contens__list li p.title {
  color: #fff;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  height: 100%;
}

/*
** media
*/
@media screen and (max-width: 1400px) {
  .interior .swiper-slide {
    height: 380px;
  }
}

@media screen and (max-width: 1200px) {
  .section-07 {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
  .healing-area {
    flex-direction: column;
    gap: 30px;
  }
  .healing-text {
    width: 100%;
    align-items: flex-start;
  }
  .healing-text h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .healing-text h2:last-of-type {
    margin-bottom: 15px;
  }

  .healing-text a.h-title {
    font-size: 14px;
    padding: 4px 10px;
  }
  .healing-text p {
    font-size: 14px;
  }
  .healing-text h3 {
    font-size: 20px;
  }
  .healing-text a {
    font-size: 14px;
  }

  .section-08 {
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .work-area {
    flex-direction: column;
    padding-left: 0;
    gap: 20px;
  }
  .work-text {
    width: 100%;
  }
  .p-works {
    margin-bottom: 20px;
  }
  .work-text h2 {
    font-size: 24px;
  }
  .work-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .work-text a {
    font-size: 14px;
  }
  .work-text p:last-of-type {
    margin-bottom: 10px;
  }
  .work-list {
    margin-top: 20px;
  }
  .work-list .contens__list li {
    height: auto;
  }

  article .main__slide > .main__slideInner > div h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .design__talkAreaInner div h3 {
    font-size: 45px;
    line-height: 54px;
  }

  .design__talkAreaInner div:nth-child(2) {
    text-align: right;
    /* padding-right: 20%; */
  }

  .design__talkAreaInner div:nth-child(2) img {
    width: 250px;
  }

  .interior__wrap {
    padding: 200px 0;
  }

  .interior .swiper-slide {
    height: 320px;
  }

  .interior__wrap h2 {
    font-size: 45px;
    line-height: 54px;
  }

  .interior__list li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .interior .swiper-slide {
    height: 280px;
  }
  .main-text {
    font-size: 28px;
    font-weight: 700;
  }
  .scroll-marker {
    bottom: 50px;
  }
  .scroll-marker .icon-00 {
    font-size: 10px;
  }
  .scroll-marker .icon-01 {
    font-size: 20px;
  }
  .scroll-marker .icon-02 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  article .main__slide > .main__slideInner > div h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .design__talkAreaInner div:nth-child(1) {
    padding: 0;
  }

  .design__talkAreaInner div h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .design__talkAreaInner div p {
    font-size: 16px;
    margin: 30px 0 20px;
  }

  .design__talkAreaInner div:nth-child(2) {
    padding: 0;
    text-align: center;
    width: auto;
  }

  .design__talkAreaInner div:nth-child(2) img {
    width: 170px;
  }

  .interior__wrap h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 680px) {
  article .main__slide > .main__slideInner > div h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .design__talkArea {
    height: auto;
    padding: 95px 0 115px;
    background-position: center 110%;
    background-size: contain;
  }

  .design__talkAreaInner {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 45px;
  }

  .design__talkAreaInner div {
    width: 100%;
    text-align: center;
  }

  .design__talkAreaInner div h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .design__talkAreaInner div p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
  }

  .design__talkAreaInner div a {
    margin: 0 auto;
    width: 140px;
    height: 45px;
    font-size: 14px;
  }

  .interior__wrap {
    padding: 95px 0 80px;
  }

  .interior__wrap h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .interior__list {
    width: 340px;
  }

  .interior__list li {
    font-size: 16px;
    line-height: normal;
  }

  .interior__list li.active::before {
    bottom: -10px;
  }

  .interior__slideInner {
    width: 180%;
    left: -40%;
  }

  .interior .swiper-slide {
    height: 260px;
  }

  .interior > a {
    width: 140px;
    height: 45px;
    font-size: 14px;
    margin: 20px auto 0;
  }

  .design__talkAreaInner div:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  article .main__slide > .main__slideInner > div h1 {
    font-size: 24px;
    line-height: 32px;
  }

  article .main__slide > .main__slideInner > div a {
    width: 170px;
    height: 46px;
    font-size: 14px;
    border: 2px solid #fff;
    font-weight: 600;
  }

  article .main__slide > .main__slideInner > div a:hover {
    border: 2px solid #141516;
  }

  .design__talkAreaInner div:nth-child(2) img {
    width: 95px;
  }

  .design__talkAreaInner div a {
    width: 170px;
    height: 46px;
    font-size: 14px;
  }

  .interior__list {
    width: 300px;
    margin: 25px auto 30px;
  }

  .interior__list li {
    font-size: 14px;
  }

  .interior .swiper-slide {
    height: 200px;
  }

  .interior > a {
    width: 170px;
    height: 46px;
    font-size: 14px;
  }
}
