@charset "utf-8";

/*
html, body{
    height: 100%;
}
*/
img{
    width: 100%;
    height: auto;
}

#wrap{
    width:100%;
    margin: 0 auto;
    position: relative;
}

#header{
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    /*height:100px;*/
    z-index:200;
}

.fixbtn {
    position:fixed;
    top:120px;
    right:60px;
    display:block;
    text-align:center;
    background-color:#eee4d8;
    font-size:18px;
    padding:10px 0px;
	width: 220px;
    color: #3b4354;
    border-radius:20px;
    line-height:24px;
}
.fixbtn2{
    position:fixed;
    top:225px;
    right:60px;
    display:flex;
    text-align:center;
    background-color:#fff;
    font-size:18px;
	width: 220px;
	height: 155px;
    color: #3b4354;
    line-height:24px;
	border-top: 7px solid #3259b8;
	opacity: 1 !important;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    -moz-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
    -webkit-box-shadow: 3px 0px 5px rgb(82 82 82 / 65%);
    box-shadow: 3px 0px 5px rgb(82 82 82 / 65%);
}
.circle_wrap {
	width: 50px;
	height: 50px;
	background-color: #3259b8;
	border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto 2px;

}
.svg_box {
	display: block;
	width: 60%;
}
.eng_text {
	font-size: 20px;
	font-family: 'Noto Sans KR';
	font-weight: 800;
	color: #3259b8;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.kor_text_wrap {
	width: 100%;
	height: 40px;
	background-color: #3259b8;
	text-align: center;
}
.kor_text {
	line-height: 40px;
	font-size: 18px;
	font-family: 'Noto Sans KR';
	font-weight: 500;
	color: #fff;
	letter-spacing: -1px;
}
.fixbtn span {
    font-size:24px;
    color:#e7544a;
    font-weight:bold;
}

@media screen and (max-width:1020px){
    .fixbtn {
        bottom:inherit;
        top:70px;
        right:10px;
        background-color:#eee4d8;
        font-size:14px;
        padding:10px 0px;
		width: 190px;
        color: #3b4354;
        border-radius:20px;
        line-height:20px;
    }
    .fixbtn2 {
        bottom:inherit;
        top:160px;
        right:10px;
		width: 190px;
		height: 125px;
    }
	.eng_text {
		font-size: 18px;
	}
	.circle_wrap {
		width:40px;
		height: 40px;
	}
	.kor_text_wrap {
		height: 30px;
	}
	.kor_text {
		font-size: 15px;
		line-height: 30px;
	}
    .fixbtn span {
        font-size:18px;
    }
}

/*s common*/
#fullpage{
    height: 100%;
}
#fullpage section{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0 auto;
}

/* video */
#fullVideo{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    overflow:hidden;
    object-fit:cover;
}
@media (min-aspect-ratio:16/9) {
    #fullVideo{
        top:-100%;
        height:300%;
    }
}
@media (max-aspect-ratio:16/9) {
    #fullVideo{
        left:-100%;
        width:300%;
    }
}
@supports(object-fit:cover){
    #fullVideo{
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        width:100%;
        height:100%;
        overflow:hidden;
        object-fit:cover;
    }
}


