@charset "utf-8";
::-webkit-scrollbar {width:5px;height:3px;}
::-webkit-scrollbar-thumb {background: #a9a9a9;}
::-webkit-scrollbar-track-piece {background:#f1f1f1;}
.mbt10{margin-bottom:10px;}
.mbt20{margin-bottom:20px;}
.mbt30{margin-bottom:30px;}
.mbt40{margin-bottom:40px;}
.mbt50{margin-bottom:50px;}
.mbt60{margin-bottom:60px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}

.block1024 {display: none !important;}
.none1024 {display: block;}

.block768 {display: none !important;}
.none768 {display: block !important;}

.block500 {display: none !important;}
.none500 {display: block !important;}

.none_maxheight {max-height: max-content;}
.rsv_cal_b, .rsv_cal_b tr, .rsv_cal_b td, .rsv_cal_b p {
    font-family: 'Pretendard-Regular' !important;
}

/*메인 2영역*/
.scroll-animate {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1); 
}
.scroll-animate.active {
    opacity: 1;
    transform: translateY(0);
}
/* 다른 스타일 (흐려짐에서 선명하게) */
.scroll-animate02 {
    opacity: 0;
    filter: blur(3px) brightness(0.7);
    transform: translateY(30px);
    transition: all 1.5s ease;
}
.scroll-animate02.active {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: translateY(0);
}


@media (max-width: 1024px) {
    .block1024 {display: block !important;}
    .none1024 {display: none !important;}
    .main-swiper > .swiper-wrapper, .about-swiper > .swiper-wrapper, .room-swiper > .swiper-wrapper, .special-swiper > .swiper-wrapper  {height: auto !important;}
}

@media (max-width: 768px) {
    .block768 {display: block !important;}
    .none768 {display: none !important;}
}



@media (max-width: 500px) {
    .block500 {display: block !important;}
    .none500 {display: none !important;}
}

img {
    /* max-height: 100vh; */
    object-fit: cover;
}
.img100 {
    display: block;
    width: 100%;
}
.img100_all {
    display: block;
    width: 100%;
    /* height: 100%; 
    max-height: 100vh; */
    object-fit: cover;
    /* object-position: 50% 65%; */
}
@media (max-width:1650px){
    img { max-width: 100vw;}
}
@media (max-width: 1024px) {
    .M_100 {
        display: block;
        width: 100%;
        height: 100%;
    }
}
/* font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MaruBuri-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'airforce';
    src: url('/font/ROKAF Slab Serif Medium.ttf') format('truetype');
    font-weight: 400 !important;
    font-style: normal;
}
/* 폰트 지정 */
* {font-family: 'Pretendard-Regular';}
.kor { font-family: 'MaruBuri-Regular' !important; }
.eng { font-family: 'playfair display' !important; }
.gowun { font-family: 'GowunBatang-Regular'; }
/* 슬라이드 이펙트 */
.swiper-container {
    overflow: hidden;
}
/* .top-slide .swiper-slide img {
    transform: scale(1.2);
    transition: all 3s ease-in-out;
}
.top-slide .swiper-slide-active img {
    transform: scale(1);
} */
@media(max-width:1650px) {
    .top-slide .swiper-slide img {
    /* transform: scale(1.1);
    transition: all 3s ease-in-out; */
    max-width: 100%;
}
.top-slide .swiper-slide-active img {
    /* transform: scale(1); */
}
}
/* .top-slide .swiper-slide:nth-of-type(2n+3) img {
    clip-path: inset(7% 7% 7% 7%);
    filter: blur(1px);
    transition: all 1.8s ease;
}
.top-slide .swiper-slide-active:nth-of-type(2n+3) img {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
} */

/* 바로가기버튼 */
.go_group {
	position: fixed;
    right: 35px;
    bottom: 83px;
    z-index: 100;
}
.go_img {
	width: 40px;
    text-align: center;
    filter: invert(1);
}
.go_img a {
    display: block;
    margin-top: 8px;
}
.go_img a:hover {
    filter: invert(0.3);
}
.go_img a img {
	width: 100%;
}
.go_img a i {
    font-size: 2.7em;
    vertical-align: middle;
}
.B_btn {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.learn-more {
	width: 50px;
	height:  50px;
	background: url('/images/common/off_btn.png')no-repeat center center;
}
.learn-more.active {
	background: url('/images/common/on_btn.png')no-repeat center center;
}
@media (max-width:560px) {
	.go_img {
		width: auto;
	}
    .go_img a {
        margin-top: 11px;
    }
	.go_group {
		right: 17px;
		bottom: 61px;
	}
	/* .go_img a img {
		width: 50px;
		height: 50px;
	} */
	.B_btn {
		bottom: 15px;
		right: 15px;
	}
	.learn-more {
		width: 40px;
		height: 40px;
		background-size: cover !important;
	}
}


#wrap {
    position: relative;
    overflow: hidden;
}
/* header */
#header {
    position: relative;
    top: 0;
    left: 0;
}
#headBox {
	position: fixed;
	width: 100%;
	height: 88px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	z-index: 10000;
	transition: padding-bottom linear 200ms;
}

