@charset "utf-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.section02 img {
  max-width: 100%;
  object-fit: cover;
}
.block1200 {
  display: none !important;
}
@media (max-width: 1200px) {
  .block1200 {
    display: block !important;
  }
  .none1200 {
    display: none !important;
  }
}
.section02 {
  /* display: flex; */
  width: 100%;
  /* height: 100vh; */
  position: relative;
  max-width: 1750px;
  padding: 0 3%;
  margin: 0 auto;
}
/* 텍스트 영역 */
.section02 .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  padding: 5% 1%;
  z-index: 2;
}
/* 오른쪽 전체 영역 - 슬라이드 */
.section02 .right { 
  overflow: hidden;
}
/* section02 */
.section02 .clear {
  clear: both;
}
.section02 img {
  max-width: 100%;
  border: 0px;
}
.section02 ul,
.section02 ol {
  list-style: none;
}
.section02 a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.section02 a:focus,
.section02 a:active,
.section02 a:visited,
.section02 a:hover {
  text-decoration: none;
  outline: none;
}
.section02 a:hover {
  color: #e73700;
}
.section02 h2.title {
  padding-bottom: 16px;
  padding-left: 15px;
  font-size: 54px;
  letter-spacing: 2.7px;
  line-height: 74px;
  position: relative;
  text-transform: capitalize;
  text-align: center;
}
.section02 p.title {
  padding-left: 20px;
  padding-bottom: 27%;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.36px;
  text-align: center;
}
.section02 h3 {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%; */
  display: inline-block;
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
}
.section02 h3 span {
  font-size: 6vw;
}
.section02 button {
  outline: none !important;
}
.section02 .btn-box { 
  position: static;
  transform: none;
  opacity: 1;
  padding: 4px 12px 6px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: max-content;
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  color: #fff;
}
.section02 .btn-box:hover {
  background-size: 100% 100%;
}
.section02 .btn-box:hover a {
  color: #2A2A2A;
}
.section02 a.room-view-roomlist {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-family: "gowun", serif;
  /* font-family: "nelp", "gowun"; */
}

.section02 .line-title {
  position: relative;
}

.section02 .owl-stage-outer {
  background: #fff;
  /* padding: 50px 0px 30px; */
  margin-bottom: 80px;
}
.section02 .owl-stage {
  /* margin: 15px 0; */
  display: flex;
  display: -webkit-flex;
}
.section02 .item {
  /* margin: 0 15px; */
  width: 100vw;
  height: 37.5vw;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  /* border-radius: 16px; */
  /* overflow: hidden; */
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.owl-item { 
  transition: all 1.5s ease;
  filter: brightness(0.8);
}
.owl-item.active {
  filter: brightness(1);
}
.section02 .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, 
    rgba(109, 93, 82, 0) 0%, 
    rgba(109, 93, 82, 0) 80%, 
    rgba(109, 93, 82, 0.8) 100%
    );
}
.section02 .item-desc {
  z-index: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.section02 .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.section02 .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
  display: none;
}

/* .section02 .progress-bar {
  flex-grow: 1;
  height: 3px;
  background: #eee;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.section02 .progress-bar .progress {
  height: 100%;
  background: #333;
  width: 0%;
  transition: width 0.4s ease;
} */

.section02 .pagination-controls {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.section02 .pagination-controls button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #464646;
}

.section02 .pagination-controls .counter {
  font-size: 16px;
  font-family: 'nelp', 'serif';
  letter-spacing: 1px;
}
.section02 .move_text_wrap {
  width: 100%;
  overflow: hidden;
}
.section02 .move_text {
  font-size: 119px;
  line-height: 1em;
  letter-spacing: 0.13em;
  color:#6D5D52;
  white-space: nowrap;
  animation: move_text 50s linear infinite;
}
@keyframes move_text {
  0% {
    transform: translateX(50%);
  }
  100% {
      transform: translateX(-130%);
  }
}

.section02 .owl-controls-box {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    z-index: 3;
}
/* 커스텀 페이지네이션 불렛 컨테이너 */
.custom-pagination {
  display: flex;
  gap: 30px; /* 불렛 간격 */
  align-items: center;
}

/* 불렛 스타일 */
.custom-bullet {
  width: 40px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}

/* 활성화된 불렛 */
.custom-bullet.active {
  background-color: #fff;
}

.owl-carousel .item {
  width: 100vw !important;
}
.owl-carousel .animated {
  opacity: 1 !important;
}
.owl-animated-out {
  animation: fadeOut 0.6s both ease-in-out;
}
.owl-animated-in {
  animation: fadeIn 0.6s both ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/******** pc 끝 *******/




/***** 반응형 ******/

@media (max-width: 768px) {
  .section02 .item {
    height: 100vw;
  }
  .section02 .item-desc { left: 7%;}
  .section02 .owl-stage { margin: 0;}
  .section02 .owl-stage-outer { padding: 0;}
  .section02 h3 { font-size: 7vw; line-height: 1.2;}
  .section02 h3 span { font-size: 17vw; display: block;}
  .section02 a.room-view-roomlist span{ display: none;}
  .section02 .btn-box {
      padding: 7px 12px;
      position: absolute;
      top: 27%;
      right: -279%;
  }
  .custom-pagination { gap: 12px; /* 불렛 간격 */}
  .custom-bullet { width: 22px;}
  .section02 .owl-controls-box {
      bottom: 100px;
  }
}

/* section02 끝*/