/* SCROLL */
.section{
    position: relative;
}
.scroll{
	position: absolute;
	bottom: 32px;
	left: 50%;
	width: 100%;
    margin-left: -50%;
    height: auto;
	z-index: 80;
	text-align: center;
	color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.scroll img{
    display: block;
    width: 42px;
    margin: 0 auto 1px auto;
    animation: sc 2.3s linear infinite;
}
@keyframes sc{
            0%{transform: rotate(0)}
            50%{transform: rotate(25deg)}
            100%{transform: rotate(0)}
        }


/*e common*/



/*s ====기본화면 모바일 기준====*/

/*s m_head*/
.pc_head{
    display: none;
}
.m_head{
	height: 60px;
    background: #262626;
    position: relative;
}
.m_head .top_nav p{
    position: absolute;
    width:23px;
	top: 50%;
	transform: translateY(-50%);
}
.m_head .top_nav .open_btn{
    left: 5%;
}
.m_head .top_nav .m_logo{
    width: 190px;
    left: 50%;
    margin-left: -95px;
}
.m_head .top_nav .c_icon{
    right: 5%;
}
.m_head .sideM{
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 300;
}
.m_head .sideM .close{
    width: 10%;
    position: absolute;
    top: 2%;
    right: 6.2%;
}
.m_head .sideM .gnb{
    padding: 8vh 12% 0 12%;
    box-sizing: border-box;
    text-align: center;
}
.m_head .sideM .gnb .d1 span,
.m_head .sideM .gnb .d1 a{
    display: block;
    width: 100%;
    padding: 2vh 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.6px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
/*.m_head .sideM .gnb .d1:last-child span{
    border-bottom: 0;
}*/
.m_head .sideM .gnb .d2{
    display: none;
	padding: 1vh 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.m_head .sideM .gnb .d2 a{
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
    display: block;
    padding: 1vh 0;
    border-bottom: 0;
    letter-spacing: 0;
}
.m_head .balckBg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
/*e m_head*/


/* 푸터영역 */
/*#footer1{
    width:100%;
    height: 15vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #212121;
    text-align: center;
    box-sizing: border-box;
    padding: 1vh 5% 0 0;
}*/
#footer2{
    width:100%;
    height: 15.5vh;
    background: #212121;
    text-align: center;
    box-sizing: border-box;
    padding: 2.2vh 15px 12.5vh 15px;
}
#footer1 .copy,
#footer2 .copy{
    color: #ccc;
    height: 12px;
    padding: 7px 0;
    /*margin-right: 20px;*/
}
#footer1 .copy img,
#footer2 .copy img{
    width: 77px;
    height: auto;
}

.admin{
    color: skyblue;
    font-weight: 600;
    display: none;
}


/*e ====기본화면 모바일 기준====*/



/*s ====태블릿화면====*/

@media screen and (min-width:768px){
    
    /*s m_head*/
	.m_head .top_nav .open_btn{
		left: 4%;
	}
	.m_head .top_nav .c_icon{
		right: 4%;
	}
    /*e m_head*/
    
    /* 푸터영역 */
    #footer1,#footer2{
        height: 78px;
        padding: 2.5vh 2% 8.5vh 5%;
    }
    
    } /*768px끝*/

/*e ====태블릿화면====*/



/*s ====PC화면1====*/

