@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */
* {
  box-sizing: border-box;
}
.mo {display: none !important;}
.contents {
  position: relative;
  z-index: 1;
}
.mainslide{
    height: 100%;
    position: relative;
}
.mainslide img{
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    object-fit: cover;
}


/* section 01 */
.section01 { 
  position: relative;
  display: flex; 
  justify-content: space-between;
  align-items: center;
}
.section01 .left {
  position: relative;
  width: 33vw;
  height: 30.7vw;
  display: flex;
}
.section01 .left video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .section01 .left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(249,244,239,1) 0%, rgba(249,244,239,0.9) 8%, rgba(249,244,239,0) 30%);
} */
.section01 .right { 
  width: 33vw;
  height: 30.7vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 8%;
}
.section01 .right .text {
  
}
.section01 .right h2 { 
  margin: 5% 0 23px;
  max-width: 400px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.32px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}
.section01 .right h2 span {
  font-weight: 600;
}
.section01 .right p {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.15px;
  margin-bottom: 15px;
}
.section01 .right .btn-box {
  position: absolute;
  right: 17%;
  bottom: -22%;
}
.section01 .right img {
  max-width: 32.8vw;

}

@media (max-width:1400px){
  .section01 .right h2 { font-size: 2vw;}
  .section01 .right p { font-size: 1vw;}
  
}
@media(max-width:1024px) {
  .mainslide img{
    height: auto;
}
}
@media (max-width:768px){
  .section01 { 
    flex-wrap: wrap;
  }
  .section01 .left {
    width: 85vw;
    height: 80vw;
    justify-content: flex-start;
  }
  .section01 .right { 
    width: 100%;
    height: auto;
    margin-left: 0%;
  }
  .section01 .right_img {
    display: none;
  }
  .section01 .right h2 { 
    font-size: 25px;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
  }
  .section01 .right p { 
    font-size: 13px;
    letter-spacing: 0.13px;
  }

}
@media (max-width:500px){
}
@media (max-width:420px){
  .section01 .center { top: 4%;}
  .section01 .center .btn-box { bottom: -15%;}
  .room-view-btn { font-size: 13px;} 
}
@media (max-width:359px){
  .section01 .center h2 { font-size: 23px;}
  .section01 .center p { font-size: 12px;}
}


/* section04 */
.section04 {
  position: relative;
}
.sec04-cont { 
  display: flex;
  justify-content: space-between;
}
.sec04-cont .left, .sec04-cont .right{
  width: 47%;
  max-width: 640px;
}
.sec04-cont .reser-btn {
  opacity: 0.7;
  transition: all 0.5s ease;
  display: block;
}
.sec04-cont .reser-btn img {
  filter: invert(0.5);
  margin-left: 3px;
}
.sec04-cont .reser-btn:hover {
  opacity: 1;
  transform: translateX(10px);
}
.sec04-cont .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sec04-cont .right video {
  display: block;
  width: 100%;
  object-fit: cover;
}
.sec04-cont .right .logo {
  display: block;
  width: 30%;
  max-width: 180px;
  margin-bottom: 60px;
}
.sec04-cont01 { margin-bottom: 100px; }
.sec04-cont02 { margin-bottom: 200px; }
.sec04-cont02 .left p, .sec04-cont02 .left a {
  font-size: 15px;
  letter-spacing: 0.15px;
  line-height: 28px;
}
.sec04-cont02 .left p  {
  margin: 32% 0 0px;
}

@media(max-width:1520px){
  .sec04-cont02 .left p {
    margin: 23% 0 30px;
  }
}
@media(max-width:1520px){
  .sec04-cont02 .left p {
    font-size: 12px;
    margin: 11% 0 0px;
  }
}
@media(max-width:1024px){
  .sec04-cont .left { display: none;}
  .sec04-cont .right { width: 100%;}
  .sec04-cont .right .logo { margin: 50px 0 0;}

  .sec04-cont01 { margin-bottom: 50px;}

  .sec04-cont02 { 
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .sec04-cont02 .left { 
    display: block;
    width: 100%;
  }
  .sec04-cont02 .left p { 
    width: 100%;
    line-height: 20px;
    font-size: 13px;
  }
}