@media (min-width: 1024px) {
	#headBox:hover {
		/* background: rgba(0,0,0,0.7); */
        /* background: url(/images/common/header_bg.jpg) no-repeat; */
        background-size: cover;
		padding-bottom: 380px;
		position: fixed;
		z-index: 99999;
		transition: padding-bottom 0.4s;
        color: #000 !important;
	}
    #headBox::after {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.4) url(/images/common/header_bg.jpg) no-repeat center center;
        background-blend-mode: multiply;
        background-size: cover;
        opacity: 0;
        transition: opacity 1s ease;
        z-index: -1;
    }
    #headBox:hover::after {
        opacity: 1;
    }
    #headBox.active {
        background: rgba(0, 0, 0, 0.5) !important;
        height: 90px;
    }
    #headBox.active .h_reser {
        top: 32px;
    }
    #headBox.active .head_logo a {
        width: 80px;
    }
}
.h_reser {
    display: inline-block;
    position: fixed;
    top: 47px;
    right: 50px;
}
.h_reser a {
    color: #fff;
    font-size: 18px;
    font-family: airforce;
}
.h_reser a span {
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 1024px) {
    .h_reser {
        position: fixed;
        right: 60px;
        top: 17px;
        z-index: 999;
    }
    .h_reser a {
        font-size: 26px;
    }
    .h_reser a span {
        display: none;
    }
    .h_reser a i {

    }
}
.head_logo {
    position: fixed;
    top: 24px;
    left: 70px;
    z-index: 999;
    transition: all linear 200ms;
}
.head_ac .head_logo {
    top: 3px;
    left: 50px;
    margin-top: 0;
    transition: all 0.4s;
}
.head_ac .head_logo a {
    background: none;
}
.head_logo a {
    display: block;
    width: 90px;
    padding: 5px 20px;
    /* background: rgba(255,255,255,0.8); */
    transition: 0.3s all;
}
.gnb_area {
	position: fixed;
	width: 100%;
} 
.gnb_btn{
	cursor: pointer;
	display: none;
}
.gnbBox {
	margin-top: 45px;
}
.gnb_wrap {
	text-align: center;
	margin-right: 50px;
}
.gnbBox > ul > li {
	display: inline-block ;
	vertical-align: top;
    -webkit-tap-highlight-color: transparent;
}
.gnbBox > ul > li > a {
	color: #fff;
	font-size: 19px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 0 50px;
	font-family: 'Playfair Display' !important;
     -webkit-tap-highlight-color: transparent;
}
.snb {
	display: none;
	padding-top: 10px;
	text-align: center;
}
.snb > li {
	padding: 3px 0;
    transition: all 0.3s;
}
.snb > li:hover {
    transform: scale(1.2);
}
.snb > li > a {
	color: #fff;
	font-size: 17px;
    transition: all 0.4s ease;
}
.snb > li > a:hover{
	text-decoration: underline;
}