@media screen and (min-width:1024px){
    
    /*s PC_head*/
    .pc_head{
        display: block;
    }
    .m_head{
        display: none;
    }
    #header{
       /* background-color:rgba(0,0,0,0.7);*/
        background-color:rgba(0,0,0,0.9);
        transition:all 0.3s;
        height:65px;
    }
    .pc_head{
        width: 100%;
        z-index: 210;
        position: relative;
    }
    .pc_head nav{
        position: relative;
        width: fit-content;
        height: 65px;
        margin: 0 auto 0 auto;
    }
    
    
   /* DECO_LINE */
    .pc_head .deco p{
        position: absolute;
        top: 32px;
        width: 42%;
    }
    .pc_head .deco p:nth-child(1){
        left: 0;
    }
    .pc_head .deco p:nth-child(2){
        right: 0;
        width: 43.2%;
    }
    .pc_head .deco p span:nth-child(2){
        position: absolute;
        top: 48px;
        left: 0;
    }
    .pc_head .deco p span:last-child{
        margin-bottom: 0;
    }
    .i_deco{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .i_deco p{
        width: 105px;
        position: absolute;
        top: 0;
        opacity: 0.3;
    }
    .i_deco p:nth-child(1){
        left: 0;
    }
    .i_deco p:nth-child(2){
        right: 0;
    }
    
    
    /* MENU */
    .on_d{
        display: block;
        width: 14px;
        height: 14px;
        background: #3259b8;
        border-radius: 50%;
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -7px;
        opacity: 0;
    }
    .pc_head nav ul .m1{
        float: left;
        font-size: 14px;
        font-weight: 800;
        margin-top: 0;
        -webkit-margin-before: 0;
        width: 107px;
        height: 65px;
        text-align: center;
    }
    .pc_head nav ul .m1:nth-child(7),
    .pc_head nav ul .m1:nth-child(8){
        width: 140px;
    }
    .pc_head nav ul .m1:nth-child(9){
        width: 23px;
        height: auto;
    }
    .pc_head nav ul .m1:last-child{
        margin-right: 0;
    }
    .pc_head nav ul .m1 > a{
        color: #fff;
        font-weight: 500;
        display: block;
        padding: 24px 0;
        width: 100%;
        letter-spacing: 1px;
        position: relative;
    }
    .pc_head nav ul .insta{
        margin-top: 28px;
    }
    .pc_head nav ul .insta a,
    .pc_head nav ul .logo a{
        padding: 0;
    }
    .pc_head nav ul .logo a .logo2{
        opacity: 1;
        width: 120px;
        height: auto;
        position: absolute;
        top: 2px;
        left:0;
        transition: all 0.3s;
        transition-delay: 0.1s;
    }
    .pc_head nav ul .logo1{
        opacity: 0;
        width: 130px;
        height: auto;
        margin-top: 0;
        margin-left: 15px;
        transition: all 0.5s
    }
    
    
    /* MENU_SUB */
    .pc_head .sub_mn{
        position: absolute;
        top: 65px;
        left: 0;
        width: 130px;
        height: 0;
        overflow: hidden;
        transition: height 0.5s;
        z-index: 200;
    }

    .pc_head .sub_mn li > a{
        display: block;
        font-size: 14px;
        color: #222!important;
        background: rgba(255,255,255,0.5);
        margin-bottom: 1px;
        text-align: center;
        transition: all 0.4s;
        padding: 15px 0;
        font-weight: 500;
    }
    .pc_head .sub_mn li:last-child > a{
        margin-bottom: 0;
    }
    
    .pc_head .line{
        display: block;
        width: 100%;
        height: 5px;
        background: #3259b8;
        opacity: 1;
        position: absolute;
        bottom: 0;
        left:0;
    }
    
    /* ROOMS */
    .pc_head ul .m1:nth-child(2) .sub_mn {
        width: 608px;
        background: rgba(255,255,255,0.5);
        left: 0;
        height: 0;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn .line{
        opacity: 1;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li{
        float: left;
        margin-right: 4px;
        transition: 0.5s;
        transition-delay: 0.15s;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn .last{
        margin-right: 0;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li a{
        background: none;
        padding: 0 0 11px 0;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li .r{
        width: 200px;
        overflow: hidden;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li .r img{
        opacity: 0.7;
        transition: all 0.5s;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li .t{
        margin-top: 5px;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn .line{
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li > a:hover .r img{
        transform: scale(1.1);
        opacity: 1;
    }
    
    /* FACILITY */
    .pc_head ul .m1:nth-child(3) .sub_mn {
        left: 190px;
        width: 160px
    }
    
    /* SERVICE */
    .pc_head ul .m1:nth-child(4) .sub_mn {
        left: 296px;
        width: 160px
    }
    
    /* RESERVATION */
    .pc_head ul .m1:nth-child(7) .sub_mn {
        left: 640px;
        width: 150px
    }
    
    /* CMMUNITY */
    .pc_head ul .m1:nth-child(8) .sub_mn {
        left: 785px;
        width: 140px
    }
    
    /* HOVER */
    .pc_head .gnb .m1:hover .on_d{
        opacity: 1;
    }
    
    .pc_head .sub_mn li > a:hover{
        color: #3259b8!important;
        background: rgba(255,255,255,1);
    }
    .pc_head ul .m1:nth-child(2):hover .sub_mn{
        height: 190px;
    }
    .pc_head ul .m1:nth-child(1):hover .sub_mn{
        height: 150px;
    }
    .pc_head ul .m1:nth-child(3):hover .sub_mn{
        height: 100px;
    }
    .pc_head ul .m1:nth-child(4):hover .sub_mn{
        height: 200px;
    }
    .pc_head ul .m1:nth-child(7):hover .sub_mn{
        height: 100px;
    }
    .pc_head ul .m1:nth-child(8):hover .sub_mn{
        height: 199px;
    }
    
    
    /*e PC_head*/
    
    
    /* 푸터영역 */
    #footer1,#footer2{
        height: 50px;
        padding: 10px 20px 35px 10px;
/*        box-sizing: border-box;*/
        text-align: right;
    }
    .scr{
        padding: 10px 0 60px 0;
    }
    .admin{
        display: inline-block;
    }
    
} /*1024px끝*/

/*e ====PC화면1====*/




/*s ====PC화면2====*/

@media screen and (min-width:1200px){

    
}

/*e ====PC화면2====*/