.elementor-54 .elementor-element.elementor-element-39efe78e{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-54 .elementor-element.elementor-element-3b101685{margin-top:0px;margin-bottom:110px;}.elementor-54 .elementor-element.elementor-element-3c787a3a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-3b101685 */@media (max-width: 980px) {
    .tab-header.mo {
        display: block;
        text-align: center;
        margin-bottom: 34px;
    }
    .tab-header.mo .sec-tit h2 {
        font-size: 30px;
    }
    .tab-header.mo .sec-tit p {
        margin-bottom: 23px;
        font-size: 1.6rem;
        line-height: 1.6em;
    }
    .tab-header.mo .tabs-nav {
        justify-content: center;
    }
    .tab-header.mo .tabs-nav li {
        margin-left: 16px;
        font-size: 18px;
    }
    .tab-header.mo .tabs-nav li:first-child {
        margin-left: 0;
    }
    #offer-wrap .lae-posts-carousel {
        padding: 0;
    }
    .elementor-371 .elementor-element.elementor-element-5868aac .lae-posts-carousel .lae-posts-carousel-item,
    .elementor-371 .elementor-element.elementor-element-8d3aeff .lae-posts-carousel .lae-posts-carousel-item, 
    .elementor-371 .elementor-element.elementor-element-dd6ad41 .lae-posts-carousel .lae-posts-carousel-item {
        padding: 0;
    }
    
    
    
    
    .mo .com-swiper {
        height: 390px;
        min-height: unset;
        padding-bottom: 0;   
    }
    .mo .com-swiper .swiper-slide {
        height: 360px;
    }
    .mo .com-swiper .swiper-arrow {
        top: calc(50% + 19px);
        width: 38px;
        height: 38px;
    }
    .mo .com-swiper a .tit {
        font-size: 20px;
    }
}







.tab-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0 0 7rem 0;
}
.sec-tit h2 {
    margin: 0 0 2.3rem 0;
    font-family: "Y universe";
    color: #385248;
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
}
.sec-tit p {
    font-family: "noto sans KR";
    color: #707070;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.tabs-nav {
    display: flex;
    justify-content: start;
    align-items: center;
}
.tabs-nav  li {
    position: relative;
    margin: 0 0 0 3rem;
    font-family: "Y universe";
    color: #38524870;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease 0.35s;
}
.tabs-nav li:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #385248;
    opacity: 0;
    transition: all ease 0.35s;
}
.tabs-nav  li.active,
.tabs-nav  li:hover {
    color: #385248;
    cursor: pointer;
}
.tabs-nav  li.active:before {
    opacity: 1;
}
.tab_content {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 0;
    transition: all ease 0.35s;
}
.tab_content.show {
    position: static;
    opacity: 1;
    z-index: 2;
}


/* Swiper Slider */
.com-swiper {
  width: 100%;
  min-height: 440px;
  padding-bottom: 50px;
}
.com-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 440px;
  width: 100%;
  background: #fff;
  text-align: center; 
}
.com-swiper a, 
.com-swiper .thumb,
.com-swiper .tit {
 	width: 100%;
 	height: 100%; 
 	transition: all ease 0.35s;
}
.com-swiper a {
    position: relative;
    overflow: hidden;
}
.com-swiper a .tit {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 2.3rem;
    font-weight: 400;
    opacity: 0;
    font-family: "noto Sans KR";
}
.com-swiper a:hover .thumb {
    transform: scale(1.1);
}
.com-swiper a:hover .tit {
    opacity: 1;
}
.com-swiper .swiper-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background-color: #385248ab;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%; 
}
.com-swiper .swiper-arrow:after {
    display: none;
}
.com-swiper .swiper-button-next {
    right: 0;
    background-image: url('/wp-content/uploads/2023/02/room_slider_arrow_next.png');    
}
.com-swiper .swiper-button-prev {
    left: 0;
    background-image: url('/wp-content/uploads/2023/02/room_slider_arrow_prev.png');    
}
.com-swiper .swiper-pagination {
    bottom: 0;
    display: flex;
}
.com-swiper .swiper-pagination-bullet {
    flex: 1;
    height: 2px;
    margin: 0!important;
    background-color: #C9C6BC;
    border-radius: 0;
}
.com-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #385248;
}/* End custom CSS */