/* wrap css */
#content {position: relative; top:0; left: 0; margin:0 auto;}

/* swiper css */
.swiper-container {max-height: 100vh;}
.main-swiper > .main-button-next, .main-swiper > .main-button-prev {
    top: 48% !important;
    width: 145px !important;
    height: auto !important;
    margin-top: unset !important;
    display: block !important;
    transition: 0.3s all;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
.main-swiper > .main-button-next {right:10px;}
.main-swiper > .main-button-prev {left:10px;}
.main-swiper > .main-button-prev:hover {left: 30px;}
.main-swiper > .main-button-next:hover {right: 30px;}
.main-button-next:after, .swiper-container-rtl .main-button-prev:after, .main-button-prev:after, .swiper-container-rtl .main-button-next:after {
    content: "" !important;
}
.main-swiper > .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .main-swiper > .main-button-next, .main-swiper > .main-button-prev {
        width: 90px !important;
        top: 45% !important;
    }
}
/* roomList css */
.room_pre a {
    position: relative;
    display: block;
}
.room_pre a span {
    z-index: 9;
    opacity: 0.3;
    bottom: 20px;
    right: 20px;
    position: absolute;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    transition: 0.3s all;
}
.room_pre a:hover span {
    opacity: 1;
}
@media (max-width: 1024px) {
    .room_pre a {
        display: inline-block;
    }
    .room_pre a span {font-size: 20px; bottom: 10px; opacity: 1;}
}
#roomList {
    position: relative;
} 
#roomList:after {display: block; content: ""; clear: both;}
.room_typo {
    padding: 40px 0;
    margin-left: 634px;
}
.room_typo span {
    color: #4a4a4a;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.room_typo h2 {
    position: relative;
    font-size: 56px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #323232;
    /*margin-bottom: 40px;*/
    margin-bottom: 30px;
}
.room_typo h2::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
}
.room_typo h2::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
}
.room_typo p {
    font-size: 1em;
    line-height: 1.5em;
    color: #c3c3c5;
}

.roomPre_img {
    position: relative;
    width: 29%;
    height: 1013px;
    float: left;
    overflow: hidden;
  }
  
  .roomPre_img img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: auto;
    /* opacity: 0;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
  }
  
  /* 첫 번째 이미지: 0~50% 동안 보임 */
  .roomPre_img img:first-of-type {
    opacity: 1;
    /* animation-name: fadeInOut1; */
  }
  
  /* 두 번째 이미지: 50~100% 동안 보임 */
  /* .roomPre_img img:last-of-type {
    animation-name: fadeInOut2;
  } */
  
  @keyframes fadeInOut1 {
    0%, 20% { opacity: 1; }  /* 처음 40% 동안 유지 */
    60% { opacity: 0; }       /* 서서히 사라짐 */
    100% { opacity: 1; }
  }
  
  @keyframes fadeInOut2 {
    0%, 20% { opacity: 0; }
    60% { opacity: 1; }      /* 중간부터 서서히 등장 */
    80% { opacity: 1; }      /* 충분히 유지 */
    100% { opacity: 0; }     /* 다시 사라짐 */
}

