@charset "utf-8";
/*
** Default 
--------------------------------------------------------*/
body {
    position: relative;
    font-size: 1rem;
    background-color:#fff;
    overflow-x: hidden;
}

/*mobile menu*/
header .navik-header .burger-menu {
    top: 25px;
}
.xe_content p {
    line-height: 1.8;
}

/*mobile slidemenu*/
header .navik-header-overlay .logo,
header .navik-header-overlay .burger-menu {
    top: 10px;
}
.menu-social-media {
    margin-bottom: 3rem;
    font-size: 16px;
}

.navik-header .logo img.logo-svg {
    width: auto;
    height: 60px;
}

@media (min-width: 1200px) {
    /*.navik-header-container {height: 130px;}*/
    .navik-menu li>ul {
        text-align: left;
    }
    .navik-menu>ul>li>a {
        font-size: 16px;
        height: 90px;
        line-height: 90px;
        transition: none;
    }
}
/*sub-header*/
.pw-header.header-sub {
    background-color: #fff;
}   
.pw-header.header-sub .navbar-sticky{
    border-bottom-color: rgba(0,0,0,.1);
}
.pw-header.header-sub .navbar-sticky .site-logo {
    background-image: url(../img/logo-dark.svg);
}
.pw-header.header-sub #allmenu,
.pw-header.header-sub #gnb > li > a {
    color: #333;
}
.pw-header.header-sub #allmenu {
    border-left-color: rgba(0,0,0,.05);
}
.pw-header.header-sub .menu-toggler .bar {
    background-color: #333;
}

/*fixed*/
.fixed-nav {
    position: fixed;
    left: 0;bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #212A31;
    z-index: 999999;
}
.fixed-nav a {
    font-size: 14px;
    line-height: 60px;
    color: #fff;
}  
.fixed-nav a.talktalk {
	background-repeat: no-repeat;
	background-image: url(../img/talktalk.png);
    background-position: 0 48%;
    padding-left: 30px;
}
.quick_main {
    text-align: center;
}
.quick_main li {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    border-radius: 50%;
    width: 80px;
    height: 80px;  
    transition: all .3s;
}   

.quick_main li.quick1{padding-top: .5rem;}
.quick_main li.quick2{padding-top: 1rem;}

.quick_main li:hover{background-color: #1c1c1c; border: 1px solid #1c1c1c;}
.quick_main li:hover a{color: #fff;}

.quick_main li a{transition: all .3s;}

.quick_main li figure { 
    margin-bottom: 0;
}
.quick_main li svg {
    color: #111;
}
.quick_main .scroll-btn,
.quick_main #quickfirst {
    color: #fff;
    background-color: #193452;
    border-color: #193452;
}

/* --------------------------------------------------------------------------
** 
** custom
**
----------------------------------------------------------------------------*/
.txt-right{text-align: right;}

.pw-promotion .owl-slide .item-caption h1:before {
    content: '';
    position: absolute;
    left: 0;top: -1rem;
    width: 40px;height: 5px;
    background-color: #f28121;
}
.pw-promotion .owl-slide .item-caption h1 {font-size: 70px;}
.pw-promotion .owl-slide .item-caption .owl-p {font-size: 20px;}


.visual-caption h1 {
    font-size: 26px;
}
/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
/* 각 섹션 상하 여백 */
.section-title {
	position: relative;
	margin-bottom: 4rem;
    text-align: center;
}
.section-title>h1 {
    margin-bottom: 1.5rem;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}


.pw-parallax .line-vertical {
    position: relative;
    padding-bottom: 90px;    
}
.pw-parallax .line-vertical:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 80px;
    border-left: 1px solid #fff;
}


/*.owl-carousel .owl-stage, 
.owl-carousel .owl-item,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
*/
.btn-branch {
    display: inline-block;
    padding: .5rem 2rem;
    width: 142px;
    text-align: center;
    border: 1px solid #fff;
    transition: background .3s ease;
}
.btn-branch:hover {
    color: #022D6B;
    background-color: #fff;
}