.roomPre_reser {
    position: absolute;
    bottom: 140px;
    z-index: 9;
    right: 0;
}
.roomPre_reser a {
    display: block;
    font-size: 22px;
    letter-spacing: 3px;
    padding: 15px 80px 15px 40px;
    transition: 0.3s all;
    background: #fff;
    color: #1c1e32;
    border: 1px solid #1c1e32;
}
.roomPre_reser a:hover {
    color: #fff;
    background: #1c1e32;
}
.roomList-swiper {
    float: right;
    width: 67%;
    height: auto;
    margin-right: unset !important;
    overflow: unset !important;
}
.roomList-swiper > .swiper-pagination {
    position: unset !important;
    text-align: left !important;
    margin-top: 30px;
    /* width: 980px !important; */
    width: 73% !important;
}
/* roomList count */
.roomList-swiper > .swiper-pagination:after {
    display: block; content: ""; clear: both;
}
.roomList-swiper > .swiper-pagination > .swiper-pagination-bullet {
    float: left;
    width: auto !important; height: auto !important;
    font-weight: 400;
    font-size: 27px;
    color: #9b9999;
    background: unset !important;
    opacity: unset !important;
    padding: 5px 12px;
    margin-left: unset !important;
    margin-right: 10px !important;
}
.roomList-swiper > .swiper-pagination > .swiper-pagination-bullet-active {
    color: #fff;
    background: #9db0c8 !important;
    background: #2c4664 !important;
    border: unset !important;
    border-radius: unset !important;
}


/* spList */
#spList {
    background: url('/images/main/bg01.jpg')no-repeat top center;
}
.roomWrapper {
    position: relative;
    border-bottom: 1px solid #838282;
}
.roomWrapper:after{content:'';display:table;clear:both;}
.roomlist_title{
    border-left: 1px solid #838282;
    position:relative;
    float: left;
    width: 750px;
    padding-top:46%;
    margin-left: 95px;
    opacity:0;filter:alpha(opacity=0;);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.roomlist_title.active{opacity:1;filter:alpha(opacity=100;)}
.roomlist_content{
    /* float: right; */
    position: absolute;
    width: 998px;
    right: 90px;
    top: 70px;
}
.roomlist_title_inner{position:absolute;top:0;left:0;width:100%;height:100%}
.rt_outer{
    display:table;
    width:100%;
    padding-top: 45px;
    padding-left: 40px;
    box-sizing: border-box;
    word-break: keep-all;
}
.lightslider li .txtRoom {display: none;}
.sp_box {
    padding-top: 60px;
    padding-left: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid #838282;
}
.sp_box h2 {
    font-size: 57px;
    color: #323232;
    font-weight: 400;
    margin-bottom: 20px;
}
.spTitle_txt {
    font-size: 16px;
    color: #858687;
}

.rt_head{
    margin-bottom: 120px;
    position: relative;
	font-weight: 500;
	font-size:45px;
    font-weight: 400;
    color:#323232;
    line-height:1;
	-webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.rt_head::before {
    top: 85px;
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 46px;
    background: url('/images/common/after.png')no-repeat top center;
} 
.sp_object {
    font-weight: 400;
    font-size: 24px;
    color: #ceb97d;
    margin-bottom: 40px;
}
.rt_head.move{opacity:0;filter:alpha(opacity=0)}
.rt_body{ 
    color: #838282; 
	font-size:18px;
	line-height:1.8;
    margin-bottom:10%;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out}
.rt_body.move{
    /* font-size:1.07em; */
    line-height:1.8;
    /* margin-bottom:18%; */
    opacity:0;
    filter:alpha(opacity=0;)
}
.rt_desc{
    font-size:1.07em;
    line-height:1.8;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out
}
.rt_desc.move{
    /* font-size:1.07em; */
    line-height:1.8;
    opacity:0;
    filter:alpha(opacity=0;)
}
.rt_inner .tag{
    /* margin-bottom:10%; */
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out;
}
.rt_inner .tag a {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    display: block;
    border: 1px solid;
    width: 65px;
    padding: 3px 0 3px 5px;
    transition: 0.3s all;
    color: #838282;
}
.rt_inner .tag a:hover {
    margin-left: 20px;
}
.rt_inner .tag a::after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: #787878;
    top: 12px;
    right: -25px;
}
.rt_inner .tag a::before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    background: #787878;
    right: -25px;
    top: 9px;
    transform: rotate(30deg);
}
.rt_inner .tag.move{opacity:0; filter:alpha(opacity=0;)}
.rt_foot{ 
    font-size:12px;
    color:#d1d1d1;
    line-height:1.4;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out}