.pw-parallax .dzsparallaxer div.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.pw-parallax .dzsparallaxer div.bg-overlay.overlay1 {
background: rgb(85,207,160);
background: -moz-linear-gradient(270deg, rgba(85,207,160,0.7) 20%, rgba(85,207,160,1) 70%);
background: -webkit-linear-gradient(270deg, rgba(85,207,160,0.7) 20%, rgba(85,207,160,1) 70%);
background: linear-gradient(270deg, rgba(85,207,160,0.7) 20%, rgba(85,207,160,1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55cfa0",endColorstr="#55cfa0",GradientType=1); 
}
.pw-parallax .dzsparallaxer div.bg-overlay.overlay2 {
background: rgb(82,210,221);
background: -moz-linear-gradient(270deg, rgba(82,210,221,0.7) 20%, rgba(82,210,221,1) 70%);
background: -webkit-linear-gradient(270deg, rgba(82,210,221,0.7) 20%, rgba(82,210,221,1) 70%);
background: linear-gradient(270deg, rgba(82,210,221,0.7) 20%, rgba(82,210,221,1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52d2dd",endColorstr="#52d2dd",GradientType=1);
}
.pw-parallax .dzsparallaxer div.bg-overlay.overlay3 {
background: rgb(64,164,223);
background: -moz-linear-gradient(270deg, rgba(64,164,223,0.7) 20%, rgba(64,164,223,0.9) 70%);
background: -webkit-linear-gradient(270deg, rgba(64,164,223,0.7) 20%, rgba(64,164,223,0.9) 70%);
background: linear-gradient(270deg, rgba(64,164,223,0.7) 20%, rgba(64,164,223,0.9) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40a4df",endColorstr="#40a4df",GradientType=1);
}
.pw-parallax .dzsparallaxer div.bg-overlay.overlay4 {
background: rgb(66,132,219);
background: -moz-linear-gradient(270deg, rgba(66,132,219,0.7) 20%, rgba(66,132,219,0.9) 70%);
background: -webkit-linear-gradient(270deg, rgba(66,132,219,0.7) 20%, rgba(66,132,219,0.9) 70%);
background: linear-gradient(270deg, rgba(66,132,219,0.7) 20%, rgba(66,132,219,0.9) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4284db",endColorstr="#4284db",GradientType=1);
}

.board-header h1 {
    font-weight: 300;
}



.section-footer {
    background-color: #000;
}
.pw-social .nav-link {
    color: #fff;
}
.sub-header {
    position: relative;
    background-color: #7ea5dd;
}
.sub-header:before {
    content: '';
    position: absolute;
    width :100%;height: 100%;
    background-color: rgba(0,0,0,.1);
}
.sub-header .sub-header-caption h1>span:before {
    background-color: #FA8522;
}
.sub-header .nav-sub {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 0;
}
.sub-header .nav-sub .nav {
    background-color: #fff;
}
.sub-header .nav-sub .nav li {
    width: auto;
    min-width: auto;
    padding: 0;
    text-align: center;
    border: 0;
}
.sub-header .nav-sub .nav li a {
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    background-color: #142957;
    border: 0;
}
.sub-header .nav-sub .nav li a.active {
    color: #333;
    background-color: #fff;
}


[class*='sr__'] {visibility: hidden;}


.swiper-slide img{width: 100%;}

.gal_list > ul{padding-left: 0 !important; margin-bottom: 0 !important;}

.gal_list li a img{
    width: 100%;
  }
  #greyLayer{
    position: fixed; top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 9;
  }
  #overLayer{
    position: fixed; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    min-height: 100px;
    padding: 10px;
    background-color: #fff;
    display: none;
    z-index: 99999;
  }
  #overLayer .close{
    display: block;
    width: 30px; height: 30px;
    border-radius: 50%;
    background-color: #555;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: absolute; top: -15px; right: -15px;
  }
  #overLayer img{width: 100%;}
  .gray_mask{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
  }

.hotel-icon{font-size: 33px;}

/* --------main header-------- */

.header-logo .logo-svg{width: 200px;}

.main-header{
    position: absolute;
    top: 4rem;
    z-index: 999999;
    width: 100%;
    justify-content: space-between;
}

.navi > ul{padding-left: 0; margin-bottom: 0;}
.navi > ul > li{margin-bottom: .5rem;}
.navi > ul > li > a{font-size: 1.2rem; color: #fff; font-weight: bold;}

.submenu-ul{display: none; padding: 0 0.5rem .5rem 0;}
.submenu-ul > li > a{color: #fff; transition: all .2s; }
.submenu-ul > li:hover > a{color: #6d8432;}


/* --------sub header-------- */

.sub_header{
    position: fixed;
    top: 4rem;
    z-index: 999999;
    width: 100%;
    justify-content: space-between;
}

.sub_header > .navi > ul{padding-left: 0; margin-bottom: 0;}
.sub_header > .navi > ul > li{margin-bottom: .5rem;}
.sub_header > .navi > ul > li > a{font-size: 1.2rem; color: #212121; font-weight: bold;}

.sub_header .submenu-ul > li > a{color: #212121;}
.sub_header .submenu-ul > li:hover > a{color: #6d8432;}

/* section-about */

.section-about{min-height: 582px; overflow: hidden;}

.about-pt{padding-top: 20rem; padding-bottom: 1rem;}
.about-txt{padding: 0 13rem;}
.about-txt > h5{color: #fff; margin-bottom: 2rem; line-height: 1.5; font-size: 1.2rem;}

.section-line{min-height: 500px; border-bottom: 1px solid #707070;}
.sect-line{height: 0; width: 1px; background-color: #d2d2d2; margin: 0 auto;}

.about1{position: relative; opacity: 0; transition: all 1.5s; transform: translate(-50px, 0px);}
.about2{position: relative; opacity: 0; transition: all 1.5s; transform: translate(50px, 0px);}
.about3{position: relative; opacity: 0; transition: all 1.5s; transform: translate(-50px, 0px);}

/* section-jacuzzi1 */

.jacu-txt1{padding: 1rem; border: 1px solid #fff; display: inline-block; margin-left: auto;}
.jacu-txt1 > p{color: #fff; margin-bottom: 0;}

.jacu-caption > h5{color: #fff;}

.pr-0{padding-right: 0 !important;}

.jacu1-img{position: relative; opacity: 0;}
.jacu1-img img{width: 100%;}
.jacu1-img1{position: relative; opacity: 0;}
.jacu1-img1 img{width: 100%;}

/* section-jacuzzi2 */

.jacu-txt2{padding: 1rem; border: 1px solid #fff; display: inline-block; margin-left: auto;}
.jacu-txt2 > p{color: #fff; margin-bottom: 0;}

.jacu-caption > h5{color: #fff; line-height: 1.5;}

.pl-0{padding-left: 0 !important;}

.jacu2-img{position: relative; opacity: 0;}
.jacu2-img img{width: 100%;}
.jacu2-img1{position: relative; opacity: 0;}
.jacu2-img1 img{width: 100%;}


.section-line2{min-height: 500px; border-bottom: 1px solid #707070;}
.sect-line2{height: 0; width: 1px; background-color: #d2d2d2; margin: 0 auto;}


/* section-floor */

.section-floor{padding: 5rem 0 0 3rem; border-bottom: 1px solid #707070; overflow: hidden;}

.floor-txt{padding-top: 10rem;}
.floor-txt > h5{writing-mode: tb-rl; color: #fff; font-size: 1.2rem; line-height: 1.5; margin: 0 auto;}

.floor-img1{position: relative; opacity: 0;}
.floor-img2{padding-top: 10rem; position: relative; opacity: 0;}

.floor-img > a{position: relative; z-index: 1;}
.floor-img > a > h5{ color: #fff; position: absolute; right: 2rem; bottom: 2rem;  margin-bottom: 0; font-weight: bold; z-index: 99; width: 125px; text-align: right;}
.floor-img > a > h5 > span{width: 25px; height: 25px; line-height: 25px; text-align: center; display: inline-block; background-color: #f9f9f9; border-radius: 50%; margin-left: 5px; transition: all .3s;}
.floor-img > a > h5 > span > .xi-play{color: #ddd; transition: all .3s;}


.floor-img img{width: 100%;}


/* section-room1 */

.section-room1{ border-bottom: 1px solid #707070;}

.room-txt1{padding: 1rem; border: 1px solid #fff; display: inline-block; margin-left: auto;}
.room-txt1 > p{color: #fff; margin-bottom: 0; writing-mode: tb-rl;}

.room-caption > h5{color: #fff; }

.room-caption.room1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.room1 .room-line{width: 0; height: 1px; background-color: #707070;}

.v-center{display: flex; flex-direction: column; justify-content: center;}

.room1-img{position: relative; opacity: 0;}

/* section-room2 */

.section-room2{border-bottom: 1px solid #707070;}

.room-txt2{padding: 1rem; border: 1px solid #fff; display: inline-block; margin-right: auto;}
.room-txt2 > p{color: #fff; margin-bottom: 0; writing-mode: tb-rl;}

.room-caption > h5{color: #fff;}

.room-caption.room2{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.room2 .room-line{width: 0; height: 1px; background-color: #707070;}

.v-center{display: flex; flex-direction: column; justify-content: center;}

.room2-img{position: relative; opacity: 0;}

.text-left{text-align: left !important;}


/* section-swiper */

.section-swiper{border-bottom: 1px solid #707070;}

.swiper-button-next:after, .swiper-button-prev:after{color: #fff;}

.mySwiper .swiper-slide img{width: 100%;}



/* section-gallery */

.gallery-wrap{width: 70%; position: absolute; top: 50%; right: 3rem; transform: translateY(-50%);}

.gallery-txt > h5{color: #fff; margin-bottom: 0; font-size: 1.2rem; font-weight: bold; text-align: right;}


/* section-sns */

.sns-wrap{margin-bottom: 5rem;}
.sns-link{text-align: center;}
.sns-link > a{display: inline-block; padding: 0 3rem; position: relative;}
.sns-link > a::before{content: ""; width: 0%; height: 1px; background-color: #707070; position: absolute; bottom: -1rem; left: 0; transition: all .5s;}
.sns-link > a > p{color: #fff; margin-bottom: 0; font-size: 1.2rem; transition: all .5s;}
.sns-link > a > h5{color: #fff; margin-bottom: 0; font-size: 2rem; font-weight: bold;}

.sns-link > a:hover::before{width: 100%;}
.sns-link > a:hover > p{color: #6d8432;}



/* section-location */

#location-map {
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 100%;

}

#pw-location .company {
	padding: 4rem 3rem 4rem 3rem;
	min-height: 400px;
	background-color: rgba(5, 28, 26, .8);
}


/* footer */

.footer-menu .nav{justify-content: center;}
.footer-logo{text-align: center;}

.v-middle{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-right{text-align: right;}

.footer-logo .logo-svg{margin-bottom: 0;}

.navik-fixed-sidebar{width: 80%;}

.fixed-menu-wrap .navik-menu-fixed ul li a{font-size: 28px;}
.fixed-menu-wrap .navik-menu-fixed>ul>li{margin-bottom: 35px;}

.fixed-menu-wrap .navik-menu-fixed>ul ul a{font-size: 21px;}

.navik-menu-fixed .overlay-dropdown-plus{top: 10px;}
.overlay-dropdown-plus::after, .overlay-dropdown-plus::before{width: 15px;}

/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {   
    .pw-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fixedsidebar-bg-overlay, .navik-fixed-sidebar+.burger-menu, .navik-side-content>.logo{display: block !important;}

    .floor-img > a:hover > h5 > span{background-color: #212121;}
    .floor-img > a:hover > h5 > span > .xi-play{color: #fff;}

    .h-100vh{height: 100vh; overflow: hidden;}

    .jacu-pt{padding-top: 25rem;}

}
@media (min-width: 1200px) {
    .visual-caption h1 {
        font-size: 66px;
        font-weight: 600;
    }
    .visual-caption h4 {font-size: 41px;}
    .visual-caption p {font-size: 22px;}
    header .navik-header {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    header .navik-header.sticky {
         border-bottom-color: rgba(0,0,0,.1);
    }
    .pw-contents>.container-full {
        padding-top: 20px;
    }


}
@media (min-width: 1340px) {
    .container-13 {max-width: 1330px;} 

    .section-jacuzzi1{min-height: 1456px;}
    .section-jacuzzi2{min-height: 1456px;}
    .section-floor{min-height: 1040px;}
    .section-room1{min-height: 1336px;}
    .section-room2{min-height: 1336px;}
}     
@media (min-width: 1540px) {
    .container-15 {max-width: 1530px;} 
}  
@media (max-width: 1399px) {
    
    .about-txt{padding: 0;}
}
@media (max-width: 1199px) {
    
    .navik-header .logo {padding: 5px 0;text-align: left;}
    .navik-header .logo img.logo-svg {
        height: 50px;
    }
}
@media (max-width: 991px) { 
    .gallery-swiper{padding: 0 1rem;}
    .sns-swiper{padding: 1rem; margin-bottom: 1.5rem;}

    .about-pt{padding-top: 10rem;}

    .section-floor{padding: 0;}

    .floor-img2{padding-top: 0;}

    .floor-txt{padding: 5rem 1rem;}
    .floor-txt > h5{writing-mode: unset; font-size: 1rem;}

    .section-room1{padding: 0 1rem;}
    .section-room2{padding: 0 1rem;}

    .room-line{display: none;}

    .room-txt1 > p{font-size: 14px; writing-mode: unset;}
    .room-txt2 > p{font-size: 14px; writing-mode: unset;}
    .room-caption > h5{font-size: 1rem;}

    .floor-img > a > h5{right: 20px; bottom: 20px;}

    .room-caption.room1{justify-content: flex-end;}

    .gallery-txt > h5{font-size: 1rem; text-align: center; line-height: 1.5;}

    .jacu-caption > h5{font-size: 1rem;}
    .jacu-txt1 > p{font-size: 14px;}
    .jacu-txt2 > p{font-size: 14px;}

    .room-caption.room2{justify-content: flex-end;}
}
@media (max-width: 767px) { 
    .about-txt > h5{font-size: 14px;}
}
@media (max-width: 575px) { 
    .section-footer .footer-content .footer-logo>img {
        width: 130px;
    }

}

@media (max-width: 340px) { 

}