.rt_foot.move{opacity:0;filter:alpha(opacity=0;)}
.roomlist_content > .lSSlideOuter .lSPager.lSpg {
    top: 0 !important;
}
.roomlist_content > .lSSlideOuter .lSPager.lSpg li a {
    background: #000;
}
.roomlist_content > .lSSlideOuter > .lSSlideWrapper, .roomlist_content > .lSSlideOuter {
    overflow: unset !important;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext {
    bottom: -100px;
    top: unset;
    margin-top: 0 !important;
    transition: 0.3s all;
    width: 150px !important;
    height: 30px !important;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext:hover {
    right: -20px;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext::after {
    position: absolute;
    display: block;
    content: "";
    width: 150px;
    background: #000;
    height: 2px;
    right: 0;
    top: 15px;
    margin-top: 0 !important;
    transition: 0.3s all;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    top: 9px;
    right: -1px;
    transform: rotate(35deg);
}
@media (max-width:1900px){
	.rt_outer {
		background-size: cover; 
	}
}
@media (max-width: 1500px){
    .sp_box h2 {
        font-size: 47px;
        margin-bottom: 20px;
    }
    .sp_object {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .rt_head {
        font-size: 38px;
    }
    .rt_outer {
        padding-left: 25px;
    }
    .rt_body {
        font-size: 16px;
    }
}
/* cont05 */
.con05_img {
    width: 95%;
    margin: 80px auto 60px; 
}
.con05_box P {
    margin-right: 50px;
    text-align: right;
    color: #3b3b3b;
    padding-bottom: 1%;
    line-height: 30px;
    font-size: 1.3em;
}

/* sub tilte css (서브페이지마다 위계 준 타이틀) */
.sub_title {
    width: 100%;
    text-align: center;
    padding: 3.5% 0 5% 0;
}
.sub_title p {
    font-size: 0.95em;
    color: #797878;
    font-weight: 600;
    margin-bottom: 0.5%;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.sub_title h3 {
    font-size: 3.5em;
    color: #424242;
    font-weight: bold;
    letter-spacing: 0px;
}
.sub_title h3::after {
    content: '';
    display: block;
    width: 18px;
    height: 30px;
    margin: 1% auto;
    background: url('/images/common/after.png') no-repeat;
}
.sub_title span {
    display: block;
    font-size: 0.7em;
    color: #a8a8a8;
    line-height: 1.3em;
}
.sub_title .roomtext {
    font-size: 1.1em;
    color: #666666;
    line-height: 1.7em;
}
@media (max-width: 650px) {
    .sub_title {
        padding: 6% 0 0 0;
    }
    .sub_title p {
        font-size: 0.6em;
    }
    .sub_title h3 {
        font-size: 1.5em;
        color: #424242;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .sub_title span {
        display: none;
    }
    .sub_title h3::after {
        content: '';
        display: block;
        width: 15px;
        height: 20px;
        margin: 3% auto;
        background: url('/images/common/after.png') no-repeat center center;
        background-size: contain;
    }
}

/* footer */
#footer {
    position: relative;
    background: #858687;
    padding: 30px 0;
    text-align: center;
    word-break: keep-all;
}
.foot_box {
    color: #fff !important;
}
.foot_info { display: block; font-size: 20px;}
.tel, .bank {
    margin-bottom: 15px;
}
.tel {
    font-size: 1.2em;
}
.address {
    color: #ececec;
    margin-bottom: 30px;
}
.footer_admin {
    font-size: 15px;
}
.footer_admin a, .footer_admin span {
    color: #c3c3c3;
}
.gogopeople {display: inline-block;}

@media (max-width: 1800px) {
    .roomlist_title {
        width: 36%;
        margin-left: 2%;
        border-right: 1px solid #838282;
    }
    .roomWrapper {
        border-top: 1px solid #838282;
    }
    .roomlist_content {
        position: unset;
        float: right;
        width: 60%;
    }
    .roomList-swiper > .swiper-pagination > .swiper-pagination-bullet {
        font-size: 25px;
    }
}
@media (max-width: 1300px) {
    .roomPre_img {display: none;}
    .roomList-swiper {
        width: 93%;
        margin: 0 auto !important;
        height: auto;
        float: unset;
    }
    .roomList-swiper > .swiper-pagination {
        width: 100% !important;
    }
}
@media (max-width: 1024px) {
    .room_typo {
        margin: 0;
        text-align: center;
    }
    .roomPre_reser {
        bottom: unset;
    }
    .roomPre_reser a {
        padding: 7px 35px 7px 15px;
        font-size: 0.9em;
    }
    .roomList-swiper > .swiper-pagination > .swiper-pagination-bullet {
        margin: 0 !important;
        padding: 5px 1.66666%;
    }
    .sp_box h2 {
        font-size: 1.5em;
    }
    .spTitle_txt {
        font-size: 0.9em;
    }
    .rt_outer {
        padding: 20px 0 0 20px;
        width: 89%;
    }
    .rt_head {
        font-size: 1.5em;
        margin-bottom: 70px;
    }
    .rt_head::before{
        top: 45px;
        width: 15px; 
        height: 25px;
        background-size: cover;
    }
    .sp_object {
        font-size: 1em;
        margin-bottom: 15px;
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext {bottom: -65px;}
    #spList {
        padding: 30px 0 0;
        background-size: cover;
    } 
    .con05_img {
        margin: 0 auto;
        padding: 30px 0;
    }
    .con05_box P {
        margin-right: 20px;
        font-size: 0.9em;
    }

    /* footer */
    .address, .footer_admin {
        font-size: 0.8em;
    }
}
@media (max-width: 500px) {
    .rt_inner .tag a {
        line-height: 1;
    }
    .room_typo span {
        font-size: 15px;
    }
    .room_typo h2 {
        /*font-size: 3em;*/
        font-size: 2em;
        margin-bottom: 20px;
    }
    .room_typo p {
        /*font-size: 0.9em;*/
        font-size: 0.7em;
    }
    .roomList-swiper > .swiper-pagination {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
    }
    .roomList-swiper > .swiper-pagination > .swiper-pagination-bullet {
        font-size: 0.9em;
        text-align: center;
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext {
        bottom: -40px;
        right: 20px !important; 
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext:hover {
        right: unset;
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext, .rt_body, .sp_box {    width: 70px !important;}
    .roomlist_content > .lSSlideOuter .lSAction .lSNext::after {
        width: 70px; 
    }
    .rt_outer {
        padding: 20px 0 0 15px;
    }
    .rt_head {
        font-size: 1em;
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 30px;
        word-break: keep-all;
    }
    .rt_head::before {
        display: none;
       /* width: 10px;
        height: 15px;
        top: 30px;
        background-size: contain;*/
    }
}
@media (max-width: 490px) {
    .rt_head {font-size: 0.9em;}
}
#wrap > .head_ac{
	/*HEXA Code 활용*/
	max-width: 1920px;
	background: rgba(183,177,228,0.7);
	left: 0;
    transform: unset;
}
.head_ac .gnbBox {
	margin-top: 31px;
	transition: all 0.4s;
}
.head_ac.active .gnbBox {
	margin-top: 30px;
}
@media (max-width:1024px) {
	#headBox {
		height: 60px;
		padding: 0;
        background: #061e30;
	}
	.head_ac .head_logo {
		/* top: 0; */
		left: 10px;
	}
	.head_logo {   
		top: 5px;
		left: 10px;
	}
    .head_logo a {
        display: block;
        width: 60px;
        padding: 0;
        background: none;
        transition: 0.3s all;
    }
    .head_ac .head_logo a img {
        width: 100%;
    }
	.head_ac .gnbBox {
		margin-top: 0;
		transition: all 0.4s;
	}
    .head_ac.active .gnbBox {
        margin-top: 0;
    }
	.gnb_wrap {margin-right: 0; text-align: center;}
	.snb {
		padding-top: 0;
	}
	.snb > li > a {
		font-size: 1.1em;
	}
	.aboutarea05 .bg img {
		height: 508px;
	}
}
@media screen and (max-width: 1500px){
    .gnb_wrap {
        /* text-align: right; */
        margin-right: 20px;
    }
    .gnbBox > ul > li > a {
        color: #fff;
        font-size: 19px;
        text-transform: capitalize;
        font-weight: 600;
        padding: 0 40px;
    }
}
@media screen and (max-width: 1024px){
    .none1024 {display: none !important;}
    .block1024 {display: block !important;}

	.head_logo {
		margin: 0px;
	}
	.reserv_btn{
		display: block;
		top: 18px;
		right: 60px;
	}
	.reserv_btn_on{
		right: 200px;
	}
    .gnb_wrap {
        text-align: center;
        margin-right: 0;
    }
	.wrap_mob_gnb_on{overflow-y: hidden;}
	.gnb_btn{

		position: fixed;
		display: block;
		float: unset;
		font-size: 34px;
		color: #fff;
		right: 15px;
        top: 10px;
		z-index: 110;
	}
	.gnb_btn > i:last-child{
		display: none;
	}
    #headBox::after {
        background: rgba(0,0,0,0) url(/images/common/header_bg_mo.jpg) no-repeat center center;
        background-size: cover;
        background-blend-mode: multiply;
    }
	.gnbBox{
		position: fixed;		
		margin: 0;
        padding-top: 130px;
        width: 100%;
        background: rgba(6, 30, 48, .8) url(/images/common/header_bg_mo.jpg) no-repeat center center;
        background-size: cover;
        background-blend-mode: soft-light;
        /* background: rgba(6, 30, 48, .95); */
		height: calc(100vh - 60px);
		top: 60px;
		right: -2000px;
		float: none;
		box-sizing: border-box;
        touch-action: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
	}
	.gnb_tri > i:first-child{
		display: none;
	}
	.gnb_tri > i:last-child{
		display: block;
		padding: 2px 3px 0 0;
	}
	.gnbBox > ul > li{
		float: none;
		width: 100%;
		height: auto;
		transition: all ease-in 200ms;
        cursor: pointer;
	}
	.gnbBox > ul > li > a{
		line-height: 40px;
	}
	.gnb_tri + .gnb_area > .gnbBox {
		right: 0;
	}
	.pointer-events{pointer-events: none;}
}
@media screen and (max-width: 700px){
    .gnb_btn {
        top: 12px;
    }
}


@keyframes shootingStar {
    0% {
        transform: translate(100vw, -50vh) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: translate(-10vw, 50vh) rotate(45deg);
        opacity: 0;
    }
}

.shooting-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.shooting-star {
    position: absolute;
    width: 2px;
    height: 50px;
    background: linear-gradient(white, transparent);
    opacity: 0;
    transform: rotate(45deg);
    animation: shootingStar linear infinite;
}
/* 떨어지는 부분 발광 효과 */
/* .shooting-star::before {
    content: "";
    position: absolute;
    width: 5px;  
    aspect-ratio: 1 / 1;  
    background: white;
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 
                0 0 10px rgba(255, 255, 255, 0.6), 
                0 0 15px rgba(255, 255, 255, 0.4);
} */
@media(max-width:500px){
    .shooting-stars {
        display: none;
    }
}
























